Author

Topic: Bitcoin Gold linux instalation (FULL NODES) (Read 103 times)

newbie
Activity: 16
Merit: 0
February 19, 2018, 05:43:44 AM
#2
I am interested and still waiting for the rules for the participants
hero member
Activity: 588
Merit: 500
BitcoreService.com
February 19, 2018, 05:34:51 AM
#1
Hello ~

So I have been asked many times what did I do to get my Bitcoin Gold Full Node going. I am going to share my build directions to you all and if you have any questions let me know.

To get the latest version of Ubuntu 16.04.3 LTS head over to the download section of the Ubuntu page at http://releases.ubuntu.com/16.04/

Install and Setup the x64 Bit system for your Hardware. You need Min. install with SSH Server

Once done with Ubuntu install follow the below directions.

1) sudo apt-get update

2) sudo apt-get install -y curl git build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 libx11-xcb-dev libfontconfig-dev

3) sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libsodium-dev

4) sudo apt-get install -y libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost1.58-all-dev

5) sudo apt-get install libboost-all-dev

6) sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

7) git clone https://github.com/BTCGPU/BTCGPU.git

8 ) cd BTCGPU/depends

9) make

10) cd ..

11) ./autogen.sh && ./configure –prefix=/root/BTCGPU/depends/x86_64-pc-linux-gnu –disable-shared && make -j 4

You are going to have to create a conf file for the Daemon to use.

How to create conf file
touch $HOME/.bitcoingold/bitcoingold.conf
Add this config to conf:
rpcuser=user
rpcpassword=pass
rpcport=18337
rpcallowip=127.0.0.1
addnode=128.199.226.221
addnode=46.101.195.208

 

Command line start of your newly installed Full Node. Below is the start I use

./bgoldd -rest -server -rpcuser=user -rpcpassword=pass-rpcport=18337 -deamon -printtoconsole -showmetrics -conf=/root/.bitcoingold/bitcoingold.conf

Note: Make sure you change the user name and password in the bitcoin.conf file and the startup script to your desired login and password.

source : https://blog.clumsyzombie.me/2017/11/15/setupinstall-full-node-for-bitcoin-gold-on-ubuntu-16-04-lts/

NB: just for helping people who want to instal at linux server Smiley
Jump to: