+- +-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Stats ezBlock

Members
Total Members: 78
Latest: JuliusWool
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 77
Total Topics: 25
Most Online Today: 7
Most Online Ever: 376
(December 09, 2019, 05:28:33 PM)
Users Online
Members: 0
Guests: 4
Total: 4

Author Topic: How do I setup a masternode (Quark)?  (Read 4942 times)

EndCiv

  • Global Moderator
  • Full Member
  • *****
  • Posts: 22
  • Slack: +1/-1
  • PINK BOY
    • View Profile
How do I setup a masternode (Quark)?
« on: March 06, 2019, 10:53:36 PM »
Use the following instructions to setup a masternode for a quark based coin.

Make sure that you have the following requirements.

- The required amount of SLACK to setup the masternode. (10,000)
- A wallet to store your coins.
- A server or VPS.

The instructions are split into three (3) sections.


===='////,===='////,===='////,===='////,====

Setup the control wallet (Part 1 of 2)

Open your wallet and wait until the wallet has downloaded the complete blockchain.

Go to “Tools”.
Click “Debug console”.
This is the console where you will execute all commands.

Create a masternode private key.

masternode genkey

Example output: 75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo

Show your collateral address.

getaccountaddress "masternode"

Example output: Nad4xtgdwf7c5y45ruy5MWtVY43zYMCvva

Keep note of the masternode private key and the collateral address.


===='////,===='////,===='////,===='////,====

Setup the VPS

Update your VPS machine:
sudo apt-get update
sudo apt-get upgrade


Install the required dependencies.

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler unzip software-properties-common

To install Berkeley DB from source code.

wget https://download.oracle.com/berkeley-db/db-4.8.30.zip
unzip db-4.8.30.zip
cd db-4.8.30
cd build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make
sudo make install


And what the fuck is this?
sudo apt-get install dirmngr
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update

Install the coins daemon and tools.
Create the coins config file.

mkdir $HOME/.econocalypse
nano $HOME/.econocalypse/econocalypse.conf

Paste the following lines in econocalypse.conf

############# START
 
rpcuser=rpc_examplecoin  # What are you needed for..
pcpassword=kuw05sqio7bcm8z96o7redv17xws1lw6xpd1qf33
rpcallowip=127.0.0.1

listen=1
server=1
daemon=1
maxconnections=64

masternode=1
masternodeprivkey=REPLACE_WITH_MASTERNODE_PRIVATE_KEY # stuff from 'masternode genkey'
externalip=REPLACE_WITH_EXTERNAL_IP_OF_VPS


############# STOP


Start your node with the following command.

./examplecoind &


===='////,===='////,===='////,===='////,====


Setup the control wallet (Part 2 of 2)

Transfer the required amount of coins to the “collateral address” that you created using the command “getaccountaddress "masternode1"”.

Wait until the transaction has the required masternode confirmations.

Go to Tools.
Click Debug console.

Enter the following command.

masternode outputs

Example output

[
  {
    "txhash": "429a5caf40178d6911ab71e61d6952a6cec8710405d8dc912d8e8a760a2ba24c",
    "outputidx": 1
  }
]



Go to “Tools”.
Click “Open Masternode Configuration File”.

Modify the following line and paste it into notepad.

masternode xxx.xxx.xxx.xxx:xxxx 75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo 429a5caf40178d6911ab71e61d6952a6cec8710405d8dc912d8e8a760a2ba24c 1

masternode - Alias for your masternode.

xxx.xxx.xxx.xxx - External IP of your VPS.

xxxx - Replace with P2P port of your coin.

75eqvNfaEfkd3YTwQ3hMwyxL2BgNSrqHDgWc6jbUh4Gdtnro2Wo - Masternode private key from the command “masternode genkey”.

429a5caf40178d6911ab71e61d6952a6cec8710405d8dc912d8e8a760a2ba24c - Value “txhash” from the command “masternode outputs”.

1 - Value “outputidx” from the command “masternode outputs”.


Save the file and close editor.

Shutdown your wallet and re-open your wallet.

Go to “Settings”.
Click “Unlock Wallet”, If it was encrypted.

Enter your wallet passphrase and unlock your wallet.

Go to “Tools”.
Click “Debug console”.

Start your masternode using the command.

startmasternode alias false masternode1

It will take +/- 30 minutes to activate your masternode.

romes

  • Newbie
  • *
  • Posts: 1
  • Slack: +0/-0
  • PINK BOY
    • View Profile
Re: How do I setup a masternode (Quark)?
« Reply #1 on: March 09, 2019, 01:19:50 PM »
After you finish the above you still need to go back to the local client, click the masternode tab, then at the bottom click Start All, or start alias, depending if you want to start them all or not...

Then the status of your MN should change to ENABLED...

SharonOnelI

  • Newbie
  • *
  • Posts: 1
  • Slack: +1/-0
  • PINK BOY
    • View Profile
    • XRumer 16.0 + XEvil breaking BitFinex Captcha
How do I setup a masternode Quark
« Reply #2 on: April 21, 2019, 05:10:56 PM »
That how ya do it. Dont forget the locktite & make sure you gear pattern is right .
It only confusing the 1st time.

___
XEvil 4.0: best CAPTCHA's solver, included ReCaptcha-2 and ReCaptcha-3!
(FREE DEMO available!)

 

+-Recent Topics

Econo-Bot SLACK TipBOB by EndCiv
April 26, 2019, 08:58:30 AM

The zSLACK issue by BtcBob
April 24, 2019, 08:47:25 AM

How do I setup a masternode (Quark)? by SharonOnelI
April 21, 2019, 05:10:56 PM

🛸 💰 GET (SLACK) NOW - DobbsCoin v2.0 - Econocalypse (QUARK POW/POS+[MN]) 👽 🛸 by BtcBob
March 20, 2019, 05:26:43 PM

Getting started.. First RUN & Mining by EndCiv
March 14, 2019, 08:23:37 PM

How did I cross-compile a wallet for Windows? by EndCiv
March 14, 2019, 05:11:33 PM

How do I compile a daemon for linux by EndCiv
March 08, 2019, 10:22:20 PM

The Rain in Spain by Prints
March 07, 2019, 01:16:23 AM

Dobbscoin v2.0 RC3 QUARK POW/POS+[MN] - The Econocalypse by Prints
March 07, 2019, 01:06:34 AM

Dobbscoin v2.0 RC2 X11 POW+[MN] = SLACK by BtcBob
March 01, 2019, 08:09:30 PM

Powered by EzPortal