You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- Quick question, what prevents a miner from creating duplicate accounts and submitting the same shares twice? For example, minerA computes a valid PoW solution to the difficulty target set by the pool. minerB somehow reads what minerA has submitted and resubmits the same shares without any actual work. I assume this is entirely dependent on the pool, but are there some standards to prevent this? Perhaps the PoW has some added hashes/values in the input script to differentiate a user? Maybe rejecting the same shares that are already submitted? Thanks :)Mason Ticehurst– Mason Ticehurst2018-10-26 01:05:54 +00:00Commented Oct 26, 2018 at 1:05
- 1There aren't really standards for anything involved in mining pool operation. However, since shares are really just blocks with potentially invalid PoWs, each share is unique. Furthermore, because pools issue work to miners with specific parameters, they can use some unique identifier to be included in the share so that the miner can be identified. Many pools use part of the extranonce in the coinbase transaction to do this. So if two miners submit the same share, the person who is identified by the extranonce is the one who gets credited with the work, and he is only credited once.Ava Chow– Ava Chow ♦2018-10-26 01:23:52 +00:00Commented Oct 26, 2018 at 1:23
- Thanks @AndrewChow for answering. For clarity, the exact algorithm defers from one payout system to another but the overall idea is to look at the shares submitted and its frequency to "figure out" a miner's hash rate. That is, lower the hash values and higher the frequencies of the submitted shares more this is hash rate. Is that correct ? 2nd question, is there any other way of submitting a partial proof of work ? One could for eg submit a picture of electric meter, but it can't be verified in a decentralised manner. Are there any alternate decentralised ideas for partial proof of work ?Maharshi Ray– Maharshi Ray2018-11-03 01:39:47 +00:00Commented Nov 3, 2018 at 1:39
- Actually, since the 2nd question seems a little off topic from the thread, i'll post it as a new question :)Maharshi Ray– Maharshi Ray2018-11-04 07:57:14 +00:00Commented Nov 4, 2018 at 7:57
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. bitcoin-core), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you