--- Day changed Fri Nov 17 2017 00:17 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has joined #joinmarket 00:17 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has quit [Changing host] 00:17 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 06:19 -!- kibba [~vince@2a01:e34:ee6e:48b0:5495:180a:f2ad:5010] has joined #joinmarket 06:19 < kibba> Hi 06:20 < kibba> WTF of this error: 06:20 < kibba> /jmclient/taker.py", line 375, in receive_utxos 06:20 < kibba> " is too large for our inputs;Please try again.") 06:20 < kibba> exceptions.ValueError: Calculated transaction fee of: 465726 is too large for our inputs;Please try again. 06:20 < kibba> Amp server or network failure unhandled by client application. Dropping connection! To avoid, add errbacks to ALL remote commands! 06:20 < kibba> Traceback (most recent call last): 06:20 < kibba> Failure: twisted.protocols.amp.UnknownRemoteError: Code: Unknown Error 06:23 < kibba> please i need help 07:06 -!- undeath [~undeath@unaffiliated/undeath] has joined #joinmarket 07:09 < GitHub69> [joinmarket-clientserver] undeath opened pull request #110: fix standalone joinmarketd listening on all interfaces (master...listeninterface-fix) https://git.io/vFScu 07:53 -!- Elvie88Dietrich [~Elvie88Di@ns334669.ip-5-196-64.eu] has quit [Remote host closed the connection] 08:02 -!- Leonardo30Wiza [~Leonardo3@ns334669.ip-5-196-64.eu] has joined #joinmarket 08:16 -!- Leonardo30Wiza [~Leonardo3@ns334669.ip-5-196-64.eu] has quit [Remote host closed the connection] 08:22 < kibba> Arrg 08:22 < kibba> But nobody here can help 08:23 < kibba> I am trying to dio a coinjoin from hours now and always i get 08:23 < kibba> Calculated transaction fee of: 255334 is too large for our inputs;Please try again 08:24 -!- Santina46Berge [~Santina46@ns334669.ip-5-196-64.eu] has joined #joinmarket 09:00 -!- coins123 [~coins123@unaffiliated/coins123] has quit [] 09:12 -!- kibba [~vince@2a01:e34:ee6e:48b0:5495:180a:f2ad:5010] has left #joinmarket [] 10:40 < undeath> waxwing: should the start_daemon function better be added to jmclient then? 10:41 < waxwing> undeath, i guess it could be, or ... i feel like prob better the way you did it 10:42 < undeath> yeah, it doesn't really belong to jmclient, code-wise 10:42 < waxwing> so just moving the import works i guess? 10:42 < undeath> yes, will do 10:46 < undeath> ah, the try block is even there already 10:50 < undeath> fixed :) 10:52 < waxwing> thx 10:55 < GitHub59> [joinmarket-clientserver] AdamISZ closed pull request #110: fix standalone joinmarketd listening on all interfaces (master...listeninterface-fix) https://git.io/vFScu 10:55 < GitHub159> [joinmarket-clientserver] AdamISZ pushed 2 new commits to master: https://git.io/vFSH5 10:55 < GitHub159> joinmarket-clientserver/master 467053b undeath: fix standalone joinmarketd listening on all interfaces 10:55 < GitHub159> joinmarket-clientserver/master 51df379 Adam Gibson: Merge #110: fix standalone joinmarketd listening on all interfaces... 11:46 < undeath> waxwing: the python2 int limit is based on arch, you hit it on 32bit 11:48 < waxwing> undeath, i just edited my comment, but thanks :) 11:50 < undeath> it's something really annoying to have, they fixed it in py3 11:50 < waxwing> can't i just replace the sanity check for 'int' with 'long'? 11:51 < waxwing> or wait i can just set the limit to be max_coins 11:51 < undeath> >>> isinstance(1, long) is False 11:51 < waxwing> well, in satoshis, you get my drift 11:52 < waxwing> ok yeah. so how about 'int' OR 'long'? 11:52 < undeath> isinstance(1, (int, long)) would work, yeah 11:53 < waxwing> yeah that seems fine, thanks 11:53 < undeath> but that's not py3 portable :) 11:53 < undeath> long doesn't exist in py3 11:53 < waxwing> lol great 11:54 < undeath> that's why I suggested numbers.Integral 11:54 < waxwing> oh so numbers is a standard package 11:54 < undeath> yes 11:54 < waxwing> ok in that case, i'll do that, thanks 12:00 < GitHub180> [joinmarket-clientserver] AdamISZ pushed 1 new commit to master: https://git.io/vFSNA 12:00 < GitHub180> joinmarket-clientserver/master b353bae Adam Gibson: fix spending limit in direct_send for 32 bit systems 12:03 < waxwing> hmm so #105 is quite nasty, really, but i guess since it's not threaded it ought to be possible to deterministically reproduce at some point. i might have seen it once, either in testing or "prod", once, but i can't recall; for sure it must be very rare since had bots running for weeks without it. i'm going to defer it to later (to state the obvious!) 12:03 < waxwing> trotski2000, any update on Mac instructions/notes? 12:28 < GitHub147> [joinmarket-clientserver] AdamISZ closed pull request #96: Add summary flag to wallet tool (master...add-summary-flag-to-wallet-tool) https://git.io/vdRwh 12:28 < GitHub74> [joinmarket-clientserver] AdamISZ pushed 2 new commits to master: https://git.io/vFSpQ 12:28 < GitHub74> joinmarket-clientserver/master eeadc60 mecampbellsoup: Implement wallet-tool 'summary' flag 12:28 < GitHub74> joinmarket-clientserver/master 5be5846 Adam Gibson: Merge #96: Add summary flag to wallet tool... 12:58 < GitHub34> [joinmarket-clientserver] AdamISZ pushed 1 new commit to master: https://git.io/vF9eh 12:58 < GitHub34> joinmarket-clientserver/master 50bc247 Adam Gibson: Fix address for imported key (p2sh/p2wpkh)... 16:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 16:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 16:39 -!- undeath [~undeath@unaffiliated/undeath] has quit [Quit: WeeChat 1.9.1] 18:30 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has quit [Ping timeout: 248 seconds] 18:41 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 18:41 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 18:45 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 18:46 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 19:31 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Ping timeout: 258 seconds] 20:15 -!- StopAndDecrypt_ [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [] 20:42 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 250 seconds] 20:49 -!- Cory [~Cory@unaffiliated/cory] has joined #joinmarket 22:32 -!- Netsplit over, joins: arubi 22:37 -!- technonerd [~techno@unaffiliated/technonerd] has joined #joinmarket