--- Day changed Mon Sep 04 2017 00:11 < waxwing> hardtryer, you mentioning joinmarketd.exe suggests to me you are using the wrong versions. 00:12 < waxwing> go to https://github.com/Joinmarket-Org/joinmarket-clientserver/releases and use the .exe in the latest release (the top entry) 00:12 < waxwing> there is no joinmarketd.exe provided there, and no, it's not needed. 00:29 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 264 seconds] 00:52 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has joined #joinmarket 01:02 < hardtryer> ohhh 01:03 < hardtryer> I thought all time that you just update the joinmarket-qt.exe, and daemon should be used from the previous release. 01:06 < hardtryer> I used the latest release. But will check it one more time. Now just trying normal joinmarket from beggining with electrum in settings. THinking long time which settings is needed for electrum, than commented all user password and etc., than it's start to connect to server. It was hard for me to understand that (I'm new in bitcoin's word). 01:11 < hardtryer> Try to send 1000 (satoshi?) and it say error about liquidity, despite the fact that there was many privmessage absoffer, reloffer, swabsoffer and swreloffer. 01:12 < hardtryer> but it's still working: launch one after one thread (now it's 41). Do I need to stop it mannualy, or just wait till it's closed by self? 01:13 < hardtryer> I choose -C flag (to minimize fee) 01:15 < hardtryer> passed 45 minutes, it's still working 01:16 < hardtryer> oh, looks like 1000 stoshi is too low for anybody 01:29 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 264 seconds] 02:00 < hardtryer> this is some kind of curse probably 02:00 < hardtryer> can't understand why it don't send 02:04 < waxwing> hardtryer, argh did you see any of the messages i just sent? 02:05 < waxwing> i just wrote 6 long messages 02:05 < waxwing> did you see any of them? 02:05 < waxwing> oh screw it, sorry for spam if these are repeats: 02:05 < waxwing> hardtryer, here is what you do to run joinmarket-qt.exe on testnet on windows: https://pastebin.com/WMdx6L0C 02:05 < waxwing> in case it helps. 02:05 < waxwing> note also it is possible to run in regtest mode but that'll require a bit more developer type skills (since you'll need to run maker and taker bots, see TESTING.md in docs/ directory for more info) 02:05 < waxwing> yes, 1000 satoshis is far too low, i would not recommend trying transactions with less than say 1000000 satoshis, even then you'd have to figure out some details) 02:05 < waxwing> if you're serious about testing it's worth getting up to speed with regtest so you can do stuff quickly, locally, but if this is all new to you i can imagine it's pretty overwhelming. 02:05 < waxwing> and finally, yes it's possible to run joinmarketd as an executable separately (or indeed a script), but for now any user who is just running a binary will see no value in that, so i decided better to just remove it from the release as a binary (it's still available as a script although for now i presume nobody uses it) 02:06 < hardtryer> oh 02:08 < hardtryer> don't know why, maybe my internet connection was lost, but I didn't see started from message about satoshi. And anwsered you about windows: there is only testnode. Now I trying with real BTC. And after complete this (which must be very easy) I will try win7 again as you saying to try. 02:11 < hardtryer> And [11:06] ... But will check it one more time. Now just trying NORMAL joinmarket's scripts with electrum in settings... 02:11 < hardtryer> so now I changed the value of satoshi to more, 50000 or 100000. Now it say that I don't have found 02:12 < hardtryer> I'm pretty sure it's because I imported priv key in wallet. 02:12 < hardtryer> So all my BTC is on this key 02:13 < hardtryer> don't know why it can't use this key to send BTC with coinjoins 02:13 < hardtryer> give error about not eneough value before 02:13 < hardtryer> now is new error, let me show you: 02:19 < hardtryer> https://imgur.com/6xx5Bqv 02:20 < hardtryer> the command was this: 02:20 < waxwing> you've chosen mixdepth 5 but you don't have 5 mixdepths 02:20 < hardtryer> oh 02:20 < waxwing> i mean, you do, but they're index 0..4 02:20 < hardtryer> yes, my bad 02:20 < hardtryer> let me try one more time with 4 02:21 < waxwing> no hardtryer 02:21 < waxwing> your utxo is in mixdepth 0. that's what you're spending from. 02:21 < waxwing> either -m 0 or don't use -m because you're using the default value (0) 02:21 < hardtryer> ok 02:22 < hardtryer> I thinking it use mixdepth TILL the 4. So if choice 4, than it used from 0 to 4 02:22 < waxwing> you're running the sendpayment script? or what exactly? 02:22 < hardtryer> yes 02:22 < waxwing> i can see you're using joinmarket-0.2.3 02:23 < hardtryer> python sendpayment.py --yes -C wallet.json 30000 13TL... 02:23 < hardtryer> yes 02:23 < waxwing> right. so for `sendpayment.py` the -m flag specifies the mixdepth to spend from. this is stated in the --help. 02:23 < waxwing> always read `scriptname.py --help` to get information on the command line flags 02:23 < hardtryer> ok 02:23 < waxwing> rather `python scriptname.py --help` 02:23 < hardtryer> so it says not enough funds 02:24 < hardtryer> but as you can see there is value: 692957 02:24 < hardtryer> I send 30000 02:24 < waxwing> is the transaction confirmed? 02:24 < hardtryer> don't know why not enough funds 02:25 < hardtryer> how to see is it confirmed or no? 02:25 < hardtryer> don't see anything like this in console 02:26 < waxwing> hardtryer, i mean the transaction which you funded the wallet with. 02:26 < hardtryer> I make options --yes, so it must be 02:26 < waxwing> also, can you see a line 'total estimated amount spent', if so, look at that value. 02:27 < hardtryer> yes 02:27 < waxwing> btw it is really impossible to do an amount like 30000; did you not notice i already said above about this? 02:27 < hardtryer> 429916 02:27 < waxwing> hmm ok technically it might be possible, but no counterparties are going to accept to make outputs of 30,000 , i'm reasonably sure 02:27 < hardtryer> oh, it's cause I see the minsize in privmessage 27300 02:28 < waxwing> or let's say, i dont want to think about it 02:28 < hardtryer> ok 02:28 < hardtryer> let me up it 02:28 < hardtryer> 1000 000 satoshi 02:28 < waxwing> there are complicated things involved like dust limits, txfee contributions, tx_fees settings (something else) etc etc 02:29 < waxwing> well you don't have 1000000 02:29 < waxwing> if anyone else feels like helping out here i'd appreciate it! 02:29 < hardtryer> ok, I see 02:30 < hardtryer> give me 1 minutes, to clear this 02:30 < hardtryer> so my total balance (wallet-tool summary) is 0.00692957btc 02:31 < hardtryer> it should be 692 957 satoshi 02:32 < hardtryer> ok, and it's less than 1 000 000 02:32 < hardtryer> hm 02:32 < waxwing> https://github.com/bitcoin-core/bitcoincore.org/pull/426#issuecomment-326910870 02:33 < waxwing> apparently pavel has never even heard of joinmarket :( 02:33 < hardtryer> didn't think that in coinjoin minimal transaction should be no less than 4300$ 02:33 < hardtryer> it's pretty big 02:33 < waxwing> hardtryer, it's not 1m sats is $43 nor $4300. 02:33 < hardtryer> oh my but 02:33 < hardtryer> bad 02:33 < hardtryer> yes 02:33 < hardtryer> I think I mess my mind 02:35 < hardtryer> let me try sweep with amount =0 02:35 < hardtryer> it will be max summ to send 02:36 < hardtryer> but thanks for answers, ti really help, even if I still jonah :D 02:49 < waxwing> man i have to confess pavel really pissed me off. he totally ignored my request, then said 'all requests addressed' then when pointed out his response was "wtf is joinmarket and where is the proof?" 04:23 < MaxSan> oO 04:59 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 255 seconds] 05:10 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has joined #joinmarket 05:10 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has quit [Changing host] 05:10 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 05:47 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #joinmarket 06:04 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 06:12 < GitHub168> [joinmarket-clientserver] AdamISZ pushed 1 new commit to master: https://git.io/v5umv 06:12 < GitHub168> joinmarket-clientserver/master d450e5c AdamISZ: add TODO list 06:31 -!- hardtryer [~swich@93.170.111.233] has quit [Ping timeout: 252 seconds] 06:32 -!- hardtryer [~swich@93.170.111.167] has joined #joinmarket 08:47 -!- Fifa [6bb9b032@gateway/web/freenode/ip.107.185.176.50] has joined #joinmarket 08:48 -!- Fifa [6bb9b032@gateway/web/freenode/ip.107.185.176.50] has quit [Client Quit] 08:48 -!- Yhh [6bb9b032@gateway/web/freenode/ip.107.185.176.50] has joined #joinmarket 08:48 -!- Yhh [6bb9b032@gateway/web/freenode/ip.107.185.176.50] has quit [Client Quit] 09:24 -!- MaxSan [~one@213.152.162.114] has quit [Quit: Leaving.] 09:29 -!- zxccxz [5db791c8@gateway/web/freenode/ip.93.183.145.200] has quit [Quit: Page closed] 10:02 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 10:02 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Remote host closed the connection] 10:03 < hardtryer> waxwing, what can you say about using your plugin in electron cash? Is it possible to launch? 10:03 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 10:08 < hardtryer> I know that right now nobody make coinjoins on BCC(maybe it's not true?), but one of my client is very intrested in it. So is it possible to make this work, for example use your script to launch yield generator on BCC and electron cash to use this bots? I'm wondering do I need to try making this, or it's take too much times with my knowledge? 10:09 < hardtryer> I have a nice Python knowledge, so the pure Python is not problem 10:09 < hardtryer> As I understood, just copy joinmarket plugin will not work, right? 11:03 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 11:08 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 11:35 -!- hardtryer_old [~swich@93.170.111.167] has joined #joinmarket 11:37 -!- hardtryer_old [~swich@93.170.111.167] has quit [Client Quit] 11:38 -!- Netsplit over, joins: hardtryer 11:40 -!- Netsplit over, joins: starsoccer 11:42 -!- Cory [~Cory@unaffiliated/cory] has quit [Write error: Broken pipe] 11:42 -!- deafboy [quasselcor@cicolina.org] has quit [Quit: No Ping reply in 180 seconds.] 11:43 -!- deafboy [quasselcor@cicolina.org] has joined #joinmarket 11:46 -!- technonerd [~techno@unaffiliated/technonerd] has joined #joinmarket 11:48 -!- Pasha [~Cory@unaffiliated/cory] has joined #joinmarket 11:51 -!- Pasha is now known as Cory 12:04 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 12:09 < waxwing> discussion of LN that refers to joinmarket: https://twitter.com/matthew_d_green/status/904775802499280901 12:10 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 12:10 < waxwing> hardtryer, to make that work for electron cash (and remember, it needs some updates/work to work with electrum itself, as of now) would require some extra coding, bcash txs are different. i have no plans to do that. 12:13 < waxwing> btw cgan went down earlier today (at least i couldn't/can't connect over tor or clearnet) 12:39 -!- dfgsdfgergs [2e05b0db@gateway/web/freenode/ip.46.5.176.219] has joined #joinmarket 13:06 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 13:11 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 13:35 -!- dfgsdfgergs [2e05b0db@gateway/web/freenode/ip.46.5.176.219] has quit [Ping timeout: 260 seconds] 13:49 -!- Xeha [~Xeha@unaffiliated/k1773r] has quit [Ping timeout: 258 seconds] 13:49 -!- delinquentme [~delinquen@2602:306:ceb7:990:2c2a:f45e:b205:c0d8] has joined #joinmarket 13:58 -!- delinquentme [~delinquen@2602:306:ceb7:990:2c2a:f45e:b205:c0d8] has quit [Ping timeout: 246 seconds] 14:07 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 14:12 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds] 14:40 -!- delinquentme [~delinquen@184.250.221.23] has joined #joinmarket 14:45 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 264 seconds] 14:59 -!- MaxSan [~one@91.214.169.69] has joined #joinmarket 15:02 -!- delinquentme [~delinquen@184.250.221.23] has quit [Ping timeout: 240 seconds] 15:08 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 15:12 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 15:20 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 15:27 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has joined #joinmarket 15:30 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 15:36 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 15:37 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 15:55 -!- zxccxz [5db791c8@gateway/web/freenode/ip.93.183.145.200] has joined #joinmarket 16:08 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 16:13 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds] 17:05 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 240 seconds] 17:06 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Quit: Leaving.] 17:09 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 17:09 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has joined #joinmarket 17:14 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 17:29 -!- MaxSan [~one@91.214.169.69] has quit [Quit: Leaving.] 17:34 -!- MaxSan [~one@91.214.169.69] has joined #joinmarket 17:42 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has quit [Read error: Connection reset by peer] 17:47 -!- AdrianG [~User@unaffiliated/amphetamine] has joined #joinmarket 17:50 -!- MaxSan [~one@91.214.169.69] has quit [Quit: Leaving.] 18:01 -!- MaxSan [~one@91.214.169.69] has joined #joinmarket 18:07 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has joined #joinmarket 18:10 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has joined #joinmarket 18:10 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has quit [Changing host] 18:10 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 18:14 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 260 seconds] 19:01 -!- Cory [~Cory@unaffiliated/cory] has quit [Read error: Connection reset by peer] 19:09 -!- Cory [~Cory@unaffiliated/cory] has joined #joinmarket 19:09 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 19:09 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 240 seconds] 19:10 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 19:14 -!- beIcher [~user@unaffiliated/belcher] has joined #joinmarket 19:15 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 19:16 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds] 19:16 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 255 seconds] 19:16 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has joined #joinmarket 19:45 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 20:07 -!- delinquentme [~delinquen@108-235-112-153.lightspeed.sntcca.sbcglobal.net] has quit [Read error: Connection reset by peer] 20:12 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 20:16 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds] 20:23 -!- delinquentme [~delinquen@2602:306:ceb7:990:edb9:d124:61f2:cbfc] has joined #joinmarket 21:10 -!- MaxSan [~one@91.214.169.69] has quit [Quit: Leaving.] 21:13 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 21:17 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds] 21:20 -!- delinquentme [~delinquen@2602:306:ceb7:990:edb9:d124:61f2:cbfc] has quit [Ping timeout: 264 seconds] 22:13 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has joined #joinmarket 22:13 -!- coins123 [~coins123@ip-244-225.sn1.clouditalia.com] has quit [Changing host] 22:13 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 22:18 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 23:14 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 23:19 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 248 seconds]