Skip to content

BareCrypto/bare-mn-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howto install a BARE Masternode

Requirements:

Deploy VPS on Vultr:

1 Register an account on vultr

2 Load account (first pay with CreditCard, PayPal, WeChat or Alipay from second pay with Bitcoin too)

3 Deploy new instance:

  • use cloud compute

  • choose location

  • select server type (Ubuntu 16.04 or 18.04)

  • select size

  • finaly deploy now

  • this server can host more than one coin node, so if you setup a bare node you can deploy up to 4 other coinnodes here (depends on resources needed by nodes)

4 Now we go to BARE wallet:

  • create a receivement:

  • copy address from next screen:

  • send collateral of 1,000 BARE (you need around 0.0006 BARE as tx fee)

  • wait for minimum 6 blocks to confirm transaction

  • now open debug console:

  • enter following commands:

      masternode genkey
      masternode outputs
    

to generate needed keys

5 login to server via SSH help

6 download script:

  • Ubuntu 16.04, 18.04 or 20.04:

      wget https://raw.githubusercontent.com/BareCrypto/bare-mn-script/master/install_masternode.sh
    
  • run script with

      sudo bash install_masternode.sh
    

7 if ready check state of blockchain with

	bare-cli mnsync status 

to check Sync Completed TRUE.

8 go to your masternode.conf file

insert all given data from debug console and vps in this sheme:

	ALIAS IP:32201 masternodegenkey masternodeoutput index

looks like this:

	mn1 127.0.0.2:32201 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0

save and close file.

9 restart your wallet, unlock it!

10 go to debug console and type

	masternode start-alias false ALIAS

11 Masternode tab shows now your node

12 Wait around 5 minutes to check on VPS with

	bare-cli masternode status

13 that's it :) Welcome to Masternode holders in BARE

feel free to donate a coffee ^^

BARE: BTW1jNsWEV2NYatdvYxLvfN4basMaCAo5e

BTC: 3GyAhqbMRzoeeH29yKZ3yFfAw8FvCuHUdT

About

How to deploy a BARE Masternode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%