Skip to content

Commit

Permalink
change download file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ytvchsy committed Dec 11, 2024
1 parent 69de4e6 commit 52eba1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/en/staking-model/dbc-ai-public-chain-pos_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Reference: [How to generate account](generate-new-account.md)
```bash
sudo mkdir dbc-chain-mainnet && cd dbc-chain-mainnet

wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v4.0/dbc-chain-4.0.0.tar.gz -O dbc_chain_linux_x64.tar.gz
wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v4.0/dbc-chain-4.tar.gz -O dbc_chain_linux_x64.tar.gz

tar xf dbc_chain_linux_x64.tar.gz
```
Expand All @@ -39,7 +39,7 @@ cargo build --release
## 3. Run the synchronization node

```bash
nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --pruning=archive --name dbc-chain --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
nohup ./dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --pruning=archive --name dbc-chain --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
```

- If you are compiling from source, the path to the executable is: `. /target/release/dbc-chain`.
Expand All @@ -57,7 +57,7 @@ cargo build --release
```shell
# Start the node

nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --validator --pruning=archive --name YourNodeName --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
nohup ./dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --validator --pruning=archive --name YourNodeName --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &

# If you get a startup error

Expand Down
6 changes: 3 additions & 3 deletions docs/kr/staking-model/dbc-ai-public-chain-pos_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Reference: [How to generate account](generate-new-account.md)
```bash
sudo mkdir dbc-chain-mainnet && cd dbc-chain-mainnet

wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v4.0/dbc-chain-4.0.0.tar.gz -O dbc_chain_linux_x64.tar.gz
wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v4.0/dbc-chain-4.tar.gz -O dbc_chain_linux_x64.tar.gz

tar xf dbc_chain_linux_x64.tar.gz
```
Expand All @@ -39,7 +39,7 @@ cargo build --release
## 3. Run the synchronization node

```bash
nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --pruning=archive --name dbc-chain --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
nohup ./dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --pruning=archive --name dbc-chain --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
```

- If you are compiling from source, the path to the executable is: `. /target/release/dbc-chain`.
Expand All @@ -57,7 +57,7 @@ cargo build --release
```shell
# Start the node

nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --validator --pruning=archive --name YourNodeName --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
nohup ./dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --validator --pruning=archive --name YourNodeName --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &

# If you get a startup error

Expand Down
6 changes: 3 additions & 3 deletions docs/staking-model/dbc-ai-public-chain-pos.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```bash
sudo mkdir dbc-chain-mainnet && cd dbc-chain-mainnet

wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v4.0/dbc-chain-4.0.0.tar.gz -O dbc_chain_linux_x64.tar.gz
wget https://github.com/DeepBrainChain/DeepBrainChain-MainChain/releases/download/v4.0/dbc-chain-4.tar.gz -O dbc_chain_linux_x64.tar.gz

tar xf dbc_chain_linux_x64.tar.gz

Expand All @@ -40,7 +40,7 @@ cargo build --release
## 3. 运行同步节点

```bash
nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --pruning=archive --name dbc-chain --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
nohup ./dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --pruning=archive --name dbc-chain --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
```

- 如果你是从源码进行编译,可执行文件路径为:`./target/release/dbc-chain`
Expand All @@ -57,7 +57,7 @@ nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30

```shell
#启动节点
nohup ./target/release/dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --validator --pruning=archive --name YourNodeName --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &
nohup ./dbc-chain --base-path ./db_data --chain=mainnet --port 30333 --rpc-port 9983 --validator --pruning=archive --name YourNodeName --rpc-cors=all --rpc-methods=unsafe --rpc-external 1>dbc_node.log 2>&1 &

#如果遇到启动报错
./dbc-chain: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ./dbc-chain)
Expand Down

0 comments on commit 52eba1b

Please sign in to comment.