瀏覽代碼

update v6.8.1

linj 2 年之前
父節點
當前提交
b2140ab9fd
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      chain33/bityuan.toml

+ 8 - 0
chain33/bityuan.toml

@@ -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