Skip to content

Commit 2af8b85

Browse files
authored
Merge pull request #22 from MXCzkEVM/temp-2
Update README.md
2 parents a89620e + 2ffd45a commit 2af8b85

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
11
# simple-mxc-node
2+
3+
Detailed steps are here : https://doc.moonchain.com/docs/Testnet-Tutorials/Run-Moonchain-Supernode
4+
5+
旧节点:
6+
升级前注意备份data/l2_execution_engine_data文件夹
7+
停止节点,执行docker compose stop或者down再更新
8+
9+
10+
1.在main分支执行git pull或者以其他方式更新下载仓库https://github.com/MXCzkEVM/simple-mxc-node
11+
2.复制.env.exmaple文件更名为.env,并且修改L1_ENDPOINT_HTTP,L1_ENDPOINT_WS环境变量分别为arbitrum one网络的http rpc和rpc websocket链接
12+
13+
执行"docker compose --profile l2_execution_engine up -d"命令
14+
15+
16+
17+
Old Node:
18+
Before upgrading, remember to back up the data/l2_execution_engine_data folder.
19+
Stop the node by running docker compose stop or down, then proceed with updates.
20+
21+
Steps:
22+
23+
On the main branch, run git pull or update the repository via other methods: https://github.com/MXCzkEVM/simple-mxc-node.
24+
Copy the .env.exmaple file and rename it to .env. Set L1_ENDPOINT_HTTP and L1_ENDPOINT_WS to the HTTP RPC and WebSocket RPC endpoints of the Arbitrum One network, respectively.
25+
Run the "docker compose --profile l2_execution_engine up -d"command.

0 commit comments

Comments
 (0)