how do i change my bitcoin cleint application?

1

I recently downloaded the bitcoin (--testnet) blockchain data using Bitcore(I thought it was the Orginal client) for some development purpose. but now, I like to move to bitcoin core client. Should I require to download the entire Blockchain data again?

Akshay Dev

Posted 2018-08-31T05:46:46.317

Reputation: 23

What software? Where did you download it?Pieter Wuille 2018-08-31T11:17:49.760

This? https://github.com/bitpay/bitcore. I doubt the block file format will be compatible between this node.js application and bitcoin-core

JBaczuk 2018-08-31T14:00:05.150

You might be able to get the new wallet to sync from the old wallet. It will be faster to sync over a LAN.RedGrittyBrick 2018-08-31T15:06:49.080

https://bitcore.io/ @PieterWuilleAkshay Dev 2018-09-03T04:06:24.490

No answers