gregorst

Kittycoin Linux guide

Jun 28th, 2018
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Open the wallet,
  2.  
  3. Generate a new address and call it MN1
  4. Generate a new address and call it REWARD
  5.  
  6. Help>Debug>Console
  7.  
  8. masternode genkey
  9. Copy the key in a blank file (just for reminder)
  10.  
  11. Send collateral to MN1 wallet
  12. After 10-15 confirmations type
  13.  
  14.  
  15. masternode outputs
  16.  
  17. Copy the outputs in a blank file (just for reminder)
  18.  
  19. now do:
  20.  
  21. nano /DIRECTORY/.kittycoin/kittycoin.conf
  22.  
  23. rpcuser=randomthings
  24. rpcpassword=randomthings
  25. rpcallowip=127.0.0.1
  26. listen=1
  27. server=1
  28. daemon=1
  29. externalip=YOURIP:51473
  30. masternode=1
  31. masternodeprivkey=masternodeprivkey (the key generated before)
  32.  
  33.  
  34. Now restart the wallet
  35.  
  36. Go into the masternode tab
  37. click create
  38.  
  39. and fill all required informations
  40.  
  41. Alias: MN1
  42. address: ip and port
  43. privkey: the key generated before
  44. txash: result of masternode outputs
  45. output index : result of masternode outputs ( 0 or 1)
  46. reward address: REWARD address
  47. reward % = 100
Advertisement
Add Comment
Please, Sign In to add comment