github.com/lino-network/lino@v0.6.11/genesis/upgrade5/genesis.json (about) 1 { 2 "genesis_time": "2019-10-25T21:12:37.698383683Z", 3 "chain_id": "lino-testnet-upgrade5", 4 "consensus_params": { 5 "block": { 6 "time_iota_ms": "1000", 7 "max_bytes": "22020096", 8 "max_gas": "-1" 9 }, 10 "evidence": { 11 "max_age": "100000" 12 }, 13 "validator": { 14 "pub_key_types": [ 15 "ed25519" 16 ] 17 } 18 }, 19 "validators": [], 20 "app_hash": "", 21 "app_state": { 22 "load_prev_states": true, 23 "genesis_pools": { 24 "pools": [ 25 { 26 "name": "inflation/developer", 27 "amount": { 28 "amount": "0" 29 } 30 }, 31 { 32 "name": "inflation/validator", 33 "amount": { 34 "amount": "0" 35 } 36 }, 37 { 38 "name": "inflation/consumption", 39 "amount": { 40 "amount": "0" 41 } 42 }, 43 { 44 "name": "vote/stake-in", 45 "amount": { 46 "amount": "0" 47 } 48 }, 49 { 50 "name": "vote/stake-return", 51 "amount": { 52 "amount": "0" 53 } 54 }, 55 { 56 "name": "vote/friction", 57 "amount": { 58 "amount": "0" 59 } 60 }, 61 { 62 "name": "dev/ida-reserve-pool", 63 "amount": { 64 "amount": "100000000000000" 65 } 66 }, 67 { 68 "name": "account/vesting", 69 "amount": { 70 "amount": "900000000000000" 71 } 72 } 73 ], 74 "total": { 75 "amount": "1000000000000000" 76 } 77 }, 78 "init_coin_price": "1200", 79 "accounts": [], 80 "developers": [], 81 "genesis_param": { 82 "init_from_config": true, 83 "GlobalAllocationParam": { 84 "global_growth_rate": "0.005", 85 "content_creator_allocation": "0.4", 86 "developer_allocation": "0.55", 87 "validator_allocation": "0.05" 88 }, 89 "VoteParam": { 90 "voter_coin_return_interval_second": "604800", 91 "voter_coin_return_times": "12", 92 "delegator_coin_return_interval_second": "604800", 93 "delegator_coin_return_times": "12", 94 "min_stake_in": { 95 "amount": "100000" 96 } 97 }, 98 "ProposalParam": { 99 "content_censorship_decide_second": "259200", 100 "content_censorship_min_deposit": { 101 "amount": "10000000" 102 }, 103 "content_censorship_pass_ratio": "0.5", 104 "content_censorship_pass_votes": { 105 "amount": "1000000000" 106 }, 107 "change_param_decide_second": "259200", 108 "change_param_execution_second": "0", 109 "change_param_min_deposit": { 110 "amount": "1000000000000" 111 }, 112 "change_param_pass_ratio": "0.7", 113 "change_param_pass_votes": { 114 "amount": "10000000000000" 115 }, 116 "protocol_upgrade_decide_second": "259200", 117 "protocol_upgrade_min_deposit": { 118 "amount": "10000000000000" 119 }, 120 "protocol_upgrade_pass_ratio": "0.8", 121 "protocol_upgrade_pass_votes": { 122 "amount": "100000000000000" 123 } 124 }, 125 "DeveloperParam": { 126 "developer_min_deposit": { 127 "amount": "100000000000" 128 }, 129 "developer_coin_return_interval_second": "604800", 130 "developer_coin_return_times": "12" 131 }, 132 "ValidatorParam": { 133 "validator_min_deposit": { 134 "amount": "10000000000" 135 }, 136 "validator_coin_return_second": "604800", 137 "validator_coin_return_times": "7", 138 "penalty_miss_commit": { 139 "amount": "100000000" 140 }, 141 "penalty_byzantine": { 142 "amount": "500000000" 143 }, 144 "absent_commit_limitation": "600", 145 "oncall_size": "16", 146 "standby_size": "5", 147 "validator_revoke_pending_sec": "604800", 148 "oncall_inflation_weight": "2", 149 "standby_inflation_weight": "1", 150 "max_voted_validators": "3", 151 "slash_limitation": "10" 152 }, 153 "CoinDayParam": { 154 "seconds_to_recover_coin_day": "604800" 155 }, 156 "BandwidthParam": { 157 "seconds_to_recover_bandwidth": "604800", 158 "capacity_usage_per_transaction": { 159 "amount": "100000" 160 }, 161 "virtual_coin": { 162 "amount": "100000" 163 }, 164 "general_msg_quota_ratio": "0.2", 165 "general_msg_ema_factor": "0.025", 166 "app_msg_quota_ratio": "0.8", 167 "app_msg_ema_factor": "0.025", 168 "expected_max_mps": "200", 169 "msg_fee_factor_a": "6", 170 "msg_fee_factor_b": "10", 171 "max_mps_decay_rate": "0.99", 172 "app_bandwidth_pool_size": "10", 173 "app_vacancy_factor": "0.69", 174 "app_punishment_factor": "2.8" 175 }, 176 "AccountParam": { 177 "minimum_balance": { 178 "amount": "0" 179 }, 180 "register_fee": { 181 "amount": "10000" 182 }, 183 "first_deposit_full_coin_day_limit": { 184 "amount": "100000" 185 }, 186 "max_num_frozen_money": "10" 187 }, 188 "PostParam": { 189 "report_or_upvote_interval_second": "60", 190 "post_interval_sec": "30", 191 "max_report_reputation": { 192 "amount": "1000000000" 193 } 194 }, 195 "ReputationParam": { 196 "best_content_index_n": "200", 197 "user_max_n": "50" 198 }, 199 "PriceParam": { 200 "testnet_mode": true, 201 "update_every": "3600", 202 "feed_every": "600", 203 "history_max_len": "71", 204 "penalty_miss_feed": { 205 "amount": "1000000000" 206 } 207 } 208 }, 209 "init_global_meta": { 210 "max_tps": "500", 211 "consumption_friction_rate": "0.099", 212 "consumption_freezing_period_second": "604800" 213 } 214 } 215 }