Electrobucks, a privacy focused cryptocurrency
Boost 1.55 or higher, CMake, gcc,
To install on debian or ubuntu,
sudo apt install libboost-all-dev cmake make build-essential gcc g++ -y
Comptible with x86, x86-64 and arm
To compile:
git clone https://github.com/oetam5002/electrobucks
cd electrobucks
make clean
rm -rf CMakeCache.txt && rm -rf CMakeFiles
cmake .
make -j8 && bash finish.sh
where 8 = number of threads
When done, run:
./electrobucksd --seed-node 172.218.22.157:18000
Any help would be appreciated