Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Viacoin (VIA) - Safe | Segwit | Lightning Network | Auxpow | Fast
by
grv
on 23/06/2017, 11:47:28 UTC
stupid question - is there any way to extract the private key for the addresses used in the Viacoin core wallet? I didnt find any way doing so or any other way to recover in case the wallet gets lost.


viacoin client menu -> help -> debug window -> console

to export private key, type this in console command line:
dumpprivkey "viacoinaddress"

to import private key, type this in console command line:
importprivkey "viacoinprivkey"