Neptune-Crypto/neptune-core

Can we calculate expected interval for finding the next block?

Open

#24 opened on Aug 1, 2023

 (1 comment) (0 reactions) (0 assignees)Rust (45 forks)auto 404
good first issue

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (PR metrics pending)

Description

If we know the speed with which we are mining (we don't currently have this number) and you know the difficulty (we do know that), then you can calculate the expected time before your miner finds the next block. This number would be quite nice to have on hand.

Contributor guide