Install several Masternodes on 1 server with this Script Just keep running it after it finishes and adding new user to the new Masternode
Bitcoin-Lightning Shell script to install a Bitcoin-Lightning Masternode on a Linux server running Ubuntu 16.04. Use it on your own risk.
Installation:
wget -q https://raw.githubusercontent.com/minerric/Bitcoin-Lightining_multinode-install/master/Install.sh
bash Install.sh
After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps:
- Open the Bitcoin_Lightning Desktop Wallet.
- Go to RECEIVE and create a New Address: MN1
- Send 3000 BLT to MN1.
- Wait for 15 confirmations.
- Go to Help -> "Debug window - Console"
- Type the following command: masternode outputs
- Go to Masternodes tab
- Click Create and fill the details:
- Alias: MN1
- Address: VPS_IP:PORT
- Privkey: Masternode Private Key
- TxHash: First value from Step 6
- Output index: Second value from Step 6
- Reward address: leave blank
- Reward %: leave blank
- Click OK to add the masternode
- Click Start All
It is possible to run multiple Bitcoin Lightning Master Nodes on the same VPS. Each MN will run under a different user you will choose during installation.
For security reasons Bitcoin Lightning is installed under btl user, hence you need to su - btl before checking:
BLT_USER=btl #replace btl with the MN username you want to check
su - $BLT_USER
Bitcoing_Lightningd masternode status
Bitcoing_Lightningd getinfo
Also, if you want to check/start/stop Bitcoin Ligthning , run one of the following commands as root:
BLT_USER=btl #replace btl with the MN username you want to check
systemctl status $BLT_USER #To check the service is running.
systemctl start $BLT_USER #To start Bitcoin Lightning service.
systemctl stop $ABLT_USER #To stop Bitcoin Lightning service.
systemctl is-enabled $BLT_USER #To check whetether Bitcoin Lightning service is enabled on boot or not.
Any donation is highly appreciated
BLTG = B7HZ3gkt2dSgnwpooZJM7QhNC8Zfup47Dv