Open smdmitry opened 6 years ago
Did you symlink the anond executable into the bitcore-node-anon/bin folder?
Where do I find the anond executable?
I have built https://github.com/anonymousbitcoin/anon and symlinked anond into bitcore-node-anon/bin.
And ran: bin/bitcore-node start
Now it stuck in infinite loop:
[2018-09-06T05:49:23.813Z] info: Using config: /root/.bitcore/bitcore-node.json [2018-09-06T05:49:23.814Z] info: Using network: livenet [2018-09-06T05:49:23.814Z] info: Starting bitcoind [2018-09-06T05:49:23.815Z] info: Using btcp config file: /root/.bitcore/data/anon.conf [2018-09-06T05:49:23.817Z] info: Starting btcp process anond: main.cpp:1679: void InvalidChainFound(CBlockIndex*): Assertion tip failed. [2018-09-06T05:49:24.040Z] warn: btcp process unexpectedly exited with code: null [2018-09-06T05:49:24.040Z] warn: Restarting btcp child process in 5000ms
Make sure you are running testnet
On latest Node version v10.8.0 npm install fails on zmq@2.15.3. I managed to run npm install on v8.11.4, but then running ./bin/bitcore-node start fails with Error: spawn /mnt/sources/anon/bin/anond ENOENT.
Please update instructions on how to run bitcore-node-anon.