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

mining в пуле #1

Open
lc66 opened this issue Aug 29, 2017 · 6 comments
Open

mining в пуле #1

lc66 opened this issue Aug 29, 2017 · 6 comments

Comments

@lc66
Copy link

lc66 commented Aug 29, 2017

Привет!

Как работает майнинг в пуле? Пул разделяет интервал nonce на куски между майнерами? Что технически означает понятие share при работе в пуле?

@imildar
Copy link

imildar commented Sep 3, 2017

Про nonce присоединяюсь

@fooblic
Copy link

fooblic commented Sep 6, 2017

Только nonce (4 байта -> 4*10^9) будет явно недостаточно, чтобы подобрать нужный blockhash при текущей сложности. Нужно также менять данные поля coinbase data (до 100 байт). Предположу, что в пуле каждому даётся часть coinbase data и дальше все могут перебирать свои nonce.

@lc66
Copy link
Author

lc66 commented Sep 7, 2017

Возможно. А автор что скажет?

@pavlovdog
Copy link
Owner

Всем привет :)

Прошу прощения, что задержался с ответом :(

Думаю написать про это статью, обязательно скину сюда на предпросмотр. Расскажу про протокол Stratum, Getwork и getblocktemplate. Как обычно напишу простую майнилку на Python3, так что все будет понятно.

Окей?)

Отличная статья по теме от Ken Shirriffs - Bitcoin mining the hard way: the algorithms, protocols, and bytes

@lc66
Copy link
Author

lc66 commented Sep 12, 2017

Добро

Repository owner deleted a comment from rafly2103 Feb 15, 2024
Repository owner deleted a comment from mkproject-admin Feb 21, 2024
Repository owner deleted a comment from mkproject-admin Feb 21, 2024
Repository owner deleted a comment from duskagain Feb 23, 2024
Repository owner deleted a comment from amd119 Feb 23, 2024
Repository owner deleted a comment from sandipbhuyan Mar 20, 2024
Repository owner deleted a comment from sandipbhuyan Mar 20, 2024
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

9 participants
@pavlovdog @lc66 @fooblic @imildar and others