BTCPrivate / BitcoinPrivate-legacy

Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Other
283 stars 132 forks source link

Daemon Mainnet synching #93

Closed oliverw closed 6 years ago

oliverw commented 6 years ago

Is it possible to let btcpd start synching now? Will it use the ZClassic chain and stop accepting blocks at a certain point waiting for the BTCP mainnet to go online or will it happily sync past the hardfork block height?

Nolaan commented 6 years ago

you can add to your config file addnode=btcp.masternode.link

jc23424 commented 6 years ago

in the next two days or so the dnsseeds listed in the repository will update with nodes that you can seed the chain from - these will be available well in advance (24-ish hours) of when mining for block reward will begin to allow miners to sync up

OleksandrBlack commented 6 years ago

@jc23424 @BlueSilver22 After update https://github.com/BTCPrivate/BitcoinPrivate/commit/891622875bed861ab37c758bed3b1902f15d2087 in debug.log an error PROCESSMESSAGE: INVALID MESSAGESTART

oliverw commented 6 years ago

Question: Is it supported to bootstrap a node from a ZCL blockchain copy that's not synced past the hardfork blockheight?