Lower the difficulty of PoW
This commit is contained in:
parent
74cbac4e8f
commit
ffac3de519
|
@ -12,7 +12,7 @@ var (
|
||||||
maxNonce = math.MaxInt64
|
maxNonce = math.MaxInt64
|
||||||
)
|
)
|
||||||
|
|
||||||
const targetBits = 24
|
const targetBits = 16
|
||||||
|
|
||||||
// ProofOfWork represents a proof-of-work
|
// ProofOfWork represents a proof-of-work
|
||||||
type ProofOfWork struct {
|
type ProofOfWork struct {
|
||||||
|
|
Loading…
Reference in New Issue