Deploying Unix (Ubuntu) Burst nodes
-
For everyone that has heard unix is better and stronger we know there is a learned curve. So my goal here is to make your life easier. You will need to log into an account that has sudo or root access. Three cut and paste lines and the magic happens.
wget https://raw.githubusercontent.com/burst-team/burstcoin/50db4c37b4484661c6d5cd360970e2f16aad1aa8/installburstwallet.sh chmod +x installburstwallet.sh sudo ./installburstwallet.shHopefully this will be integrated into the main branch soon so the wget command will get shorter but what is does is:
- Validates you have Git / Java / JavaC
- installs any missing dependancies via apt-get
- Builds the wallet jar file (with modified rebroadcast constants)
- Constructs a linux service that runs the wallet, has auto restart and system startup
- Provides the wallet status when it's done
This was tested with Ubuntu and works wonderfully. I hope this helps someone out that wants to get burst running on Linux
-IceBurst
-
@IceBurst awesome! thank you i have a bunch of linux boxes laying around
-
@falconCoin said in Deploying Unix (Ubuntu) Burst nodes:
@IceBurst awesome! thank you i have a bunch of linux boxes laying around
You tube available for a full demo, Unix or not it's worth the 90 seconds.
-IceBurst
-
Its EXPOSED now!