Bitcoin Forum
June 22, 2024, 07:38:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397330 times)
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 24, 2016, 05:28:45 PM
 #1121

Is there a specification for Eth Stratum v2? Currently my SGMiner port only works with getwork, and it does NOT work well at low diff.

Try DonkeyPool - min diff is 1.5 Bill and fluctuates so all miners share submit average is equal to the average ETH blocktime.
That's what stratum is suppose to do, right?

There are now (3) stratum options (thanks to NiceHash).
They each have differing opinions on how to deliver getWork from the wallet without polling a websocket.

DonkeyPool supports the Coinotron spec, which makes the most sense.
Why use a proxy? all miners now support some type of stratum.

DonkeyPool still has getWork support, but only until June 30.
Then it's all stratum(ish) support.

DonkeyPool getwork string would be address: / workername / hashrate integer value

eg
www.donkeypool.com/0xaaaadddreeesss/worker/10


No, Stratum is a lot better, which is why I'd rather SGMiner use it than getwork. But fucking NiceHash had to reinvent the wheel (again) - are there actual specs for any of these stratum versions? Specifically 2 and 3?

Stratum is marginally better - for pools.
It's easier to administrate - but keeping a socket open has essentially the same footprint as 2 requests to nginx per second, per miner.
There is no spec, only code.
NiceHash's document is outdated and I haven't found it to be accurate.
Maybe they just haven't updated.



Not just better for pools - you can find two shares in a row, and submit both with Stratum. With shitty Eth getwork, it forces new work every submit.

Not true with DonkeyPool.
Nnginx sits between the wallet and proxies eth_submitWork.

The getWork params only change when there's a blockchange, as it should be.


True with others, at least.
Yup, other's who aren't paying attention.
ANY share can solve a block - it's stupid not to allow this and just look for duplicate nonces and verify the share diffs.
sammy007 is convinced this is a bad idea and his pool doesn't (and never will) support vardiff.
He also won't share why he's so paranoid on the subject.

I've examined the code in geth and I just don't see a problem with a difficulty "proxy".
It's not REALLY vardiff, just a mech to balance share submission.
jimlite
Legendary
*
Offline Offline

Activity: 1848
Merit: 1018


View Profile WWW
June 24, 2016, 06:18:05 PM
 #1122

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

Binance, hottest/largest alt exchange, 2BTC daily no verification. https://www.binance.com/?ref=13309371
NEED TO RENT A RIG? All algos at http://www.miningrigrentals.com/register?ref=627


  ✵ Super FAST block times      ✵ Block Explorer right in the wallet!     ✵ Stealth Addresses     ✵ PoW/PoS hybrid  
██
██
██
██
██
██
██
██
██
██
██
Ancient Money
for a New World
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
Join the conversation!
██
██
██
██
██
██
██
██
██
██
██

                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

TWITTER


Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 24, 2016, 06:34:25 PM
 #1123

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

there isn't, but try this if you can

Can anybody with a 1080 or 1070 and Win10 try to get 368.20 drivers running? They are installed by Windows Update and may require a Windows Insider subscription. When running dxdiag with 368.20, WDDM version is upgraded from 2.0 to 2.1. No TLB fix for my 970, but it may solve the issue on Pascal cards.

i think on win 7 new pascal are doomed for etheruem, there will not be any good hashrate there
clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
June 24, 2016, 06:44:26 PM
 #1124

Is there a specification for Eth Stratum v2? Currently my SGMiner port only works with getwork, and it does NOT work well at low diff.

Try DonkeyPool - min diff is 1.5 Bill and fluctuates so all miners share submit average is equal to the average ETH blocktime.
That's what stratum is suppose to do, right?

There are now (3) stratum options (thanks to NiceHash).
They each have differing opinions on how to deliver getWork from the wallet without polling a websocket.

DonkeyPool supports the Coinotron spec, which makes the most sense.
Why use a proxy? all miners now support some type of stratum.

DonkeyPool still has getWork support, but only until June 30.
Then it's all stratum(ish) support.

DonkeyPool getwork string would be address: / workername / hashrate integer value

eg
www.donkeypool.com/0xaaaadddreeesss/worker/10


No, Stratum is a lot better, which is why I'd rather SGMiner use it than getwork. But fucking NiceHash had to reinvent the wheel (again) - are there actual specs for any of these stratum versions? Specifically 2 and 3?

I don't even know about a V3.
The way I understand it, there's the dwarfpool one, then coinotron's based off the bitcoin/slush protocol, and now nicehash. I don't know about version numbers except nicehash adjusted the coinotron one to allow for their needs, so if coinotron's was V1, I guess nicehash is V2.
This was the info nicehash gave http://forum.ethereum.org/discussion/7369/dagger-hashimoto-added-to-nicehash. Other info I found was from https://github.com/Coinotron/eth-stratum-mining-proxy/commit/065bf6423a310a590029cf2f2395c7f1e21467af for the original coinotron stuff.  For the dwarfpool stuff, I read through the code https://github.com/sammy007/open-ethereum-pool but that's probably not the easiest to pick through. Wish someone put out a full spec.

adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
June 24, 2016, 07:15:43 PM
 #1125

