Dividends are sent out in the form of Peercoins. Once you export the Peercoin keys from your Nu wallet into your Peer(coin/unity) wallet the dividends will be accessible. Follow the instructions below to export the keys.
Make sure that for both Nu and your Peer(coin/unity) wallet client that you have a configuration file available, and that each has at a minimum the following information.
1
2
3
4
5
server=1
rpcuser={anything}
rpcpassword={anything}
#for use on the testnet, include `testnet=1`
If everything works as expected, you will see a dialog appear with a count of the number of addresses that have been exported. You can confirm this action by viewing your Peercoin wallet and looking on the “Receive Coins” tab. There should be a number of new addresses with the label “NuShares” that match the number that was exported in the previous step. If you do not see this, please make sure that your wallet was unlocked (and not just unlocked for minting) and try it again.
In your Peercoin wallet client, on the Receiving tab, you will see that the NuShares dividend addresses have been included:
Once that has been completed, you’ll be ready for a dividend distribution. If you should add additional NuShares addresses in the future, please make sure you follow the same steps again to integrate those new paired keys into your Peercoin wallet. You will not duplicate existing keys, so this operation can be run as many times as you need, into the future.
If you see a dialog like this, when you try to export the keys:
You have probably already exported the keys to your client. Check your Peer(coin/unity) client to see if the keys exist.
If you experience problems with connecting the two wallets, please confirm that your network allows traffic on the following ports:
PROTOCOL PORT 7890
RPC PORT 14001 // Base RPC port used by the NuShares RPC server. Other unit RPC servers listen on RPC_PORT+1, RPC_PORT+2, etc.
RPC PORT 14002 // NuBits
// Same rules apply to testnet, but on different ports
TESTNET PORT 7895
TESTNET RPC PORT 15001 // NuShares
TESTNET RPC PORT 15002 // NuBits
// Peercoin ports used when communicating with the Peercoin wallet for dividend distributions
PEERCOIN RPC PORT 9902
PEERCOIN TESTNET RPC PORT 9904