|
@@ -80,6 +80,14 @@ enableTLS=false
|
|
|
certFile="cert.pem"
|
|
|
keyFile="key.pem"
|
|
|
|
|
|
+[rpc.sub.eth]
|
|
|
+enable=true
|
|
|
+httpAddr="localhost:8546"
|
|
|
+httpApi=["eth","web3","personal","admin","net"]
|
|
|
+# websocket 绑定地址
|
|
|
+wsAddr="localhost:8547"
|
|
|
+wsApi=["eth","web3","personal","admin","net"]
|
|
|
+
|
|
|
[mempool]
|
|
|
maxTxNumPerAccount=100
|
|
|
|