Dear Genoil,
Will you  build new version still on geth or on Parity ?

I am looking for signature campaign Wink pm me
McNulty
Hero Member
*****
Offline Offline

Activity: 539
Merit: 500


View Profile
June 24, 2016, 07:37:58 PM
 #1126

Is it possible to use a primary pool with stratum and a failover pool with ethproxy ?  (ethermine + dwarfpool for example)

 Huh
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 24, 2016, 07:48:14 PM
 #1127

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

The fix is don't use Windoze.
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 24, 2016, 07:51:04 PM
 #1128

Dear Genoil,
Will you  build new version still on geth or on Parity ?

Geth and Parity are the same thing, and Ethereum client with RPC support.

Genoil's miner version should support both with getWork (-F), so, I suppose it's not really up to Genoil.
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
June 24, 2016, 07:57:44 PM
 #1129

I read on another miner thread that parity brings us  new more efficient miner so that 's why I am asked Smiley

I am looking for signature campaign Wink pm me
jiggytom
Legendary
*
Offline Offline

Activity: 1068
Merit: 1020


View Profile
June 24, 2016, 08:23:16 PM
 #1130

I read on another miner thread that parity brings us  new more efficient miner so that 's why I am asked Smiley

if you use the miner in parity maybe, this is a standalone miner that would connect to parity via RPC

... PLAY SHARE EARN...
.LBRY...
                            ▄▄███▄▄
                        ▄▄█████▀█████▄▄
                    ▄▄█████▀▀     ▀▀█████▄▄
                ▄▄█████▀▀             ▀▀█████▄▄
            ▄▄█████▀▀                     ▀▀█████▄▄
        ▄▄█████▀▀                             ▀▀█████▄▄
    ▄▄█████▀▀                                     ▀▀███
▄▄█████▀▀                                         ▄▄███
███▀▀                                         ▄▄█████▀▀
███     █▄▄                               ▄▄█████▀▀
███     █████▄▄                       ▄▄█████▀▀  ▄▄▄▄▄▄▄▄
███       ▀▀█████▄▄               ▄▄█████▀▀       ██████
█████▄▄       ▀▀█████▄▄       ▄▄█████▀▀       ▄▄███████
  ▀▀█████▄▄       ▀▀█████▄▄▄█████▀▀       ▄▄█████▀▀ ██
      ▀▀█████▄▄       ▀▀█████▀▀       ▄▄█████▀▀
          ▀▀█████▄▄       ▀       ▄▄█████▀▀
              ▀▀█████▄▄       ▄▄█████▀▀
                  ▀▀█████▄▄▄█████▀▀
                      ▀▀█████▀▀
                          ▀
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye
LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 24, 2016, 08:49:05 PM
 #1131

Is there a specification for Eth Stratum v2? Currently my SGMiner port only works with getwork, and it does NOT work well at low diff.

Try DonkeyPool - min diff is 1.5 Bill and fluctuates so all miners share submit average is equal to the average ETH blocktime.
That's what stratum is suppose to do, right?

There are now (3) stratum options (thanks to NiceHash).
They each have differing opinions on how to deliver getWork from the wallet without polling a websocket.

DonkeyPool supports the Coinotron spec, which makes the most sense.
Why use a proxy? all miners now support some type of stratum.

DonkeyPool still has getWork support, but only until June 30.
Then it's all stratum(ish) support.

DonkeyPool getwork string would be address: / workername / hashrate integer value

eg
www.donkeypool.com/0xaaaadddreeesss/worker/10


No, Stratum is a lot better, which is why I'd rather SGMiner use it than getwork. But fucking NiceHash had to reinvent the wheel (again) - are there actual specs for any of these stratum versions? Specifically 2 and 3?

I don't even know about a V3.
The way I understand it, there's the dwarfpool one, then coinotron's based off the bitcoin/slush protocol, and now nicehash. I don't know about version numbers except nicehash adjusted the coinotron one to allow for their needs, so if coinotron's was V1, I guess nicehash is V2.
This was the info nicehash gave http://forum.ethereum.org/discussion/7369/dagger-hashimoto-added-to-nicehash. Other info I found was from https://github.com/Coinotron/eth-stratum-mining-proxy/commit/065bf6423a310a590029cf2f2395c7f1e21467af for the original coinotron stuff.  For the dwarfpool stuff, I read through the code https://github.com/sammy007/open-ethereum-pool but that's probably not the easiest to pick through. Wish someone put out a full spec.


Hey Clintar,
Yep - you and I have been thru this bullshit.
What you're saying is accurate according to my observations too.

NiceHash is requiring pools to track a miner unique id with a 2-byte token they are calling "extranonce".
They also have an ETH pool somebody wrote in dotnet, which made me giggle.

Anyway, until we have a consensus, the shitshow will continue.




davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 24, 2016, 08:53:12 PM
 #1132

I read on another miner thread that parity brings us  new more efficient miner so that 's why I am asked Smiley

No, the miner code is in geth is like 3 paragraphs - super simple.

Parity is Rust, which you can argue is more efficient than Go (geth).
That's what they are probably saying.

