If prospective operators need additional support on this guide, drop us a line in the Technical Support channel in ourĀ Discord.
Syscoin wallet steps:
Step | Image |
---|
Ensure you have at least 100,001 Syscoin (SYS) in your wallet and that your wallet is fully synced to the blockchain If your coins are located in an exchange, you're going to need a little bitĀ (to pay for the network transaction fee) of SYS to send exactly 100,000 coins to your wallet. Follow the steps below to do so: | |
Prepare wallet for masternode setup - Open your wallet and go to Settings > Options
- Select the Main tab and click the checkbox to "Show Masternodes Tab"
- Select the Wallet tabĀ and click the checkbox to āEnable coin control featuresā
- Click OK and close your wallet
- Reopening your wallet will show new wallet options, specifically the Masternodes Tab
- Allow your wallet to fully sync to the blockchain before proceeding
| |
Create a new HD masternode address - Open your wallet to create a receiving address
- You will need to create a new HD address. Do not reuse a Sys3 address. Be sure to use the console to generate your MN collateral address
- Go to Window > Console
- TypeĀ "getnewaddress <LABEL> legacy"Ā (replacing <LABEL> with a name i.e. mn1), to generate an address to use for your 100,000 SYS collateral.Ā Masternodes require legacy addresses, and will not work with the new Bech32 addresses that start withĀ sys. Copy and note this address for later. You will need to send your collateral to this address in a later step
- If the address starts withĀ sysĀ you have NOT included legacy and will need to regenerate a legacy address
- If the address starts with ā3ā you have not used the console
| |
Send EXACTLY 100,000 Syscoin/SYS to the new address you created Use Coin Control to ensure that you send your collateral from the correct address - Go to "Send" and then "Inputs" to select the input you would like to send from
- Next enter your masternode collateral address from the previous step into the āPay Toā field. Enter ā100,000ā exactly into the āAmountā field and do NOT subtract fees from the amount as it will reduce your collateral total.
- Press āSendā to send your Syscoin to your masternode collateral address. You will need to wait 1 block ā approximately 1 minute ā for the transaction to confirm.
Click Send to send to submit the send transaction
| |
Get the Masternode transaction ID from the debug window Go to Window > Console - Type in "Masternode Outputs" and press enter
- Copy the tx hash (which is the string in the first set of quotes)
- Write down outputidx down (which is the single digit in the second set of quotes)
| |
Transfer Transaction Hash and Index to Node Forge Setup Once you get through Step 1-3 in "Creating a Masternode" on the Node Forge Platform. On Step 4, perform the following: - Paste txhash from Debug console into the "Startup Transaction Hash" field on the Node Forge screen
- Paste outputidx from Debug console into "Startup Transaction Index" field on the Node Forge screen
- Click Validate Setup (May take up to 30-60 seconds)
- Once successful, copy the entire "Unique Setup Information" string displayed (to be used in the next step)
| |
Modify the Masternode Configuration File (masternode.conf) - Go to Tools > Masternode Configuration File, this should open up a Textedit (on Mac) or Notepad (on PC) file
- Paste the "Unique Setup Information" (from the previous step), save and close
If a textedit (on Mac) does not open by default when you select Master Configuration File from the menu, you'll have to open the fileĀ manually from Finder - Close the Wallet
- Open Finder > Go > Hold option on your keyboard (Library will show up) > Library
- Open the Application Support folder
- Open SyscoinCore folder
- Open masternode.conf with TextEdit
- Paste unique setup information (from the previous step), save, and close
| |
Restart your Wallet - Close and re-open your wallet.
- Click the Masternodes tab and your node should now populate (after approximately 15-20 confirmations).
- Click Update Status to refresh the list if it is not populating
| |
Start the remote masternodes via the wallet - Navigating back to your SYS wallet, select the Masternodes tab
- Click Start alias
- Click Yes to Prompt "Are you sure you want to start all masternodes?"
If all was done correctly, you should get a popup indicating "Successfully Started" | |