Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN][DMS] Documentchain.org | Document notarization blockchain | YescryptR32
by
Don Heraldo
on 27/12/2019, 09:42:22 UTC
⭐ Merited by FutureBitcoin (1)
I can run a node using only your official Windows wallet? Or do I need to use other software and Linux operating system?

Important: It is safer to operate the master node on a separate computer. In most cases a Linux VPS is hosted by a provider. The local Windows Wallet is typically used to control the Masternode and to store the DMS Coins.

Operating a Masternode on Windows

The Windows computer needs a static IPv4 and the opened port 41319.

1. Encrypt the wallet with a secure password. Write down the password in a safe place.

2. Follow the step "1. In the wallet software “DMS Core” on your local computer"

3. Select "Tools | Open Wallet Configuration File" in Wallet main menu and paste
Code:
rpcuser=dmsrpcuser
rpcpassword=MyPassword
rpcallowip=127.0.0.1
server=1
listen=1
daemon=1
maxconnections=125
masternode=1
masternodeprivkey=5VNdUDTqdh…
externalip=123.123.123.123:41319
to the file (dms.conf).
Edit RPC user and password. masternodeprivkey from step 2. exernalip is your IPv4 followed by ":41319"
Save dms.conf.

4. Follow the steps "3. DMS Core on your local computer" and "5. DMS Core on your local computer"

The wallet must run 24/7.