network:chianetwork:testnet
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network:chianetwork:testnet [2021/09/14 17:38] – vleesbanaan | network:chianetwork:testnet [2021/09/14 19:22] (current) – vleesbanaan | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| Below you find the relevant code: | Below you find the relevant code: | ||
| - | '' | + | < |
| - | + | # Install Git | |
| - | '' | + | sudo apt install git -y |
| - | + | # Checkout the source and install | |
| - | '' | + | git clone https:// |
| - | + | cd chia-blockchain | |
| - | '' | + | sh install.sh |
| - | + | . ./activate | |
| - | '' | + | </ |
| - | + | ||
| - | '' | + | |
| - | + | ||
| - | '' | + | |
| Line 52: | Line 48: | ||
| the previous step only changed the target network from mainnet to testnet7 and the external port from 8444 to **5**8444 in config.yaml. All other internal TCP ports are 8XXX, just like your Windows running the mainnet instance. This will lead to TCP ports conflicts. | the previous step only changed the target network from mainnet to testnet7 and the external port from 8444 to **5**8444 in config.yaml. All other internal TCP ports are 8XXX, just like your Windows running the mainnet instance. This will lead to TCP ports conflicts. | ||
| - | To change this, we need to go to the config.yaml file and change all 8xxx ports to 58xxx ports (about 10 occurences) | + | To change this, we need to go to the config.yaml file and change all 8xxx ports to **5**8xxx |
| You can do this by | You can do this by | ||
| * using '' | * using '' | ||
| Line 89: | Line 85: | ||
| * or do it from WSL, if you downloaded the db in e.g. '' | * or do it from WSL, if you downloaded the db in e.g. '' | ||
| - | When you are done, copying, you can restart all the Chia processes by using '' | + | When you are done copying, you can restart all the Chia processes by using '' |
| + | |||
| + | If the node restarts properly, don't forget to cleanup the database backup | ||
| + | rm ~/ | ||
| === Synchronising peer-to-peer=== | === Synchronising peer-to-peer=== | ||
network/chianetwork/testnet.1631641111.txt.gz · Last modified: 2021/09/14 17:38 by vleesbanaan
