Open
Conversation
BeerKuza
approved these changes
May 2, 2021
Pablopicasso05
approved these changes
Jul 18, 2021
tranvantien150295
suggested changes
Sep 13, 2022
|
|
||
| # difficulty from 0 to 31 bits | ||
| for difficulty_bits in xrange(32): | ||
| difficulty = 2 ** difficulty_bits |
| # difficulty from 0 to 31 bits | ||
| for difficulty_bits in xrange(32): | ||
| difficulty = 2 ** difficulty_bits | ||
| difficulty = 10 ** difficulty_bits |
|
Okay |
KaliforniaShell
approved these changes
Jun 23, 2024
KaliforniaShell
approved these changes
Aug 4, 2024
KaliforniaShell
approved these changes
Aug 4, 2024
Justwada2005
approved these changes
Nov 14, 2024
Tanimola50
approved these changes
Feb 15, 2025
|
Okey |
JJGD289534
approved these changes
Apr 15, 2025
| for difficulty_bits in xrange(32): | ||
| difficulty = 2 ** difficulty_bits | ||
| difficulty = 10 ** difficulty_bits | ||
| print("Difficulty: %ld (%d bits)" % (difficulty, difficulty_bits)) |
JJGD289534
approved these changes
Apr 15, 2025
|
|
||
| # difficulty from 0 to 31 bits | ||
| for difficulty_bits in xrange(32): | ||
| difficulty = 2 ** difficulty_bits |
|
|
||
| # difficulty from 0 to 31 bits | ||
| for difficulty_bits in xrange(32): | ||
| difficulty = 2 ** difficulty_bits |
|
diff --git a/code/proof-of-work-example.py b/code/proof-of-work-example.py
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.