tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
78 stars 69 forks source link

Blake14r latest version #118

Closed Paul-Trasca closed 6 years ago

Paul-Trasca commented 6 years ago

There is a problem with blake14r on latest version. On benchmark returning Stratum connection failed: Failed to connect to mine.zpool.ca port 5744: Connection refused [2017-12-09 05:55:33] ...retry after 10 seconds

and not going on another algo... looping the same error for hours On zpool image

Paul-Trasca commented 6 years ago

In previous version MYRIAD-GROESTL CcminerKlaust Benchmarking ------- 0,00 2,0 % ZPOOL US NEOSCRYPT CcminerKlaust Benchmarking ------- 0,00 2,0 % ZPOOL US GROESTL CcminerKlaust Benchmarking ------- 0,00 2,0 % ZPOOL US BLAKE2S ccminerAlexisHSR 6,5 GH/s 0,00110 14,19 2,0 % ZPOOL US X17 ccminerAlexis 17,3 MH/s 0,00070 9,04 2,0 % ZPOOL US PHI CcminerTpruvot 29,7 MH/s 0,00053 6,87 2,0 % ZPOOL US SKUNK CcminerTpruvot 47,7 MH/s 0,00034 4,39 2,0 % ZPOOL US KECCAK ccminerAlexisHSR 1,2 GH/s 0,00032 4,15 2,0 % ZPOOL US VELTOR ccminerAlexisHSR 56,7 MH/s 0,00030 3,91 2,0 % ZPOOL US LYRA2Z CcminerTpruvot 2,7 MH/s 0,00030 3,90 1,0 % ZPOOL US X11EVO ccminerAlexis 19,9 MH/s 0,00030 3,90 2,0 % ZPOOL US LYRA2V2 ccminerAlexisHSR 65,5 MH/s 0,00028 3,60 2,3 % ZPOOL US BITCORE ccminerSkunk 22,4 MH/s 0,00027 3,50 2,0 % ZPOOL US C11 ccminerAlexis 26,3 MH/s 0,00027 3,47 2,0 % ZPOOL US BLAKECOIN ccminerAlexisHSR 7,9 GH/s 0,00026 3,36 2,0 % ZPOOL US X11GOST ccminerX11g 18,5 MH/s 0,00025 3,20 2,0 % ZPOOL US XEVAN CcminerXevan 5,1 MH/s 0,00024 3,05 2,0 % ZPOOL US HSR ccminerAlexisHSR 19,1 MH/s 0,00023 2,94 2,0 % ZPOOL US EQUIHASH EWBF 674,0 H/s 0,00021 2,65 2,3 % 0,0 % ZPOOL US LBRY ccminerAlexis 438,8 MH/s 0,00020 2,56 2,0 % ZPOOL US POLYTIMOS CcminerPolytmos 35,6 MH/s 0,00020 2,53 2,0 % ZPOOL US GROESTL CcminerNice 56,1 MH/s 0,00019 2,48 2,0 % ZPOOL US TRIBUS CcminerTpruvot 92,5 MH/s 0,00018 2,39 2,0 % ZPOOL US BLAKE14R CcminerTpruvot 4,3 GH/s 0,00014 1,76 2,3 % ZPOOL US TIMETRAVEL ccminerSkunk 37,8 MH/s 0,00011 1,38 2,0 % ZPOOL US NIST5 ccminerAlexisHSR 76,1 MH/s 0,00001 0,19 2,0 % ZPOOL US SKEIN ccminerAlexis 870,4 MH/s 0,00000 0,03 2,0 % ZPOOL US X14 ccminerAlexis 18,7 MH/s 0,00000 0,02 2,0 % ZPOOL US

the first 3 not working... message... NO POOLS but after i hit E - End interval it skips the algo and start mining. The problem is that every time i restart the program, the benchmark on that first 3 algs start again... annoing

tutulino commented 6 years ago

Blake14R is broken on zpool, pool problem.

Paul-Trasca commented 6 years ago

Ok... how can i remove them? The benchmark stop and loop on that alg

tutulino commented 6 years ago

See what miner is asociated to that algo, edit miner file and delete blake14r line.

2017-12-09 17:15 GMT+01:00 Paul-Trasca notifications@github.com:

Ok... how can i remove them? The benchmark stop and loop on that alg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tutulino/Megaminer/issues/118#issuecomment-350483269, or mute the thread https://github.com/notifications/unsubscribe-auth/Acjnb-_rleNy6niv5Asz3vPInxpxHuPiks5s-rI-gaJpZM4Q8GlB .

Paul-Trasca commented 6 years ago

YES! Working... thanks!

mplachter commented 6 years ago

@tutulino it was not only blake14r it was all decred connection to zpool since it needs the full path including algo name in the connection string.

mplachter commented 6 years ago

Example

Bin\NVIDIA-TPruvot\ccminer-x64.exe -o stratum+tcp://mine.zpool.ca:5744 -u #Wallet# -p c=BTC,rig1_1070 -R 10 -r 4 -b 2501 -d 0,3,4,5 -a decred

stratum+tcp://mine.zpool.ca:5744 should be stratum+tcp://decred.mine.zpool.ca:5744

This is still Blake14r but it also has effects on dual mining as well.

tutulino commented 6 years ago

True....changed for next release