Skip to content

Instantly share code, notes, and snippets.

@josemmo
Created March 28, 2018 09:16
Show Gist options
  • Save josemmo/5b7b2107b98bd5abe7dca6c6144bbc35 to your computer and use it in GitHub Desktop.
Save josemmo/5b7b2107b98bd5abe7dca6c6144bbc35 to your computer and use it in GitHub Desktop.
public void mine() {
while (!isValidHash()) {
nonce++;
recalculateHash();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment