forked from KrakenCoins/Kraken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kraken Ubuntu 16.04 64bit Masternode Setup.txt
36 lines (25 loc) · 2.12 KB
/
Kraken Ubuntu 16.04 64bit Masternode Setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
MASTERNODE SETUP FOR UBUNTU 16.04 64BIT WITH GUI WALLET
Static public IP and open ports are essential!
1. Run terminal/console
2. Paste
sudo apt-get update
sudo apt-get upgrade
chmod +x Kraken-qt
(change permission of file, in this example path to file is ~/Krakent-qt)
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
1.Run wallet for the first time using command ./Kraken-qt
2.In the lower left hand corner of the User Interface, you will see “Synchronizing with network” and other sync messages each time you open your Kraken Wallet. If there is a problem synchronizing, it may say “No Block Source Available” instead. If this happens, just close and re-open the wallet until it synchronizes.
3.Go to Help -> Debug Console.
4.In the Console window enter getaccountaddress 0 and copy the result. This is your MASTERNODE DEPOSIT ADDRESS, where you will deposit the coins to create a masternode. Pay 2500 KC exactly into this address. No more, no less.
(Wait for the 1st confirmation of the transaction)
5.In the Console Debug window enter "masternode genkey" and copy the result. This is your MASTERNODE PRIVKEY.
6.Edit config file Kraken.conf which is located in hidden folder ~/.Kraken. Then paste in the following:
masternode=1
masternodeprivkey= (MASTERNODE PRIVKEY)
8.Now save and close the config file.
9.Close the wallet by going to File -> Exit.
Run Kraken-qt again.
10. Wait for 15 confirmations of the transaction of 2500 coins.
Go to Tools -> Debug Console. Enter masternode start. You will see the response “Masternode started successfully”. Congratulations, your masternode is now running.
Now click the Masternodes tab that is now visible. You should see your new masternode appear in the list with the status PRE_ENABLE.
This will change to ENABLED after a small amount of time. All masternodes need to be active for a certain amount of blocks before they are recognized by the network and eligible for rewards.