We'll see - I built a test instance of parity about a month ago and wasn't impress enough to switch from geth.
It's supposed to be thinner, but, I remember is stayed above 90% CPU for the entire test period.
I wasn't even mining, just syncing the blockchain. I never got it to settle enough to test.
jimlite
Legendary
*
Offline Offline

Activity: 1848
Merit: 1018


View Profile WWW
June 24, 2016, 10:18:17 PM
 #1133

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

The fix is don't use Windoze.
Brilliant! This is my main PC and gaming rig. I'm going to be using windows.

Binance, hottest/largest alt exchange, 2BTC daily no verification. https://www.binance.com/?ref=13309371
NEED TO RENT A RIG? All algos at http://www.miningrigrentals.com/register?ref=627


  ✵ Super FAST block times      ✵ Block Explorer right in the wallet!     ✵ Stealth Addresses     ✵ PoW/PoS hybrid  
██
██
██
██
██
██
██
██
██
██
██
Ancient Money
for a New World
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
Join the conversation!
██
██
██
██
██
██
██
██
██
██
██

                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

TWITTER


davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 24, 2016, 10:21:14 PM
 #1134

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

The fix is don't use Windoze.
Brilliant! This is my main PC and gaming rig. I'm going to be using windows.

Then don't count on a "fix" for 15 years of driver bullshit caused by vendors with no
clue what platform them need to support in what-ever language Micro$oft tells them they have to use next.

BalmerScript? Gates++? who knows?
jiggytom
Legendary
*
Offline Offline

Activity: 1068
Merit: 1020


View Profile
June 24, 2016, 10:57:05 PM
 #1135

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

The fix is don't use Windoze.
Brilliant! This is my main PC and gaming rig. I'm going to be using windows.

Dual boot is your solution.

... PLAY SHARE EARN...
.LBRY...
                            ▄▄███▄▄
                        ▄▄█████▀█████▄▄
                    ▄▄█████▀▀     ▀▀█████▄▄
                ▄▄█████▀▀             ▀▀█████▄▄
            ▄▄█████▀▀                     ▀▀█████▄▄
        ▄▄█████▀▀                             ▀▀█████▄▄
    ▄▄█████▀▀                                     ▀▀███
▄▄█████▀▀                                         ▄▄███
███▀▀                                         ▄▄█████▀▀
███     █▄▄                               ▄▄█████▀▀
███     █████▄▄                       ▄▄█████▀▀  ▄▄▄▄▄▄▄▄
███       ▀▀█████▄▄               ▄▄█████▀▀       ██████
█████▄▄       ▀▀█████▄▄       ▄▄█████▀▀       ▄▄███████
  ▀▀█████▄▄       ▀▀█████▄▄▄█████▀▀       ▄▄█████▀▀ ██
      ▀▀█████▄▄       ▀▀█████▀▀       ▄▄█████▀▀
          ▀▀█████▄▄       ▀       ▄▄█████▀▀
              ▀▀█████▄▄       ▄▄█████▀▀
                  ▀▀█████▄▄▄█████▀▀
                      ▀▀█████▀▀
                          ▀
BTC: 174MGp3R5prNbuen31Kx5G5XuyuAXu9jye
LBC: bWYN8NXGKWsgEAd6tQnJ5YRo2Z4r6PjxBH
Smokyish
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
June 25, 2016, 12:32:31 AM
 #1136

Illegal memory access...most likely corrupt DAG. Is this all on 1070s?

Switched over to Linux, happened once there already as well, so not Windows related either. Testing to see if less OC will affect it.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 25, 2016, 05:57:33 AM
 #1137

What is the fix for nvidia 1080 on windows 7 64bit? I am getting .75MH/s, lol.

The fix is don't use Windoze.
Brilliant! This is my main PC and gaming rig. I'm going to be using windows.

use windows , but use windows 10, there may be a fix already

also linux you need to use the server version not desktop, it give you more perf...
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
June 25, 2016, 08:11:39 AM
 #1138

Why my gtx 950 only 4 mh/s on win 10 last update 64 bit ?

problem is driver ? i dont remember actual version .

Which is the best driver nvidia gtx 950 for nicehash hashimoto dagger on win 10 64 bit ? .

Thanks .
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
June 25, 2016, 09:25:24 AM
 #1139

Why my gtx 950 only 4 mh/s on win 10 last update 64 bit ?

problem is driver ? i dont remember actual version .

Which is the best driver nvidia gtx 950 for nicehash hashimoto dagger on win 10 64 bit ? .

Thanks .

350.12 with a modded INF file to make Windows think it's a 960. Then use the 1.1.7 CUDA 6.5 build.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
June 25, 2016, 09:37:24 AM
 #1140

Why my gtx 950 only 4 mh/s on win 10 last update 64 bit ?

problem is driver ? i dont remember actual version .

Which is the best driver nvidia gtx 950 for nicehash hashimoto dagger on win 10 64 bit ? .

Thanks .

350.12 with a modded INF file to make Windows think it's a 960. Then use the 1.1.7 CUDA 6.5 build.

Link for download this driver modded ? . I dont have capacity for compiling .
Pages: « 1 ... 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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
  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!