Bitcoin Forum
June 26, 2024, 06:18:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo!  (Read 18610 times)
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
May 27, 2014, 02:28:20 PM
 #21

Pools are working fine and now with stratum too.

Added some codes for digital ocean bonus.

I will add more pools soon...

Stratum gives performance boost according to the pool I use. Maybe you should edit the OP and change the command line?

GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
May 27, 2014, 04:07:30 PM
 #22

Pools are working fine and now with stratum too.

Added some codes for digital ocean bonus.

I will add more pools soon...

Stratum gives performance boost according to the pool I use. Maybe you should edit the OP and change the command line?


Yes i will do! I dont have much spare time! I will do it today or tomorrow for sure!
Broseph Stalin
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 29, 2014, 07:34:05 AM
 #23

Any comment on this email from DO support? I've never used a VPS for mining before so I don't know how accurate their statement is:

"Please understand that due to the nature of cloud computing, mining even CPU currencies is rather inefficient- simply due to how virtualization makes use of the CPU cycles."

Just how inefficient is it, and what is the purpose of using DO for CPU mining? Is it to just have more computing power over what you can get at home? How does it compare to just mining on Windows at home?
tjc
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
May 30, 2014, 12:33:58 AM
 #24

Anyone get this to work on a Azure instance of Ubuntu? I can do it fine on Digital Ocean but get "Illegal instruction (core dumped)" with my Azure instance.
"
tjc
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
May 30, 2014, 12:52:46 AM
 #25

Anyone get this to work on a Azure instance of Ubuntu? I can do it fine on Digital Ocean but get "Illegal instruction (core dumped)" with my Azure instance.
"

Nevermind - I got it to work with this sequence.

sudo apt-get update

sudo apt-get install git make automake screen libcurl4-openssl-dev gcc build-essential

git clone https://github.com/Lucasjones/cpuminer-multi

cd cpuminer-multi

./autogen.sh

./configure CFLAGS="-O3"

make

screen -S minerd ./minerd -a cryptonight -o stratum+tcp://mine.moneropool.com:3333 -u  -p x -t 1
guitarplinker
Legendary
*
Offline Offline

Activity: 1694
Merit: 1024



View Profile WWW
June 14, 2014, 02:42:20 PM
 #26

Sorry for bumping an older thread, but thanks for the tutorial! I have it up and running with a DigitalOcean droplet. Smiley
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
June 14, 2014, 05:02:05 PM
 #27

There is a ton of new CPU miners out for cryptonight now. Do you recommend switching from lucasjones?
I have a CPU from 2011.

GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
June 14, 2014, 05:39:47 PM
 #28

No i am sorry. I reccomend wolfs CPU miner right now. I MUST update everything but i dont have time...but i must...I will do it asap...
ibuyltc
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
June 16, 2014, 02:11:33 PM
 #29

Im using this with microsoft azure. Works flawlessly.  Thanks!

I'll tip you later since im off to work
Brewins
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000



View Profile
June 16, 2014, 05:11:28 PM
 #30

Heres a one liner if anyone wants to make a droplet MRO ready in seconds

Code:
sudo apt-get update ; sudo apt-get install -y git make automake screen libcurl4-openssl-dev ; git clone https://github.com/LucasJones/cpuminer-multi ; cd cpuminer-multi ; ./autogen.sh ; ./configure CFLAGS="-O3" ; make -j 2 ; screen 
cyber-machine
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 24, 2014, 08:19:41 PM
 #31

I can't begin digitalocean mining. My settings not work. Pls. help me
I need install minergate console miner from off. site https://minergate.com/articles/cpuminer to Ubuntu 13.10 x64
I type in PUTTY:

Code:
sudo apt-get update
sudo apt-get install git make automake screen libcurl4-openssl-dev
git clone https://github.com/ekimmo/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O3"
make
screen -S minerd ./minerd -a cryptonight -o http://fcn-duck.pool.minergate.com:5563 --user=x@mail.com --pass=x -t 1

