1 2017-09-07 00:00:08 <ossifrage> JackH, you can rsync the live node and then just shut it down long enough to do a final rsync
 2 2017-09-07 00:02:27 <JackH> shutting down? NEVER!
 3 2017-09-07 00:02:35 <JackH> I am on a 115GB streak here
 4 2017-09-07 00:02:38 <JackH> in upload
 5 2017-09-07 02:25:27 <esotericnonsense> the rest api for bitcoind is pretty cool. seems very performant on my machine.
 6 2017-09-07 02:25:47 <esotericnonsense> https://i.imgur.com/BZ8ZSLJ.png tinkering about with creating a live mempool fee chart, it updates every 15s over websocket.
 7 2017-09-07 02:26:00 <esotericnonsense> just need to figure out how to wrangle chartist.js a bit more.
 8 2017-09-07 07:54:21 <ilkmccr> I am trying to fork bitcoin and create altcoin for educational purpose but I'm stuck  at creating genesis block. I've changed neccessary variables on chainparams.cpp, I have printed the genesisHash and merkleroot just above the assert functions. And put the output in the assert() function. But even though assertation not failing, there is another error. what I am doing wrong?
 9 2017-09-07 07:57:28 <ilkmccr> The error is: ERROR: CheckProofOfWork : non-AUX proof of work failed ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)
10 2017-09-07 09:31:22 <ilkmccr> I am trying to fork bitcoin and create altcoin for educational purpose but I'm stuck  at creating genesis block. I've changed neccessary variables on chainparams.cpp, I have printed the genesisHash and merkleroot just above the assert functions. And put the output in the assert() function. But even though assertation not failing, there is another error. what I am doing wrong?
11 2017-09-07 09:31:24 <ilkmccr> The error is: ERROR: CheckProofOfWork : non-AUX proof of work failed ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)
12 2017-09-07 09:40:39 <ilkmccr> is this a read-only channel ?
13 2017-09-07 09:53:22 <kinlo> it isn not a readonly channel, bit it is a bitcoin channel, not an altcoin channel
14 2017-09-07 16:11:29 <dviola> hi
15 2017-09-07 16:11:35 <dviola> I'm seeing this in my debug.log:
16 2017-09-07 16:11:37 <dviola> 2017-09-07 16:07:55 socket recv error Connection reset by peer (104)
17 2017-09-07 16:11:47 <dviola> bitcoin core 0.15.0-rc3
18 2017-09-07 16:11:53 <dviola> is it normal?
19 2017-09-07 16:12:16 <dviola> I'm about 10 weeks left to finish the IBD
20 2017-09-07 16:16:11 <dviola> I also see: 2017-09-07 16:13:20 ping timeout: 1200.021351s
21 2017-09-07 16:16:23 <dviola> 2017-09-07 16:16:09 connect() to 193.239.144.161:8333 failed after select(): Connection refused (111)
22 2017-09-07 17:48:39 <asimplecoder> where can i find public bitcoind servers or api for pushing raw transactions?
23 2017-09-07 17:53:20 <jonasschnelli> asimplecoder: the bitcoin p2p network is what you should use for that
24 2017-09-07 17:53:37 <jonasschnelli> You could use https://github.com/laanwj/bitcoin-submittx
25 2017-09-07 17:53:44 <jonasschnelli> or https://github.com/libbtc/libbtc
26 2017-09-07 18:23:47 <asimplecoder> yeah but i dont have a bitcoind server