Bitcoin Forum
July 09, 2024, 12:19:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CREPCOIN: Start mining now with low H/S devices! on: January 02, 2018, 12:37:20 AM
Can that miner use more than 1 thread/core?
Edit your config.txt:

2 cores
Code:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
],

4 cores
Code:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 6 },
],

etc...

Configured to my i7 as above I get 200 h/s at 50% CPU usage presumably because all 4 physical cores are active. When I enable all 8 cores from 0-7, my CPU is at 100% usage but my hash seems to be limited to around 170 h/s.

Is this an expected result seeing the virtual cores take processing time from the physical cores or is this an anomaly?

The same for me. I get about 130 h/s at 50% CPU for 4 cores. If set to all 8 - 90 h/s and 100% cpu usage.

Not the best miner...but similar wierd results as you.
Ryzen 1800X gets 95 h/s 16 threads, but 550h/s 8 threads.
go figure
About 3 hours got me 37 coins
J
Cryptonight algo needs 2Mb per thread. When hhread has less than 2Mb performance decreases.

Ryzen 1800X have 4Mb L2 cache and 16Mb L3. 10 threads should brings best results.

Regards

This makes sense. My i7 6700k has 8mb L3 + 1mb L2.

Thanks
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CREPCOIN: Start mining now with low H/S devices! on: January 01, 2018, 10:31:05 PM
Can that miner use more than 1 thread/core?
Edit your config.txt:

2 cores
Code:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
],

4 cores
Code:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 6 },
],

etc...

Configured to my i7 as above I get 200 h/s at 50% CPU usage presumably because all 4 physical cores are active. When I enable all 8 cores from 0-7, my CPU is at 100% usage but my hash seems to be limited to around 170 h/s.

Is this an expected result seeing the virtual cores take processing time from the physical cores or is this an anomaly?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CREPCOIN: Start mining now with low H/S devices! on: January 01, 2018, 01:27:11 PM
My hash is 95h/s and I'm only averaging around 1.1crep/hr. I was mining on day one a gathered around 800crep in 24 hours. Is the pool diluted that much? The estimator estimates at this hash 110crep (I presume per day).

Can anyone share their perspective on this?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CREPCOIN: Start mining now with low H/S devices! on: December 24, 2017, 11:01:53 AM
any exchanges ? if not then what is the expected time to hit an exchange and also i would love to know what could be the opening price of this coin.

Isn't the opening price set by the market?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CREPCOIN: Start mining now with low H/S devices! on: December 24, 2017, 07:52:22 AM
first payments send.

please, check if all is fine in your wallets.

regards

Yep half of my balance went through. I assume the other half was mined slightly outside the 6 hour window?

Accepted hashes: 0
Total hashes: 53120

there' something wrong here. zero shares in 5-10 mins and the mining is just started  Undecided

I couldn't possibly know what the issue would be outside firewalls but both my i7 on my PC a generated 16+ accepted hashes and hundreds of CREPS at ~95h/s with similar results with on my i7 MBA when I was testing. I got a few accepted hashes at ~30h/s
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!