GNURoot Debian for Android phones
Follow these commands as below, if you get errors, add in Sudo at the start of each command as below
apt-get update
Next, I also copy this, but since y / n is displayed after that, press y to execute it.
apt-get upgrade
Line by line type in these commands, do not copy and paste the whole 6 lines and paste, it simply won't work
apt - get - y install git
apt - get - y install automake
apt - get - y install gcc
apt - get - y install make
apt - get - y install libcurl 4 - openssl - dev
apt - get - y install libjansson - dev
apt - get - y install automake
apt - get - y install gcc
apt - get - y install make
apt - get - y install libcurl 4 - openssl - dev
apt - get - y install libjansson - dev
git clone https://github.com/macchky/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS = "- O3"
make
cd cpuminer
./autogen.sh
./configure CFLAGS = "- O3"
make
This last bit here is where the mining pool is, therefore this will depend on where you source your mining pool, therefore it is essential that you get the details correct
.minerd -a yescrypt -o stratum + tcp: // "pool URL": "port number" -u "user ID". "worker ID" -p "worker password"
Here are a couple examples of different mining pools:
./minerd -a yescrypt -o stratum + tcp: //jp.lapool.me: 3014 -u aiueo.user -p 1234567890
Source from https://bitzeny.mizutamari.work
./minerd -a yescrypt -o stratum + tcp: //bitzeny-m.mizutamari . work: 19701 -u Username.WorkerName -p WorkerPassword
No comments:
Post a Comment