As Michelangelo (great philosopher) said the greatest danger for most of us is not that we will AIM to high and miss it , but the great danger for most is that they AIM to LOW and Hit it !$! I have been energized thinking about it all and envisioning of GlobalBoost-Y success . Understanding the Process and Duplicating the symphony and having Controlled Chaos. We have a profound chance to change lives and have a winning culture that is about more than just success in your pocketbooks but also about the success of the Team, The Winning Team. The Passion of “The best way to achieve what we want is by helping enough others achieve what they want” is the start to this Cultures Atmosphere. Separating from the rest let us start by building your very own NODE and support the Network.
This will be a instruction on Ubuntu 18.04+ Install , all entries needed in Command Line via Terminal are below , simply copy and paste
![Smiley](https://bitcointalk.org/Smileys/default/smiley.gif)
Dependencies Needed Installed
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
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
sudo apt-get install libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libqrencode-dev
Time to download the source , I use git clone for my download:
git clone https://github.com/GlobalBoost/GlobalBoost-Y.git
Build BERKLY DB , this can be done through the contrib file directory in “GlobalBoost” , once in the directory type the following:
./install_db4.sh `pwd`
The end result will provide config output reference here are my examples:
export BDB_PREFIX=’/home/MYUSER/Desktop/GlobalBoost-Y/contrib/db4'
./configure BDB_LIBS=”-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS=”-I${BDB_PREFIX}/include”
Build and Install
./autogen.sh
export BDB_PREFIX=’/home/MYUSER/Desktop/GlobalBoost-Y/contrib/db4'
./configure BDB_LIBS=”-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS=”-I${BDB_PREFIX}/include”
make
make install # optional
Run Node ~
cd GlobalBoost-Y/src
./globalboostd
![](https://ip.bitcointalk.org/?u=https%3A%2F%2Fdev.globalboo.st%2Fuploads%2F15774194899879.png&t=644&c=P6-MYQ9yIdVcUA)