The forum does not work. Where to get the installation manual mn?
You want to deploy a MasterNode ? Is that correct ?
Yes
Below you have the instructions for Windows from @twthmoses
This is a quick guide to set up a Dstra Masternode using the Windows 64bit wallet. I'll make a more comprehensible later….
0. Read it all before you send coins to any address and understand what you need to do.
1. Make a new address in your wallet and name it anything you want, could be “MN01” or “SPACERACER” or whatever.
2. Send exactly 30,000 dstra to this address.
3. Open debug console, found under tools, on the top bar
4. Type "masternode outputs". Save the resulting txhash, including the outputidx, 0 or 1.
5. Type "masternode genkey". Save the key.
6. Open dstra.conf in notepad.
7. Type the following:
masternode=1
masternodeprivkey=enter the masternode genkey from 5)
staking=1
8. Save it.
9. Open masternode.conf in notepad
10. Type the following:
outboundIPaddress:5269 0 or 1
Example:
MN01 94.145.221.99:5269 41HatytyyirjEMttH1Y4sBGLALQZE1Yc1K64yiqgX37tGBDQL8Xg 3rty3c84c84f87eaa86e4e54034c92027a07f9e18718810b92e0d0324456a67c 0
11. Save it.
12. Restart wallet, you should see, under masternode tab, your MN named
13. Click your masternode and press start alias
14. Open debug console again and type "masternode start alias-" should respond with "successfully started"
15. Type in debug console "masternode status" if you get an error message you did something wrong.
16. Most important. Port forward port:5269 in your router to the local IP of the computer you run your MN on. Your new master node might be running fine from your point of view, but the rest of the world might not see you. If you don’t get any MN reward, after say an hour or two, the world is not in contact with you, despite your MN might be running fine.
Pointers i'm unsure of might be true or not
A) You need 101 confirmations of the 30,000 dstra, before the MN starts receiving rewards. Takes optimal 101 minutes, but probably longer.
B) Place the txindex=1 in the dstra.conf (if you use that line) after the things you write in 7) - or just don't write it.
c) Name in 2) and 10) does not actually have to be the same. Pretty sure they don't have to be.
d) Line 14) is actually the same as 13), just like to see the response
PS: I can confirm that it works if you follow the above steps
Does not work
No txhash
4. Type "masternode outputs". Save the resulting txhash, including the outputidx, 0 or 1.