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"