1 2017-09-06 00:44:37 <esotericnonsense> hm. i'm trying to use bitcoind's rest api and getting 404's
 2 2017-09-06 00:44:59 <esotericnonsense> curl -v http://localhost:8332/chaininfo.json HTTP/1.1 404 Not Found
 3 2017-09-06 00:46:14 <esotericnonsense> same for mempool/info.json, etc
 4 2017-09-06 00:48:51 <esotericnonsense> doh. it's /rest/. old documentation on bitcoin.org ;)
 5 2017-09-06 00:49:35 <esotericnonsense> or actually, not old, just terse. reading comprehension issue on my side.
 6 2017-09-06 22:59:27 <JackH> are there any negative consequences to copy the blocks folder from one hdd to another so that I dont have to resync the blockchain all over again? (both machines Ubuntu)
 7 2017-09-06 23:04:43 <JackH> Will it mess up by utxo db?
 8 2017-09-06 23:04:49 <JackH> by = my
 9 2017-09-06 23:09:12 <wumpus> JackH: no problem at all, in that case you need to copy both blocks and chainstate though
10 2017-09-06 23:09:50 <wumpus> JackH: be careful with copying chainstates from other people, as they can hide or add extra non-existing utxos, but between your own machines why not
11 2017-09-06 23:11:13 <JackH> these are both my machines wumpus
12 2017-09-06 23:11:25 <wumpus> ok
13 2017-09-06 23:12:08 <JackH> but if I do not copy chainstate will it just rebuild it?
14 2017-09-06 23:12:42 <wumpus> yes, but you'd not save any time
15 2017-09-06 23:13:02 <wumpus> (or, hardly at least, most time goes into verification not downloading)
16 2017-09-06 23:13:18 <JackH> yeah true its heavy. get 0.15 out ;)
17 2017-09-06 23:23:58 <meshcollider> You can still use rc3 Jack you don't have to wait for proper release ;)
18 2017-09-06 23:36:43 <wumpus> yeah just use the rc3, final is going to be the same as that 99% sure
19 2017-09-06 23:41:49 <JackH> I can wait a bit
20 2017-09-06 23:41:55 <JackH> lets see how it all turns out