vovam
Newbie
Offline
Activity: 8
Merit: 0
|
|
November 28, 2018, 06:41:34 PM |
|
Ver1.09 uses only 90% gpu resources , that why we have lower hashrate. Dev fee works great
|
|
|
|
Zminer777 (OP)
Member
Offline
Activity: 488
Merit: 37
|
|
November 28, 2018, 07:39:51 PM |
|
There is bug with GPU utilization in v1.09 for Equihash 144,5 and Equihash 192,7 under Windows. Use v1.08 if you want mine Equihash 144,5 or Equihash 192,7 under Windows. v1.09 works fine on AION algorithm. We will fix this issue as soon as possible. Sorry for the inconvenience.
|
|
|
|
fistsofgod
Newbie
Offline
Activity: 164
Merit: 0
|
|
November 28, 2018, 09:13:42 PM |
|
There is bug with GPU utilization in v1.09 for Equihash 144,5 and Equihash 192,7 under Windows. Use v1.08 if you want mine Equihash 144,5 or Equihash 192,7 under Windows. v1.09 works fine on AION algorithm. We will fix this issue as soon as possible. Sorry for the inconvenience.
I'm still using 1.07 for some cards because it's more efficient than 1.08
|
|
|
|
|
luckydoky
Jr. Member
Offline
Activity: 231
Merit: 1
|
|
November 29, 2018, 12:10:29 PM |
|
Thanks for the quick fix, keep up the great work ! Any performance increase would be of course greatly appreciated.
|
Genesisnetwork.io │ P2P Payment Ecosystem │ POW-MNs Solution for businesses & e-commerce Fair Launch │ Airdrops & Bounties
|
|
|
|
joginvik1
Newbie
Offline
Activity: 9
Merit: 0
|
|
November 29, 2018, 02:32:25 PM |
|
its ok now +2-5 sols to 1.07 versoin for 1070 for144.5 - near 55 sols
|
|
|
|
fistsofgod
Newbie
Offline
Activity: 164
Merit: 0
|
|
November 29, 2018, 04:38:56 PM |
|
the kwh cost calculation is kind of useless. its not a real amount of energy used because it doesnt factor cpu, dram, mboard, psu.....
|
|
|
|
Zminer777 (OP)
Member
Offline
Activity: 488
Merit: 37
|
|
November 29, 2018, 04:51:00 PM |
|
the kwh cost calculation is kind of useless. its not a real amount of energy used because it doesnt factor cpu, dram, mboard, psu.....
On real rigs GPUs consumption is about 90% of total electricity consumption of the rig. You can estimate real consumption by simple calculation (kWh / 90 * 100). Btw we've implemented your request about NVML, now miner exits on NVML initialization faults.
|
|
|
|
fistsofgod
Newbie
Offline
Activity: 164
Merit: 0
|
|
November 29, 2018, 05:02:41 PM |
|
Btw we've implemented your request about NVML, now miner exits on NVML initialization faults.
thank you for NVML exits. I guess I feel the energy calcs are useless because I have monitors on the plugs that report energy used. although I do like the watts used reported to make efficiency calcs
|
|
|
|
joginvik1
Newbie
Offline
Activity: 9
Merit: 0
|
|
November 29, 2018, 08:26:23 PM |
|
the order of commands in .bat is important in .10
for example
if i put --electricity_cost 0.065 in the very end - it does not work
if i put --electricity_cost 0.065 in the middle - it work
its bug or feature?
|
|
|
|
trucobit
Jr. Member
Offline
Activity: 756
Merit: 2
|
|
November 30, 2018, 01:44:09 AM |
|
I would like to make a request. I have a lot of rigs, most GTX where Gminer works very well. But I have others in RTX but Gminer does not work,
You can consider updating Gminer to support the RTX 2080, most other software already support it, even EWBF supports it, but it is not so with Gminer, and it's a pity that I can not use it and you lose part of the quota. market by not taking into account the new cards.
I hope that soon this solution, will make many people happy, and you will get more benefits for your Fee. There is a lot of RTX card using EWBF because we have no other alternative.
|
|
|
|
Zminer777 (OP)
Member
Offline
Activity: 488
Merit: 37
|
|
November 30, 2018, 06:37:22 AM |
|
the order of commands in .bat is important in .10
for example
if i put --electricity_cost 0.065 in the very end - it does not work
if i put --electricity_cost 0.065 in the middle - it work
its bug or feature?
looks like bug, please show me full command line that reproduce it, I'll check.
|
|
|
|
topteam
Newbie
Offline
Activity: 157
Merit: 0
|
|
November 30, 2018, 06:43:15 AM |
|
I would like to make a request. I have a lot of rigs, most GTX where Gminer works very well. But I have others in RTX but Gminer does not work,
You can consider updating Gminer to support the RTX 2080, most other software already support it, even EWBF supports it, but it is not so with Gminer, and it's a pity that I can not use it and you lose part of the quota. market by not taking into account the new cards.
I hope that soon this solution, will make many people happy, and you will get more benefits for your Fee. There is a lot of RTX card using EWBF because we have no other alternative.
try miniZ
|
|
|
|
abudfv2008
|
|
November 30, 2018, 07:21:23 AM |
|
Last HiveOS update states: NEW: gminer 1.08 (Web interface will come soon after) But I can't find it in custom miners on their site. Has anyone?
|
|
|
|
guzzler
Newbie
Offline
Activity: 9
Merit: 0
|
|
December 01, 2018, 03:46:44 PM |
|
How do I create my own batch exe file so that I can put it in my startup windows folder?
|
|
|
|
fistsofgod
Newbie
Offline
Activity: 164
Merit: 0
|
|
December 01, 2018, 07:55:47 PM |
|
How do I create my own batch exe file so that I can put it in my startup windows folder?
what pool you using? to get into startup folder goto run and enter "shell:startup" here is a simple bat: f:\gminer\miner.exe --algo 144_5 --pers BgoldPoW --server us-east.equihash-hub.miningpoolhub.com --port 20595 --user name.worker --pass x --color 1 --pec --logfile f:\gminer\name.log --api 4067 to make a bat file use notepad and save as whatever.bat
|
|
|
|
Zminer777 (OP)
Member
Offline
Activity: 488
Merit: 37
|
|
December 02, 2018, 01:14:17 PM |
|
f:\gminer\miner.exe --algo 144_5 --pers BgoldPoW --server us-east.equihash-hub.miningpoolhub.com --port 20595 --user name.worker --pass x --color 1 --pec --logfile f:\gminer\name.log --api 4067
Color output is always enabled by default in all GMiner's versions. Power calculator is enabled by default from v1.10, to disable it pass "--pec 0". Is not necessary to pass "--color 1 --pec"
|
|
|
|
abudfv2008
|
|
December 02, 2018, 05:25:25 PM |
|
Peformance on GTX970 is not good. 20-21sols vs 25-26 with ewbf.
|
|
|
|
squeekie
Newbie
Offline
Activity: 8
Merit: 0
|
|
December 03, 2018, 10:26:53 AM |
|
Peformance on GTX970 is not good. 20-21sols vs 25-26 with ewbf.
I'm experiencing the same with 980 + 980ti mining Aion. 20-25% less hashrate
|
|
|
|
|