crepcoin (OP)
Newbie
Offline
Activity: 84
Merit: 0
|
|
January 01, 2018, 09:09:14 PM |
|
Can that miner use more than 1 thread/core?
Edit your config.txt: 2 cores "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 "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
Activity: 8
Merit: 0
|
|
January 01, 2018, 09:23:21 PM |
|
Thanks, it works.
Any source code that can be compiled for Mac OS?
|
|
|
|
Mike_Abbages
Newbie
Offline
Activity: 5
Merit: 0
|
|
January 01, 2018, 10:31:05 PM |
|
Can that miner use more than 1 thread/core?
Edit your config.txt: 2 cores "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 "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
Activity: 8
Merit: 0
|
|
January 01, 2018, 10:56:18 PM |
|
Can that miner use more than 1 thread/core?
Edit your config.txt: 2 cores "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 "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
Activity: 25
Merit: 0
|
|
January 01, 2018, 11:15:51 PM Last edit: January 02, 2018, 12:14:03 AM by rodao |
|
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
|
|
January 01, 2018, 11:59:42 PM |
|
Hi guys, Well just got my first payment 37 coin....lets hope in Feb this coin is worth something J
|
|
|
|
minerja
|
|
January 02, 2018, 12:01:42 AM |
|
Can that miner use more than 1 thread/core?
Edit your config.txt: 2 cores "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 "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
Activity: 84
Merit: 0
|
|
January 02, 2018, 12:22:16 AM |
|
Can that miner use more than 1 thread/core?
Edit your config.txt: 2 cores "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 "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
Activity: 5
Merit: 0
|
|
January 02, 2018, 12:37:20 AM |
|
Can that miner use more than 1 thread/core?
Edit your config.txt: 2 cores "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 "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
Activity: 84
Merit: 0
|
|
January 02, 2018, 01:01:35 AM |
|
Linux miner uploaded. Tested on Ubuntu.
Please, let me feedback. I can't test it in another distro for now!
regards
|
|
|
|
GilRH4004
Newbie
Offline
Activity: 92
Merit: 0
|
|
January 02, 2018, 03:46:11 AM |
|
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
Activity: 108
Merit: 1
|
|
January 02, 2018, 04:19:55 AM |
|
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
Activity: 133
Merit: 7
|
|
January 02, 2018, 08:38:32 AM |
|
I have these messages in Windows miner: [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
Activity: 2
Merit: 0
|
|
January 02, 2018, 10:01:45 AM |
|
|
|
|
|
mmo4me.2016
|
|
January 02, 2018, 10:33:56 AM |
|
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_startedPlease 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
Activity: 133
Merit: 7
|
|
January 02, 2018, 10:42:12 AM |
|
"pool_address" : "crep.cnotepool.info:5555", cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW 9s36a2Sjs1AFmt74Sx "wallet_address" : "", cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW 9s36a2Sjs1AFmt74Sx "pool_password" : "",
I think correct config is "pool_address" : "crep.cnotepool.info:5555", "wallet_address" : "cr4DQS9Moau9sN6ktU9EvF7vfUicLwSJoDqeZP5VCV5nh58g5WW5Q4h4yYLaSCdD2xYGrM66oYkQCJW9s36a2Sjs1AFmt74Sx", "pool_password" : "",
|
|
|
|
JohnPain
Member
Offline
Activity: 93
Merit: 10
|
|
January 02, 2018, 11:15:57 AM |
|
Hmm, actual pool-hashrate is higher than network hashrate (Data is from pool) Pool 42.94KH/s Network 21,87KH/s
|
|
|
|
crepcoin (OP)
Newbie
Offline
Activity: 84
Merit: 0
|
|
January 02, 2018, 11:57:24 AM |
|
Hmm, actual pool-hashrate is higher than network hashrate (Data is from pool) 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
Activity: 25
Merit: 0
|
|
January 02, 2018, 12:05:57 PM |
|
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
Activity: 210
Merit: 0
|
|
January 02, 2018, 01:02:08 PM |
|
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.
|
|
|
|
|