--- Log opened Thu Oct 15 00:00:47 2020 01:42 -!- jonatack [~jon@109.202.107.147] has quit [Ping timeout: 260 seconds] 02:12 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 256 seconds] 02:21 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 02:22 -!- jonatack [~jon@213.152.161.211] has joined #joinmarket 02:38 -!- jonatack [~jon@213.152.161.211] has quit [Ping timeout: 265 seconds] 02:40 -!- jonatack [~jon@37.172.104.51] has joined #joinmarket 02:47 -!- jonatack [~jon@37.172.104.51] has quit [Ping timeout: 240 seconds] 02:49 -!- jonatack [~jon@213.152.161.10] has joined #joinmarket 02:50 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 03:18 -!- Randall86Ortiz [~Randall86@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 03:19 -!- waxwing_ [~waxwing@92.40.183.61.threembb.co.uk] has joined #joinmarket 03:22 -!- waxwing__ [~waxwing@81-178-153-121.dsl.pipex.com] has quit [Ping timeout: 256 seconds] 03:23 -!- jonatack [~jon@213.152.161.10] has quit [Ping timeout: 272 seconds] 03:25 -!- jonatack [~jon@37.172.104.51] has joined #joinmarket 03:39 -!- jonatack [~jon@37.172.104.51] has quit [Read error: Connection reset by peer] 03:40 -!- jonatack_ [~jon@37.172.104.51] has joined #joinmarket 03:41 -!- jonatack_ [~jon@37.172.104.51] has quit [Read error: Connection reset by peer] 03:41 -!- jonatack__ [~jon@37.172.104.51] has joined #joinmarket 03:52 -!- jonatack [~jon@37.164.124.179] has joined #joinmarket 03:55 -!- jonatack__ [~jon@37.172.104.51] has quit [Ping timeout: 260 seconds] 03:56 < coconutanna> what are reasons for why i may get a 'not enough funds' exception with sendpayment.py? i double checked the mixdepth option and that there are enough funds to cover any fees many times over. none of the addresses are frozen according to wallet-tool. what else do i need to know? 04:17 -!- jonatack [~jon@37.164.124.179] has quit [Ping timeout: 264 seconds] 04:30 -!- Livestradamus [~quassel@unaffiliated/livestradamus] has left #joinmarket ["Doh! "] 04:32 -!- tralfaz [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 04:32 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 04:32 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 04:32 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 04:38 < waxwing_> coconutanna, are you trying to send all funds out? 04:39 < waxwing_> because if you are, make sure to use '0' for amount so it calculates amount correctly. the wallet pre-estimates the total fees quite conservatively because it can't know them until the coinjoin is arranged (if it's a coinjoin). 04:39 < waxwing_> another possibility is confirmations (actually, more common i guess) 04:40 < waxwing_> wallet-tool shows unconfirmed by default by doesn't spend unconfirmed by default .. you have to set `listunspent_args=[0]` to make that happen. 04:41 < waxwing_> well sendpayment not wallet-tool but you get it. at least iirc. 04:42 -!- Randall86Ortiz [~Randall86@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 272 seconds] 04:53 < coconutanna> waxwing: i'm trying to send a small fraction of the total funds in that mixdepth. all addresses in the mixdepth have >100 confirmations. 04:57 < waxwing_> ok well that doesn't seem to add up then. right wallet? right mixdepth? rn i can't think of something else but i guess i might be missing it. 04:58 < waxwing_> just in case it helps, in the stack trace, exactly which line is the "not enough funds" coming from? 04:59 < coconutanna> there is no trace but this error: ABORT:Unable to select sufficient coins: Exception('Not enough funds'). followed by: Taker not continuing after receipt of orderbook. 05:00 < waxwing_> hmm hang on; maybe it's the amount? if it's a small amount did it get confused and thought you meant btc when you meant sats? 05:01 < coconutanna> interesting idea. it's 6 digit about though. 05:01 < coconutanna> amount 05:01 < waxwing_> kristapsk_, can you remind us about the sats and btc rule, does it allow 'sat' or something 05:02 < waxwing_> is this coinjoin with counterparties or direct send (-N0)? 05:04 -!- kristapsk___ [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket 05:04 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 05:04 < waxwing_> it may be estimating a very high sats fee, like: if tx_fees is 3, and we have a high fee regime like 100 sat/byte, and you ask for N=9 or something, the fee is estimated conservatively and could be very large and be more than your mixdepth allows. 05:04 < waxwing_> but as you can see i am having to guess a lot of things :) 05:09 < coconutanna> thanks for taking the time. i wasn't specifying -N but i suppose i could experiment with that later. however, i am quite confident that there would be enough funds for any conceivable fees. in fact, if that is the issue i'm extremely grateful that the transaction didn't go through. :) 05:10 < waxwing_> i see, so you're saying it couldn't be that. 05:10 < waxwing_> if you didn't specify -N it defaults to 8/9/10 randomly 05:10 < waxwing_> so be aware it is fairly large but still, if it's not that, back to square one. 05:16 < coconutanna> it already helps me to know that the reason wasn't super obvious. i think i'll just try again another time. if that fails i might try different mixdepths to maybe narrow it down. 05:20 < waxwing_> yes that would be the next step 05:23 < waxwing_> oh btw i just noticed that takers can't spend unconf even if you change the config; but not relevant to your case. 05:52 -!- willcl_ark is now known as [github-bot] 05:55 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 05:57 -!- [github-bot] is now known as wilcl_ark 06:03 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #joinmarket 06:09 -!- asy [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 06:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 06:21 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 06:26 -!- tralfaz is now known as davterra 06:31 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 06:38 -!- jonatack [~jon@109.232.227.138] has joined #joinmarket 07:09 < waxwing_> coconutanna, please keep us updated on this one. 07:11 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 07:12 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 07:16 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 07:16 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 08:00 -!- waxwing_ is now known as waxwing 08:00 -!- waxwing [~waxwing@92.40.183.61.threembb.co.uk] has quit [Changing host] 08:00 -!- waxwing [~waxwing@unaffiliated/waxwing] has joined #joinmarket 08:02 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 08:44 < kristapsk___> waxwing, yes, you can add "sat" or "btc" and the end of the value (I stole that from c-lightning), otherwise it just looks for "." to decide sat vs btc 08:44 -!- kristapsk___ is now known as kristapsk 08:47 < waxwing> kristapsk, right i checked the code to remind myself. 08:48 < waxwing> there's certainly not any explanation for this strange case there, unfortunately. 08:50 < kristapsk> maybe it's worth adding some numbers to the "Not enough funds" exception message? 08:56 < waxwing> good idea. 10:14 -!- stoner19 [~stoner19@unaffiliated/stoner19] has quit [Remote host closed the connection] 10:14 -!- stoner19 [~stoner19@2a02:c207:2022:1374::1] has joined #joinmarket 10:15 -!- stoner19 is now known as Guest65430 10:22 -!- Guest65430 [~stoner19@2a02:c207:2022:1374::1] has quit [Remote host closed the connection] 10:22 -!- stoner19 [~stoner19@2a02:c207:2022:1374::1] has joined #joinmarket 10:22 -!- stoner19 is now known as Guest15409 10:26 -!- Guest15409 is now known as stoner19 10:26 -!- stoner19 [~stoner19@2a02:c207:2022:1374::1] has quit [Changing host] 10:26 -!- stoner19 [~stoner19@unaffiliated/stoner19] has joined #joinmarket 10:57 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 11:02 -!- Cory [~Cory@unaffiliated/cory] has quit [Write error: Connection reset by peer] 11:05 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 11:06 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket 11:09 -!- Cory [~Cory@unaffiliated/cory] has joined #joinmarket 11:33 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 12:18 -!- belcher [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 12:19 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 12:54 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Remote host closed the connection] 12:56 -!- fiatjaf [~fiatjaf@2804:7f2:2a84:12c:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 260 seconds] 13:06 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 13:09 -!- asy [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Remote host closed the connection] 13:11 -!- asy [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 13:21 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 13:22 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 14:00 -!- wilcl_ark is now known as willcl_ark 14:20 -!- fiatjaf [~fiatjaf@2804:7f2:2a84:12c:ea40:f2ff:fe85:d2dc] has joined #joinmarket 14:28 -!- asy [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Quit: Leaving] 14:40 -!- rabidus [~rabidus@85.76.51.88] has joined #joinmarket 16:44 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 16:45 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.9] 16:48 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 17:00 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 17:03 -!- HackRelay [~jmrelayha@p5de4a634.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 17:04 -!- DSRelBot [~DSRelBot@p5de4a634.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 17:05 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 17:16 -!- HackRelay [~jmrelayha@p5de4a537.dip0.t-ipconnect.de] has joined #joinmarket 17:18 -!- DSRelBot [~DSRelBot@p5de4a537.dip0.t-ipconnect.de] has joined #joinmarket 18:02 -!- DSRelBot [~DSRelBot@p5de4a537.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 18:03 -!- HackRelay [~jmrelayha@p5de4a537.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 18:16 -!- DSRelBot [~DSRelBot@p5486623f.dip0.t-ipconnect.de] has joined #joinmarket 18:18 -!- HackRelay [~jmrelayha@p5486623f.dip0.t-ipconnect.de] has joined #joinmarket 23:04 -!- deafboy [quasselcor@cicolina.org] has quit [Remote host closed the connection] 23:05 -!- deafboy [quasselcor@cicolina.org] has joined #joinmarket 23:56 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 23:56 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket --- Log closed Fri Oct 16 00:00:48 2020