Title: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 17, 2014, 03:32:44 PM THIS IS A VERY OLD GUIDE. DONT USE IT.
Diff has skyrocketed but fortunately pools have been developed! Pools still are not fully tested and sometimes payout must be sent manually. There are not stats for miners except their hash/s Pools are seem to work just fine and now with stratum! If you make a new Digital ocean account try those codes for 10$ bonus.If those doesnt work try to google for DO codes: DODEPLOY ALLSSD10 lasmay You can try the same guide not only for Digital Ocean but also for any linux pc (Ubuntu 14.04 has been tested). I will update for better miners when and if they come out. This guide uses cpuminer-multi instead of simpleminer Donations accepted : Bitcoin: 1AzpruQg4xo684n6VeqhUL8t1zskbB4Ykn Monero: 47CCXoUb7MpBYXZsjzzaeSZW5Ycv7KbCJ1n6ggumAxYv8bLjk5AcGBAWXvTRG7dKoLMGNWQp8w8kaZ1 ST4hetzCw3dwWonU 1) Please use my referral https://www.digitalocean.com/?refcode=9d68ca19e204 and create a droplet 2CPU 2GB Ram Ubuntu 14.04 64x .It must be 1GB or more. You can create up to 5 droplets. You may choose more CPUs per VM if you want of course. You just have to change the number of threads. User password and IP will be sent immediately to your email. 2) Connect with putty using using ip and password or just write those in the console that exists on DO webpage. 1 putty per droplet! You can always download putty from here http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty is better cause you can copy paste everything. For linux just ssh...: ---------------------------------------------------------------------------------------------------------------------------- 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 ---------------------------------------------------------------------------------------------------------------------------- Now cpuminer-multi has been compiled and you just have to run it. I run it with screen so that you can close putty/ssh connection and mining can keep up: Choose a pool. For example http://moneropool.org/ . All you need to type in order to start mining is: screen -S minerd ./minerd -a cryptonight --url=moneropool.com:5555 --user=yourmoneroaddress --pass=x -t 2 moneropool.com:5555 is the url of the pool you want to mine yourmoneroaddress is your wallet address. 2 is the numbers of threads you want to run. 2 for 2cpu in that case. Once it starts press Ctrl A and then D so that you can detach from screen. Now you can safely close putty or console and mining will continue. When you want to check again a simple screen -r will open the mining screen. Please correct me if you find any errors or if you have any other info and please comment here for any questions! This way others can also find solution for the same problem. In case you send a PM i will answer here! Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: aloney on May 17, 2014, 03:52:43 PM it seems that there's some problem with this miner, after accept some shares , then it chould find nothing with a really low hasreate, do you have the same problem
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 17, 2014, 03:57:06 PM it seems that there's some problem with this miner, after accept some shares , then it chould find nothing with a really low hasreate, do you have the same problem hmm i am not sure. Let me monitor it for a while. I am getting another error for now. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 17, 2014, 04:01:35 PM it seems that there's some problem with this miner, after accept some shares , then it chould find nothing with a really low hasreate, do you have the same problem Actually i got a share after a while. So it seems that this works. For me the problem is the cant call rpc command error... Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: carloss on May 18, 2014, 08:53:42 PM With moneropool.org it is acting really weird. Most of the time I get something like 95% rejects:
Code: carloss@carlossNvMiner:~$ ./minermonero.sh Same issue with extremepool.org. Edit: moneropool.com suffers of another problem - incorrect diff retargeting Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 18, 2014, 09:01:04 PM With moneropool.org it is acting really weird. Most of the time I get something like 95% rejects: Code: carloss@carlossNvMiner:~$ ./minermonero.sh Same issue with extremepool.org. With moneropool.com it seems to work fine. Maybe pool software incompatibility? Or latency issue (I am in Europe)? Some of my VMs keep working fine. On some i get the same as you. I dont know but i think it is something with the pools. I am mining on moneropool.com right now because on other pools after some time my hash was going to zero. Actually its a bug with longpooling it seems... But for now i dont know any fix... Oh btw did you compiled the new cpuminer-multi? it had some changes from yesterday. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: carloss on May 18, 2014, 09:28:05 PM Some of my VMs keep working fine. On some i get the same as you. I dont know but i think it is something with the pools. I am mining on moneropool.com right now because on other pools after some time my hash was going to zero. Actually its a bug with longpooling it seems... But for now i dont know any fix... Oh btw did you compiled the new cpuminer-multi? it had some changes from yesterday. Yes, compiled fresh version this evening. The long-polling bugfix commit included. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 19, 2014, 01:40:12 PM Ok generally speaking you can mine right now with the guide. Remember to compile new miner. It has been updated yesterday.
There are bugs. After some time you may not find valid shares. Try to close it and run it again or change pool. Edit: The bug is on the pool side. Devs decided to implement stratum to fix the problem. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: o3u on May 19, 2014, 07:21:00 PM any stats on how profitable different CPUs are?
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: carloss on May 20, 2014, 12:36:01 PM The current version of cpuminer-multi seems to work fine with current moneropool.com since today. Running for few hours and still getting valid shares. The share diff oscillates between 9000 and 10000.
I will keep monitoring it. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on May 20, 2014, 02:59:20 PM Hey Greek, could you make a guide on how to install the wallet on Ubuntu/Debian?
Specifically compiling this wallet: https://github.com/monero-project/bitmonero Or is it possible to mine directly to an exchange? I think not since they require a payment ID. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 20, 2014, 05:39:19 PM any stats on how profitable different CPUs are? I dont think something exists. Maybe somewhere around the topic some people have posted. Hey Greek, could you make a guide on how to install the wallet on Ubuntu/Debian? Specifically compiling this wallet: https://github.com/monero-project/bitmonero Or is it possible to mine directly to an exchange? I think not since they require a payment ID. There is this one line install on monero.cc. However i when you try to compile it it wont work because of different CPUs in digital ocean. This can be fixed easily by compiling for corei7. But when i tried i got an error about virtual memory that i didnt bypass. I was using 2GB RAM though and maybe with bigger it will eventually compile. Also i wouldnt mine directly to an exchange! Code: cd ~ && rm install_monero.sh && wget https://ottrbutt.com/monero/install_monero.sh && bash install_monero.sh Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on May 20, 2014, 07:10:26 PM There is this one line install on monero.cc. However i when you try to compile it it wont work because of different CPUs in digital ocean. This can be fixed easily by compiling for corei7. But when i tried i got an error about virtual memory that i didnt bypass. I was using 2GB RAM though and maybe with bigger it will eventually compile. Also i wouldnt mine directly to an exchange! Code: cd ~ && rm install_monero.sh && wget https://ottrbutt.com/monero/install_monero.sh && bash install_monero.sh Yeah I got the same thing on my VPS running that script. When I run it on another PC it got through that part. But cmake still complains about boost not being the correct version. Have you tried getting the simplewallet to work? It's a binary so you don't have to compile it. Unfortunately I cannot get to run either. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 21, 2014, 01:21:33 AM There is this one line install on monero.cc. However i when you try to compile it it wont work because of different CPUs in digital ocean. This can be fixed easily by compiling for corei7. But when i tried i got an error about virtual memory that i didnt bypass. I was using 2GB RAM though and maybe with bigger it will eventually compile. Also i wouldnt mine directly to an exchange! Code: cd ~ && rm install_monero.sh && wget https://ottrbutt.com/monero/install_monero.sh && bash install_monero.sh Yeah I got the same thing on my VPS running that script. When I run it on another PC it got through that part. But cmake still complains about boost not being the correct version. Have you tried getting the simplewallet to work? It's a binary so you don't have to compile it. Unfortunately I cannot get to run either. No i havent. Maybe i will try tomorrow. What problem do you have with it? Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on May 21, 2014, 12:15:22 PM No i havent. Maybe i will try tomorrow. What problem do you have with it? I get "Illegal instruction" after generating a wallet. If you do get any wallet to work on Linux I would be very glad if you explained how... ;D Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: orinoco on May 22, 2014, 03:11:58 PM Edit: moneropool.com suffers of another problem - incorrect diff retargeting This is the problem I've been having - it will mine just fine, and diff will increase, then for no reason, difficulty will retarget back to the pool base value and stay there, and all I get are rejects ("booooo"). I even set up my own pool at home just to have a play with the parameters.. pretty sure its a problem with the pool, but I'm not familiar with node.js. Will be pulling any updates ot the pull software and testing tho' -but for now I'm using simpleminer again. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: rapeghost on May 23, 2014, 01:06:41 AM Hi.
[2014-05-23 01:58:55] thread 24: 61 hashes, 11.82 H/s [2014-05-23 01:58:55] accepted: 8/8 (100.00%), 375.62 H/s at diff 2000 (yay!!!) Just disable longpolling. [2014-05-23 01:59:52] accepted: 21/21 (100.00%), 382.44 H/s at diff 4000 (yay!!!) Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 23, 2014, 09:46:34 PM No i havent. Maybe i will try tomorrow. What problem do you have with it? I get "Illegal instruction" after generating a wallet. If you do get any wallet to work on Linux I would be very glad if you explained how... ;D With my VM's, wallet is working fine. I get also errors with DO's VMs... Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 25, 2014, 09:06:34 PM Pools are working fine and now with stratum too.
Added some codes for digital ocean bonus. I will add more pools soon... Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: coinesque on May 26, 2014, 02:32:39 AM Any information on why we should be using the HTTP port rather than the TCP ones?
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on May 27, 2014, 02:28:20 PM 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? Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 27, 2014, 04:07:30 PM 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! Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: Broseph Stalin on May 29, 2014, 07:34:05 AM 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? Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: tjc on May 30, 2014, 12:33:58 AM 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.
" Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: tjc on May 30, 2014, 12:52:46 AM 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 Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: guitarplinker on June 14, 2014, 02:42:20 PM Sorry for bumping an older thread, but thanks for the tutorial! I have it up and running with a DigitalOcean droplet. :)
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on June 14, 2014, 05:02:05 PM There is a ton of new CPU miners out for cryptonight now. Do you recommend switching from lucasjones?
I have a CPU from 2011. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on June 14, 2014, 05:39:47 PM 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...
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: ibuyltc on June 16, 2014, 02:11:33 PM Im using this with microsoft azure. Works flawlessly. Thanks!
I'll tip you later since im off to work Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: Brewins on June 16, 2014, 05:11:28 PM 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 Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: cyber-machine on June 24, 2014, 08:19:41 PM 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 but mining not started Pls. tell me the right settings Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on June 24, 2014, 11:09:21 PM 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 but mining not started Pls. tell me the right settings What error message does it give? Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: cyber-machine on June 25, 2014, 12:57:57 AM 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 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 Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on June 25, 2014, 01:04:31 AM 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 Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: trand on June 25, 2014, 02:17:48 AM 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 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 Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: cyber-machine on June 25, 2014, 02:58:15 AM 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.
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: Molet on February 19, 2015, 10:00:22 AM 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 my system Quote Distributor ID: Debian Description: Debian GNU/Linux 6.0.10 (squeeze) Release: 6.0.10 Codename: squeeze Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on February 19, 2015, 10:50:23 AM 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 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... Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: Molet on February 19, 2015, 11:40:20 AM this is a very old guide, like 9 months old...dont use it... i will reply later with a newer guide... OK. wait Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on February 19, 2015, 01:53:35 PM 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... Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: Molet on February 19, 2015, 03:04:47 PM This should work. thx :)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) Quote (I assume you know how screen works) yes ;)Quote 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... I will try and tell you the resultTitle: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: Molet on February 20, 2015, 08:00:04 AM Quote 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) not work :( my system Quote root@BDServer:/home/user_miner/cpuminer-multi# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 7.8 (wheezy) Release: 7.8 Codename: wheezy "make" log Code: root@BDServer:/home/user_miner/cpuminer-multi# make Go to a Wolf0 topic Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: forevernoob on February 21, 2015, 12:16:43 AM Could you post output of ./configure ?
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on February 21, 2015, 12:20:08 AM Could you post output of ./configure ? His problem was that he had a 32-bit system... Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: DurrMinerNoob on May 09, 2016, 11:38:33 AM Hi guys, as my name suggests, I am new to Monero mining (and coding generally). I have followed GreekBitcoin's guide and it seems to be working perfectly fine. However, I use minergate, and apparently, I cannot connect the digitalocean cloud mining to my current account which I use. Is there any code that I can key in so that I can link the digitalocean mining to my own account that I have already registered? Thanks and sorry for posting on such an outdated thread!
Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 09, 2016, 11:59:32 AM Hi guys, as my name suggests, I am new to Monero mining (and coding generally). I have followed GreekBitcoin's guide and it seems to be working perfectly fine. However, I use minergate, and apparently, I cannot connect the digitalocean cloud mining to my current account which I use. Is there any code that I can key in so that I can link the digitalocean mining to my own account that I have already registered? Thanks and sorry for posting on such an outdated thread! This thread is too outdated. Also if i recall correctly the miner this guide use is not efficient enough. I cannot understand what you mask. Finally dont use Minergate. It is bad. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: DurrMinerNoob on May 10, 2016, 11:22:40 AM OK. I have the miner working OK with digitalocean but error came out when using interserver.net
Code: root@miner1:~/cpuminer-multi# CFLAGS="-march=native" ./configure Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: GreekBitcoin on May 12, 2016, 12:51:40 AM First of all use this mine: https://github.com/wolf9466/cpuminer-multi
so it should be: sudo apt-get update && sudo apt-get install git make automake screen libcurl4-openssl-dev git clone https://github.com/wolf9466/cpuminer-multi cd cpuminer-multi ./autogen.sh CFLAGS="-march=native" ./configure make Btw you probably have a cpuminer-multi folder already so delete with rm -rf cpuminer-multi in order to download the new miner. Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: justuser on August 19, 2017, 10:39:01 AM Hello, I try to install cryptonote daemon
How to fix this problem? Code: ./configure: line 5668: syntax error near unexpected token `,' Here is log file, g++ version - 4.8.5 Title: Re: Digital Ocean Monero Pool Mining Guide! CPU only! [MRO] Cryptonight Algo! Post by: justuser on August 19, 2017, 11:09:25 AM Code: This file contains any messages produced by compilers while |