but mining not started

Pls. tell me the right settings
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
June 24, 2014, 11:09:21 PM
 #32

I can't begin digitalocean mining. My settings not work. Pls. help me
I need install minergate console miner from off. site https://minergate.com/articles/cpuminer to Ubuntu 13.10 x64
I type in PUTTY:

Code:
sudo apt-get update
sudo apt-get install git make automake screen libcurl4-openssl-dev
git clone https://github.com/ekimmo/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O3"
make
screen -S minerd ./minerd -a cryptonight -o http://fcn-duck.pool.minergate.com:5563 --user=x@mail.com --pass=x -t 1

but mining not started

Pls. tell me the right settings

What error message does it give?

cyber-machine
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 25, 2014, 12:57:57 AM
 #33

I can't begin digitalocean mining. My settings not work. Pls. help me
I need install minergate console miner from off. site https://minergate.com/articles/cpuminer to Ubuntu 13.10 x64
I type in PUTTY:

Code:
sudo apt-get update
sudo apt-get install git make automake screen libcurl4-openssl-dev
git clone https://github.com/ekimmo/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O3"
make
screen -S minerd ./minerd -a cryptonight -o http://fcn-duck.pool.minergate.com:5563 --user=x@mail.com --pass=x -t 1

but mining not started

Pls. tell me the right settings

What error message does it give?

Does not give any error message. Connection begins with pool and frozen at this
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
June 25, 2014, 01:04:31 AM
 #34

I have a feeling its because you try to merge mine with FCN and i thing it isnt supported by the miner...

Try this duck.pool.minergate.com:5562 and see if it works
trand
Full Member
***
Offline Offline

Activity: 252
Merit: 100


Streamity Decentralized cryptocurrency exchange


View Profile WWW
June 25, 2014, 02:17:48 AM
 #35

I can't begin digitalocean mining. My settings not work. Pls. help me
I need install minergate console miner from off. site https://minergate.com/articles/cpuminer to Ubuntu 13.10 x64
I type in PUTTY:

Code:
sudo apt-get update
sudo apt-get install git make automake screen libcurl4-openssl-dev
git clone https://github.com/ekimmo/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O3"
make
screen -S minerd ./minerd -a cryptonight -o http://fcn-duck.pool.minergate.com:5563 --user=x@mail.com --pass=x -t 1

but mining not started

Pls. tell me the right settings

What error message does it give?

Does not give any error message. Connection begins with pool and frozen at this

wait a min, after  you input sudo command your VPS process it?
or try to see your folder ar they have cpumining folder or not
type ls on your root directory and see whether they are cpumining folder 

cyber-machine
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 25, 2014, 02:58:15 AM
 #36

