Open johnMinelli opened 7 years ago
However a builded version would be great for all the community and also the guide to set up a vps masternode (local to vps with masternode.conf file) would be great now that cryptopia enabled the withdrawal, but maybe i'm asking too much ahahah
Please fix
Git clone <8bit repo> Git clone <bitcore repo/secp256k1> //Builded the secp256 with command on GitHub ./autogen.sh ./configure make ./tests sudo make install // no problem here, so i installed the builded dependencies with sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install libdb++-dev sudo apt-get install libboost-all-dev sudo apt-get install libqrencode-dev //all goes ok, i went to 8bit/src make -f makefile.unix //error... what i forgot to do?