Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Open the wallet,
- Generate a new address and call it MN1
- Generate a new address and call it REWARD
- Help>Debug>Console
- masternode genkey
- Copy the key in a blank file (just for reminder)
- Send collateral to MN1 wallet
- After 10-15 confirmations type
- masternode outputs
- Copy the outputs in a blank file (just for reminder)
- now do:
- nano /DIRECTORY/.kittycoin/kittycoin.conf
- rpcuser=randomthings
- rpcpassword=randomthings
- rpcallowip=127.0.0.1
- listen=1
- server=1
- daemon=1
- externalip=YOURIP:51473
- masternode=1
- masternodeprivkey=masternodeprivkey (the key generated before)
- Now restart the wallet
- Go into the masternode tab
- click create
- and fill all required informations
- Alias: MN1
- address: ip and port
- privkey: the key generated before
- txash: result of masternode outputs
- output index : result of masternode outputs ( 0 or 1)
- reward address: REWARD address
- reward % = 100
Advertisement
Add Comment
Please, Sign In to add comment