After input sudo command and all commands VPS process go. also with Lucasjones cpuminer (git clone https://github.com/Lucasjones/cpuminer-multi) mining work, but speed very not stable. Others pool startum with this command working perfect, problems only with minergate pool.
Molet
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 19, 2015, 10:00:22 AM
 #37

sudo apt-get update

sudo apt-get install git make automake screen libcurl4-openssl-dev

git clone https://github.com/Lucasjones/cpuminer-multi

cd cpuminer-multi

./autogen.sh

./configure CFLAGS="-O3"

make

----------------------------------------------------------------------------------------------------------------------------

After the command "make" error

Code:
root@debian:/home/miner_user/cpuminer-multi# make
make  all-recursive
make[1]: Entering directory `/home/miner_user/cpuminer-multi'
Making all in compat
make[2]: Entering directory `/home/miner_user/cpuminer-multi/compat'
Making all in jansson
make[3]: Entering directory `/home/miner_user/cpuminer-multi/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory `/home/miner_user/cpuminer-multi/compat/jansson'
make[3]: Entering directory `/home/miner_user/cpuminer-multi/compat'
make[3]: Цeль `all-am' нe тpeбyeт выпoлнeния кoмaнд.
make[3]: Leaving directory `/home/miner_user/cpuminer-multi/compat'
make[2]: Leaving directory `/home/miner_user/cpuminer-multi/compat'
make[2]: Entering directory `/home/miner_user/cpuminer-multi'
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -pthread -I./compat/jansson   -Ofast -flto -fuse-linker-plugin -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2 -fsched2-use-superblocks -falign-loops=16 -falign-functions=16 -falign-jumps=16  -maes  -O3 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
cc1: error: unrecognized command line option "-ftree-loop-if-convert-stores"
make[2]: *** [minerd-cpu-miner.o] error 1
make[2]: Leaving directory `/home/miner_user/cpuminer-multi'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/miner_user/cpuminer-multi'
make: *** [all] error 2

my system
Quote
Distributor ID: Debian
Description:    Debian GNU/Linux 6.0.10 (squeeze)
Release:        6.0.10
Codename:       squeeze
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 19, 2015, 10:50:23 AM
 #38

sudo apt-get update

sudo apt-get install git make automake screen libcurl4-openssl-dev

git clone https://github.com/Lucasjones/cpuminer-multi

cd cpuminer-multi

./autogen.sh

./configure CFLAGS="-O3"

make

----------------------------------------------------------------------------------------------------------------------------

After the command "make" error

Code:
root@debian:/home/miner_user/cpuminer-multi# make
make  all-recursive
make[1]: Entering directory `/home/miner_user/cpuminer-multi'
Making all in compat
make[2]: Entering directory `/home/miner_user/cpuminer-multi/compat'
Making all in jansson
make[3]: Entering directory `/home/miner_user/cpuminer-multi/compat/jansson'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..     -O3 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ranlib libjansson.a
make[3]: Leaving directory `/home/miner_user/cpuminer-multi/compat/jansson'
make[3]: Entering directory `/home/miner_user/cpuminer-multi/compat'
make[3]: Цeль `all-am' нe тpeбyeт выпoлнeния кoмaнд.
make[3]: Leaving directory `/home/miner_user/cpuminer-multi/compat'
make[2]: Leaving directory `/home/miner_user/cpuminer-multi/compat'
make[2]: Entering directory `/home/miner_user/cpuminer-multi'
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -pthread -I./compat/jansson   -Ofast -flto -fuse-linker-plugin -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2 -fsched2-use-superblocks -falign-loops=16 -falign-functions=16 -falign-jumps=16  -maes  -O3 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
cc1: error: unrecognized command line option "-ftree-loop-if-convert-stores"
make[2]: *** [minerd-cpu-miner.o] error 1
make[2]: Leaving directory `/home/miner_user/cpuminer-multi'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/miner_user/cpuminer-multi'
make: *** [all] error 2

my system
Quote
Distributor ID: Debian
Description:    Debian GNU/Linux 6.0.10 (squeeze)
Release:        6.0.10
Codename:       squeeze

this is a very old guide, like 9 months old...dont use it... i will reply later with a newer guide...
Molet
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 19, 2015, 11:40:20 AM
 #39

this is a very old guide, like 9 months old...dont use it... i will reply later with a newer guide...

OK. wait
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 19, 2015, 01:53:35 PM
 #40

This should work.

sudo apt-get update && sudo apt-get install git make automake screen libcurl4-openssl-dev

git clone https://github.com/wolf9466/cpuminer-multi
(This is wolfs miner which is more efficient than Lucas one)

cd cpuminer-multi

./autogen.sh

 CFLAGS="-march=native" ./configure --disable-aes-ni
(Notice the --disable-aes-ni is required if your CPU doesnt support AES-NI. If it does just delete it.)

make

screen -S miner ./minerd -a cryptonight -o pooladdress -u moneroaddress -p x -t X(number of cores)
(I assume you know how screen works)


Also, have in mind that this is for Ubuntu. I have tried it in Debian and i had problems with gcc i think. Ultimately i fixed it but i dont remember right now. Anyway if you get an error ask away...
Pages: « 1 [2] 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!