Testnet e devnet#
Testnet è una blockchain Dash completamente funzionante con l’unica eccezione fondamentale che, poiché il Dash sulla rete può essere creato liberamente, esso non ha valore. Questa valuta, nota come tDASH, può essere richiesta da un faucet per aiutare gli sviluppatori a testare le nuove versioni di Dash, nonché a testare le operazioni di rete utilizzando versioni identiche del software prima che vengano eseguite sulla mainnet. Ci sono diverse altre differenze fondamentali:
Testnet opera sulla porta 19999 (invece di 9999)
Gli indirizzi di testnet iniziano con «y» invece di «X», ADDRESSVERSION è 140 (invece di 76)
I saldi Testnet sono denominati in tDASH (invece di DASH)
I byte dell’intestazione del messaggio del protocollo sono 0xcee2caff (invece di 0xbf0c6bbd)
Il bootstrap utilizza diversi seed DNS: test.dnsseed.masternode.io, testnet-seed.darkcoin.qa, testnet-seed.dashpay.io
Launching Dash Core in testnet mode shows an orange tray icon
Per avviare Dash Core in modalità testnet, trova il tuo file dash.conf e inserisci la seguente riga:
testnet = 1
With the release of Dash Core 12.3, Dash added support for a great new feature - named devnets. Devnets are developer networks that combine some aspects of testnet (the global and public testing network) and some aspects of regtest (the local-only regression testing mode that provides controlled block generation). Unlike testnet, multiple independent devnets can be created and coexist without interference. For practical documentation on how to use devnets, see the developer documentation or this blog post.
Strumenti e collegamenti#
The links below were collected from various community sources and may not necessarily be online or functioning at any given time. Please join Dash Discord or the Dash Forum if you have a question relating to a specific service.
Nightly builds: dashpay/dash-dev-branches
Bugtracker: dashpay/dash#new
Discussion and help: https://www.dash.org/forum/index.php?forums/testing.53/
Android wallet: dashpay/dash-wallet
Testnet per Bitcoin: https://en.bitcoin.it/wiki/Testnet
Release notes for previous versions: dashpay/dash
Faucet#
https://faucet.testnet.networks.dash.org - by Dash Core Group
Explorer#
Masternodes#
L’installazione di un masternode sotto testnet generalmente segue gli stessi passaggi della: ref: guida all’installazione del mainnet masternode <masternode-setup>, ma con alcune differenze chiave:
You will probably be running a development version of Dash instead of the stable release. Choose the latest nightly build on GitHub.
Quando si apre il firewall, è necessario aprire la porta 19999 invece di (o in aggiunta a) 9999. Utilizza questo comando:
ufw allow 19999 / tcpIl tuo desktop wallet deve essere in esecuzione in modalità testnet. Aggiungi la seguente riga a dash.conf:
testnet = 1Quando invii la garanzia, puoi ottenere 1000 tDASH gratuitamente da un faucet (vedi sopra)
Il tuo file di configurazione masternode deve anche specificare la modalità testnet. Aggiungi la seguente riga quando imposti dash.conf sul masternode:
testnet = 1Come per i mainnet masternode, il nome utente e la password RPC devono contenere solo caratteri alfanumerici.