|
| 1 | +{ |
| 2 | + "extensions": [ |
| 3 | + "core/bytecoin.json", |
| 4 | + "bug-fixes.json", |
| 5 | + "print-genesis-tx.json", |
| 6 | + "simplewallet-default-fee.json", |
| 7 | + "max-transaction-size-limit.json", |
| 8 | + "min-mixin.json", |
| 9 | + "mixin-start-height.json", |
| 10 | + "mandatory-transaction-in-block.json", |
| 11 | + "kill-height.json", |
| 12 | + "tail-emission-reward.json", |
| 13 | + "cryptonote-coin-clones-support.json", |
| 14 | + "genesis-block-reward.json", |
| 15 | + "versionized-parameters.json", |
| 16 | + "zawy-difficulty-algorithm.json", |
| 17 | + "bugged-zawy-difficulty-algorithm.json", |
| 18 | + "transaction-extra-message-tag.json", |
| 19 | + "blockchain-explorer.json", |
| 20 | + "enable-cors.json", |
| 21 | + "fee-address.json", |
| 22 | + "multiply.json", |
| 23 | + "get-blockchain-settings.json", |
| 24 | + "multiply/max-transaction-size-limit.json", |
| 25 | + "multiply/min-mixin.json", |
| 26 | + "multiply/mixin-start-height.json", |
| 27 | + "multiply/mandatory-transaction-in-block.json", |
| 28 | + "multiply/kill-height.json", |
| 29 | + "multiply/tail-emission-reward.json", |
| 30 | + "multiply/cryptonote-coin-clones-support.json", |
| 31 | + "multiply/genesis-block-reward.json", |
| 32 | + "multiply/versionized-parameters.json", |
| 33 | + "multiply/zawy-difficulty-algorithm.json", |
| 34 | + "multiply/bugged-zawy-difficulty-algorithm.json", |
| 35 | + "daemon-getrandom_outs-json.json", |
| 36 | + "simplewallet-import-keys.json", |
| 37 | + "simplewallet-export-keys.json", |
| 38 | + "walletd-extension.json" |
| 39 | + ], |
| 40 | + "base_coin": { |
| 41 | + "name": "bytecoin", |
| 42 | + "git": "https://github.com/amjuarez/bytecoin.git" |
| 43 | + }, |
| 44 | + "core": { |
| 45 | + "CRYPTONOTE_NAME": "forknote", |
| 46 | + "CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX": 6, |
| 47 | + "P2P_DEFAULT_PORT": 8080, |
| 48 | + "RPC_DEFAULT_PORT": 8081, |
| 49 | + "SEED_NODES": [ |
| 50 | + "seed.bytecoin.org:8080", |
| 51 | + "85.25.201.95:8080", |
| 52 | + "85.25.196.145:8080", |
| 53 | + "85.25.196.146:8080", |
| 54 | + "85.25.196.144:8080", |
| 55 | + "5.199.168.138:8080", |
| 56 | + "62.75.236.152:8080", |
| 57 | + "85.25.194.245:8080", |
| 58 | + "95.211.224.160:8080", |
| 59 | + "144.76.200.44:8080" |
| 60 | + ], |
| 61 | + "GENESIS_COINBASE_TX_HEX": "010a01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd08807121013c086a48c15fb637a96991bc6d53caf77068b5ba6eeb3c82357228c49790584a", |
| 62 | + "BYTECOIN_NETWORK": "11100111-1100-0101-1011-001210110110", |
| 63 | + "UPGRADE_HEIGHT_V2": 546602, |
| 64 | + "UPGRADE_HEIGHT_V3": 985548 |
| 65 | + } |
| 66 | +} |
0 commit comments