--- Day changed Tue Apr 09 2019 00:16 -!- devachan1 [~devachand@vmi179228.contaboserver.net] has quit [Ping timeout: 245 seconds] 00:16 -!- pigeons [~pigeons@androzani.sysevolve.com] has quit [Ping timeout: 245 seconds] 00:17 -!- pigeons [~pigeons@androzani.sysevolve.com] has joined #joinmarket 00:17 -!- devachan1 [~devachand@vmi179228.contaboserver.net] has joined #joinmarket 00:17 -!- pigeons is now known as Guest13705 00:36 < waxwing> rob4488_, if you use `screen` then you log off, it'll keep running 00:38 < waxwing> you're ssh-ing into the RPI from desktop right, you use `screen` then go into the jmvenv then run the yield generator at the terminal, then ctrl-a ctrl-d to exit the screen instance, later when you log back in, do screen -ls i think, to list the existing screens and then you can do `screen -r ` to reattach that screen. 00:38 < waxwing> i use this all the time, although i think with tmux you can do the same stuff and i think tmux is more powerful 00:58 -!- somethinglittle [~nothingmu@68.183.99.173] has quit [Ping timeout: 245 seconds] 00:58 -!- Anduck [~Anduck@unaffiliated/anduck] has quit [Ping timeout: 245 seconds] 00:58 -!- slimcognito [~slimcogni@2604:a880:400:d1::b92:7001] has joined #joinmarket 00:59 -!- Anduck [~Anduck@unaffiliated/anduck] has joined #joinmarket 01:10 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 01:41 < rob4488_> @waxwing - awesome, looks like it's working! thanks much man… looks like I may be able to turn off my computer at some point 0:-) 02:04 < waxwing> rob4488_, np. yeah, a daemon for this would be nice, but as was pointed out, we'd have to set up the wallet unlock properly with some more sophisticated credentials based access. 02:04 < waxwing> for now this lower tech way seems to work fine. 02:19 < rob4488_> yes. By the way & fwiw, I could move the joinmarket-clientserver directory to /hdd just fine 02:33 -!- rob4488_ [7a9a7a1e@gateway/web/freenode/ip.122.154.122.30] has quit [Ping timeout: 256 seconds] 03:01 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 03:58 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 06:21 -!- rob4488 [7a9a7a1e@gateway/web/freenode/ip.122.154.122.30] has joined #joinmarket 06:46 -!- Guest13705 is now known as pigeons 06:46 < OtherMe> Is there a way to generate a wallet that only has one mixing depth . . . or that has, say . . . eight? I would like to try wallets that have different numbers of mixing depths than the "standard" 0 to 4 (5) mixing depths that "python wallet-tool.py generate" generates. 06:55 -!- OtherOtherMe [4f700ec6@gateway/web/freenode/ip.79.112.14.198] has joined #joinmarket 06:55 < OtherOtherMe> . 07:08 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] less than 5 mixing depths should not be used. If you just have one, the privacy provided by you as a maker is considerably reduced, because all of your bitcoin UTXOs (addresses) are in the same level, meaning they can be linked together to belong to you more easily. So you reduce both your own privacy and that of the takers 07:08 < AgoraRelay> that join with you 07:08 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] more mixdepths is possible, i remember playing around with somewhen in the last years, but cant recall how this was done. Have to check 07:20 < OtherOtherMe> Mkayz. Tanks. 07:23 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] found it: you need to add the parameter '-m X' to define how many mixdepths a wallet is generated with. If you wanted 8 mixdepths for example, you'd create a new wallet with 'python wallet-tool.py generate -m 8" 07:25 < OtherOtherMe> Ahhh, excellent. Many tanks, in fact. ..tumbs up.. 08:06 < waxwing> just to note, you can use --help on the scripts (so for this -m question, `python wallet-tool.py --help`) 08:10 < OtherOtherMe> Ahhhh . . . sounds like just the thing me needs. ;p 08:11 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] except for the wallet-tool thing... the "-m option" isnt mentioned anywhere, I had to look it up in the code ;) 08:12 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] sounds like a PR i could create 08:15 < waxwing> alexcato ? i see it as the third option listed? 08:15 < waxwing> also to you alexcato, i notice that we still see some '_' appended nicks in the pit (just a few), given https://github.com/JoinMarket-Org/joinmarket-clientserver/commit/ec60bcd14f871611459dd430550085035d750167 08:15 < waxwing> ... i assume they're just running on fairly old versions 08:17 < waxwing> hmm yeah i guess it's pretty clear that that's the correct explanation 08:18 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] you're right of course, waxwing. No clue how I could miss that twice. The help explanation is there indeed. 08:21 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] the "_" appended: yeah, i believe that has to be old running code. But right now I just see 1 in 80 bots with that, so seems fine in the overall scheme 08:27 < waxwing> yes, it manifests as 'nick hash verification check failed', which may be confusing to yg runners, seen many more in the past occasionally but hopefully dying out now 08:27 < waxwing> i was always worried when i saw that that it may have been me screwing up the nick check, but seems pretty clear now. 08:28 < waxwing> well i mean i kinda *did* screw it up because i forgot about the auto-change, but then we realised that you can't really deal with it and so we force the re-claim. anyway ignore me wittering, i'm just reminding myself the thought process. 08:28 < waxwing> detailed commit messages ftw ... 08:33 -!- rob4488 [7a9a7a1e@gateway/web/freenode/ip.122.154.122.30] has quit [Quit: Page closed] 09:03 < OtherOtherMe> Can I run more than one instance of JoinMarket, like open up two or three of these Ubuntu Windows 10 apps and do the "python yg-privacyenhanced.py" thang . . . and point them at different wallet files that I have generated? Will there be any problem running more than one instance if I use different wallets like that? 10:06 < AgoraRelay> [agora-irc/CgRelayBot] [cgan/AlexCato] Yes OtherOtherMe, you can do that without problem, as long as you use different wallets for each yield generator 10:15 < OtherOtherMe> Ooh ooh!, exciting! Thankyagen. ..hat tip.. 12:52 -!- OtherOtherMe [4f700ec6@gateway/web/freenode/ip.79.112.14.198] has quit [Ping timeout: 256 seconds] 14:45 -!- devachan1 [~devachand@vmi179228.contaboserver.net] has quit [Remote host closed the connection] 14:46 -!- devachan1 [~devachand@vmi179228.contaboserver.net] has joined #joinmarket 16:19 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 246 seconds] 17:02 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 17:26 -!- side^effects [~al|iss@gateway/tor-sasl/aliss/x-63218493] has quit [Quit: side^effects] 17:31 -!- AgoraRelay [~jmrelayfn@p5DE4AC80.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 17:44 -!- AgoraRelay [~jmrelayfn@p5DE4ACFC.dip0.t-ipconnect.de] has joined #joinmarket 18:13 -!- Zenton [~user@unaffiliated/vicenteh] has joined #joinmarket 19:27 -!- jhk_ [~AbuseOfNo@89.238.150.43] has quit [Quit: Leaving] 19:27 -!- AbuseOfNotation [~AbuseOfNo@89.238.150.43] has joined #joinmarket 19:27 -!- AbuseOfNotation [~AbuseOfNo@89.238.150.43] has quit [Remote host closed the connection]