Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculating the proper share multiplier #27

Open
steveocrypto opened this issue Feb 1, 2021 · 0 comments
Open

Calculating the proper share multiplier #27

steveocrypto opened this issue Feb 1, 2021 · 0 comments

Comments

@steveocrypto
Copy link

steveocrypto commented Feb 1, 2021

According to this:

oliverw#509

It appears many of the share multipliers used in coins.json may be inaccurate. Take Monacoin, for example:

MonaCoin powLimit
https://github.com/monacoinproject/monacoin/blob/7d14bb50c95b237ea6179797914deb5deab6499b/src/chainparams.cpp#L83

Bitcoin powLimit
https://github.com/bitcoin/bitcoin/blob/2068f089c8b7b90eb4557d3f67ea0f0ed2059a23/src/chainparams.cpp#L72

Calculation:
4096 (vs 256 in Coins.json)
https://www.wolframalpha.com/input/?i=0x00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff+%2F+0x00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff

Is this the proper way to calculate the share multiplier, in your opinion?

(on a side note observation, 256 * 16 = 4096. Does that factor of 16 mean anything?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant