Hi Guys
HOW TO RUN DAS MASTERNODE ON WINDOWS
This 100% works
If it is not working for you make sure ports 9398 and 9399 are open.
If it is still not working you done something wrong. Read again amigo
Follow these steps:
1.
Download the wallet, install, wait for it to sync, encrypt it with a password.
Make sure to back it up regularly.https://github.com/Truckman83/DAS-source/releases/2.
In the debug console enter:
getnewaddress 0
Copy the result and paste to notepad, this is your
masternode deposit address for the 1000 DAS. Send 1000 DAS to this address.
3.
In the debug console enter:
masternode genkey
Copy the result and paste to notepad, you will need this. It is your
Masternode Priv Key.
4.
Check your external IP on
http://whatismyipaddress.com/ Write it down. This is your
External IP5.
Now open CMD enter
ipconfig
Write down the
'IPv4 Address' under 'Ethernet Adaptor'. If you are on your local machine this will likely start with 192.168.xxx.xxx, if you are on a VPS this will likely be identical to your external IP.
6.
Now close wallet.
If you installed the wallet in the default location then:
Open any folder and search %appdata%, then navigate to 'Das' folder.
Open das.conf (using notepad for example) and enter this and save.
server=1
daemon=1
listen=1
rpcuser=user (anything you want)
rpcpassword=password (anything you want)
rpcport=9398
rpcallowip=127.0.0.1
masternode=1
masternodeprivkey=
masternodeaddr=:9399
bind=:9399
externalip=:9399
(Enter the settings without the < and >)
7.
Open wallet again.
Wait for your transaction of 1000DAS to reach 15 confirmations (it takes approx 45 mins to 1 hour)
(This is important, your master node won't start until the coins have 15+ confirmations. Grab a tea, take a shit, or whatever)
8.
In the debug console enter:
masternode start
It should say to you"Masternode started successfully"
First payment should come in around 24 hours - so don't worry about it, it is working! Give it some time.
If this helped anyone, I would appreciate a tip!
BTC: 15XD4MJa8AcMxa63qw6Yp8bjMjZL6FgyCa
ETH: 0x104bd7aec360e8b758dfc5eca9e09dc03393495f
DAS: DD1abQ1USd15sMT3seN535MWZGzhiuxoTE
Make sure to independently secure your VPS!!
Start with blocking all TCP and UDP ports in windows firewall except 9399 and 9398 Before doing this make sure you have an alternate way to access the machine (for example KVM from VPS online dashboard) as blocking ports this way will block remote desktop connection!!Thank you for this. Gotta get my MN up this weekend.