Bitcoin Forum
June 29, 2024, 12:41:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [REBRAND] BanKITT (BKT) POW NeoScrypt ASIC Resistant HIGH ROI Masternode on: March 06, 2018, 08:57:39 AM
WinManual how to do MASTERNODE. This instruction also applies to any masternode coin. In this example, I use my laptop as a server and a wallet. Those. We do not need a separate computer or VPS. I apologize in advance for my English  Roll Eyes

1. First go tohttps://github.com/bankitt/bankitt/releases/tag/1.1.0.1 and download the wallet, start it and then go to the settings and put a check mark on the tab see masternode.
2. Go to your computer. Go to the console debugging purse and enter: "getnewaddress MN1"
"MN1" is just a purse tag for easy identification. You can use any label at your discretion. We remember the received address - this will be the address of the wallet of our masternode.
3. Send to the received address 10000 coins. Example in console: "sendtoaddress BX7*************** 10000"
4. In response, we get transaction number (example  a7de5c587b7bb227d3cfd61ccdf3416498adeb5ea3b752445***********) - also remember it (write to notepad) - we will need it. We wait until the transaction is fully confirmed on the network (6/6).
5. After the transaction is confirmed, generate a unique private master key, in console write: "masternode genkey"
Write to notepad received key.
6. We also need to get the transaction code from step 3 with the collateral transfer, define it with the command: "masternode outputs"
In my case, it was "1"
7. Now you need to edit the wallet settings file, which is located in the tools wallet section. Add next lines:
rpcuser=Any value
rpcpassword=Any value
rpcallowip=127.0.0.1
listen=1
daemon=1
logtimestamps=1
maxconnections=256
server=1
masternode=1
masternodeprivkey= key from step 5
externalip=your external ip address

After save settings
8. Go to the "Tools" select "open the masternode settings file"
Add next lines:
mn1 195.**.**.**:1661 7duGSxqju4********************* a7de5c*************** 1
Where:
- mn1 - Your masternode name
- 195.**.**.**:1661 - your external ip address, port does not change
-  7duGSxqju4********************* - private masternode key, obtained in step 5
- a7de5c*************** - transaction number from step 4
- transaction code - the transaction ID obtained in step 3, where we sent 10000 to your address as collateral for the masternode, in my case, it was "1"
Save the configuration and restart the wallet.
In the "masternodes" tab, your MN should appear, the status will be PRE_ENABELED, after short time it should change to ENABALE. If there is nothing in the mastering tab. We go to the debugging console and type: masternode start-alias <NAME of your MN>.

ATTENTION!!! who use router You need to do port forwarding if the node does not connect. On each router is done in different ways, you need read the guide to your device.


On this all, I attach a screenshot of the working masternode.
There will be questions, please write me here! Not in PM!
https://imgur.com/42vpYoW

To say "Thank You"

BanKITT coin adress: BX7i9iEJjkibJnDzrbr1ouP6dGpFYKjkot


I am looking for a tutorial for a vps installation under ubuntu 16.04 step by step please for beginners like me
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!