Bitcoin Forum
June 23, 2024, 06:17:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
Author Topic: [ANN] [NO-ICO] [0% PREMINE] CREPCOIN: Friendly web environment crypto!  (Read 18406 times)
crepcoin (OP)
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
January 01, 2018, 09:09:14 PM
 #261

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...
IGonza
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 01, 2018, 09:23:21 PM
 #262

Thanks, it works.


Any source code that can be compiled for Mac OS?
Mike_Abbages
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 01, 2018, 10:31:05 PM
 #263

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?
IGonza
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 01, 2018, 10:56:18 PM
 #264

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.
rodao
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 01, 2018, 11:15:51 PM
Last edit: January 02, 2018, 12:14:03 AM by rodao
 #265

I cant connect to the pool using the miner provided in the Getting Started page of the pool.

I receive the following message: "SOCKET ERROR - CONNECT".

I already changed my wallet address in the config txt.

What am I doing wrong?

EDIT: Ok, changed ports to 3333 and it worked perfect.
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
January 01, 2018, 11:59:42 PM
 #266

Hi guys,
Well just got my first payment 37 coin....lets hope in Feb this coin is worth something Smiley
J
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
January 02, 2018, 12:01:42 AM
 #267

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
crepcoin (OP)
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
January 02, 2018, 12:22:16 AM
 #268

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
Mike_Abbages
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 02, 2018, 12:37:20 AM
 #269

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
crepcoin (OP)
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
January 02, 2018, 01:01:35 AM
 #270

Linux miner uploaded. Tested on Ubuntu.

Please, let me feedback. I can't test it in another distro for now!

regards
GilRH4004
Newbie
*
Offline Offline

Activity: 92
Merit: 0


View Profile
January 02, 2018, 03:46:11 AM
 #271

Linux miner uploaded. Tested on Ubuntu.

Please, let me feedback. I can't test it in another distro for now!

regards
Thanks a lot, gonna setup my cloud pc. Let's get mining.

Happy new year everyone!!!
roberval123
Jr. Member
*
Offline Offline

Activity: 108
Merit: 1


View Profile
January 02, 2018, 04:19:55 AM
 #272

Ok, I'm out. Moving on to the next coin now that it's no longer just webminer. This was THE feature this coin had going for it, now it's just like the other 100's of coins out there.
jonano
Jr. Member
*
Offline Offline

Activity: 133
Merit: 7


View Profile
January 02, 2018, 08:38:32 AM
 #273

I have these messages in Windows miner:
Quote
[2018-01-02 11:35:28] : hwloc: memory pinned
[2018-01-02 11:35:28] : Starting single thread, affinity: 6.
[2018-01-02 11:35:28] : MEMORY ALLOC FAILED: VirtualAlloc failed.
[2018-01-02 11:35:28] : hwloc: memory pinned
[2018-01-02 11:35:28] : MEMORY ALLOC FAILED: VirtualAlloc failed.
[2018-01-02 11:35:28] : hwloc: memory pinned
[2018-01-02 11:35:28] : Connecting to pool crep.cnotepool.info:5555 .
[2018-01-02 11:35:28] : MEMORY ALLOC FAILED: VirtualAlloc failed.
[2018-01-02 11:35:28] : hwloc: memory pinned
[2018-01-02 11:35:28] : MEMORY ALLOC FAILED: VirtualAlloc failed.
It looks like miner works, but is it ok?
sysoft
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 02, 2018, 10:01:45 AM
 #274

error in paying a reward ?

https://image.prntscr.com/image/w56YLe6uQPWA0CUdVJ7WiA.png

New pool:

http://crep.cnotepool.info/#getting_started

Please, use only software provided by pool.

Linux miner will be uploaded tomorrow, sorry.

Best regards,
mmo4me.2016
Sr. Member
****
Offline Offline

Activity: 812
Merit: 256



View Profile
January 02, 2018, 10:33:56 AM
 #275

Dear all
I get error
'[2018-01-02 17:30:33] : JSON config parse error(offset 530): Missing a name for object member.
Press any key to exit'

http://crep.cnotepool.info/#getting_started

Please check help me my config.txt. thank
"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 },
],
"use_slow_memory" : "warn",
"nicehash_nonce" : false,
"aes_override" : null,
"use_tls" : false,
"tls_secure_algo" : true,
"tls_fingerprint" : "",

"pool_address" : "crep.cnotepool.info:5555",
cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW 9s36a2Sjs1AFmt74Sx
"wallet_address" : "",
cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW 9s36a2Sjs1AFmt74Sx
"pool_password" : "",

"call_timeout" : 10,
"retry_time" : 10,
"giveup_limit" : 0,
"verbose_level" : 3,
"h_print_time" : 30,
"daemon_mode" : false,
"output_file" : "",
"httpd_port" : 0,
"prefer_ipv4" : true,
jonano
Jr. Member
*
Offline Offline

Activity: 133
Merit: 7


View Profile
January 02, 2018, 10:42:12 AM
 #276

"pool_address" : "crep.cnotepool.info:5555",
cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW 9s36a2Sjs1AFmt74Sx
"wallet_address" : "",
cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW 9s36a2Sjs1AFmt74Sx
"pool_password" : "",
I think correct config is
Code:
"pool_address" : "crep.cnotepool.info:5555",
"wallet_address" : "cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW9s36a2Sjs1AFmt74Sx",
"pool_password" : "",
JohnPain
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
January 02, 2018, 11:15:57 AM
 #277

Hmm,
actual pool-hashrate is higher than network hashrate (Data is from pool) Huh
Pool 42.94KH/s
Network 21,87KH/s

crepcoin (OP)
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
January 02, 2018, 11:57:24 AM
 #278

Hmm,
actual pool-hashrate is higher than network hashrate (Data is from pool) Huh
Pool 42.94KH/s
Network 21,87KH/s
Hi,

Network hashrate is blochchain difficulty divided by the block time. Now, is:

difficulty: 5647986
blocktime: 240 seconds
network h/s:  5647986 / 240 = 23.5k

As yo can see, "Network hashrate" is only a fancy way of show actual blockchain difficulty, not represents the sum of all pools hashing power. It happens in all Cryptonote coin, like Monero for example.

Network difficulty is calculated based on last blocks. It makes difficulty increases or decreases block each block depending on pools hashrates.

If sum of pool hashrates is greater than network hashrate, as it happenings now with the opening of new pool, difficulty will increase block by block until difficulty takes a similar value of sum of pool hashrate. With this way to calculate difficulty makes it constant for lasts blocks

I hope you understand the explanation.

Regards!
rodao
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
January 02, 2018, 12:05:57 PM
 #279

Dev

Are you aware that the wallet is not showing the balance correctly right?

I need to refresh the Overview page multiple times to get my balance, everytime.

Btw, the new miner is working good, cant wait to see CREP in a exchange.

Keep up the good work!
air133
Newbie
*
Offline Offline

Activity: 210
Merit: 0


View Profile
January 02, 2018, 01:02:08 PM
 #280

Dev say please, can I mining with xmrig-2.4.3-gcc-win64 in the future and when?))
But use you mining I can not for some reason.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!