c789
|
|
January 03, 2016, 05:51:51 AM Last edit: January 03, 2016, 05:37:44 PM by c789 |
|
Thanks all. I installed AMD-APP-SDKInstaller v 3.0.130.135-GA for linux64. The /opt/AMDAPPSDK-3.0/include/CL/ directory has cl.h (and several other .h files). What steps should I take?
EDIT: Solved. Here's what I did:
ln -s /opt/AMDAPPSDK-3.0 /opt/AMDAPP ln -s /opt/AMDAPP/include/CL /usr/include ln -s /opt/AMDAPP/lib/x86_64/* /usr/lib/ ldconfig reboot apt-get install fglrx-updates sudo aticonfig --adapter=all --initial
|
|
|
|
c789
|
|
January 03, 2016, 05:54:36 PM |
|
This isn't my day. Now I'm getting this when I run "sudo make" gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o main.c:8:23: fatal error: stdatomic.h: No such file or directory #include <stdatomic.h> ^ compilation terminated. make: *** [all] Error 1
I tried "sudo apt-get install gcc-4.9-base" but it says it's already the latest version. What should I do now?
|
|
|
|
|
hiddensphinx
Legendary
Offline
Activity: 1457
Merit: 1001
|
|
February 25, 2016, 10:24:09 AM |
|
How many XMR can I get with 3.2Ghz 4 CPU Intel with AES-NI
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
February 25, 2016, 11:10:38 AM Last edit: February 25, 2016, 11:42:10 AM by smooth |
|
How many XMR can I get with 3.2Ghz 4 CPU Intel with AES-NI Your hash rate should be something like 240 H/s while the network seems to be around 12 million H/s now, so you will get roughly 0.002% of the total or 0.2 XMR/day. EDIT: this is assuming a high performance desktop CPU with at least 8 MB of cache. I guess there might be some 4-core variants with less cache in which case your hash rate might be lower. Adjust accordingly.
|
|
|
|
|
Drhiggins
|
|
March 22, 2016, 02:29:14 PM |
|
I'll have to post my stats later today when I get home from work. Nice resource page.
|
Monerohash.com U.S. Mining Pool
|
|
|
Drhiggins
|
|
March 22, 2016, 02:31:28 PM |
|
Question,
Once the Wolf AMD miner is completed will anyone package it up to run on mining pool sites?
Just wondering if anyone knows?
|
Monerohash.com U.S. Mining Pool
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
March 22, 2016, 04:34:04 PM |
|
Question,
Once the Wolf AMD miner is completed will anyone package it up to run on mining pool sites?
Just wondering if anyone knows?
I don't know what you mean. All that needs to be done is for pool sites to list the miner as an option.
|
|
|
|
aminorex
Legendary
Offline
Activity: 1596
Merit: 1030
Sine secretum non libertas
|
|
March 22, 2016, 06:49:44 PM |
|
Following
|
Give a man a fish and he eats for a day. Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
|
|
|
joblo
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
March 22, 2016, 09:10:26 PM |
|
How many XMR can I get with 3.2Ghz 4 CPU Intel with AES-NI Your hash rate should be something like 240 H/s while the network seems to be around 12 million H/s now, so you will get roughly 0.002% of the total or 0.2 XMR/day. EDIT: this is assuming a high performance desktop CPU with at least 8 MB of cache. I guess there might be some 4-core variants with less cache in which case your hash rate might be lower. Adjust accordingly. Cryptonight algo is memory bound so the number of CPU cores isn't the limiting factor. Cache size is the key. You want to avoid overflowing the cache with a budget of 2M per thread. An i7 with 8M cache will perform best with 4 threads. A CPU with 4M will probably work best with only 2 threads, YMMV.
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
March 31, 2016, 02:09:58 AM |
|
|
|
|
|
hyc
Member
Offline
Activity: 88
Merit: 16
|
|
April 08, 2016, 02:58:10 AM |
|
Note that that PR#777 was included in Monero v0.9.4 so you can get that part hassle-free already. You just need to compile the miner.
|
|
|
|
Bitock
|
|
April 09, 2016, 10:03:36 AM |
|
Hi! When I get the last cpu miner for win?
|
|
|
|
Sasha00
Jr. Member
Offline
Activity: 58
Merit: 1
|
|
April 17, 2016, 11:44:39 AM |
|
Please tell me a cloud service for mining Monero
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
April 17, 2016, 12:38:15 PM |
|
Please tell me a cloud service for mining Monero AWS is fine if you're not paying for it. On an unrelated note, would it be possible to implement something similar to Claymore's new dual ETH/DCR miner, but replace ETH with XMR?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 18, 2016, 04:55:31 AM |
|
Please tell me a cloud service for mining Monero AWS is fine if you're not paying for it. On an unrelated note, would it be possible to implement something similar to Claymore's new dual ETH/DCR miner, but replace ETH with XMR? What does that do?
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
April 18, 2016, 02:34:14 PM |
|
Please tell me a cloud service for mining Monero AWS is fine if you're not paying for it. On an unrelated note, would it be possible to implement something similar to Claymore's new dual ETH/DCR miner, but replace ETH with XMR? What does that do? Mines ETH and DCR at the same time with supposedly very little hashrate loss compared to regular ETH miner. Apparently it's possible because ETH is memory hard algo and DCR is not, which I thought maybe possible to do here since I think cryptonight is also memory hard. I haven't tried yet because it's Windows only and my AMD cards are all on Linux boxes, plus been busy/traveling lately. Link here: https://bitcointalk.org/index.php?topic=1433925.0
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
April 18, 2016, 08:26:40 PM |
|
Please tell me a cloud service for mining Monero AWS is fine if you're not paying for it. On an unrelated note, would it be possible to implement something similar to Claymore's new dual ETH/DCR miner, but replace ETH with XMR? What does that do? Mines ETH and DCR at the same time with supposedly very little hashrate loss compared to regular ETH miner. Apparently it's possible because ETH is memory hard algo and DCR is not, which I thought maybe possible to do here since I think cryptonight is also memory hard. I haven't tried yet because it's Windows only and my AMD cards are all on Linux boxes, plus been busy/traveling lately. Link here: https://bitcointalk.org/index.php?topic=1433925.0from my experience, you definitely can't mine XMR and ETH on the same card - I tried to do it using my nvidia 750 ti's. You can get both to fit on the card memory wise, but the xmr miner wins out over the eth miner (for whatever reason, maybe because cuda has higher priority than openCL).
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
April 18, 2016, 08:45:49 PM |
|
Please tell me a cloud service for mining Monero AWS is fine if you're not paying for it. On an unrelated note, would it be possible to implement something similar to Claymore's new dual ETH/DCR miner, but replace ETH with XMR? What does that do? Mines ETH and DCR at the same time with supposedly very little hashrate loss compared to regular ETH miner. Apparently it's possible because ETH is memory hard algo and DCR is not, which I thought maybe possible to do here since I think cryptonight is also memory hard. I haven't tried yet because it's Windows only and my AMD cards are all on Linux boxes, plus been busy/traveling lately. Link here: https://bitcointalk.org/index.php?topic=1433925.0from my experience, you definitely can't mine XMR and ETH on the same card - I tried to do it using my nvidia 750 ti's. You can get both to fit on the card memory wise, but the xmr miner wins out over the eth miner (for whatever reason, maybe because cuda has higher priority than openCL). Not XMR and ETH, they're both memory hard, right? The idea was XMR and DCR.
|
|
|
|
|