Skip to content

Commit

Permalink
Participate in alphanet-4 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Apr 28, 2022
1 parent 6e2a16c commit a227d67
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 deletions docker/config.hornet.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"fullPath": "alphanet/snapshots/full_snapshot.bin",
"deltaPath": "alphanet/snapshots/delta_snapshot.bin",
"deltaSizeThresholdPercentage": 50.0,

"downloadURLs": [
{
"full": "https://files.alphanet.iotaledger.net/snapshots/latest-full_snapshot.bin",
Expand All @@ -76,12 +75,23 @@
"pruneReceipts": false
},
"protocol": {
"networkID": "alphanet-3",
"bech32HRP": "rms",
"minPoWScore": 1000.0,
"vByteCost": 500,
"vByteFactorData": 1,
"vByteFactorKey": 10,
"parameters": {
"networkName": "alphanet-4",
"bech32HRP": "rms",
"minPoWScore": 1000.0,
"vByteCost": 500,
"vByteFactorData": 1,
"vByteFactorKey": 10,
"tokenSupply": 2779530283277761
},
"baseToken" : {
"name": "Shimmer",
"tickerSymbol": "SMR",
"unit": "SMR",
"decimals": 6,
"subunit": "glow",
"useMetricPrefix": false
},
"milestonePublicKeyCount": 3,
"publicKeyRanges": [
{
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.hornet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "mongodb://mongo:27017"

hornet:
image: gohornet/hornet:2.0.0-alpha8
image: gohornet/hornet:2.0.0-alpha9
ulimits:
nofile:
soft: 8192
Expand Down

0 comments on commit a227d67

Please sign in to comment.