0
I am running Bitcoin Cash node with prune=99000 mode enabled. So, I tried to import addresses of BCH from another BCH wallet by using importprivkey method and I am getting an error: Rescan is disabled in pruned mode.
How could I import addresses in prune mode from another wallet?
Thanks!
To import the private key, the wallet must rescan the blockchain and I think with the prune setting the import key not work because you haven't a copy of the blockchain in your local machine. – vincenzopalazzo – 2019-10-15T14:55:28.940
@vincenzopalazzo thanks for the answer. Could I user reindex maybe on prune mode? – Igoris Skinderis – 2019-10-16T11:59:22.503
What does it mean, reindex the user? ps: I don't know how work the BCH but if is work how bitcoin, it not contains the user – vincenzopalazzo – 2019-10-16T12:39:04.920
@vincenzopalazzo I am sorry there was a lint, I meant "Could I use reindex maybe on prune mode?" – Igoris Skinderis – 2019-10-17T08:42:33.790