bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

Use of forked coin? #881

Open hellomotow opened 6 years ago

hellomotow commented 6 years ago

Im trying to set up a node for https://github.com/bitcoinx-project/bitcoinx

From looking at the source I have updated network.js to

addNetwork({ name: 'livenet', alias: 'mainnet', pubkeyhash: 0x4b, privatekey: 0x80, scripthash: 0x05, xpubkey: 0x0488b21e, xprivkey: 0x0488ade4, networkMagic: 0x1105bcf9, port: 9003, dnsSeeds: [ 'seed.bcx.org', 'seed.bcx.info' ]

however it still does not sync. It syncs the current chain.

What else do I need to do? Should I be using the default daemon still? /root/.nvm/versions/node/v4.6.0/lib/node_modules/bitcore-node/bin/bitcoind

sefo64 commented 6 years ago

Hi

Thanks for email I will judge will report soon. Whn does not like with Blockchein.

Thanks again

2018-01-29 14:15 GMT-08:00 hellomotow notifications@github.com:

Im trying to set up a node for https://github.com/bitcoinx- project/bitcoinx

From looking at the source I have updated network.js to

addNetwork({ name: 'livenet', alias: 'mainnet', pubkeyhash: 0x4b, privatekey: 0x80, scripthash: 0x05, xpubkey: 0x0488b21e, xprivkey: 0x0488ade4, networkMagic: 0x1105bcf9, port: 9003, dnsSeeds: [ 'seed.bcx.org', 'seed.bcx.info' ]

however it still does not sync. It syns the current chain.

What else do I need to do? Should I be using the default daemon still? /root/.nvm/versions/node/v4.6.0/lib/node_modules/bitcore-node/bin/bitcoind

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitpay/insight/issues/881, or mute the thread https://github.com/notifications/unsubscribe-auth/Ah4-cW2k-jp4ZS5I4WQgyqUtMC7l7OBGks5tPkMLgaJpZM4Rxcbl .

sefo64 commented 6 years ago

Hi Tell me what's wrong with Blockchain address, You can go straight to the mejnaddress. I wil make the problem stop like Kind regards

2018-01-29 16:14 GMT-08:00 Sefadin Redjepi redjepisefadin@gmail.com:

Hi

Thanks for email I will judge will report soon. Whn does not like with Blockchein.

Thanks again

2018-01-29 14:15 GMT-08:00 hellomotow notifications@github.com:

Im trying to set up a node for https://github.com/bitcoinx-pr oject/bitcoinx

From looking at the source I have updated network.js to

addNetwork({ name: 'livenet', alias: 'mainnet', pubkeyhash: 0x4b, privatekey: 0x80, scripthash: 0x05, xpubkey: 0x0488b21e, xprivkey: 0x0488ade4, networkMagic: 0x1105bcf9, port: 9003, dnsSeeds: [ 'seed.bcx.org', 'seed.bcx.info' ]

however it still does not sync. It syns the current chain.

What else do I need to do? Should I be using the default daemon still? /root/.nvm/versions/node/v4.6.0/lib/node_modules/bitcore-nod e/bin/bitcoind

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitpay/insight/issues/881, or mute the thread https://github.com/notifications/unsubscribe-auth/Ah4-cW2k-jp4ZS5I4WQgyqUtMC7l7OBGks5tPkMLgaJpZM4Rxcbl .

hellomotow commented 6 years ago

https://pastebin.com/ahkWq2q3 Is the log of bitcore-node and https://pastebin.com/yFdkr3Lu is the log of SSH when it crashes.

Is there anything else I need to do other than modify mynode/node_modules/bitcore-lib/lib/networks.js

marriva commented 6 years ago

Joining the question