volapyk
Newbie
Offline
Activity: 9
Merit: 0
|
|
September 12, 2017, 06:18:56 PM |
|
Thanks for the miner. Is there any command to reduce the number of cores the miner is using or any other way to reduce heat and efficiency?
Thanks
Yes you can limit the number of threads and there are some other options. Always check the help: cpuminer --help Note temperature limit only works on Linux. Thanks! I can be a little lazy from time to time. If wishing donations I recommend adding some coins with cheaper transaction costs than BTC. For instance Pascal Coin - Infinite Scalability.
|
|
|
|
freebutcaged
|
|
September 13, 2017, 01:43:03 PM |
|
From what I understand as soon as a coin hits the net there are already too many powerful mining machines started on mining them that makes the
Mining with CPU a complete waste of time, I want to know if there is any coin which gives any profit if mined with CPU? I guess there is none. funny
When someone launches a coin they first look to find a pool before the first block, where and when can we find a coin like Bitcoin? when I think about
It now there shouldn't be any CPU mine-able coin unless they have no value. every CPU coin has it's backdoors implemented somewhere by coders to
Mine with a boost, Bitcoin was the biggest coin and it had one backdoor for miners to mine with %20 more efficiency, I don't trust hundreds of other
Coins, that's why I wont waste my time and energy on any of them, but I will try this to see how it works only to learn something so thank you mate.
|
|
|
|
xixou
Member
Offline
Activity: 153
Merit: 11
|
|
September 16, 2017, 12:43:59 PM |
|
I have a 1950X CPU and tested mining monero XMR with cpuminer. The algo supports AES SSE2 as indicated by cpuminer, but there is no such exe from the release, we would need something compiled for cpuminer-aes-sse2.exe
When I run it on 26 cores, using the cpuminer-aes-avx2.exe it gives 365 H/s When I run it using cpuminer-sse2.exe it gives 424 H/s.
********** cpuminer-opt 3.6.8 *********** A CPU miner with multi algo support and optimized for CPUs with AES_NI and AVX extensions. BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT Forked from TPruvot's cpuminer-multi with credits to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d, Wolf0, Jeff Garzik and Optiminer.
CPU: AMD Ryzen Threadripper 1950X 16-Core Processor CPU features: SSE2 AES AVX AVX2 SHA SW built on Jul 31 2017 with GCC 4.8.3 SW features: SSE2 AES AVX AVX2 Algo features: SSE2 AES Start mining with SSE2 AES
|
|
|
|
Crosshair
Newbie
Offline
Activity: 42
Merit: 0
|
|
September 16, 2017, 01:06:05 PM |
|
Sorry for the dumb question, but if i download the files there is no *.exe to start. Where can i find it?
|
|
|
|
kollom
Member
Offline
Activity: 77
Merit: 10
|
|
September 16, 2017, 01:37:46 PM |
|
Sorry for the dumb question, but if i download the files there is no *.exe to start. Where can i find it?
bat file is present? open it and check the name of the executable file.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
September 16, 2017, 02:44:23 PM |
|
Sorry for the dumb question, but if i download the files there is no *.exe to start. Where can i find it?
Download the binaries, not the source code.
|
|
|
|
Jup1t3rR
Newbie
Offline
Activity: 16
Merit: 0
|
|
September 17, 2017, 12:22:17 PM |
|
can someone pls recommend DASH coin pool for CPU miner please
|
|
|
|
Elder III
|
|
September 18, 2017, 11:39:52 PM |
|
can someone pls recommend DASH coin pool for CPU miner please
You can't mine Dash with CPU, even GPUs are too weak at this point. You will need specialized and expensive equipment to mine DASH. Depending on your CPU, it may be worthwhile to mine different coins and exchange them for DASH instead.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
September 19, 2017, 12:10:43 AM |
|
I have a 1950X CPU and tested mining monero XMR with cpuminer. The algo supports AES SSE2 as indicated by cpuminer, but there is no such exe from the release, we would need something compiled for cpuminer-aes-sse2.exe
When I run it on 26 cores, using the cpuminer-aes-avx2.exe it gives 365 H/s When I run it using cpuminer-sse2.exe it gives 424 H/s.
********** cpuminer-opt 3.6.8 *********** A CPU miner with multi algo support and optimized for CPUs with AES_NI and AVX extensions. BTC donation address: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT Forked from TPruvot's cpuminer-multi with credits to Lucas Jones, elmad, palmd, djm34, pooler, ig0tik3d, Wolf0, Jeff Garzik and Optiminer.
CPU: AMD Ryzen Threadripper 1950X 16-Core Processor CPU features: SSE2 AES AVX AVX2 SHA SW built on Jul 31 2017 with GCC 4.8.3 SW features: SSE2 AES AVX AVX2 Algo features: SSE2 AES Start mining with SSE2 AES
You should repeat your tests, I suspect the difference has more to do with thread mapping that AVX2. There is no AVX2 code in cryptonight to explain any difference in performance. But your choice of the number of threads makes it impossible to map correctly to the available cores. It is likely that some threads are bouncing from core to core causing erratic performance. I recommend trying with 16 threads which matches the cache size and avoids hyperthreading. You should generally choose the build based on your CPU's capabilities, not the algo. However some users have reported lower performance using AVX2 on Ryzen CPUs.
|
|
|
|
sp_
Legendary
Offline
Activity: 2954
Merit: 1087
Team Black developer
|
|
September 19, 2017, 12:13:47 AM |
|
Buy an onion botnet...
|
|
|
|
noalternative
Newbie
Offline
Activity: 6
Merit: 0
|
|
September 26, 2017, 02:49:46 AM |
|
I am having trouble compiling it on digitalocean cloudhosting. I am using the Ubuntu 14.04 drop. Here is my config.log output. https://pastebin.com/z1Jh7mRY I am not an experienced compiler, so I have no clue what is wrong. I have installed dependencies. $ sudo apt-get install g++ libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git and done ./autogen.sh
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
September 26, 2017, 04:38:53 AM |
|
I am having trouble compiling it on digitalocean cloudhosting. I am using the Ubuntu 14.04 drop. Here is my config.log output. https://pastebin.com/z1Jh7mRY I am not an experienced compiler, so I have no clue what is wrong. I have installed dependencies. $ sudo apt-get install g++ libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git and done ./autogen.sh Try following the instructions in RELEASE_NOTES.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
September 28, 2017, 12:44:23 PM |
|
Hey joblo, the past few days the Windows Defender antivirus started to flag your binaries. I am not sure if you're aware but that hasn't happened before. Just though I'd let you know.
--ypsi
Thanks for the heads up. There seems to be a recent increase in miners being flagged.
|
|
|
|
NameTaken
|
|
September 28, 2017, 11:18:31 PM |
|
Anyone planning on testing the 7980XE?
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
September 28, 2017, 11:50:45 PM |
|
Anyone planning on testing the 7980XE?
The specs don't impress me and it's overpriced. It has a low base clock and a relatively small cache, both critical for CPU mining. Intel is known for better single threaded performance but that doesn't matter when mining. The 24 MB cache limits the number of threads mining cryptonight to 12, not even enough to load all the physical cores. A Threadripper 1920X (12C/24T, 32MB cache) will likely perform better for less than half the price. Compute intensive algos are irelevant because GPUs are much more efficient and CPUs can't comptete. The 7980XE doesn't yet have SHA support, unlike Ryzen, but that's less of an issue because there are few algos that can use it. It does have AVX512 but I don't see much benefit in that because it only improves compute performance. On those algos that could potentially use it the gain would be small, less than the gain from AVX to AVX2. There are fewer opportunities to promote AVX2 to AVX512 because AVX512 works on larger vectors, only algos that use vectors of 512 bits or greater can use it. I'm curious for some real results to compare, but I won't be bying one.
|
|
|
|
guytechie
|
|
September 29, 2017, 03:29:55 AM |
|
Is it just me or is Windows Defender detecting cpuminer-opt as a Trojan:Win32/Vagger!rfn malware?
|
Put something in my tip jar if I made your day. BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
September 29, 2017, 03:55:43 AM |
|
Is it just me or is Windows Defender detecting cpuminer-opt as a Trojan:Win32/Vagger!rfn malware?
You can't read 3 posts back?
|
|
|
|
Digital Mutant
|
|
October 03, 2017, 10:12:58 PM |
|
This is the home of cpuminer-opt, The optimized CPU miner.
v3.6.8
Legacy version 3.5.9.1
someone can teel me what of the 2 versions is best for my CPU AMD A10 quad-core processor A10-7300 turbo core 3.20GHz??? Thank you
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
October 04, 2017, 02:40:27 AM |
|
This is the home of cpuminer-opt, The optimized CPU miner.
v3.6.8
Legacy version 3.5.9.1
someone can teel me what of the 2 versions is best for my CPU AMD A10 quad-core processor A10-7300 turbo core 3.20GHz??? Thank you You conveniently left out the part that explains the legacy version. Anyway it's virtually useless because the affected algorithms mostly have ASIC miners now or very efficient GPU miners. The only people who should consider using the legacy version are those who know what the're doing. If you have to ask, don't use it.
|
|
|
|
Digital Mutant
|
|
October 04, 2017, 06:15:40 PM |
|
This is the home of cpuminer-opt, The optimized CPU miner.
v3.6.8
Legacy version 3.5.9.1
someone can teel me what of the 2 versions is best for my CPU AMD A10 quad-core processor A10-7300 turbo core 3.20GHz??? Thank you You conveniently left out the part that explains the legacy version. Anyway it's virtually useless because the affected algorithms mostly have ASIC miners now or very efficient GPU miners. The only people who should consider using the legacy version are those who know what the're doing. If you have to ask, don't use it. Ok thank you for the information!
|
|
|
|
|