Skip to content

Commit

Permalink
Update genesis and doco for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jul 3, 2020
1 parent 1ddcc7e commit 7995064
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 59 deletions.
6 changes: 6 additions & 0 deletions docs/Build/node-cli.md
Expand Up @@ -10,6 +10,12 @@ Run the commands below to clone the Cardano Node git repository and build the bi
cd ~/git
git clone https://github.com/input-output-hk/cardano-node
cd cardano-node

##### Temporary step for end-users, since master is often broken incompatible with new networks
git fetch --tags -all
git checkout release/1.14.x
#####

### Please ensure you have run the *UPDATED* prereqs.sh (see link at top of this document) before continuing
echo -e "package cardano-crypto-praos\n flags: -external-libsodium-vrf" > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh
Expand Down
118 changes: 59 additions & 59 deletions files/ptn0/files/genesis.json
@@ -1,64 +1,64 @@
{
"activeSlotsCoeff": 0.3,
"protocolParams": {
"poolDeposit": 50000,
"protocolVersion": {
"minor": 0,
"major": 0
},
"minUTxOValue": 0,
"decentralisationParam": 0.5,
"maxTxSize": 16384,
"minPoolCost": 500000,
"minFeeA": 10,
"maxBlockBodySize": 65536,
"minFeeB": 1,
"eMax": 100,
"extraEntropy": {
"tag": "NeutralNonce"
},
"maxBlockHeaderSize": 1100,
"keyDeposit": 100,
"nOpt": 5,
"rho": 5.0e-15,
"tau": 0.1,
"a0": 0.9
"activeSlotsCoeff": 0.3,
"protocolParams": {
"poolDeposit": 50000,
"protocolVersion": {
"minor": 0,
"major": 0
},
"protocolMagicId": 4008,
"genDelegs": {
"df34ff8082bf24e033d12afee5127fc37bdfb07d5a4b1279cbd00c91": {
"delegate": "c389a6b1a7d9959bd3771ec7411b48e82feaa87161b14e1f89e2c74e",
"vrf": "9973cb34f6bc2df85b3a48f195ee4832baebe0a91d45d3b9519a856a506617b8"
},
"4103b221343fa46991ff45bb827420fba7c6c18e75c0671b32d10ea2": {
"delegate": "1d93ce1dbeaf082ba9a126ddc4a5c70b72e623cf3d78b8e74442f578",
"vrf": "50983ab042772e447c0af3e3e478a3af3b51258e73a4aa5fd367418c54a212d2"
}
"minUTxOValue": 0,
"decentralisationParam": 0.5,
"maxTxSize": 16384,
"minPoolCost": 500000,
"minFeeA": 10,
"maxBlockBodySize": 65536,
"minFeeB": 1,
"eMax": 100,
"extraEntropy": {
"tag": "NeutralNonce"
},
"updateQuorum": 2,
"networkId": "Testnet",
"initialFunds": {
"605a7eb9851c9434af6ef9fc6f5dbf27cf8e788e82c3e7c4e006b89b7b": 10000000000,
"60a989f9a83c2d5f7ecd76f2db1523de0abe50469b589fc6e676dd8136": 10000000000,
"60ed1dc9931dc1d31b34fc18af3e38447ec03dba4576e3e31e7f6bfc19": 10000000000,
"608e3481c199f7baae4076d7caf0a50a8a62c837b915f47149fd70ecd2": 10000000000,
"6010a06ca817cb5d69a41d1239cbb34ecb33a47bbf8ba61cb36561c989": 10000000000,
"6018374d82fdd6deb553757b6a1604ea693dfab39feaa73646acd65b6a": 10000000000,
"60a287a05842711d42725a019aeb35d7526fe0d6a67bb35983887165a2": 100000000000,
"6058927812a285cc83d4ec0ac6468900d35b82f172f06f27080595e8fa": 100000000000,
"60404445667257231a8c148c8ccbb734eb3ea8aabbd8213db301e6774d": 100000000000,
"60f999810359446927757dd824a256ab1c8b58b0b9eb3b2c938536fed2": 1000000000000
"maxBlockHeaderSize": 1100,
"keyDeposit": 100,
"nOpt": 3,
"rho": 0.00022,
"tau": 0.1,
"a0": 0.3
},
"protocolMagicId": 4009,
"genDelegs": {
"df34ff8082bf24e033d12afee5127fc37bdfb07d5a4b1279cbd00c91": {
"delegate": "c389a6b1a7d9959bd3771ec7411b48e82feaa87161b14e1f89e2c74e",
"vrf": "9973cb34f6bc2df85b3a48f195ee4832baebe0a91d45d3b9519a856a506617b8"
},
"maxLovelaceSupply": 2000000000000,
"networkMagic": 4008,
"epochLength": 900,
"staking": {
"pools": {},
"stake": {}
},
"systemStart": "2020-06-24T14:15:00.0Z",
"slotsPerKESPeriod": 14400,
"slotLength": 2,
"maxKESEvolutions": 2240,
"securityParam": 72
"4103b221343fa46991ff45bb827420fba7c6c18e75c0671b32d10ea2": {
"delegate": "1d93ce1dbeaf082ba9a126ddc4a5c70b72e623cf3d78b8e74442f578",
"vrf": "50983ab042772e447c0af3e3e478a3af3b51258e73a4aa5fd367418c54a212d2"
}
},
"updateQuorum": 2,
"networkId": "Testnet",
"initialFunds": {
"605a7eb9851c9434af6ef9fc6f5dbf27cf8e788e82c3e7c4e006b89b7b": 10000000000,
"60a989f9a83c2d5f7ecd76f2db1523de0abe50469b589fc6e676dd8136": 10000000000,
"60ed1dc9931dc1d31b34fc18af3e38447ec03dba4576e3e31e7f6bfc19": 10000000000,
"608e3481c199f7baae4076d7caf0a50a8a62c837b915f47149fd70ecd2": 10000000000,
"6010a06ca817cb5d69a41d1239cbb34ecb33a47bbf8ba61cb36561c989": 10000000000,
"6018374d82fdd6deb553757b6a1604ea693dfab39feaa73646acd65b6a": 10000000000,
"60a287a05842711d42725a019aeb35d7526fe0d6a67bb35983887165a2": 100000000000,
"6058927812a285cc83d4ec0ac6468900d35b82f172f06f27080595e8fa": 100000000000,
"60404445667257231a8c148c8ccbb734eb3ea8aabbd8213db301e6774d": 100000000000,
"60f999810359446927757dd824a256ab1c8b58b0b9eb3b2c938536fed2": 1000000000000
},
"maxLovelaceSupply": 2000000000000,
"networkMagic": 4009,
"epochLength": 900,
"staking": {
"pools": {},
"stake": {}
},
"systemStart": "2020-07-03T04:05:00.0Z",
"slotsPerKESPeriod": 14400,
"slotLength": 2,
"maxKESEvolutions": 2240,
"securityParam": 72
}

0 comments on commit 7995064

Please sign in to comment.