--- Day changed Fri Aug 25 2017 00:56 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 01:01 -!- MaxSan [~one@185.156.175.59] has quit [Ping timeout: 276 seconds] 01:19 -!- MaxSan [~one@185.156.175.59] has joined #joinmarket 01:26 -!- MaxSan [~one@185.156.175.59] has quit [Ping timeout: 240 seconds] 02:21 -!- CtrlC [~CtrlC@5.196.252.236] has joined #joinmarket 02:21 -!- CtrlC [~CtrlC@5.196.252.236] has quit [Changing host] 02:21 -!- CtrlC [~CtrlC@unaffiliated/ctrlc] has joined #joinmarket 02:26 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 05:26 -!- MaxSan [~one@194.187.251.115] has joined #joinmarket 05:29 < waxwing> https://www.reddit.com/r/joinmarket/comments/6vy3ut/release_for_segwit_joinmarketcs_codebase/ 05:33 -!- CtrlC [~CtrlC@5.196.252.236] has joined #joinmarket 05:33 -!- CtrlC [~CtrlC@5.196.252.236] has quit [Changing host] 05:33 -!- CtrlC [~CtrlC@unaffiliated/ctrlc] has joined #joinmarket 05:34 -!- Netsplit over, joins: mr_burdell 05:54 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 07:24 < grubles> congrats on the release \o/ 07:25 < waxwing> thanks. 07:25 < waxwing> i just had a thought about it, it's actually useful just to have a segwit wallet (arguably). 07:25 < waxwing> otoh, you need a Core node really, so it's limited (and advanced ppl can figure it out in Core itself) 07:37 -!- coins123 [~coins123@unaffiliated/coins123] has quit [] 08:41 < Anduck> belcher: fixed https://anduck.net/bitcoin/fees/ shows up to $25 now and changed color scale a bit 08:42 < belcher> awesome thanks 08:42 < belcher> so you've chosen to display it in bytes still? 08:42 < belcher> after segwit the metric for measuring is weight 08:42 < Anduck> hmm... 08:43 < belcher> although 'byte' is way more intuitive :\ 08:43 < Anduck> good point 08:43 < belcher> one way could also be to strip off the witnesses and display that, then the block size is still max 1mb, although then fee doesnt make sense 08:44 < belcher> idk its not obvious what to do 08:44 < Anduck> weight is measurement about how much to pay 08:46 < Anduck> will need to think this thoroughly 08:46 < instagibbs> belcher, use virtual size 08:46 < instagibbs> ~weight/4 08:46 < belcher> then the max size is still 1000 08:47 < belcher> and the unit would be "virtual bytes" ? which is much less abstract as a name than weight 08:47 < instagibbs> ok I probably missed context then 08:47 < belcher> its fine im just thinking aloud 08:47 < instagibbs> for all intents and purposes it's "sat/byte", will look same 08:47 < belcher> and people who choose which fee to pay will configure in "sat/vbyte" yes 08:47 < belcher> sounds good 08:48 < belcher> apparently the lnd already uses weight units 08:48 < instagibbs> hmm, not looking forward to clashing metrics 09:17 -!- zxccxz [5db797e8@gateway/web/freenode/ip.93.183.151.232] has quit [Quit: Page closed] 09:58 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 10:13 -!- Giszmo [~leo@pc-93-17-46-190.cm.vtr.net] has quit [Quit: Leaving.] 10:17 -!- Giszmo [~leo@pc-93-17-46-190.cm.vtr.net] has joined #joinmarket 11:23 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Remote host closed the connection] 11:54 -!- zxccxz [5db797e8@gateway/web/freenode/ip.93.183.151.232] has joined #joinmarket 13:21 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 13:34 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 14:12 -!- coins123 [~coins123@unaffiliated/coins123] has joined #joinmarket 14:48 -!- coins123 [~coins123@unaffiliated/coins123] has quit [Remote host closed the connection] 14:58 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 15:04 -!- gmaxwell [gmaxwell@wikimedia/KatWalsh/x-0001] has joined #joinmarket 15:04 < gmaxwell> Congrats on the SW support! 16:02 < midnightmagic> cool! 17:52 -!- MaxSan [~one@194.187.251.115] has quit [Ping timeout: 248 seconds] 17:56 -!- MaxSan [~one@194.187.251.115] has joined #joinmarket 23:06 < waxwing> gmaxwell: midnightmagic thanks :) 23:25 -!- tryout [c7f192b3@gateway/web/freenode/ip.199.241.146.179] has joined #joinmarket 23:27 < tryout> tried to run the qt segwit but got error when trying to create a wallet DEBUG:generating wallet Traceback (most recent call last): File "joinmarket-qt.py", line 1402, in generateWallet File "joinmarket-qt.py", line 1466, in initWallet File "jmclient/wallet_utils.py", line 407, in wallet_generate_recover_bip39 File "site-packages/mnemonic/mnemonic.py", line 47, in __init__ IOError: [Errno 2] No such file or directory: '/ 23:28 < tryout> anyone tried the new release? 23:32 < waxwing> tryout: running qt as a script, or binary? 23:32 < waxwing> i guess script right 23:33 < tryout> binary 23:33 < tryout> when I run binary, joinmarket.cfg was created and I modifed the contents 23:33 < tryout> it's fine untill when I try to create a wallet 23:34 < tryout> when I try to create wallet it gives such error in the coinjoin tab of the binary application 23:34 < waxwing> tryout: right. i guess i only tested that specific action with the script version. 23:34 < tryout> DEBUG:generating wallet Traceback (most recent call last): File "joinmarket-qt.py", line 1402, in generateWallet File "joinmarket-qt.py", line 1466, in initWallet File "jmclient/wallet_utils.py", line 407, in wallet_generate_recover_bip39 File "site-packages/mnemonic/mnemonic.py", line 47, in __init__ IOError: [Errno 2] No such file or directory: '/tmp/_MEILsmQzy/mnemonic/wordlist/english.txt' 23:35 < waxwing> tryout: yes, i see 23:36 < waxwing> (i mean i only tested it with the script** Qt GUI** version, damn, confusing language) 23:36 < tryout> I guess I have to stick to the command script method. 23:36 < tryout> oh 23:36 < waxwing> tryout: well yes and no. what OS are you on? 23:36 < tryout> ubuntu 23:36 < tryout> 14.4 23:36 < tryout> 14.04 23:37 < waxwing> ok. you can run the GUI from the command line after running the install.sh script, but you also need to install PyQt4. 23:37 < waxwing> bah i'd rather just fix this error, unless for some reason your situation is urgent. 23:37 < tryout> I trieed 23:38 < tryout> I copied the PyQt4 and siq.so etc other files 23:38 < waxwing> in case it isn't obvious, you need the english word dictionary from the mnemonic module in that location. the mnemonic module is installed via pip and hosted on github. 23:38 < waxwing> i did a bunch of tests with the binary but missed this (i tested *all* of it by running joinmarket-qt.py) 23:39 < tryout> The script version of qt didn't work too 23:39 < waxwing> oh, same way? 23:39 < tryout> no, it gave me different error 23:39 < waxwing> do you have PyQt4 installed? 23:39 < tryout> yes, I did 23:39 < tryout> I copied the folder and files to jmenv 23:40 < waxwing> oh cool so you did that part 23:40 < waxwing> so which error? :) 23:40 < tryout> It gives Segmentation fault (core dumped) 23:41 < waxwing> tryout: running `python joinmarket-qt.py` gives a core dump? 23:41 < tryout> yes. 23:41 < waxwing> damn how does that happen i wonder 23:41 < tryout> Maybe some mess happpened when I copied the PyQt4 23:41 < tryout> haha 23:41 < waxwing> it's rare to see python directly have a segmentation fault. not unheard of, but rare. 23:41 < tryout> Maybe I should start again 23:42 < tryout> from the scratch. 23:42 < waxwing> you did a source jmvenv/bin/activate right 23:42 < waxwing> not that that matters. 23:42 < tryout> yes, 23:42 < tryout> entered (jmvenv) 23:42 < tryout> previous versions didn't need jmv isolation 23:42 < waxwing> anyway breakfast now. thanks for trying it out, please don't be upset there are problems, unfortunately i couldn't get anyone to help me test it before release. 23:43 < tryout> Thank you very much for your help 23:43 < waxwing> tryout: it's far better to use a virtualenv to control what's there 23:43 < tryout> I will try again 23:43 < tryout> Thank you for your time 23:43 < tryout> Well guess it's time to study more haha 23:43 < tryout> Just take too long to sync blockchain in core 23:44 < waxwing> tryout: please do try the command line script version 23:44 < waxwing> e.g. 'python wallet-tool.py generate' for a start 23:46 < tryout> wallet can be created with the wallet-tool.py script 23:46 < tryout> but the qt binary and the qt script is not working for me. if the normal sendpayment script works i think qt is not really needed for me 23:47 < tryout> I just wanted to experience the cool GUI :) 23:51 -!- tryout [c7f192b3@gateway/web/freenode/ip.199.241.146.179] has quit [Ping timeout: 260 seconds]