Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
updating config to anchor every hour, .001 btc per day (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal authored Jun 27, 2023
1 parent 8211c2e commit 78bc42f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ion/config/docker-mainnet-bitcoin-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bitcoinDataDirectory": "/data/bitcoin",
"bitcoinFeeSpendingCutoffPeriodInBlocks": 1,
"bitcoinFeeSpendingCutoffPeriodInBlocks": 144,
"bitcoinFeeSpendingCutoff": 0.001,
"bitcoinPeerUri": "http://bitcoin-core:8332",
"bitcoinRpcUsername": "user",
Expand Down
2 changes: 1 addition & 1 deletion ion/config/docker-mainnet-core-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"batchingIntervalInSeconds": 600,
"batchingIntervalInSeconds": 3600,
"blockchainServiceUri": "http://ion-bitcoin:3002",
"databaseName": "ion-mainnet-core",
"didMethodName": "ion",
Expand Down
2 changes: 1 addition & 1 deletion ion/config/mainnet-bitcoin-docker-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bitcoinDataDirectory": "/bitcoindata",
"bitcoinFeeSpendingCutoffPeriodInBlocks": 1,
"bitcoinFeeSpendingCutoffPeriodInBlocks": 144,
"bitcoinFeeSpendingCutoff": 0.001,
"bitcoinPeerUri": "http://bitcoin-core-mainnet:8332",
"bitcoinRpcUsername": "admin",
Expand Down
2 changes: 1 addition & 1 deletion ion/config/mainnet-core-docker-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"batchingIntervalInSeconds": 600,
"batchingIntervalInSeconds": 3600,
"blockchainServiceUri": "http://ion-bitcoin-mainnet:3002",
"databaseName": "ion-mainnet-core",
"didMethodName": "ion",
Expand Down

0 comments on commit 78bc42f

Please sign in to comment.