--- Day changed Tue Oct 03 2017 00:39 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 00:41 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 00:49 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Ping timeout: 240 seconds] 01:11 < GithubBot5678> [joinmarket] adlai pushed 1 new commit to develop: https://git.io/vdCAI 01:11 < GithubBot5678> joinmarket/develop 46fe3e8 Adlai Chandrasekhar: remove all code and tests for blockr.io... 01:12 * adlai also rebased two old PRs - 414 & 423 03:29 -!- coins123 [~coins123@195.32.46.14] has joined #joinmarket 03:29 -!- coins123 [~coins123@195.32.46.14] has quit [Changing host] 03:29 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 05:01 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #joinmarket 06:30 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has joined #joinmarket 07:12 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Read error: Connection reset by peer] 07:12 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has joined #joinmarket 07:27 -!- quitobro_ [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 07:30 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Ping timeout: 248 seconds] 07:30 -!- quitobro_ is now known as quitobro 07:41 -!- quitobro_ [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has joined #joinmarket 07:43 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Ping timeout: 246 seconds] 07:43 -!- quitobro_ is now known as quitobro 10:15 -!- quitobro_ [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 10:18 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Ping timeout: 240 seconds] 10:18 -!- quitobro_ is now known as quitobro 12:09 < quitobro> hey guys, is there a way to move coins from one mixdepth to another intra-wallet? 12:10 < quitobro> or just use sendpayment where the receive addy is the address of the mixdepth i want to move to 12:12 < waxwing> quitobro, yeah you can just use sendpayment with -N 0 if you want to avoid doing it with a join. if you do it with a join, that's fine of course (that's what the internal transactions in the tumbler algo do anyway) 12:19 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 12:20 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 12:20 -!- zxccxz [5db781f6@gateway/web/freenode/ip.93.183.129.246] has quit [Quit: Page closed] 12:26 < quitobro> waxwing: thanks yea i did that and set my tx_fees super low 12:26 < quitobro> waxwing: i was wondering how they would be reported in the `history` output though 12:27 < quitobro> they showed up as withdraws 12:27 < waxwing> not my department :) ping belcher 12:27 < adlai> it could show up quite weirdly 12:27 < waxwing> or adlai :) 12:28 < adlai> if you value the tidyness of your history output, just throw away that wallet and start a new one :P 12:28 < adlai> (or help distangle such corner cases) 12:28 < quitobro> ha. yea they show up as withdraws, where the notional amount is just the fee i paid... 12:29 < adlai> huh. that's not been my experience, but it might depend on details of tx structure 12:29 < waxwing> i guess that's inherited from how bitcoin core wallet deals with such txs 12:29 * adlai has a wallet that entered negative APR because a similar internal coinjoin gets consistently parsed as "cj internal" with negative fee 12:30 < adlai> and this was on a new JM wallet, too. so the pittance it had earned, was drowned in a regular old btc miner fee. 12:31 < quitobro> yea, it shows the tx fees in the balance-change col, and the amount sent in the total-fees column. lol 12:38 < waxwing> i always used to just look at yigen-statement.csv to keep track; it tells you the net increase in balance for each tx. 12:38 < waxwing> but it ignores the transactions where you act as taker. 12:39 < quitobro> waxwing but since you don’t use the same wallet for yield-gen and sendpayment you don’t have that issue anymore right ;) 12:39 < waxwing> quitobro, well i do; in fact, i very deliberately try to do that. it's good for health of joinmarket if people mix up the roles of wallets. 12:41 < quitobro> waxwing: you mean, you both make and take from all your wallets? 12:41 < quitobro> intentionally 12:41 < waxwing> yeah i generally am just using one mainnet wallet, but whether that's always true or not, i do use the same wallet for both, just not at the same time 12:41 < waxwing> (ie shut down yieldgen before making a payment) 12:42 < waxwing> open issue for making a lock on the wallet to stop people doing that accidentally, should be easy btw 12:43 < quitobro> waxwing: roger that 12:44 < adlai> ehh, i don't shutdown YG to make a payment from the wallet; although i have done this enough times to get a bad-tx-inputs-duplicate... 12:45 < adlai> the YG definitely is able to cope with having a utxo snatched out from under its feet; and it seems fairly capable of picking up new ones deposited in addresses that it already has imported, although i've had trouble with that a couple times 12:45 < quitobro> adlai: do you get ‘unknown-type’ transactions when u read that wallet’s history for those tx's? 12:46 < adlai> quitobro: they should just be withdrawals or sweepouts, although i have a bunch of unknowns here and there 12:46 < waxwing> adlai, you're quite right, but please don't tell everyone :) 12:47 < adlai> sorry, the Center for Responsible Disclosure is thataways --> 12:48 * adlai points at in the general direction of Paris 13:11 < waxwing> next door to the Center for Decentralization 13:12 < adlai> urban lore has it that both centers occupy old buildings dating back to times when the people more graciously patronized the performing arts 13:13 < adlai> complete with proscenium :D 13:16 < quitobro> TIL what proscenium means 13:17 < adlai> ssshhhhh, other lurkers might still have a little chuckle ahead of them, don't spoil it :D 13:21 * adlai may have fallen too far off the obscure end, here 14:04 -!- zxccxz [5db781f6@gateway/web/freenode/ip.93.183.129.246] has joined #joinmarket 14:34 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Quit: quitobro] 14:35 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 14:43 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Quit: quitobro] 15:08 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 15:09 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Client Quit] 17:11 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 17:19 -!- quitobro [~quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Ping timeout: 258 seconds] 17:19 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has joined #joinmarket 17:33 -!- quitobro [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Quit: quitobro] 19:48 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Quit: bye] 20:01 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 248 seconds] 20:01 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 20:15 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 20:21 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 20:30 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 20:33 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 20:35 -!- lukedashjr is now known as luke-jr 20:36 -!- Pilate [~pilate@infoforcefeed/pilate] has quit [Quit: ZNC - http://znc.in] 21:09 -!- Pilate [~pilate@pilate.io] has joined #joinmarket 21:09 -!- Pilate is now known as Guest83325 21:13 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 248 seconds] 21:19 -!- luke-jr [~luke-jr@adsl-98-70-227-184.gnv.bellsouth.net] has joined #joinmarket 21:19 -!- luke-jr [~luke-jr@adsl-98-70-227-184.gnv.bellsouth.net] has quit [Changing host] 21:19 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 21:26 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 21:30 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 21:44 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 21:44 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 248 seconds] 21:48 -!- lukedashjr is now known as luke-jr 21:55 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 21:58 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 22:00 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 22:04 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 22:07 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 22:11 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 258 seconds] 22:12 -!- lukedashjr is now known as luke-jr 22:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 248 seconds] 23:03 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket