Masternode activation:
1. Create a new address -> Receive -> New Address
2. Send exactly 100000 AMS to your new address and write down the TX hash
3. Wait for 25 confirmations
4. Open Help -> Debug window -> Tab console
5. Type "masternode outputs" and write down the output
6. Type "masternode genkey" and write down the output
7. Menu Masternodes -> Button Create
8. Alias: Name of the masternode (can be anything)
9. Address: Public ip address and port, use for example "123.456.789.123:61510" (You can find your IP address here:
http://checkip.dyndns.org)
10. PrivKey: The output of the "masternode genkey" command (step 6)
11. TxHash: The left hand side of the output of "masternode outputs" (step 5)
12. Output Index: The right hand side of the output of "masternode outputs" (step 5)
masternode outputs example: { "159eea4303125de0a60fbce8d362778cfe915166d42de1339d9bc79523d9e9a8" : "0" } The left hand side is the TxHash "159eea4303125de0a60fbce8d362778cfe915166d42de1339d9bc79523d9e9a8" and the right hand side is 0 (zero)
Make sure port 61510 is forwarded to your computer (by NAT translation) and that you firewall (like Windows Firewall) accepts connection on this port.
For example:
type: masternode genkey11:27:58
111111111111111111111111111111111111111111111111111
type: getaccountaddress node11:28:08
2222222222222222222222222222222222
type: sendtoaddress 2222222222222222222222222222222222 10000011:28:32
3333333333333333333333333333333333333333333333333333333333333333
type: masternode outputs11:29:16
{
"3333333333333333333333333333333333333333333333333333333333333333" : "0"
}
amsterdamcoin.confrpcuser=CHANGE_USER
rpcpassword=CHANGE_PASSWORD
rpcallowip=127.0.0.1
# --------------------
listen=1
server=1
daemon=1
#maxconnections=24
# --------------------
masternode=1
masternodeprivkey=111111111111111111111111111111111111111111111111111
externalip=11.22.33.44
masternode.conf
mn1 11.22.33.44:50020 111111111111111111111111111111111111111111111111111 3333333333333333333333333333333333333333333333333333333333333333 0