1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
| { // 区块链ID "chainID":"chain0", // 群组ID "groupID":"group0", //创世块信息 "genesisConfig":{ "consensusType":"pbft", "blockTxCountLimit":1000, "txGasLimit":3000000000, "consensusLeaderPeriod":5, "sealerList":[ { "nodeID":"f1684ec3fae49f3b291762b06c9742013d61c7f7a6bbccfb10cc45e5753f49b37ab4adf4b1f979ee9c394bba62e9c4f904f05d860370ce55b0395978731c2069", "weight":1 } ] }, // 组内节点信息 "nodeList":[ { "type":1, "iniConfig":{ "binaryInfo":{ "version":"3.5.0", "gitCommitHash":"1b0c43920038664a899f0e94e3922204e28be70b", "platform":"Linux/g++", "buildTime":"20231017 06:11:20" }, "chainID":"chain0", "groupID":"group0", "smCryptoType":true, "isSerialExecute":true, "nodeID":"63261e5abcba2bfbc03624db41e38192298ef605b67640f3d0c745c3d1c01d155bbe94d1ae33c18083fa4d88447a9bc44324174ae57fc3286b97d0fb007eaece", "nodeName":"agencyAgroup0node1BcosNodeService", "rpcServiceName":"chain0.agencyABcosRpcService.RpcServiceObj", "gatewayServiceName":"chain0.agencyABcosGatewayService.GatewayServiceObj", "authCheck":true, "isWasm":false, "isAuthCheck":true }, "name":"agencyAgroup0node1BcosNodeService", "serviceInfoList":null, "protocol":{ "compatibilityVersion":50659328, "minSupportedVersion":0, "maxSupportedVersion":2 } }, { "type":1, "iniConfig":{ "binaryInfo":{ "version":"3.5.0", "gitCommitHash":"773c82d4289698e0adf0321dd5c8ba0f3d4e9aea", "platform":"Linux/g++", "buildTime":"20231120 09:26:49" }, "chainID":"chain0", "groupID":"group0", "smCryptoType":true, "isSerialExecute":true, "nodeID":"f1684ec3fae49f3b291762b06c9742013d61c7f7a6bbccfb10cc45e5753f49b37ab4adf4b1f979ee9c394bba62e9c4f904f05d860370ce55b0395978731c2069", "nodeName":"agencyAgroup0nodeCompanyABcosNodeService", "rpcServiceName":"chain0.agencyABcosRpcService.RpcServiceObj", "gatewayServiceName":"chain0.agencyABcosGatewayService.GatewayServiceObj", "authCheck":true, "isWasm":false, "isAuthCheck":true }, "name":"agencyAgroup0nodeCompanyABcosNodeService", "serviceInfoList":null, "protocol":{ "compatibilityVersion":50659328, "minSupportedVersion":0, "maxSupportedVersion":2 } } ] }
|