NuShares dividend address

There have been some ideas floating around in the past about integrating NuBits into the Peerunity wallet. There was a reason for that name. It hasn’t appeared on any roadmap till date as far as I’m aware. I hope it is still on the radar. It would be nice to have that integration.

For future reference.
click NuShares
click on 'debug window’
select the ‘console’ tab
type: walletpassphrase “your walletpassphrase here” 600
type: dumpprivkey [your public key here]

What you get is a Base58 encode priv key. So all you need to do is (using javascript notation):

var g=Base58.decode(‘thatdumpedprivedkey’);
var prep= Crypto.util.bytesToHex(g);
var privatekey=prep.slice(2, 66); // remove prefix and compression flag+checksum

then, go to https://wallet.peercointalk.org/ -> Wallet Details and paste the privatekey and hit view details

1 Like

Hi. I imported keys with these settings Nu.conf rpcallowip=127.0.0.1
rpcport=14002
port=7890
gen=0
server=1
PPCoin rpcallowip=127.0.0.1
rpcport=14001
port=9902
gen=0
server=1
You can then check how it works ? My address for dividend P9stAnUjev9dbsZHcfbG1rMjGpiraRbk1C