-
-
Save return1/5309843 to your computer and use it in GitHub Desktop.
# install dependencies | |
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm | |
# clone cpuminer | |
git clone https://github.com/pooler/cpuminer.git | |
# compile | |
cd cpuminer | |
./autogen.sh | |
./configure CFLAGS="-O3" | |
make | |
# choose a miner pool and register there | |
# start the miner | |
./minerd --url=your.minerpool.org --user=username --pass=password |
you kinda also need git ;) might as well put it in the install line
You can avoid installing git by downloading the .tar.gz
version with wget
and running tar xzvf
on it.
Stuck on the make command.
no targets specified.
its all clear now..........start over
please help i need it on kali linux 2017
To be complete :
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm make git gcc
"code": -32601,
"message": "Procedure not found."
Help!!
how can I stop mining ?
ctr+c
Username for 'https://github.com': o meu da isso e pede senha??
wow,
thanks man. running correct here.
for debian installation
check out here
there are some perl config for ./autogen.sh
in which website i have to open account?
When starting the miner, if I don't specify the user and password and just set the url , it keeps working!
What will happen if I run the miner without specifying the user and password?
[2021-02-04 16:30:09] 2 miner threads started, using 'scrypt' algorithm.
[2021-02-04 16:30:09] Binding thread 0 to cpu 0
[2021-02-04 16:30:09] Binding thread 1 to cpu 1
[2021-02-04 16:30:09] HTTP request failed: Empty reply from server
[2021-02-04 16:30:09] json_rpc_call failed, retry after 30 seconds
where were you in 2010 ???? lol
thanks for the gist
thank
if any one stuck on make..
just copy 8 to 11 and execute all commands at same time.
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
I want to write the code on orange pi 3.Is it also running.And I want to make solo mining.How can I do
sudo apt-get install make #necessary for some ubuntu builds