有没有基于node.conf或在deployNodes中启动分布式公证的例子?可以看出这一点?
node {
name "O=Notary Pool,L=Sao Paolo,C=BR"
notary = [validating : false, raft:[nodeAddress:"localhost:10020", clusterAddresses:["localhost:10023","localhost:10026","localhost:10029"]]]
p2pPort 10002
rpcSettings {
address("localhost:10003")
adminAddress("localhost:10043")
}
webPort 10004
cordapps = ["net.corda:corda-finance:$corda_release_version"]
rpcUsers = [[ user: "user1", "password": "test", "permissions": ["ALL"]]]
extraConfig = [
jvmArgs : [ "-Xmx1g"]
]
}https://stackoverflow.com/questions/51475031
复制相似问题