Infinitynode setup guide
I. PRE-SETUP PREPARATION
download and install the Sinovate local wallet from our Official Github channel: https://github.com/SINOVATEblockchain/SIN-core/releases
purchase the collateral from one of the exchanges we're listed on: TradeOgre, Stex.com, Coinexchange, txbit.io, CHAOEX
send the needed amount to the newly installed local wallet.
in order to build an Infinitynode you will require two transactions: the "BURN" and the "collateral".
II. STARTING THE SETUP
1. The BURN transaction
Open your Sinovate local wallet and create a new receiving address:
top menu, click on
FILE
, then onReceiving address
label the address (for example: BIG - see photo).
copy that newly generated address.
go to the SEND tab of the wallet and paste the address in the "Pay To" field.
in the "Amount" field, enter the BURN amount you wish to build your infinitynode with (100,000 / 500,000 / 1,000,000) - see photo below.
the amount has to be exact, no more, no less.
click SEND and wait until the transaction has 6 confirmations.
after the confirmations are there, return to the SEND tab, and click on the
OPEN COIN CONTROL
button.
a list with transactions should open. Select the transaction with the BURN amount (in our example it would be the 1,000,000 coins transaction, it should be the first one from the top). You select it by checking the little checkbox on its left. This will ensure that the next process, the burn transaction, will be done only from that source.
from the wallet's top menu, click on
Help
and then onDebug Window.
as shown in the photo above, enter the burning command in the debug window's bottom field. The command will be
infinitynodeburnfund
, followed by the BURN amount (100000 / 500000 / 1000000).Make sure the command is entered properly, because you will no longer be able to recover these coins.
In the photo above we have an example for the SIN-BIG infinitynode, so the command in that case is
infinitynodeburnfund 1000000
REMEMBER, THE PHOTO SERVES ONLY AS AN EXAMPLE! If you have any doubts at this point, it's best to contact the Sinovate Support before entering the command without fully understanding the consequences of a mistake.
After you entered the BURN command, you will receive an output similar to the one from the photo below. Copy the content of your output in Notepad, you will need this info later.
2. The Collateral Transaction
Go to the SEND tab, in your Sinovate wallet, and send exactly
10,000 coins
to the SAME ADDRESS you used for the BURN transaction.Wait until it has 6 confirmations.
The two transactions needed (BURN and Collateral), should look like this inside your
Transactions
tab:
3. The Infinitynode PRIVKEY
Open the Debug Window/Console and enter the following command:
masternode genkey
the result of that command is the infinitynode's private key. You will need it for the following steps of the setup.
4. Transaction-IDs and indexes
The BURN transaction ID and index: - in the wallet's transaction's tab, double click on your BURN transaction (the one that has its label like this: SinBurnAddress1234...)
The Collateral transaction ID and index:
- open the debug console and enter this command: masternode outputs
5. Editing the Infinitynode.conf file
In the wallet's top menu, click on
TOOLS
->OPEN Infinitynode.conf
On a new row, enter the infinitynode's configuration line.
The line is composed of:
SAVE the file, then RESTART the wallet.
III. SETTING UP THE VPS
A. First Phase
Connect to your VPS and enter your new password for first time installation.
Then enter
wget https://sinovate.io/downloads/sin_install_vps_noroot.sh
Then enter the
chmod +x sin_install_vps_noroot.sh
command!
After that, enter this command:
./sin_install_vps_noroot.sh
You will be asked for the Sinovate Infinitynode Private Key.
You can find it in your infinitynode.conf file as shown in the picture below.
B.Second Phase
Install and open Bitvise.
Now you will continue with your new username and password.
The photo below is how your first connection screen will look like:
As shown in the 2 photos below, you will need to enter this command first:
su <username>
Then, this command:
bash
Enter
./sin-cli mnsync status
to see the synchronization process!
Open the wallet, go to the Infinity Nodes tab, select your node, then click the START ALIAS button.
the infinitynode should change its status to PRE_ENABLED, then ENABLED.
crontab -l | { cat; echo "*/5 * * * * /home/$USER/sin_infinitynode_surveyor.sh"; } | crontab -
You can check Crontab 10 minutes later
nano ~/.sin/sin_control.log
CONGRATULATIONS!
Last updated
Was this helpful?