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

Dynamic difficulty #1

Open
k7n2g opened this issue Dec 19, 2019 · 0 comments
Open

Dynamic difficulty #1

k7n2g opened this issue Dec 19, 2019 · 0 comments

Comments

@k7n2g
Copy link

k7n2g commented Dec 19, 2019

Hi been trying to get Dynamic difficulty to work can you show update for this or please point me in the right direction, have added a timestamp and nonce value,
let nonce = 0;

do {
  nonce++;
  timestamp = Date.now().getTime();
  this.hash.substr(-DIFFICULTY) = Block.adjustDifficulty({ genesisBlock: parentBlock, timestamp });
   &&
    this.hash === this._calculateHash())

( In File NewBlockHeader.js )

great job on site and explainer any help appreciated many thanks

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