1 2017-11-07 20:44:53 <dviola> how often will a pruned-node user is likely to run into "I need to have the full chain on disk" by just using the wallet functionality?
 2 2017-11-07 20:46:05 <dviola> I have 69GB left on this disk, I'm thinking about pruning but I'm not sure I'll ever need the data
 3 2017-11-07 21:01:09 <wxss> dviola: back it up on an external disk so you don't have to download >160 GB in case you do need it in the future
 4 2017-11-07 21:03:12 <Sentineo> well there might be times when you will need it. 160GB is not that much ...
 5 2017-11-07 21:08:39 <dviola> sounds like I'll need to get a larger drive
 6 2017-11-07 21:09:45 <wxss> seems a necessary preparation for the fork season
 7 2017-11-07 21:14:19 <dviola> what do you mean?
 8 2017-11-07 21:15:11 <dviola> that I'll need to use their node to redeem funds?
 9 2017-11-07 21:25:04 <mlz> dviola, what do you mean "their node"?
10 2017-11-07 21:26:17 <dviola> btc1
11 2017-11-07 21:26:30 <dviola> b2x
12 2017-11-07 21:26:54 <mlz> i don't get it
13 2017-11-07 21:27:25 <dviola> "seems a necessary preparation for the fork season"
14 2017-11-07 21:27:32 <dviola> I'm curious what wxss means by that
15 2017-11-07 21:27:56 <mlz> oh
16 2017-11-07 21:29:55 <wxss> dviola: I mean this time of the year when suddenly everybody starts forking Bitcoin. If you want to dump your fork coins, you may want to install their wallets and so you have to store not one but suddenly four 160GB blockchains
17 2017-11-07 21:34:51 <dviola> I see
18 2017-11-07 21:35:18 <dviola> hopefully they fork electrum too, so I can install, redeem and uninstall
19 2017-11-07 21:49:00 <blackwind_123> is there a complete end to end solution in python. I know python would be very slow as a real world solution for the same. but im trying to understand the underyling basics of bitcoin using python
20 2017-11-07 21:49:00 <blackwind_123> is there a python client which will collect all the bitcoin transaction and generate a block and then submit it to the node.