From 10934a59be6c5c7c2910d085ae1fd1ecb8b7c4b0 Mon Sep 17 00:00:00 2001 From: bgregory18 Date: Fri, 25 Nov 2022 15:19:43 +0000 Subject: [PATCH] Update testnet-setup.md Missing unzip step and the folder location should actually be on the mainnet not testnet (as per https://github.com/Chia-Network/chia-blockchain/wiki/How-to-connect-to-the-Testnet) --- guides/chialisp-primer/testnet-setup.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/chialisp-primer/testnet-setup.md b/guides/chialisp-primer/testnet-setup.md index 295fc369..95ebff29 100644 --- a/guides/chialisp-primer/testnet-setup.md +++ b/guides/chialisp-primer/testnet-setup.md @@ -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