-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated configs to allow switching between networks & safer spending cap
* Updated configs to allow switching between networks. * Opportunistic config value update (e.g. spending cap) and removal.
- Loading branch information
1 parent
0fafadb
commit 8a05b42
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"bitcoinFeeSpendingCutoffPeriodInBlocks": 1, | ||
"bitcoinFeeSpendingCutoff": 0.01, | ||
"bitcoinFeeSpendingCutoff": 0.001, | ||
"bitcoinPeerUri": "http://localhost:8332", | ||
"bitcoinRpcUsername": "", | ||
"bitcoinRpcPassword": "", | ||
"bitcoinWalletOrImportString": "[FILL THIS IN!]", | ||
"sidetreeTransactionFeeMarkupPercentage": 5, | ||
"sidetreeTransactionPrefix": "ion:", | ||
"databaseName": "ion-mainnet-bitcoin", | ||
"genesisBlockNumber": 629000, | ||
"databaseName": "sidetree-bitcoin", | ||
"transactionFetchPageSize": 100, | ||
"mongoDbConnectionString": "mongodb://localhost:27017/", | ||
"port": 3002, | ||
"sidetreeTransactionFeeMarkupPercentage": 1, | ||
"sidetreeTransactionPrefix": "ion:", | ||
"valueTimeLockAmountInBitcoins": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters