tracercho
Newbie
Offline
Activity: 19
Merit: 0
|
|
September 19, 2016, 04:14:27 PM |
|
Is there anybody who successfully compiled monero (wolf-cpu) miner ?
|
|
|
|
2beFree
Newbie
Offline
Activity: 1
Merit: 0
|
|
September 21, 2016, 08:41:57 AM |
|
Does anyone know, why when I try to download this version of the miner: https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-06-09-2014.zip(from the first page of this discussion), it gives me the following error: "Not Found The requested URL /cpuminer-multi/cpuminer-multi-wolf-06-09-2014.zip was not found on this server." Where can I download the latest version of cpuminer-multi-wolf? Thank you in advance Friends!
|
|
|
|
|
gipsy
Newbie
Offline
Activity: 25
Merit: 0
|
|
September 23, 2016, 08:33:11 AM |
|
Hello, i try to install the miner on a Centos but im having problems... i get this error:
"[root@: cpuminer-multi-master]# ./autogen.sh configure.ac:3: error: Autoconf version 2.68 or higher is required configure.ac:3: the top level autom4te: /usr/bin/m4 failed with exit status: 63 aclocal: autom4te failed with exit status: 63"
I try to install autoconf version 2.68 but still is not working. Can someone explain me step by step how to start mine Monero?
I had downloaded on CentOS this miner "cpuminer-multi-master" and when i hit ./autoget.sh i get the error above.
Thank you.
|
|
|
|
jjiimm_64
Legendary
Offline
Activity: 1876
Merit: 1000
|
|
September 30, 2016, 12:15:45 PM |
|
This is a CPU mining thread, not GPU.
just tried the cpu miner.. pretty sure it is working, but I dont see the speed.. is there a display setting to show hash amount? C:\install\xmr\cpuminer-multi-wolf-06-12-2014>minerd -a cryptonight -o stratum+tcp://monerohash.com:3333 -u mywallet -p x [2016-09-30 08:08:10] Using JSON-RPC 2.0 [2016-09-30 08:08:10] Starting Stratum on stratum+tcp://monerohash.com:3333 [2016-09-30 08:08:10] 5 miner threads started, using 'cryptonight' algorithm. [2016-09-30 08:08:10] Pool set diff to 5000 [2016-09-30 08:08:10] Stratum detected new block [2016-09-30 08:10:38] Pool set diff to 3401 [2016-09-30 08:10:38] Stratum detected new block [2016-09-30 08:13:08] Pool set diff to 2252 [2016-09-30 08:13:08] Stratum detected new block [2016-09-30 08:13:59] Stratum detected new block [2016-09-30 08:15:28] Stratum detected new block [2016-09-30 08:15:39] Pool set diff to 1491 [2016-09-30 08:15:39] Stratum detected new block
|
1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
|
|
|
nioc
Legendary
Offline
Activity: 1624
Merit: 1008
|
|
September 30, 2016, 02:01:56 PM |
|
This is a CPU mining thread, not GPU.
just tried the cpu miner.. pretty sure it is working, but I dont see the speed.. is there a display setting to show hash amount? C:\install\xmr\cpuminer-multi-wolf-06-12-2014>minerd -a cryptonight -o stratum+tcp://monerohash.com:3333 -u mywallet -p x [2016-09-30 08:08:10] Using JSON-RPC 2.0 [2016-09-30 08:08:10] Starting Stratum on stratum+tcp://monerohash.com:3333 [2016-09-30 08:08:10] 5 miner threads started, using 'cryptonight' algorithm. [2016-09-30 08:08:10] Pool set diff to 5000 [2016-09-30 08:08:10] Stratum detected new block [2016-09-30 08:10:38] Pool set diff to 3401 [2016-09-30 08:10:38] Stratum detected new block [2016-09-30 08:13:08] Pool set diff to 2252 [2016-09-30 08:13:08] Stratum detected new block [2016-09-30 08:13:59] Stratum detected new block [2016-09-30 08:15:28] Stratum detected new block [2016-09-30 08:15:39] Pool set diff to 1491 [2016-09-30 08:15:39] Stratum detected new block
looks like you haven't had any shares accepted so you don't see the speed. I see that you started at a diff of 5000 and the miner keeps reducing the diff because it's too high. Eventually it will adjust but you should start with a port with a lower diff as it seems you have a slow CPU for Monero. There are pools that have lower starting diffs and http://mine.moneroworld.com/ has a slowly adjusting diff which is good for slow miners as the diff doesn't jump up which can cause time outs when the diff adjusts up too quickly. If your CPU does not have AES-NI it will be slow. Also note that you need 2MB of cache for each thread you run. I have an i5 with 6MB cache and it works better with 2 of the 4 cores instead of 3 because the cache is shared. I had an old pentium that was getting ~33 H/s and at that rate with present conditions it would take close to 5 months to mine 1 Monero BTW when shares are accepted it will look like this: [2016-09-30 09:58:44] accepted: 11482/11482 (100.00%), 90.50 H/s at diff 2643 (yay!!!) You should also see something like this before shares are accepted: [2016-09-30 10:00:33] thread 1: 2671 hashes, 43.15 H/s
|
|
|
|
jjiimm_64
Legendary
Offline
Activity: 1876
Merit: 1000
|
|
September 30, 2016, 03:08:58 PM |
|
This is a CPU mining thread, not GPU.
just tried the cpu miner.. pretty sure it is working, but I dont see the speed.. is there a display setting to show hash amount? C:\install\xmr\cpuminer-multi-wolf-06-12-2014>minerd -a cryptonight -o stratum+tcp://monerohash.com:3333 -u mywallet -p x [2016-09-30 08:08:10] Using JSON-RPC 2.0 [2016-09-30 08:08:10] Starting Stratum on stratum+tcp://monerohash.com:3333 [2016-09-30 08:08:10] 5 miner threads started, using 'cryptonight' algorithm. [2016-09-30 08:08:10] Pool set diff to 5000 [2016-09-30 08:08:10] Stratum detected new block [2016-09-30 08:10:38] Pool set diff to 3401 [2016-09-30 08:10:38] Stratum detected new block [2016-09-30 08:13:08] Pool set diff to 2252 [2016-09-30 08:13:08] Stratum detected new block [2016-09-30 08:13:59] Stratum detected new block [2016-09-30 08:15:28] Stratum detected new block [2016-09-30 08:15:39] Pool set diff to 1491 [2016-09-30 08:15:39] Stratum detected new block
looks like you haven't had any shares accepted so you don't see the speed. I see that you started at a diff of 5000 and the miner keeps reducing the diff because it's too high. Eventually it will adjust but you should start with a port with a lower diff as it seems you have a slow CPU for Monero. There are pools that have lower starting diffs and http://mine.moneroworld.com/ has a slowly adjusting diff which is good for slow miners as the diff doesn't jump up which can cause time outs when the diff adjusts up too quickly. If your CPU does not have AES-NI it will be slow. Also note that you need 2MB of cache for each thread you run. I have an i5 with 6MB cache and it works better with 2 of the 4 cores instead of 3 because the cache is shared. I had an old pentium that was getting ~33 H/s and at that rate with present conditions it would take close to 5 months to mine 1 Monero BTW when shares are accepted it will look like this: [2016-09-30 09:58:44] accepted: 11482/11482 (100.00%), 90.50 H/s at diff 2643 (yay!!!) You should also see something like this before shares are accepted: [2016-09-30 10:00:33] thread 1: 2671 hashes, 43.15 H/s Thanks for the response.. not too long after I took that shot I started getting stratum errors.... shut it down for now, will play with it tonight. edit: btw. I have a phenom 6 core on that rig.. should run pretty good. thxs again.
|
1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
|
|
|
nioc
Legendary
Offline
Activity: 1624
Merit: 1008
|
|
September 30, 2016, 03:54:25 PM |
|
Thanks for the response.. not too long after I took that shot I started getting stratum errors.... shut it down for now, will play with it tonight.
edit: btw. I have a phenom 6 core on that rig.. should run pretty good. thxs again.
You can go to http://mine.moneroworld.com/#getting_startedand they have wolf's miner with a GUI that you can download. "Monero Spelunker". You just choose the # of threads you want and it defaults to the lowest diff port which you can change if you like. Very easy.
|
|
|
|
|
bruxo
Newbie
Offline
Activity: 9
Merit: 0
|
|
October 06, 2016, 01:48:52 PM |
|
Hi! I'm new to this world but I have one question. Why do I have almost half of the hashrate on your most recent version (07-09-14) than I have on the old one (05-30-2014)? I have a FX 8350 @ 4.6 GHz and on your old miner I was getting 200-250 H/s. Now I'm mining at 100-140 H/s. Is this normal?
Both running with the same startup programs:
minerd -a cryptonight -o stratum+tcp://monerohash.com:3333 -u ADDRESS -p x
Can I still use your old one to mine?
|
|
|
|
r3lentleSs
|
|
October 18, 2016, 07:06:04 PM |
|
Ofcource u can still use the old one, i'm using it aswell. Downloadlink latest release is broken btw
|
|
|
|
omnichanh
Newbie
Offline
Activity: 1
Merit: 0
|
|
October 26, 2016, 06:49:42 AM |
|
Hi all, I have a question regarding mining XMR : Can I mining XMR with Pi3 and USB Miner ?
|
|
|
|
nioc
Legendary
Offline
Activity: 1624
Merit: 1008
|
|
October 26, 2016, 12:59:11 PM |
|
Hi all, I have a question regarding mining XMR : Can I mining XMR with Pi3 and USB Miner ?
I assume the USB miner was designed for btc. It won't work because XMR uses a different algorithm.
|
|
|
|
cisA
|
|
October 26, 2016, 04:54:03 PM |
|
Beware!
CPUminer is an Trojan!
|
btc-e.com -> " eksperteille: vitalik please hardfuck once more"
|
|
|
nioc
Legendary
Offline
Activity: 1624
Merit: 1008
|
|
October 26, 2016, 09:02:23 PM |
|
Beware!
CPUminer is an Trojan!
Most antivirus programs will tag most CPU miner programs because they can be used by bot nets. Of the thousands of people who have used this miner for over 2 years not one has reported an issue.
|
|
|
|
cisA
|
|
October 30, 2016, 05:30:50 PM |
|
Its the first Miner with Alert from ESET. Private keys can be stored for long time ... Not Opensource and AV-Alert, dont suspect
|
btc-e.com -> " eksperteille: vitalik please hardfuck once more"
|
|
|
|
kntheory
Newbie
Offline
Activity: 18
Merit: 0
|
|
November 15, 2016, 02:33:05 AM |
|
|
|
|
|
almirfiorio
|
|
November 18, 2016, 01:02:53 AM |
|
Dear Wolf and Friends
Now im usingh "CPUMiner-Multi by Wolf and Lucas Jones" in my Linux
Im using one pc with Linux debian with 24 cpu of 2.3 ghz. But it is the only computer that is appearing 5 workers And It is mining at a speed of 300 H/S. But I think it's not enough.
Which operating system do you recommend for downloading faster?
What currency are we currently able to mine faster using only CPU? I'm mining mine (XMR) and collecting 0.05 per day.
Is there any way to mine on the same minergate account using different pcs?
Thanks Almir
|
|
|
|
cisA
|
|
November 20, 2016, 03:02:08 PM |
|
Im using one pc with Linux debian with 24 cpu of 2.3 ghz. But it is the only computer that is appearing 5 workers And It is mining at a speed of 300 H/S. But I think it's not enough.
You have twentyfour CPU on one motherboard? Which operating system do you recommend for downloading faster?
Iam not sure, but the last info was, that mining with this miner is on linux slower than win What currency are we currently able to mine faster using only CPU? I'm mining mine (XMR) and collecting 0.05 per day.
CPU mining is dead. Otherwise you are admin and bash the cpuminer on all PCs in your company Is there any way to mine on the same minergate account using different pcs?
You can get trouble, because they can detect/interpretive hijacked PCs. If the PCs mine from the same IP, than no problem. If you will mine from many different IPs, than ask the support and give before mining all IPs.
|
btc-e.com -> " eksperteille: vitalik please hardfuck once more"
|
|
|
|