Hi MaxDZ8,
I found this nugget on the thread from sigwo with step by step instructions on how to compile the BSTY Linux Wallet! Make sure you are using Ubuntu because other distributions of Linux sometimes are not up to date, and will not install the dependencies needed.
Please let us know when you get her working! If you are getting any error please message us here. One way or the other, we'll get you mining Digital Gold!!
https://twitter.com/PalmBeachHairI'd also need a linux wallet BTW.
Yes, I know I can (in theory) compile it myself, I'm unfortunately not into linux and after trying to compile a few things in the past, I've given up hope.
Can anyone explain me how to compile the wallet on linux ?
Get dependencies (
https://github.com/GlobalBoost/GlobalBoost-Y/blob/master/doc/build-unix.md)
git clone
https://github.com/GlobalBoost/GlobalBoost-Y global
cd global/src
make -f makefile.unix
Wait for about 10 minutes, depending on the speed of the computer.
strip globalboostyd
cp globalboostyd ~/bin/globalboostyd
cd
bin/globalboostyd
This is where it will spit some stuff and and error. No issues.
nano .globalboostyd/globalboost.conf
Copy/paste this in, save file
rpcuser=username
rpcpassword=password
daemon=1
server=1
dnsseed=1
irc=0
rpcthreads=100
bin/globalboostyd
That should treat you right!