Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Update testnet-setup.md #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions guides/chialisp-primer/testnet-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ If you are using Windows, we recommend PowerShell, and you may need to replace f
5. Run `chia init` to setup and configure Chia.
6. Run `chia keys generate` to prepare the wallet keys.
7. Run `chia configure -t true` to use the Testnet.
8. Download the [Testnet database](https://download.chia.net/testnet10/blockchain_v2_testnet10.sqlite.gz) and place it in the `~/.chia/testnet10/db` folder.
9. Finally, run `chia start node` to start the full node.
8. Download the [Testnet database](https://download.chia.net/testnet10/blockchain_v2_testnet10.sqlite.gz) unzip and place it in the `~/.chia/mainnet/db` folder.
10. (For Linux users wget https://databases.chia.net/file/chia-public-databases/blockchain_v2_testnet10.sqlite.gz)
11. Finally, run `chia start node` to start the full node.

## Faucet

Expand Down