make -f makefile.unix USE_UPNP=- #<---------after typing this
# Strip debug symbols to reduce size
strip litecoind
# Copy to system path
sudo cp litecoind /usr/bin
thats what i end up with before it does nothing
[email protected].xx/bonuscoin/src$ make -f makefile.unix USE_UPNP=- g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/bonuscoin/src -I/home/ubuntu/bonuscoin/src/obj -DUSE_IPV6=1 -I/home/ubuntu/bonuscoin/src/leveldb/include -I/home/ubuntu/bonuscoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
i understand the above needs editing to incl bonuscoind/bitcoind but i havent got that far.
any help?
the reason i am having to do this is to create a "pool" so one of my miners will connect
looks like compiling started, question is if it succeeded, check if there is bonusd file in ~/bonuscoin/src dir
if you need pool for own needs try this https://github.com/zone117x/node-open-mining-portal/
follow README.md file
edit: compiling takes some time, what is your RAM, do you use swap file?