Windows and Linux wallet-Linux VPS Masternode instructions

Daral
2 min readAug 28, 2018

--

You should have:

A wallet for Masternode and sufficient number of coins required for the establishment of the Masternode (2000 DRL)

VPS GNU / Linux with a static IP address, it is written below.

Windows or Linux operating system. We have Ubuntu VPS 16.04, however this description is suitable for any system.

15 GB SSD will be enough, also you need 1000 GB traffic capacity.

Next, we describe how to configure a wallet.

While downloading your wallet note on compliance with your OS. If you have Windows — just start the installation without changing the settings. GNU or Linux users unpack archive in any convenient place. After installation, run Wallet qt.

You have to create two addresses for retrieval. One for yourself, call it address1, the second will be needed for masternode, we shall call him masternode1

You have the ability to control your wallets to manage coins and masternode in the settings. A wide range of possibilities allows you to customize the program for yourselves, particularly in appearance. After you complete with adjusting, encrypt your wallet. When your account is encrypted it is closed, just run it again.

Launch Masternode

To successfully run masternode necessary to make a transaction in the amount of 2 000 DRL to masternode1. This is a mandatory condition. Only such an amount can be assigned a status Masternode.

To do this, copy the address masternode1 in the clipboard, select “send” in the field “inputs” in the upper left corner.

In the “list mode” might be the inscription “checked”, if not — you need to check it yourself. Then you can see this transaction on 2 000 DRL. Check that and click OK. In the field “pay” masternode1 paste the address you copied. Enter the amount exactly 2 000 DRL and click “send”. After payment of all commissions, wait a few minutes and check transaction for masternode1. After that you have to wait for 15 block confirmations and you can proceed to verify masternode1 status.

After making sure your transaction has completed 15 verification at 2000 DRL and print: “masternode outputs”

will be shown on the screen line of unknown cipher and 1 or 0 after it.

Add masternode to the confirmation file: masternode1 : 18922

if done correctly, you will get a line similar to this: Masternode1 123.321.1123.321:18922 df1265465432ksjbfnskj aljkhvbsfdljsddfhsfkjsff651abcd1abcdef32161616325416

Close the masternode configuration file, and don’t forget to save it.

For now, that’s all you need to do with your wallet

VDS Configuration

Start the SSH client (Putty), and then login to your VPS.

Run unattended Setup script (this may take 10–20 minutes):

with https://raw.githubusercontent.com/DaralCoin/Daral/master/autoinstall_v1.2.sh

chmod 755 autoinstall_v1.2.sh

./autoinstall_v1.2.sh

Automatic installation script will ask MN_PRIVKEY

Start Masternode

In the debug console enter the command:

masternode start-alias MN1

--

--