--- Day changed Mon Jun 20 2016 00:12 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has quit [Ping timeout: 252 seconds] 00:45 -!- kanzure [~kanzure@unaffiliated/kanzure] has quit [Ping timeout: 244 seconds] --- Log closed Mon Jun 20 00:46:10 2016 --- Log opened Mon Jun 20 00:50:06 2016 00:50 -!- kanzure [~kanzure@unaffiliated/kanzure] has joined #joinmarket 00:50 -!- Irssi: #joinmarket: Total of 66 nicks [1 ops, 0 halfops, 1 voices,06:17 -!- waxwing [~waxwing@62.205.214.125] has quit [Quit: Leaving] 06:24 -!- waxwing [~waxwing@62.205.214.125] has joined #joinmarket 06:56 -!- molly [~molly@unaffiliated/molly] has joined #joinmarket 07:14 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has joined #joinmarket 07:25 -!- lnostdal [~lnostdal@185-55-11.connect.netcom.no] has joined #joinmarket 09:57 -!- HostFat [~HostFat@2-228-102-101.ip191.fastwebnet.it] has joined #joinmarket 10:57 -!- molz [~molly@unaffiliated/molly] has joined #joinmarket 11:00 -!- molly [~molly@unaffiliated/molly] has quit [Ping timeout: 244 seconds] 11:04 <+JM-IRCRelay> [AlexCato] about pull 574 ( modify wallet sync to account for requested but unused addresses, add… #574 ): unsure if it is this pull's fault, but my wallet-tool seems to fail now: 11:06 <+JM-IRCRelay> [AlexCato] commented about it here: https://github.com/JoinMarket-Org/joinmarket/pull/574 11:08 <+JM-IRCRelay> [AlexCato] that spammer/snooper is also getting out of hand, have about 1 request each minute 11:09 < waxwing> alexcato, i don't know what's happening there, it suggests that maybe you have a larger number of mixdepths? what does index_cache look like in wallet.json? 11:10 < waxwing> you have txs on the mc-collection patch now? 11:10 < waxwing> it looks like you had a few today. i had a few overnight. 11:11 <+JM-IRCRelay> [AlexCato] yes, mc-collection works just fine. Several successful joins 11:11 <+JM-IRCRelay> [AlexCato] mixdepths: using 3 in that case, index-cache: "index_cache": [[21, 1133], [5, 1289], [1, 1028] 11:12 < waxwing> hmm. i wonder is there some assumption of default, you set the option for 3 in running wallet-tool? 11:12 < waxwing> (what is it, -m i guess) 11:12 <+JM-IRCRelay> [AlexCato] ahhh... yes, i failed to tell wallet-tool that. sec. 11:12 <+JM-IRCRelay> [AlexCato] it worked before of course, because then i did tell... 11:12 < waxwing> yeah that'd do it :) 11:13 <+JM-IRCRelay> [AlexCato] yeah, scrap that error report. Editing. 11:13 < waxwing> re: spammer, damn. i find i don't get "pinged" that often, but no doubt it's pretty out of hand. code for marking utxos is only in a preliminary stage, plus we'd have to think through/discuss a bunch of stuff before we could consider merging it.... 11:16 <+JM-IRCRelay> [AlexCato] so, wallet-tool does now show >30 btc in one mixdepth. If I try to use sendpayment from that mixdepth with an amount <5 btc, it crashes with: Exception: Not enough funds 11:16 <+JM-IRCRelay> [AlexCato] any pointers? 11:16 < waxwing> so this is back to the first error you were mentioning, right 11:16 < waxwing> is wallet tool reporting correctly? 11:16 <+JM-IRCRelay> [AlexCato] i believe so, the amount is what i expect 11:17 <+JM-IRCRelay> [AlexCato] only thing i could possibly think of: could there be large, unconfirmed amounts in there pushing it below the payment amount? How would i find out? 11:17 < waxwing> call stack? is this in btc.select? 11:17 < waxwing> maybe PM me a log, or better part of it 11:18 < waxwing> are you getting "failed to select total amount + etc etc"? 11:18 <+JM-IRCRelay> [AlexCato] ill just paste the few lines here, nothing sensitive in there: 11:18 <+JM-IRCRelay> [AlexCato] Traceback (most recent call last): 11:19 <+JM-IRCRelay> [AlexCato] File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner 11:19 <+JM-IRCRelay> [AlexCato] self.run() 11:19 <+JM-IRCRelay> [AlexCato] File "sendpayment.py", line 173, in run 11:19 <+JM-IRCRelay> [AlexCato] self.create_tx() 11:19 <+JM-IRCRelay> [AlexCato] File "sendpayment.py", line 112, in create_tx 11:19 <+JM-IRCRelay> [AlexCato] total_amount+self.taker.txfee*self.taker.makercount) 11:19 <+JM-IRCRelay> [AlexCato] File "/home/joinmarket-0.1.4/joinmarket/wallet.py", line 95, in select_utxos 11:19 <+JM-IRCRelay> [AlexCato] inputs = self.utxo_selector(unspent, amount) 11:19 <+JM-IRCRelay> [AlexCato] File "/home/joinmarket-0.1.4/joinmarket/support.py", line 123, in select_gradual 11:20 <+JM-IRCRelay> [AlexCato] raise Exception('Not enough funds') 11:20 < waxwing> occurs to me one very common reason for this is accidentally choosing the wrong mixdepth 11:20 <+JM-IRCRelay> [AlexCato] thats it 11:20 <+JM-IRCRelay> [AlexCato] mh. Double-checking again. 11:20 <+JM-IRCRelay> [AlexCato] dont think so. From the wallet-tool: 11:21 <+JM-IRCRelay> [AlexCato] for mixdepth=1 balance=3x.xxxxxxxxbtc 11:21 <+JM-IRCRelay> [AlexCato] sendpayment was called with -m 1 11:21 < waxwing> right, that's correct then 11:22 < waxwing> you didn't alter the txfee options value, right 11:22 <+JM-IRCRelay> [AlexCato] whats odd is that there is only 2 UTXOs in mixdepth 1. It was like 20 when i last checked, which must have been days ago though 11:22 <+JM-IRCRelay> [AlexCato] txfee wasnt touched, no 11:22 -!- moli [~molly@unaffiliated/molly] has joined #joinmarket 11:22 < waxwing> so the total seen in wallet-tool is sufficient, you're saying. and the amount is correct in satoshis :) 11:23 < waxwing> if you can't figure out what's wrong i'd suggest log.debug to show the utxos it's selecting from. 11:23 -!- molly [~molly@unaffiliated/molly] has joined #joinmarket 11:24 <+JM-IRCRelay> [AlexCato] i still see the bitcoin-log rebroadcasting 2 unconfirmed transactions, it might be possible that the big amount isnt confirmed yet. Though there was zero large coinjoins today 11:24 < waxwing> btw when you're not sure which data type you're working with you can do things like log.debug("Var value: " + str(var)) .. almost every data type will print out something readable, that way. 11:24 < waxwing> well, at least for native data types 11:24 -!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 11:24 <+JM-IRCRelay> [AlexCato] yup, thanks. I'll be patient for the pending transactions to confirm and retry again later; gotta go for now. Thanks for the pointers :) 11:25 < waxwing> np 11:27 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 12:03 -!- moli [~molly@unaffiliated/molly] has joined #joinmarket 12:06 -!- molly [~molly@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 12:44 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has quit [Ping timeout: 240 seconds] 13:02 -!- Giszmo [~leo@pc-122-14-46-190.cm.vtr.net] has joined #joinmarket 13:11 -!- molz [~molly@unaffiliated/molly] has joined #joinmarket 13:13 -!- moli [~molly@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 14:33 -!- HostFat [~HostFat@2-228-102-101.ip191.fastwebnet.it] has quit [Quit: Leaving] 15:57 -!- molly [~molly@unaffiliated/molly] has joined #joinmarket 16:01 -!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 16:17 -!- molz [~molly@unaffiliated/molly] has joined #joinmarket 16:20 -!- molly [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 16:24 -!- belcher [~user@unaffiliated/belcher] has joined #joinmarket 18:10 -!- fqtw_ [~me@x5d801600.dyn.telefonica.de] has joined #joinmarket 18:13 -!- molly [~molly@unaffiliated/molly] has joined #joinmarket 18:14 -!- fqtw [~me@x5d807537.dyn.telefonica.de] has quit [Ping timeout: 250 seconds] 18:16 -!- waxwing [~waxwing@62.205.214.125] has quit [Ping timeout: 276 seconds] 18:17 -!- molz [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 18:24 -!- waxwing [~waxwing@62.205.214.125] has joined #joinmarket 18:29 -!- belcher [~user@unaffiliated/belcher] has quit [Quit: Leaving] 19:10 -!- King_Rex [~King_Rex@unaffiliated/king-rex/x-3258444] has quit [Remote host closed the connection] 19:14 -!- ghtdak [~ghtdak@unaffiliated/ghtdak] has quit [Ping timeout: 276 seconds] 19:19 -!- fqtw_ is now known as fqtw 19:21 -!- waxwing [~waxwing@62.205.214.125] has quit [Ping timeout: 276 seconds] 20:03 -!- waxwing [~waxwing@62.205.214.125] has joined #joinmarket 20:21 -!- ghtdak [~ghtdak@unaffiliated/ghtdak] has joined #joinmarket 21:01 -!- freekevin [freekevin@gateway/shell/xshellz/x-tfkeqmsmlthpwxye] has joined #joinmarket 22:25 < MattRK> Let's say i've got 0.250900 btc throughout mixdepths 3 - 5. I want to send everything to my cold storage wallet. At the moment, when i type in .250900 as the amount to pay, i get not enough fund errors. I'm guessing this is because i don't have enough funds to cover the fees. Is there a way to send everything minus whatever fees it's going to cost? 22:28 < MattRK> N/m, i read the wiki. (my bad) 22:29 < MattRK> My only follow up question is if it's possible to sweep the wallet (setting the amount to 0) from all mixing depths? Or do i have to do it one depth at a time? (E.g. one transaction for Mixdepth 3 and another for mixdepth 4, etc) 22:51 -!- kybl [~ales@ip-89-239-24-145.mameradirychlost.cz] has quit [Quit: Leaving.] 22:57 -!- kybl [~ales@ip-89-239-24-145.mameradirychlost.cz] has joined #joinmarket 23:08 -!- arubi [~ese168@unaffiliated/arubi] has quit [Ping timeout: 240 seconds] 23:18 -!- arubi [~ese168@unaffiliated/arubi] has joined #joinmarket 23:42 -!- kybl [~ales@ip-89-239-24-145.mameradirychlost.cz] has quit [Remote host closed the connection]