Hello.
How install and launch wallet on Debian?
Get these libs first:
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt update && sudo apt upgrade -y
sudo apt install -y build-essential libtool autotools-dev automake pkg-config libssl-dev
sudo apt install -y libevent-dev bsdmainutils libboost-all-dev libdb4.8-dev libdb4.8++-dev nano git
sudo apt install -y libminiupnpc-dev libzmq5
Git clone
Then simply cd to dir:
/.autogen.sh
/.configure
Make
Then run ./cpuminer
Or get a Dockerfile / docker container:
https://gist.github.com/spiegeleixxl/3cdb4267109b3b1eada5c36c2f78e9c1Alpine Instructions:
apk update && apk upgrade && apk --no-cache add gcc make wget unzip g++ libssl1.0 boost-dev miniupnpc-dev libqrencode-dev openssl-dev libexecinfo-dev boost-thread autoconf automake libtool libevent-dev curl-dev gmp-dev
wget --no-check-certificate -O master.zip "
https://github.com/JayDDee/cpuminer-opt/archive/master.zip" && unzip master.zip;
cd cpuminer-opt-master; sh autogen.sh && LIBS="-lcurl" ./configure && make && make install
Then you can call cpuminer.