Difference between revisions of "User:Saul/Insane"

From Organic Design wiki
(Created page and started doc on masternode setup.)
 
m (Finished the first section of install.)
Line 13: Line 13:
 
Next you will need to transfer exactly 50k INSN to each of the addresses (each transaction will have a fee of 0.0002 INSN).<br>
 
Next you will need to transfer exactly 50k INSN to each of the addresses (each transaction will have a fee of 0.0002 INSN).<br>
 
You will have to wait for at least 1 confirmation before starting the next step.<br>
 
You will have to wait for at least 1 confirmation before starting the next step.<br>
 +
Then you will need to enter the debug console again (Help->Debug Window->Console) and run the following command:
 +
<source>
 +
masternode outputs
 +
</source>
 +
Copy the output to your reference.
 +
 
=== VPS Setup ===
 
=== VPS Setup ===
 
=== Useful Links ===
 
=== Useful Links ===

Revision as of 00:51, 16 March 2018

Insane is a crypto-currency that is a Proof Of Stake/Proof Of Work hybrid with masternodes.
The masternode requires a collateral of 50k INSN.

Setup A Masternode

Wallet Setup

You will need to have an up to date wallet with at least 50000.0002 INSN per masternode in it.
You will need to create a new dedicated address for each masternode - label each address mn01, mn02, etc.
Then you will need to enter the debug console (Help->Debug Window->Console) and run the following commands for each masternode:

getaccountaddress mn01
masternode genkey

Copy the outputs somewhere for further reference.
Next you will need to transfer exactly 50k INSN to each of the addresses (each transaction will have a fee of 0.0002 INSN).
You will have to wait for at least 1 confirmation before starting the next step.
Then you will need to enter the debug console again (Help->Debug Window->Console) and run the following command:

masternode outputs

Copy the output to your reference.

VPS Setup

Useful Links