-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-140: Add Nakamoto vs. Primary testnet description + update
- Loading branch information
1 parent
bd7c601
commit 91b830b
Showing
4 changed files
with
130 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
description: >- | ||
There are two main options when it comes to testnets. The one you work with | ||
will depend on your own testing needs and preferences. | ||
--- | ||
|
||
# Nakamoto & Primary Testnet | ||
|
||
<details> | ||
|
||
<summary>Recent Testnet History (May 2024)</summary> | ||
|
||
For the past month+, the Bitcoin Testnet slowly [became unusable](https://blog.lopp.net/griefing-bitcoin-testnet/) (learn more here). Given the Primary Stacks Testnet leverages Bitcoin to provide a realistic environment, the Stacks testnet also became unusable. To overcome this, the core developers spun up the [Nakamoto Testnet](https://explorer.hiro.so/?chain=testnet\&api=https://api.nakamoto.testnet.hiro.so) to unblock Signers and test ahead of 2.5. \ | ||
\ | ||
In the background, they have also been working to bring the Primary Testnet back in light of the Bitcoin Testnet issues. To acheieve this, they migrated the testnet to the Bitcoin Regtest network. As of May 31st, the Primary Testnet is back and ready to use.  | ||
|
||
</details> | ||
|
||
### Primary and Nakamoto Testnets | ||
|
||
There are some notable differences between Primary Testnet and Nakamoto Testnet, this table can guide you in selecting the one most aligned with your needs.  | ||
|
||
<table><thead><tr><th width="198">Attributes</th><th>Nakamoto Testnet</th><th>Primary Testnet</th></tr></thead><tbody><tr><td><strong>Stacking Cycle Length</strong></td><td>3 days</td><td>1 week </td></tr><tr><td><strong>Description</strong></td><td>Bleeding edge, more frequent upgrades with Release Candidates.</td><td>Stable release updates ONLY, the last step before Mainnet.</td></tr><tr><td><strong>Usage Recommendations</strong></td><td><ul><li>Use this if you don’t mind frequent resets and would like to test the latest features as they’re released</li><li>Use this if you prefer faster feedback loops to test various stacking-signer scenarios</li></ul></td><td><ul><li>Use this if you prefer more stable releases and don’t want frequent resets and updates</li><li>Use this if you don't need to be among the first to test new features</li><li>Use this if you prefer longer Stacking cycles</li></ul></td></tr><tr><td><strong>Lifespan</strong></td><td>Nakamoto Testnet will remain available until sBTC goes live on Mainnet</td><td>The Primary Testnet will exist and be maintained forever.</td></tr></tbody></table> | ||
|
||
### Important notes on the Primary Testnet: | ||
|
||
* Core devs are working on a BTC Regtest Explorer. In the meantime, Wallet, Explorer, and API links to BTC transactions will lead you nowhere. This is expected and will be addressed. All STX transactions are available to track on the [Explorer](https://explorer.hiro.so/?chain=testnet). | ||
* You can start onboarding your Signer, deploy contracts and test your Apps. All functionality from the previous testnet is available. | ||
* Old testnet data is archived and will remain [available](https://explorer.hiro.so/?chain=testnet\&api=https://api.old.testnet.hiro.so) until the end of June 2024 | ||
* **Faucet and tSTX:** | ||
* The [Faucet address](https://explorer.hiro.so/address/ST2QKZ4FKHAH1NQKYKYAYZPY440FEPK7GZ1R5HBP2?chain=testnet) and limits stay the same. Learn more about faucets: [testnet.md](../stacks-101/testnet.md "mention") | ||
* If you need more tSTX than the current daily limit to onboard your Signer on Primary Testnet, please reach out to your main point of contact in the ecosystem. | ||
|
||
### Configuration Files for Signers | ||
|
||
* [sample-configuration-files.md](signing-and-stacking/sample-configuration-files.md "mention") | ||
* [#primary-testnet-config](signing-and-stacking/sample-configuration-files.md#primary-testnet-config "mention") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters