doktor83 (OP)
|
|
September 09, 2020, 09:38:19 AM |
|
V0.5.1
+ Added algorithm 'argon2id_chukwa' + Added algorithm 'argon2d_dynamic' + Added parameter '--miner-priority' to set priority of main miner process + Renamed '--cpu-priority' to '--cpu-threads-priority' + Faster hashrate refresh interval for CPU workers + Fixed (probably) crash when mining with 'randomepic' algorithm + Bug fixes
|
|
|
|
doktor83 (OP)
|
|
September 09, 2020, 09:44:45 AM |
|
Hi, Doktor. Your last cmd line option for exceptions help with miner crushes, but after 8-10 hours of mining miner just stop mining, program continue to work, accept works from pools, but not generate hashes.
Try the latest 0.5.1 release, also without the cmd line option for exceptions, let's see if i managed to fix it.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 09, 2020, 09:47:09 AM Last edit: September 09, 2020, 10:02:48 AM by BoozyTalking |
|
Hi. + Added algorithm 'argon2id_chukwa' + Added algorithm 'argon2d_dynamic' Is it for cpu only? If so then why? There is already exist gpu miners for these algo. Better add progpow and nimiq. And thank you for new version, i testing it right now. Also: Invalid difficulty received is also normal with Epic, its a bug in their node. Sometimes it just sends diff 0, and in that case miner disconnects and tries to reconnect. Don't you think better is to store first value of difficulty (when miner first connect to pool) and then miner receive Invalid difficulty - just use stored value instead of spent time for reconnecting? Or maybe add cmd line option for default difficalty? [2020-09-09 12:59:49] PARSE error: Invalid difficulty received[0] [2020-09-09 12:59:49] Redirecting jobs from algorithm 1 to algorithm 0 workers [a] [2020-09-09 12:59:49] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:03] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:03] PARSE error: Invalid difficulty received[0] [2020-09-09 13:00:03] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:15] CPU result accepted [335ms][1] [2020-09-09 13:00:18] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:18] PARSE error: Invalid difficulty received[0] [2020-09-09 13:00:18] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:22] CPU result accepted [488ms][1] [2020-09-09 13:00:32] New job received [d630], block height 116005[1] [2020-09-09 13:00:33] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:33] Difficulty 240000.00000000[0] Too much reconnects.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 09, 2020, 09:56:30 AM |
|
And maybe more informative would be print algo name instead of algo (or just add algo name) number: [2020-09-09 12:54:21] CPU result accepted [161ms][0] - [randomepic]
|
|
|
|
doktor83 (OP)
|
|
September 09, 2020, 10:29:27 AM |
|
Hi. + Added algorithm 'argon2id_chukwa' + Added algorithm 'argon2d_dynamic' Is it for cpu only? If so then why? There is already exist gpu miners for these algo. Better add progpow and nimiq. And thank you for new version, i testing it right now. Also: Invalid difficulty received is also normal with Epic, its a bug in their node. Sometimes it just sends diff 0, and in that case miner disconnects and tries to reconnect. Don't you think better is to store first value of difficulty (when miner first connect to pool) and then miner receive Invalid difficulty - just use stored value instead of spent time for reconnecting? Or maybe add cmd line option for default difficalty? [2020-09-09 12:59:49] PARSE error: Invalid difficulty received[0] [2020-09-09 12:59:49] Redirecting jobs from algorithm 1 to algorithm 0 workers [a] [2020-09-09 12:59:49] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:03] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:03] PARSE error: Invalid difficulty received[0] [2020-09-09 13:00:03] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:15] CPU result accepted [335ms][1] [2020-09-09 13:00:18] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:18] PARSE error: Invalid difficulty received[0] [2020-09-09 13:00:18] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:22] CPU result accepted [488ms][1] [2020-09-09 13:00:32] New job received [d630], block height 116005[1] [2020-09-09 13:00:33] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:33] Difficulty 240000.00000000[0] Too much reconnects. Invalid difficulty is received when a progpow job is received, so why would i 'store first value of difficulty and use stored value', when it wont be mined at all ? It's not RX. Also you cant just cant use any diff you want when you want it, vardiff doesn't work that way.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 09, 2020, 10:45:53 AM |
|
Hi. + Added algorithm 'argon2id_chukwa' + Added algorithm 'argon2d_dynamic' Is it for cpu only? If so then why? There is already exist gpu miners for these algo. Better add progpow and nimiq. And thank you for new version, i testing it right now. Also: Invalid difficulty received is also normal with Epic, its a bug in their node. Sometimes it just sends diff 0, and in that case miner disconnects and tries to reconnect. Don't you think better is to store first value of difficulty (when miner first connect to pool) and then miner receive Invalid difficulty - just use stored value instead of spent time for reconnecting? Or maybe add cmd line option for default difficalty? [2020-09-09 12:59:49] PARSE error: Invalid difficulty received[0] [2020-09-09 12:59:49] Redirecting jobs from algorithm 1 to algorithm 0 workers [a] [2020-09-09 12:59:49] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:03] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:03] PARSE error: Invalid difficulty received[0] [2020-09-09 13:00:03] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:15] CPU result accepted [335ms][1] [2020-09-09 13:00:18] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:18] PARSE error: Invalid difficulty received[0] [2020-09-09 13:00:18] Reconnecting to epic.icemining.ca:4000 in 15 seconds[0] [2020-09-09 13:00:22] CPU result accepted [488ms][1] [2020-09-09 13:00:32] New job received [d630], block height 116005[1] [2020-09-09 13:00:33] Connected to epic.icemining.ca:4000[0] [2020-09-09 13:00:33] Difficulty 240000.00000000[0] Too much reconnects. Invalid difficulty is received when a progpow job is received, so why would i 'store first value of difficulty and use stored value', when it wont be mined at all ? It's not RX. Also you cant just cant use any diff you want when you want it, vardiff doesn't work that way. Then why miner must reconnect if it just need to be ignored (progpow/cuckoo)? Don't it just have to wait for RX job? Ver. 0.4.7 don't have this problem.
|
|
|
|
doktor83 (OP)
|
|
September 09, 2020, 11:14:39 AM |
|
Then why miner must reconnect if it just need to be ignored (progpow/cuckoo)? Don't it just have to wait for RX job? Ver. 0.4.7 don't have this problem.
Works same in v 0.4.7 btw. It is no difference for you if it reconnects or waits because it wouldnt mine RX anyways But i will see what i can do.
|
|
|
|
antminerguruguy
Newbie
Offline
Activity: 328
Merit: 0
|
|
September 09, 2020, 06:38:24 PM |
|
I was wondering if anyone could help me configure SRB miner I am using Awesome Miner and it only cpu mines it never uses the GPU's I have 7 AMD GPUS 4/480 2/570 1/470 they are all 8 gb virtual memory is set to 16000 mb but I do have 32 Gb ram.... should I bump that up is that why it crashes sometimes? As well how do I tell it to GPU mine with all the gpus I configured it and it just cpu mines I tried all the other dialogs with no luck. Maybe someone that has done this with these cards and yescryptr16 could tell me how to I want to mine goldcash with it. SRBMiner-MULTI AMD & CPU Miner 0.5.1Windows & Linuxhttps://www.srbminer.com------------------------------------------------------------------------------------------------------ Mine up to 4 different algorithms/coins at the same time!Download links:https://www.srbminer.com/download.htmlhttps://github.com/doktor83/SRBMiner-Multi/releaseshttps://mega.nz/#F!rBYRxArK!scVnPjMbALABivlaQhl2IQSupport:Discord channel=========================================== SUPPORTED ALGORITHMS: ===========================================[CPU ONLY][0.85%] argon2d_dynamic [0.85%] argon2id_chukwa [0.85%] cpupower [0.00%] m7mv2 [2.00%] minotaur [0.85%] panthera [0.85%] randomarq [0.85%] randomepic [0.85%] randomkeva [0.85%] randomsfx [0.85%] randomwow [0.85%] randomx [0.85%] randomxl [0.85%] verushash [0.85%] yescryptr16 [0.85%] yescryptr32 [0.85%] yescryptr8 [0.85%] yespower [0.85%] yespower2b [0.85%] yespoweric [0.85%] yespoweriots [0.00%] yespoweritc [0.85%] yespowerlitb [0.85%] yespowerltncg [0.85%] yespowerr16 [0.85%] yespowerres [0.85%] yespowersugar [0.00%] yespowerurx [CPU & GPU][0.85%] bl2bsha3 [0.00%] blake2b [0.00%] blake2s [2.00%] cryptonight_bbc [0.00%] cryptonight_catalans [0.85%] cryptonight_ccx [0.85%] cryptonight_gpu [0.85%] cryptonight_heavyx [0.00%] cryptonight_talleo [0.85%] cryptonight_upx [0.85%] cryptonight_xhv [0.85%] eaglesong [0.85%] ethash [0.85%] k12 [0.85%] kadena [0.00%] keccak [0.00%] mtp [0.00%] rainforestv2 [0.00%] tellor [0.85%] ubqhash [0.85%] yescrypt =========================================== SUPPORTED GPU'S: ===========================================+ RX 5500/5600/5700 + VEGA 56/64/FE/VII + RX 460/470/480/550/560/570/580/590 + R9 285/285X/380/380X + R9 290/290X + R9 Fury/Nano Linux : amdgpu-pro drivers required=========================================== FEATURES: ===========================================+ Mine up to 4 algorithms simultaneously + Guided setup mode + Run in background without a window + Hashrate watchdog that restarts miner on GPU error + Monitoring of GPU temperature, and auto turn off if temperature is too high + System shutdown on too high GPU temperature + Miner auto restart on too many rejected shares + API for miner statistics + Web based GUI interface for miner statistics + Multiple pools with failover support + Difficulty monitor, reconnects to pool if difficulty is too high + Job timeout monitor, reconnects to pool if no job received for a long time + Switch AMD video cards to compute mode easily + Bunch of other useful features =========================================== VIDEO TUTORIALS ===========================================How to set multi-algorithm poolsHow to mine Ring coinHow to mine Resistance coinHow to mine Scala coinHow to mine Handshake coinHow to mine Kadena coinHow to mine Monero RandomXHow to prepare for Monero RandomX forkHow to mine Loki - RandomXLHow to mine Nervos CKBHow to mine MicroBitcoin=========================================== INFORMATIONS ===========================================SRBMiner-Multi is supported by Awesome MinerIf you get "Insufficient system resources available to allocate X kB in large-page memory" message, that means you dont have enough FREE memory left, a computer restart should solve this. Large-page memory regions may be difficult to obtain after the system has been running for a long time because the physical space for each large page must be contiguous, but the memory may have become fragmented. If you still get this message even after restarting, try increasing virtual memory. You can find all the parameters and everything you need to get going in the readme.txt file. This thread is self moderated, because in the previous SRBMiner thread there was too much spam and garbage, which wasn't removed by the forum moderators.
|
|
|
|
doktor83 (OP)
|
|
September 10, 2020, 03:18:58 AM |
|
I was wondering if anyone could help me configure SRB miner I am using Awesome Miner and it only cpu mines it never uses the GPU's I have 7 AMD GPUS 4/480 2/570 1/470 they are all 8 gb virtual memory is set to 16000 mb but I do have 32 Gb ram.... should I bump that up is that why it crashes sometimes?
As well how do I tell it to GPU mine with all the gpus I configured it and it just cpu mines I tried all the other dialogs with no luck.
Maybe someone that has done this with these cards and yescryptr16 could tell me how to I want to mine goldcash with it.
Hi, yescryptr16 isn't gpu mineable, that's why you can't mine it with GPU's
|
|
|
|
antminerguruguy
Newbie
Offline
Activity: 328
Merit: 0
|
|
September 10, 2020, 03:39:01 AM |
|
Well why did you disable tellor so I cant gpu mine it, its even in your list am I know stupid enough to mine tellor?
|
|
|
|
doktor83 (OP)
|
|
September 10, 2020, 05:30:07 AM |
|
Well why did you disable tellor so I cant gpu mine it, its even in your list am I know stupid enough to mine tellor?
it's not disabled. But looks like tellorpool.org is dead.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 10, 2020, 05:47:04 AM |
|
Tellor can be mined for now only if you have 1000 tellor with deployed node. Can't be mined on pool right now, until tellor v.2. Google it.
Doktor, more then 12 hours without errors.
Btw on nvidia yescryptr16 gpu make much more hashes then cpu.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 14, 2020, 05:53:22 AM Last edit: September 14, 2020, 08:39:23 AM by BoozyTalking |
|
Hi, Doktor! I found some strange bug - after 5-8 hours of miner work miner stop generate shares, but continue to load processor. Looks like some kind of dev fee bug. Next time i will try to provide a screenshot. Algos: randomepic+randomsfx.
And looks like there is some memory leaks, coz miner start with using ~72 MB RAM, and after few hours it take around 500 MB RAM.
|
|
|
|
doktor83 (OP)
|
|
September 14, 2020, 11:32:01 AM |
|
Hi, Doktor! I found some strange bug - after 5-8 hours of miner work miner stop generate shares, but continue to load processor. Looks like some kind of dev fee bug. Next time i will try to provide a screenshot. Algos: randomepic+randomsfx.
And looks like there is some memory leaks, coz miner start with using ~72 MB RAM, and after few hours it take around 500 MB RAM.
I would like an extended log, a screenshot isn't too helpful. Please enable logging and add --extended-log flag. Did i manage to fix the previous miner crash issue?
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 14, 2020, 11:34:38 AM |
|
Yes, crash is fixed.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 15, 2020, 05:42:54 AM Last edit: September 15, 2020, 05:58:52 AM by BoozyTalking |
|
Hi, Doktor. I change my miner algorithmes combination, so i can't now provide you log for randomepic+randomsfx combination, but i can provide you log for another problem. Randomepic+yescryptr16, after 7-8 hours of working miner can no more allocate large pages and start to use RAM: [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 4][H] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 0][H] [2020-09-15 06:03:56] VM created [CPU worker 4] [2020-09-15 06:03:56] VM created [CPU worker 0] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 8][H] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] VM created [CPU worker 8] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 3][H] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 5][H] [2020-09-15 06:03:56] VM created [CPU worker 3] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] VM created [CPU worker 5] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 2][H] [2020-09-15 06:03:56] VM created [CPU worker 2] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 7][H] [2020-09-15 06:03:56] VM created [CPU worker 7] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 9][H] [2020-09-15 06:03:56] VM created [CPU worker 9] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 6][H] [2020-09-15 06:03:56] VM created [CPU worker 6] [2020-09-15 06:03:56] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:03:56] Allocated scratchpad [CPU worker 1][H] [2020-09-15 06:03:56] VM created [CPU worker 1] [2020-09-15 06:04:10] json_receive[0][976]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",965134],["randomx",526057490],["progpow",1027014628278]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[606060,607060,[175,33,78,33,79,232,120,22,110,99,38,251,209,76,152,224,239,210,255,141,83,7,36,78,184,88,55,30,214,3,106,212]]],"height":606841,"job_id":0,"pre_pow":"00060000000000094279000000005f602f2d024805e150b0382a34daa840de89814221930f128addb39db2a6b55e7daee88bf1f70dbe867af51568fa137c5a6faa6cd4498581233d51e6f951a803323ba7f0530506e60eb0d4b670ac9238d7fd902b759bcaddf20069fec8ee35339efdf501d12861f8be4b13478e59259a669dd0a00c6843ee812552528ecaafef52b733d9e6f5c408b558e2ee37aa2e84334b828b39ff84508d13ff88e5d7053e3abb62253e646f2e6b789a76dfabbb811718a38540950f8c6a01f943c7faa578d9934a3b00000000001ca18c000000000013c70300000000000000040000000000002509e8010000005bd59257a0020000d5ba68aef7b2030495aef2c91e5d94fb8c820c","xn":"e8d7"}} [2020-09-15 06:04:10] New job received [0], block height 606841[0] [2020-09-15 06:04:15] json_receive[1][636]: {"id":null,"method":"mining.notify","params":["d001","f0439892b2a82271a5d928fdedb4de3ccc4e82b701e0d873d9459e1f95903fee","01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d024c6204322f605f08fabe6d6d00000000000000000000000000000000000000000000000000000000000000000100000000000000","0f706f6f6c2e72706c616e742e78797a00000000020000000000000000266a24aa21a9ed9715576a2168c2cb1d2816eaa99d6d33a5b90a8823d3ab3507fa61858843d7a0d0e6ff02000000001976a91488d5378e77ed4b8c0d9c1ccf2ccfcdebfe49497288ac00000000",["9c7cbd9e71d60b4a426fe249f498e21583e131de9b23188c14997bd82b272d8e"],"20000000","1d12ddb5","5f602f32",true]} [2020-09-15 06:04:15] New job received [d001], block height 25164[1] [2020-09-15 06:04:20] json_receive[0][976]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"progpow","block_difficulty":[["cuckoo",965134],["randomx",532477335],["progpow",1027014628278]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[606060,607060,[175,33,78,33,79,232,120,22,110,99,38,251,209,76,152,224,239,210,255,141,83,7,36,78,184,88,55,30,214,3,106,212]]],"height":606842,"job_id":0,"pre_pow":"0006000000000009427a000000005f602f370c9b29077e6c40d7b780d237f153f7b730523ed4d5dc395a5cc82a06601ab96d49799212fadd0a6ab37d54d624cf31201c684901da44e8386402da296248e7fddc7d827c1b995b63c5511d5ba888a90c1a7b30467c3ff6f51ba5a04ee96bad6bcbc3498aaea73c617f76c3d28bd774b2070742defdf848960f6f98b87935ab8e146f73fc94105b2749e8a3317c37d132f1b68f236c5b5d9745ec39ad8da7668b3e646f2e6b789a76dfabbb811718a38540950f8c6a01f943c7faa578d9934a3b00000000001ca18f000000000013c70700000000000000040000000000002509ec010000005bd5a111ae020000d5ba886bed49030495afe1e7f5f14afb8d2e78","xn":"e8d7"}} [2020-09-15 06:04:20] New job ignored [0], block height 606842[0] [2020-09-15 06:04:20] Redirecting jobs from algorithm 1 to algorithm 0 workers [2020-09-15 06:04:27] json_receive[0][976]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",965134],["randomx",532477335],["progpow",1020063000974]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[606060,607060,[175,33,78,33,79,232,120,22,110,99,38,251,209,76,152,224,239,210,255,141,83,7,36,78,184,88,55,30,214,3,106,212]]],"height":606843,"job_id":0,"pre_pow":"0006000000000009427b000000005f602f3ef730291be058ec41d2e28240debb0dc55b0eac830aa0337438d5438e64fc9ea2c8e84c7557fa82e31e2135f4d39f21ac60b97ea0ac2a681a8ad66154d70b97aa1da2cf9908d192738c3b825a3788c3ed3948384690c573e164b42f36d3a5e49d2159746c9c90f5b0bceffd91a10f9408ccdec2c5c4a42445a88be3888170598ca76f1566c97f09f371c36704e6bb1af0f8a6073bdd0eddbe8a6b41be621a91af3e646f2e6b789a76dfabbb811718a38540950f8c6a01f943c7faa578d9934a3b00000000001ca190000000000013c70800000000000000040000000000002509f0010000005bd5afcbbc020000d5baa828e2e0030495b0cf68741ad8fb71e3f5","xn":"e8d7"}} [2020-09-15 06:04:27] New job received [0], block height 606843[0] [2020-09-15 06:04:27] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 0][H] [2020-09-15 06:04:27] VM created [CPU worker 0] [2020-09-15 06:04:27] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 5][H] [2020-09-15 06:04:27] VM created [CPU worker 5] [2020-09-15 06:04:27] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 2][H] [2020-09-15 06:04:27] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:04:27] VM created [CPU worker 2] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 8][H] [2020-09-15 06:04:27] VM created [CPU worker 8] [2020-09-15 06:04:27] Allocated 2048 kB in large-page memory[0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 1][H] [2020-09-15 06:04:27] VM created [CPU worker 1] [2020-09-15 06:04:27] Not enough free pages to allocate 2048 kB in large-page memory. Restarting the computer could help.[0] [2020-09-15 06:04:27] Not enough free pages to allocate 2048 kB in large-page memory. Restarting the computer could help.[0] [2020-09-15 06:04:27] Not enough free pages to allocate 2048 kB in large-page memory. Restarting the computer could help.[0] [2020-09-15 06:04:27] Allocated memory [2048 kB][0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 3] [2020-09-15 06:04:27] Allocated memory [2048 kB][0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 7] [2020-09-15 06:04:27] VM created [CPU worker 3] [2020-09-15 06:04:27] Allocated memory [2048 kB][0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 9] [2020-09-15 06:04:27] VM created [CPU worker 7] [2020-09-15 06:04:27] VM created [CPU worker 9] [2020-09-15 06:04:27] Not enough free pages to allocate 2048 kB in large-page memory. Restarting the computer could help.[0] [2020-09-15 06:04:27] Not enough free pages to allocate 2048 kB in large-page memory. Restarting the computer could help.[0] [2020-09-15 06:04:27] Allocated memory [2048 kB][0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 4] [2020-09-15 06:04:27] Allocated memory [2048 kB][0] [2020-09-15 06:04:27] Allocated scratchpad [CPU worker 6] [2020-09-15 06:04:27] VM created [CPU worker 4] [2020-09-15 06:04:27] VM created [CPU worker 6] [2020-09-15 06:04:31] json_send[0][246]: {"id":"134","jsonrpc":"2.0","method":"submit","params":{"height":606843,"job_id":0,"nonce":16778050706889414937,"pow":{"RandomX":[0,0,31,111,29,90,105,128,217,143,138,20,158,222,6,200,230,159,236,19,247,164,106,117,174,42,60,50,185,118,17,127]}}} [2020-09-15 06:04:31] json_receive[0][73]: {"id":"134","jsonrpc":"2.0","method":"submit","result":"ok","error":null} [2020-09-15 06:04:31] CPU result accepted [397ms][0] [2020-09-15 06:04:55] json_receive[0][976]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",965134],["randomx",535737544],["progpow",1020063000974]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[606060,607060,[175,33,78,33,79,232,120,22,110,99,38,251,209,76,152,224,239,210,255,141,83,7,36,78,184,88,55,30,214,3,106,212]]],"height":606844,"job_id":0,"pre_pow":"0006000000000009427c000000005f602f59c01e92d5da62579bc10f8889e2914f5a98344b296b2ec6cb2264e7b060af91763adab790749a521738d2015eba70029dac252da5f66481d0aecaa8f37fcaeac8210f7639b1e55ed0baafc9b8dec062dfffaeace4bbc854bb42be5f4304d8e4465c0f1b36646a0827f329896c7739f708011c6bc2ccc8e4a1f9587515234de7b6d82863ab2aa00315c58bc1f0cd8dfc73db5c4f40cc7667dbf31d7414368739ae3e646f2e6b789a76dfabbb811718a38540950f8c6a01f943c7faa578d9934a3b00000000001ca192000000000013c70a00000000000000040000000000002509f4010000005bd5be85ca020000d5bac81797a8030495b1bce8f24466fb8e3eca","xn":"e8d7"}} [2020-09-15 06:04:55] New job received [0], block height 606844[0] [2020-09-15 06:05:10] json_receive[1][636]: {"id":null,"method":"mining.notify","params":["d002","f0439892b2a82271a5d928fdedb4de3ccc4e82b701e0d873d9459e1f95903fee","01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d024c6204692f605f08fabe6d6d00000000000000000000000000000000000000000000000000000000000000000100000000000000","0f706f6f6c2e72706c616e742e78797a00000000020000000000000000266a24aa21a9ed9715576a2168c2cb1d2816eaa99d6d33a5b90a8823d3ab3507fa61858843d7a0d0e6ff02000000001976a91488d5378e77ed4b8c0d9c1ccf2ccfcdebfe49497288ac00000000",["9c7cbd9e71d60b4a426fe249f498e21583e131de9b23188c14997bd82b272d8e"],"20000000","1d12ddb5","5f602f69",true]} [2020-09-15 06:05:10] New job received [d002], block height 25164[1] [2020-09-15 06:05:24] json_receive[0][976]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",965134],["randomx",535737544],["progpow",1020063000974]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[606060,607060,[175,33,78,33,79,232,120,22,110,99,38,251,209,76,152,224,239,210,255,141,83,7,36,78,184,88,55,30,214,3,106,212]]],"height":606844,"job_id":1,"pre_pow":"0006000000000009427c000000005f602f77c01e92d5da62579bc10f8889e2914f5a98344b296b2ec6cb2264e7b060af91763adab790749a521738d2015eba70029dac252da5f66481d0aecaa8f37fcaeac8210f7639b1e55ed0baafc9b8dec062dfffaeace4bbc854bb42be5f4304d8e4465c0f1b36646a0827f329896c7739f708011c6bc2ccc8e4a1f9587515234de7b62f47d27b66cd7b41dc0db4b987bc9424de699c9110e176c0834a255bcd0ccb6c3e646f2e6b789a76dfabbb811718a38540950f8c6a01f943c7faa578d9934a3b00000000001ca192000000000013c70a00000000000000040000000000002509f4010000005bd5be85ca020000d5bac81797a8030495b1bce8f24466fb8e3eca","xn":"e8d7"}} [2020-09-15 06:05:24] New job received [1], block height 606844[0] Windows 10, ryzen 5 3600, 32 mb, 8GB RAM RAM usage growing from 80MB after start miner to 900MB after 8 hours miner working.
|
|
|
|
doktor83 (OP)
|
|
September 15, 2020, 07:17:41 AM |
|
Hi, Doktor. I change my miner algorithmes combination, so i can't now provide you log for randomepic+randomsfx combination, but i can provide you log for another problem. Randomepic+yescryptr16, after 7-8 hours of working miner can no more allocate large pages and start to use RAM:
Windows 10, ryzen 5 3600, 32 mb, 8GB RAM
RAM usage growing from 80MB after start miner to 900MB after 8 hours miner working.
Yes, that's something i got aware later, that's because on every algo switch it free's and re-allocates scratchpads. I will try to make it preserve previous allocations, after that the hugep issue should dissapear. I can only reproduce the mem leak with Verushash (one i knew about before releasing) , tried combinations of multiple algorithms (epic+randomx, randomx+yespower2b, randomx+cryptonight etc..)on 3 different systems and have no mem leaks, and it sends shares normally even after days of running...
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 15, 2020, 12:08:31 PM |
|
Ok, miner just stop to generate shares without any errors, but continue to load processor (randomepic+yescryptr16). Last few minits from log: [2020-09-15 14:24:23] json_send[0][246]: {"id":"685","jsonrpc":"2.0","method":"submit","params":{"height":607320,"job_id":0,"nonce":13263913708700985062,"pow":{"RandomX":[0,0,27,171,139,116,36,168,81,229,254,155,162,251,58,209,172,123,196,85,152,131,215,205,9,30,255,103,29,170,72,92]}}} [2020-09-15 14:24:24] json_receive[0][73]: {"id":"685","jsonrpc":"2.0","method":"submit","result":"ok","error":null} [2020-09-15 14:24:24] CPU result accepted [393ms][0] [2020-09-15 14:24:29] json_receive[1][636]: {"id":null,"method":"mining.notify","params":["d278","e76f08ddb592438c1d4d8ba00641ed5124ce2c4494c5fb637429f764a46d716c","01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d02af62046fa4605f08fabe6d6d00000000000000000000000000000000000000000000000000000000000000000100000000000000","0f706f6f6c2e72706c616e742e78797a00000000020000000000000000266a24aa21a9edd569dece71b510717aa44fef8d1b2cac74e4e20d24feaf541e81ceb72004301680cc0003000000001976a91488d5378e77ed4b8c0d9c1ccf2ccfcdebfe49497288ac00000000",["51cbd87429ba1559314e547a5878dd8449e1784696d5ee76239cfae4832b0187"],"20000000","1d0b6df7","5f60a46f",true]} [2020-09-15 14:24:29] New job received [d278], block height 25263[1] [2020-09-15 14:24:36] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",925173],["randomx",402405965],["progpow",1141197364249]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607320,"job_id":1,"pre_pow":"00060000000000094458000000005f60a476cb3ce94887fe8cf596e040b97d6de7e1009567af2e9ba04536268c7b3bbb6919b946af0709a1b2e11b597814571c78807fb9bd6be8259723a6c393676ea4077c00893df9c0e0591bc2a442321df6fa448377d3916a9f8008770ca7da8e6d51eb9e11f7ae9bffe98b38b290b1ed0af3c079cc185a20dd9c005da6d5e872047f45919a1d4dbc1c7f778e9cfea9dfa6c5160c8268faf461cfab8fab752a3460389b4e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5c6000000000013cb000000000000000004000000000000251164010000005bf0e7564d020000d5eeefdf10df03049774eb03590b59fb7c3977","xn":"b812"}} [2020-09-15 14:24:36] New job received [1], block height 607320[0] [2020-09-15 14:24:37] [0][randomepic] [2020-09-15 14:24:37] CPU: 6043.80 H/s [2020-09-15 14:24:37] Total: 6043.80 H/s [2020-09-15 14:24:37] [1][yescryptr16] [2020-09-15 14:24:37] CPU: 0.00 H/s [2020-09-15 14:24:37] Total: 0.00 H/s [2020-09-15 14:25:01] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"progpow","block_difficulty":[["cuckoo",925173],["randomx",406299384],["progpow",1141197364249]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607321,"job_id":0,"pre_pow":"00060000000000094459000000005f60a48f0165e1cc65a101d78fc7caa811af11ff05564c3e8327a5dd2d46487bc4c28b6ad1d4758081fd182831ea5d72df1827ae3b242b19ef3033f8218a8920048b4cef702166fbd4a85ee8cefc0afca2f881e33e28ff9482a6314f1b58783285f1056053fe08d1c8fdec245df0aaf5302712761a0285b321eb5a7dc58474649e4235fa0753efe0da658809d90436917a67e1a494aab2694b7e9e809da2d42044575aa04e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5c7000000000013cb020000000000000004000000000000251168010000005bf0f57442020000d5ef0816b3d703049775f4b802e772ffddbb6c","xn":"b812"}} [2020-09-15 14:25:01] New job ignored [0], block height 607321[0] [2020-09-15 14:25:01] Redirecting jobs from algorithm 1 to algorithm 0 workers [2020-09-15 14:25:22] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",925173],["randomx",406299384],["progpow",1134306013231]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607322,"job_id":0,"pre_pow":"0006000000000009445a000000005f60a4a4bbfae9328e9b3346f4a163d02d05d0c5b6a9d91470535bd68dd3f58b4c8fe553d4b3ba2559622efad83861a85a2249dac3298649c995b3c269b26fccfb5456341a16ff0f7e861ff859989753ae0961b356129d97a8421e3129a25368e82e94617da0e3d6d41af089270e60f7ac8e8feed8687a1c2d7cdbafabd336eff896f5a28ffff0ebf7affb4f8902a47445cd4980171ddb7f68a8caf9c1421c11be6d50164e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5c9000000000013cb03000000000000000400000000000025116c010000005bf1039237020000d5ef204e56cf03049776fcd1eb17a1fb7c34b0","xn":"b812"}} [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] New job received [0], block height 607322[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 9][H] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 3][H] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 8][H] [2020-09-15 14:25:22] VM created [CPU worker 9] [2020-09-15 14:25:22] VM created [CPU worker 8] [2020-09-15 14:25:22] VM created [CPU worker 3] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 0][H] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] VM created [CPU worker 0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 2][H] [2020-09-15 14:25:22] VM created [CPU worker 2] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 1][H] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 7][H] [2020-09-15 14:25:22] VM created [CPU worker 1] [2020-09-15 14:25:22] VM created [CPU worker 7] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 6][H] [2020-09-15 14:25:22] VM created [CPU worker 6] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 4][H] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] VM created [CPU worker 4] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 5][H] [2020-09-15 14:25:22] VM created [CPU worker 5] [2020-09-15 14:25:24] json_receive[1][636]: {"id":null,"method":"mining.notify","params":["d279","e76f08ddb592438c1d4d8ba00641ed5124ce2c4494c5fb637429f764a46d716c","01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d02af6204a6a4605f08fabe6d6d00000000000000000000000000000000000000000000000000000000000000000100000000000000","0f706f6f6c2e72706c616e742e78797a00000000020000000000000000266a24aa21a9edd569dece71b510717aa44fef8d1b2cac74e4e20d24feaf541e81ceb72004301680cc0003000000001976a91488d5378e77ed4b8c0d9c1ccf2ccfcdebfe49497288ac00000000",["51cbd87429ba1559314e547a5878dd8449e1784696d5ee76239cfae4832b0187"],"20000000","1d0b6df7","5f60a4a6",true]} [2020-09-15 14:25:24] New job received [d279], block height 25263[1] [2020-09-15 14:25:36] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",925173],["randomx",405146916],["progpow",1134306013231]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607323,"job_id":0,"pre_pow":"0006000000000009445b000000005f60a4b220d1ea6168becadcfea30c27db5df3e36242f59b6866ed126841b870baf7fd756da369eb48b646c6f94fc5cf8ccd6aae0064d2b51315240bb1b5c0f67e2566b13b523c733c74dce04fd8bb85fe87754bfb4423693547c336d8965ed92ffc714e50c4a6846c4edf3d87fc04188e082b9e1bebe5d4a5e1adee5c94db4a70c87beaa4d4d049ea138ae7c6aa8e77b142f2d578ce053fe506c0e514c88c38d6e28ea14e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5ca000000000013cb070000000000000004000000000000251170010000005bf111b02c020000d5ef387463f30304977804ebd347d0fff19005","xn":"b812"}}
|
|
|
|
sxemini
Member
Offline
Activity: 1558
Merit: 69
|
|
September 15, 2020, 12:31:17 PM |
|
Ok, miner just stop to generate shares without any errors, but continue to load processor (randomepic+yescryptr16). Last few minits from log: [2020-09-15 14:24:23] json_send[0][246]: {"id":"685","jsonrpc":"2.0","method":"submit","params":{"height":607320,"job_id":0,"nonce":13263913708700985062,"pow":{"RandomX":[0,0,27,171,139,116,36,168,81,229,254,155,162,251,58,209,172,123,196,85,152,131,215,205,9,30,255,103,29,170,72,92]}}} [2020-09-15 14:24:24] json_receive[0][73]: {"id":"685","jsonrpc":"2.0","method":"submit","result":"ok","error":null} [2020-09-15 14:24:24] CPU result accepted [393ms][0] [2020-09-15 14:24:29] json_receive[1][636]: {"id":null,"method":"mining.notify","params":["d278","e76f08ddb592438c1d4d8ba00641ed5124ce2c4494c5fb637429f764a46d716c","01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d02af62046fa4605f08fabe6d6d00000000000000000000000000000000000000000000000000000000000000000100000000000000","0f706f6f6c2e72706c616e742e78797a00000000020000000000000000266a24aa21a9edd569dece71b510717aa44fef8d1b2cac74e4e20d24feaf541e81ceb72004301680cc0003000000001976a91488d5378e77ed4b8c0d9c1ccf2ccfcdebfe49497288ac00000000",["51cbd87429ba1559314e547a5878dd8449e1784696d5ee76239cfae4832b0187"],"20000000","1d0b6df7","5f60a46f",true]} [2020-09-15 14:24:29] New job received [d278], block height 25263[1] [2020-09-15 14:24:36] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",925173],["randomx",402405965],["progpow",1141197364249]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607320,"job_id":1,"pre_pow":"00060000000000094458000000005f60a476cb3ce94887fe8cf596e040b97d6de7e1009567af2e9ba04536268c7b3bbb6919b946af0709a1b2e11b597814571c78807fb9bd6be8259723a6c393676ea4077c00893df9c0e0591bc2a442321df6fa448377d3916a9f8008770ca7da8e6d51eb9e11f7ae9bffe98b38b290b1ed0af3c079cc185a20dd9c005da6d5e872047f45919a1d4dbc1c7f778e9cfea9dfa6c5160c8268faf461cfab8fab752a3460389b4e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5c6000000000013cb000000000000000004000000000000251164010000005bf0e7564d020000d5eeefdf10df03049774eb03590b59fb7c3977","xn":"b812"}} [2020-09-15 14:24:36] New job received [1], block height 607320[0] [2020-09-15 14:24:37] [0][randomepic] [2020-09-15 14:24:37] CPU: 6043.80 H/s [2020-09-15 14:24:37] Total: 6043.80 H/s [2020-09-15 14:24:37] [1][yescryptr16] [2020-09-15 14:24:37] CPU: 0.00 H/s [2020-09-15 14:24:37] Total: 0.00 H/s [2020-09-15 14:25:01] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"progpow","block_difficulty":[["cuckoo",925173],["randomx",406299384],["progpow",1141197364249]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607321,"job_id":0,"pre_pow":"00060000000000094459000000005f60a48f0165e1cc65a101d78fc7caa811af11ff05564c3e8327a5dd2d46487bc4c28b6ad1d4758081fd182831ea5d72df1827ae3b242b19ef3033f8218a8920048b4cef702166fbd4a85ee8cefc0afca2f881e33e28ff9482a6314f1b58783285f1056053fe08d1c8fdec245df0aaf5302712761a0285b321eb5a7dc58474649e4235fa0753efe0da658809d90436917a67e1a494aab2694b7e9e809da2d42044575aa04e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5c7000000000013cb020000000000000004000000000000251168010000005bf0f57442020000d5ef0816b3d703049775f4b802e772ffddbb6c","xn":"b812"}} [2020-09-15 14:25:01] New job ignored [0], block height 607321[0] [2020-09-15 14:25:01] Redirecting jobs from algorithm 1 to algorithm 0 workers [2020-09-15 14:25:22] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",925173],["randomx",406299384],["progpow",1134306013231]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607322,"job_id":0,"pre_pow":"0006000000000009445a000000005f60a4a4bbfae9328e9b3346f4a163d02d05d0c5b6a9d91470535bd68dd3f58b4c8fe553d4b3ba2559622efad83861a85a2249dac3298649c995b3c269b26fccfb5456341a16ff0f7e861ff859989753ae0961b356129d97a8421e3129a25368e82e94617da0e3d6d41af089270e60f7ac8e8feed8687a1c2d7cdbafabd336eff896f5a28ffff0ebf7affb4f8902a47445cd4980171ddb7f68a8caf9c1421c11be6d50164e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5c9000000000013cb03000000000000000400000000000025116c010000005bf1039237020000d5ef204e56cf03049776fcd1eb17a1fb7c34b0","xn":"b812"}} [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] New job received [0], block height 607322[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 9][H] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 3][H] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 8][H] [2020-09-15 14:25:22] VM created [CPU worker 9] [2020-09-15 14:25:22] VM created [CPU worker 8] [2020-09-15 14:25:22] VM created [CPU worker 3] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 0][H] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] VM created [CPU worker 0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 2][H] [2020-09-15 14:25:22] VM created [CPU worker 2] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 1][H] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 7][H] [2020-09-15 14:25:22] VM created [CPU worker 1] [2020-09-15 14:25:22] VM created [CPU worker 7] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 6][H] [2020-09-15 14:25:22] VM created [CPU worker 6] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 4][H] [2020-09-15 14:25:22] Allocated 2048 kB in large-page memory[0] [2020-09-15 14:25:22] VM created [CPU worker 4] [2020-09-15 14:25:22] Allocated scratchpad [CPU worker 5][H] [2020-09-15 14:25:22] VM created [CPU worker 5] [2020-09-15 14:25:24] json_receive[1][636]: {"id":null,"method":"mining.notify","params":["d279","e76f08ddb592438c1d4d8ba00641ed5124ce2c4494c5fb637429f764a46d716c","01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d02af6204a6a4605f08fabe6d6d00000000000000000000000000000000000000000000000000000000000000000100000000000000","0f706f6f6c2e72706c616e742e78797a00000000020000000000000000266a24aa21a9edd569dece71b510717aa44fef8d1b2cac74e4e20d24feaf541e81ceb72004301680cc0003000000001976a91488d5378e77ed4b8c0d9c1ccf2ccfcdebfe49497288ac00000000",["51cbd87429ba1559314e547a5878dd8449e1784696d5ee76239cfae4832b0187"],"20000000","1d0b6df7","5f60a4a6",true]} [2020-09-15 14:25:24] New job received [d279], block height 25263[1] [2020-09-15 14:25:36] json_receive[0][977]: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"algorithm":"randomx","block_difficulty":[["cuckoo",925173],["randomx",405146916],["progpow",1134306013231]],"difficulty":[["cuckoo",4],["randomx",240000],["progpow",1000000000]],"epochs":[[607060,608060,[189,249,241,239,124,69,63,137,6,70,101,111,111,105,48,107,89,145,41,190,155,76,30,247,211,142,31,43,92,3,63,89]]],"height":607323,"job_id":0,"pre_pow":"0006000000000009445b000000005f60a4b220d1ea6168becadcfea30c27db5df3e36242f59b6866ed126841b870baf7fd756da369eb48b646c6f94fc5cf8ccd6aae0064d2b51315240bb1b5c0f67e2566b13b523c733c74dce04fd8bb85fe87754bfb4423693547c336d8965ed92ffc714e50c4a6846c4edf3d87fc04188e082b9e1bebe5d4a5e1adee5c94db4a70c87beaa4d4d049ea138ae7c6aa8e77b142f2d578ce053fe506c0e514c88c38d6e28ea14e2aa26f89c52a7858d62b670c4bf02e646ce7a9acba9d241e74df1d69b4a80100000000001ca5ca000000000013cb070000000000000004000000000000251170010000005bf111b02c020000d5ef387463f30304977804ebd347d0fff19005","xn":"b812"}}
Post your config or commandline!!!! I see 4 algo´s in your log. For me it looks like he use all cores on all algo´s.
|
|
|
|
BoozyTalking
Newbie
Offline
Activity: 315
Merit: 0
|
|
September 15, 2020, 12:50:54 PM |
|
[2020-09-15 15:10:50] Console window quick edit disabled [2020-09-15 15:10:50] Miner version: 0.5.1 [2020-09-15 15:10:50] Windows version: 10.0 build 14393 [2020-09-15 15:10:50] Service WinRing0_1_2_0 running [2020-09-15 15:10:50] MSR tweaking enabled [2020-09-15 15:10:50] CPU0 : AMD Ryzen 5 3600 6-Core Processor [L3:32768 KB][L2:3072 KB][L1:192 KB] | Family 23 Model 113 Stepping 0 | [2020-09-15 15:10:50] Algorithm/s: randomepic+yescryptr16 [0.85%]+[0.85%] [2020-09-15 15:10:50] Gpu mining: disabled [2020-09-15 15:10:50] Cpu mining: enabled [2020-09-15 15:10:50] Huge-pages: enabled [2020-09-15 15:10:50] HW-Aes: available [2020-09-15 15:10:50] Starting init of worker threads [2020-09-15 15:10:51] Worker thread0 : CPU [1] [2020-09-15 15:10:51] Worker thread1 : CPU [1] [2020-09-15 15:10:51] Worker thread2 : CPU [1] [2020-09-15 15:10:51] Worker thread3 : CPU [1] [2020-09-15 15:10:51] Worker thread4 : CPU [1] [2020-09-15 15:10:51] Worker thread5 : CPU [1] [2020-09-15 15:10:51] Worker thread6 : CPU [1] [2020-09-15 15:10:51] Worker thread7 : CPU [1] [2020-09-15 15:10:51] Worker thread8 : CPU [1] [2020-09-15 15:10:51] Worker thread9 : CPU [1] [2020-09-15 15:10:51] Worker thread10 : CPU [1] [2020-09-15 15:10:51] Worker thread11 : CPU [1] [2020-09-15 15:10:51] Worker thread12 : CPU [1] [2020-09-15 15:10:51] Worker thread13 : CPU [1] [2020-09-15 15:10:51] Worker thread14 : CPU [1] [2020-09-15 15:10:51] Worker thread15 : CPU [1] [2020-09-15 15:10:51] Worker thread16 : CPU [1] [2020-09-15 15:10:51] Worker thread17 : CPU [1] [2020-09-15 15:10:51] Worker thread18 : CPU [1] [2020-09-15 15:10:51] Worker thread19 : CPU [1] [2020-09-15 15:10:51] Finished init of worker threads [2020-09-15 15:10:51] 6 CPU core/s - 12 threads detected [2020-09-15 15:10:51] Using 10|10 thread/s for CPU mining [2020-09-15 15:10:51] Node 0 total memory: 6794 MB [2020-09-15 15:10:51] CPU extensions detected : AVX2|AVX|SSE42|SSE2|AES|SHA|BMI2 [2020-09-15 15:10:51] Thread 0 MSR values set [2020-09-15 15:10:51] Thread 1 MSR values set [2020-09-15 15:10:51] Thread 2 MSR values set [2020-09-15 15:10:51] Thread 3 MSR values set [2020-09-15 15:10:51] Thread 4 MSR values set [2020-09-15 15:10:51] Thread 5 MSR values set [2020-09-15 15:10:51] Thread 6 MSR values set [2020-09-15 15:10:51] Thread 7 MSR values set [2020-09-15 15:10:51] Thread 8 MSR values set [2020-09-15 15:10:51] Thread 9 MSR values set [2020-09-15 15:10:51] Thread 10 MSR values set [2020-09-15 15:10:51] Thread 11 MSR values set SRBMiner-MULTI.exe --multi-algorithm-job-mode 3 --disable-gpu --algorithm randomepic;yescryptr16 --pool epic.icemining.ca:4000;stratum-eu.rplant.xyz:7057 --wallet **************;*********************************** --cpu-threads 10;10 --password ****;****** --retry-time 5 --extended-log --log-file srbminer.log
|
|
|
|
|