Groestlcoin Forum

Groestl => Tutorials => Topic started by: jackielove4u on January 13, 2017, 04:40:40 PM

Title: How to update a Groestlcoin mainnet node
Post by: jackielove4u on January 13, 2017, 04:40:40 PM
The following were tested in Ubuntu 14.04 and Ubuntu 16.04, some dependencies can be different in other distros

Or use this oneliner: cd groestlcoin && git checkout master && git pull && make clean && ./autogen.sh && ./configure && make && groestlcoin-cli stop && strip src/groestlcoind src/groestlcoin-cli src/groestlcoin-tx src/groestlcoin-wallet src/groestlcoin-util && sudo mv src/groestlcoind src/groestlcoin-cli src/groestlcoin-tx src/groestlcoin-wallet src/groestlcoin-util /usr/bin && sleep 1m && groestlcoind