You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/en-us/develop/network/private-chain/private-chain2.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ You can refer to the following example:
216
216
217
217
## Installing consensus plugin
218
218
219
-
Download [DBFTPlugin]("https://github.com/neo-project/neo-modules/releases/download/v3.0.0-RC3/DBFTPlugin.zip") and place four copies to the `Plugins` folder under each node CLI root path. Modify the file `config.json` as follows:
219
+
Download [DBFTPlugin]("https://github.com/neo-project/neo-modules/releases/download/v3.0.1/DBFTPlugin.zip") and place four copies to the `Plugins` folder under each node CLI root path. Modify the file `config.json` as follows:
220
220
221
221
- Set `Network` the same value as `Network` in `config.json`.
222
222
- Set `AutoStart` to `true` so as to automatically start consensus as running CLI.
Copy file name to clipboardExpand all lines: docs/en-us/develop/network/private-chain/solo.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Alternatively, you can build a private chain with one node from scratch, which w
6
6
7
7
## Prerequisites
8
8
9
-
1. Refer to [Installation of NEO-CLI](../../../node/cli/setup.md) to install Neo-CLI. (Make sure you install the [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/download/v3.0.0-rc3/DBFTPlugin.zip))
9
+
1. Refer to [Installation of NEO-CLI](../../../node/cli/setup.md) to install Neo-CLI. (Make sure you install the [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/download/v3.0.1/DBFTPlugin.zip)
10
10
2. Run Neo-CLI and enter the command `create wallet <path>` to create a wallet, e.g. `create wallet consensus.json`
Copy file name to clipboardExpand all lines: docs/en-us/develop/network/testnet.md
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,6 @@ Neo also provides the Test net where developers can develop, debug, and test the
6
6
7
7
All the block data of the test net are independent of the main net. If you want to develop some simple smart contracts or try to register assets, test net is sufficient. After the testing is complete, the development can be moved into the Neo mainnet.
8
8
9
-
> [!Note]
10
-
>
11
-
> Neo N3 clients can only connect to test net for the moment as the Neo N3 main net has not been launched yet.
12
-
13
9
## Test net features
14
10
15
11
- Asset registration, asset distribution, contract execution, etc. (Does not consume real money)
@@ -20,18 +16,11 @@ All the block data of the test net are independent of the main net. If you want
20
16
21
17
## Connecting to test net
22
18
23
-
For Neo-GUI, it connects to the test net by default when running.
24
-
25
-
For Neo-CLI,
26
-
27
-
- If it is the RC3 package downloaded from [Neo-CLI](https://github.com/neo-project/neo-node/releases), it connects to the test net by default.
28
-
29
-
- If it is published from the source code, to connect it to Neo N3 RC3 test net, you need to:
19
+
For Neo-GUI, go to any page and click **Settings** in the lower left corner. Then check **Testnet** in the popped-up page.
30
20
31
-
1. Replace the `config.json` file with the content of `config.testnet.json` under CLI directory
32
-
2. Change the `Network` value in config.json to **844378958**
21
+
For Neo-CLI, replace the `config.json` file with the content of `config.testnet.json` under CLI directory.
To connect the node to test net, replace the content of `config.json` with the content of `config.testnet.json`. For RC3 package downloaded from [Neo node](https://github.com/neo-project/neo-node/releases), it has been configured connecting to the test net by default.
77
-
78
-
> [!Note]
79
-
>
80
-
> If your Neo-CLI is published from the source code in GitHub by yourself, you must also modify the Network field value in config.json to **844378958** before you can connect to the Neo N3 RC3 test network.
94
+
Neo-CLI connects to N3 main net by default. To connect the node to test net, replace the content of `config.json` with the content of `config.testnet.json`.
81
95
82
96
To connect the node to your private net, refer to [Setting up Private Chain](../../develop/network/private-chain/solo.md).
83
97
@@ -106,47 +120,47 @@ Download the plugins you need from the following table.
Copy file name to clipboardExpand all lines: docs/en-us/node/gui/install.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ Neo-GUI is an open source project, thus you can download the installation packag
21
21
22
22
## Connecting to the network
23
23
24
-
After installation Neo-GUI connects to the Neo test net automatically.
24
+
After installation Neo-GUI connects to the N3 main net automatically.
25
+
26
+
To connect the node to test net, go to any page and click **Settings** in the lower left corner. Then check **Testnet**.
25
27
26
28
If you have already built a private chain (see [Setting up private chain](../../develop/network/private-chain/solo.md)), you can also connect Neo-GUI to it.
27
29
@@ -35,7 +37,7 @@ If you have already built a private chain (see [Setting up private chain](../../
0 commit comments