update to newer version
This commit is contained in:
parent
d6a32870bc
commit
29138de53e
37 changed files with 15795 additions and 12789 deletions
12
config.js
12
config.js
|
@ -1,8 +1,6 @@
|
|||
const DIFFICULTY = 5;
|
||||
const MINE_RATE = 20000;
|
||||
const INITIAL_BALANCE = 500;
|
||||
const MINING_REWARD = 50;
|
||||
const MaxNumOfCoinTransactions = 3;
|
||||
const MaxNumOfMetadataTransactions = 3;
|
||||
const DIFFICULTY = 3;
|
||||
const MINE_RATE = 3000;
|
||||
const INITIAL_BALANCE = 500;
|
||||
const MINING_REWARD = 50;
|
||||
|
||||
module.exports = { DIFFICULTY, MINE_RATE, INITIAL_BALANCE, MINING_REWARD, MaxNumOfCoinTransactions, MaxNumOfMetadataTransactions} ;
|
||||
module.exports = { DIFFICULTY, MINE_RATE, INITIAL_BALANCE, MINING_REWARD };
|
Loading…
Add table
Add a link
Reference in a new issue