You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
event: "nonce-found",
previousHash: string, // "0123456789abcdef"
nonce: string, // "1c07d"
hashes: number, // total hashes between starting nonce and resulting nonce
seconds: number // since started mining, float
}
{
event: "hash-rate",
hashRate: number // hashes per second, like 200000
}
Deleted
The text was updated successfully, but these errors were encountered: