Skip to content

Commit

Permalink
Lower the difficulty for the testnet.
Browse files Browse the repository at this point in the history
Also adds a MerosRPC dependency for the samples.
  • Loading branch information
kayabaNerve committed May 16, 2020
1 parent 11e92a7 commit ec26a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Meros.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ requires "https://github.com/MerosCrypto/mc_ed25519 >= 1.0.1"
requires "https://github.com/MerosCrypto/mc_minisketch >= 0.8.5"
requires "https://github.com/MerosCrypto/mc_lmdb >= 1.1.0"
requires "https://github.com/MerosCrypto/mc_webview >= 0.1.1"
requires "https://github.com/MerosCrypto/Nim-MerosRPC >= 2.1.4"
requires "https://github.com/kayabaNerve/ForceCheck >= 1.3.2"
requires "nimcrypto >= 0.4.11"
requires "normalize >= 0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion src/MainChainParams.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ proc newChainParams(
BLOCK_TIME: 120,
DEAD_MERIT: 1000,

BLOCK_DIFFICULTY: 10000,
BLOCK_DIFFICULTY: 1000,
SEND_DIFFICULTY: 3,
DATA_DIFFICULTY: 5,

Expand Down

0 comments on commit ec26a84

Please sign in to comment.