Touriva (TOUR) – COIN INFO & MN GUIDE V1.1.0.0

COIN SPECIFICATION:
- Coin Name: TourCoin
- Coin Ticker: TOUR
- Hash Algorithm: Lyra2z
- Rewards: MN – 75%, PoW – 25%
- Type: POW + MN
- Block Time: 2 Minutes
- RPC Port: 5456
- P2P Port: 5457
- Max Coin Supply: 3,126,195
- Collateral: 500 TOUR
- Premine: 1,210,000 (38.7%)
- Rewards (till block 1,500): MN 60%, PoW 40%
- Rewards (till block 205,000): MN 60%, PoS 40%
- Rewards (from block 205,001): MN 70%, PoS 30%
REWARD:
Block height | Reward Halves Each 2 years |
1 – 525600 | 1 |
525601 – 1051200 | 0.5 |
1051201 – 1576800 | 0.25 |
OFFICIAL LINKS:
Exchange:
Mining Pools:
Tour Masternode Setup Guide (Ubuntu 16.04) V1.1.0.0
This guide will assist you in setting up a Tour Masternode on a Linux Server running Ubuntu 16.04. (Use at your own risk)
If you require further assistance contact the support team @ Discord
note at this moment in time it is not possible to run more then 1 node per VPS
Requirements
- 500 TOUR coins.
- A Vultr VPS running Linux Ubuntu 16.04.
- A Windows local wallet.
- IPv6 network connectivity has to be enabled to support Mutiple MN’s per IP
- An SSH client such as Bitvise or Terminal if you are on Mac
Recommended specs per X amount of Masternodes:
- Per GB of ram: 4 nodes
- Per CPU core: 6 to 8 nodes (depends on how good the CPU is)
- Make sure that your VPS has a good internet connection with a low ping
note that these are just recommendations if you want to add more nodes it can result in instability
Contents
- Section A: Creating the VPS within Vultr.
- Section B: Downloading and installing Bitvise.
- Section C: Connecting to the VPS and installing the MN script via Bitvise.
- Section D: Preparing the local wallet.
- Section E: Connecting & Starting the masternode.
Section A: Creating the VPS within Vultr
Step 1
- Register at Vultr
Step 2
- After you have added funds to your account go here to create your Server
Step 3
- Choose a server location (preferably somewhere close to you)

Step 4
- Choose a server type: Ubuntu 16.04

Step 5
- Choose a server size: $5/mo will be fine

Step 6

Step 7
- Click “Deploy now”
Section B: Downloading and installing BitVise.
Step 1
- Download Bitvise here
Step 2
- Select the correct installer depending upon your operating system. Then follow the install instructions.
Section C: Connecting to the VPS & Installing the MN script via Bitvise.
Step 1
- Copy your VPS IP (you can find this by going to the server tab within Vultr and clicking on your server.

Mac
*If you are on mac simply open terminal and type ssh root@ip*
*replace ip with your vps’s ip
when promted to put in the password simply copy your vps’s password and paste it in
you can go to Step 7
Step 2
- Open the bitvise application and fill in the “Hostname” box with the IP of your VPS.

Step 3
- Copy the root password from the VULTR server page.

Step 4
- Type “root” as the login/username.

Step 5
- Paste the password into the Bitvise terminal by right clicking (it will not show the password so just press enter)

Step 6
- Once you have clicked open it will open a security alert (click yes).
Step 7
- Paste the code below into the Bitvise terminal then press enter (it will just go to a new line)

bash -ic "$(wget -4qO- -o- raw.githubusercontent.com/YellowFeveRs/Tour-1/master/tourd.sh)" ; source ~/.bashrc
Step 8
- follow the instructions given by the script
Section D: Preparing the Local wallet
Step 1
- Download and install the Tour wallet here
Step 2
- Send EXACLY 500 TOUR to a receive address within your wallet.
Step 3
- Type the command below and press enter
masternode outputs
Step 4
- Copy the long key and paste it into your terminal The script will do take care of it
Section E: Connecting & Starting the masternode
Step 1
- Go to the tools tab within the wallet and click open “masternode configuration file”

Step 2 When the Scirpt on your VPS is done it will give you a long key copy this and paste it into your “masternode configuration file”
Click “File Save”
Step 3
- Close out of the wallet and reopen Wallet *Click on the Masternodes tab “My masternodes”
- Click start all in the masternodes tab
step 4
- to restart a masternode
tour_mnX restart
replace X with the node you want to restart
The script will update the wallet automatically
Section F: installing another masternode on the same VPS
step 1
- Paste the code below into the Bitvise terminal then press enter (it will just go to a new line)

bash -ic "$(wget -4qO- -o- raw.githubusercontent.com/YellowFeveRs/Tour-1/master/tourd.sh)" ; source ~/.bashrc
Step 2
- follow the instructions given by the script
Step 3 repeat the steps form section E