Post
Topic
Board Announcements (Altcoins)
Re: Sucre (SUCR) is X11 based cryptocurrency
by
mongtototo
on 01/12/2017, 17:24:00 UTC
Hi dev,
How can I use masternode? Can you guide me?
Thank you

I will try to setup one tomorrow (i'm in Bangkok, getting late) and release a procedure next week. I'm working 18 hours per day the last 2 days. give me some time.

There is some running right now see payment on this one http://202.5.23.130:98/address/SW6hmMNk1j3At8TWbqjR3GvrvzbmD6DYe3

Same procedure as DASH https://www.dash.org/forum/threads/taos-masternode-setup-guide-for-dummies-updated-for-12-1.2680/

but use sentinel of Sucre (just don't run test feature, still DASH stuff in there) https://github.com/sucremoneda/sentinel



How to start masternode:

Settings -> Options -> Wallet -> Enable coin features (you'll need this in the future)
Settings -> Options -> Wallet -> Show Masternodes Tab
Press OK and restart wallet

Tools -> Debug Console

type and save the the outputs in a notepad:
masternode genkey
Should output something like this : KzvDF8y1PZQkc7QnB4bXWQXpvetfUfMVxJoApKqeQxxxxxxxxxxxx
getaccountaddress 0
Will output a SUCR address

Transfer *EXACTLY* 1000 SUCR to the output of the getaccountaddress 0, wait for 15 confirmations until the next step

After the 15 on confirmations go to the console and type:
masternode outputs
Should output something like this

{
  "1a5c6c262dac96b652aadc7a4d5a443b8b48f56869c2d28xxxxxxxxxxxxxxxx": "1"
}

Save the contents to the same notepad

Tools -> Open Wallet Configuration File (Windows will probably ask you for an application to open the file, use notepad)
Add the following to the file
masternode=1
masternodeprivkey=KzvDF8y1PZQkc7QnB4bXWQXpvetfUfMVxJoApKqeQxxxxxxxxxxxx
externalip=YOUR PUBLIC IP ADDRESS (make sure you port forward if inside a NAT to port 9336)
save and exit

Tools -> Open Masternode Configuration File
Add the following to the file:
mn1 YOURPUBLICIPADDRESS:9336 KzvDF8y1PZQkc7QnB4bXWQXpvetfUfMVxJoApKqeQxxxxxxxxxxxx 1a5c6c262dac96b652aadc7a4d5a443b8b48f56869c2d28xxxxxxxxxxxxxxxx 1

Save and exit

Restart the wallet, go to the masternodes tab, try to start the masternode
It will be in a pre_enabled state for around 20 to 30 minutes., then it will go to enabled


SZfactRpW16Po5KVgWQhTUeyDB17FckPbV if you liked it , if you have any issues, ping me

I started my masternode and waited for 1 hour but it's not enable. Anyone knows how to fix it ?