Test & Main Networks
Test & Main Networks
The Testnet and Mainnet are using different ports. For Testnet port 13333 is used. For Mainnet port 3338 is used. Testnet is started using the -testnet flag when starting up the wallet. For Windows and Linux systems the same application is used for starting up in Testnet when the -testnet flag is added. In Windows the program properties shortcut 'Target' would look like this if running in testnet mode: "C:\Program Files\LockTrip\locktrip-qt.exe" -testnet
In Linux to run in testnet add the -testnet flag for the daemon or for the GUI: ./hydrad -daemon -testnet
or ./hydra-qt -testnet
Testnet and Mainnet wallets are stored in different folders. The Testnet wallet and chain information for windows is stored in: %AppData%/Roaming/HYDRA/testnet8/
The Mainnet data is stored in the root of the directory: %AppData%/Roaming/HYDRA/
For Linux systems the wallet and chain information is in: ~/.hydra/
and Testnet is in: ~/.hydra/testnet8/
Testnet exporer: https://testexplorer.hydrachain.org/
Mainnet explorer: https://explorer.hydrachain.org/
It takes some time to download the blockchain data from the network. If you hae started in non daemon mode you'll see log messages like this stream by:
progress
approaches 1.0 (100%) as your local node catch up to the network.height
the latest block that had been synced.
Visit the Testnet Block Explorer to see some stats about the test network. In particular, it lists the latest blocks mined, so you can get a rough idea of how far along you are in the synchronization process:
As of Mid-November 2020, the block height is about 10,000ish.
Getting Testnet Tokens
For the testnet you are not allowed to generate or mine new blocks to get tokens. Rather, you can request some free tokens from the testnet faucet:
https://faucet.hydrachain.org/
First generate a new payment address:
Then copy it into the input box:
https://faucet.hydrachain.org/
Once accepted, you should see your address and amount in the list of latest payouts:
Clicking on the pay out address, you'd see a link to view the transaction in the testnet block explorer:
https://testexplorer.hydrachain.org/address/Ts4r4cxhdQFAPtPeUYxfCQGe5P2afFjywV/
Once it's confirmed, you can check your balance locally:
You can also see the UTXOs created for that amount:
Main Network
To connect to the Mainnet, set hydra to start without the "-testnet" flag on port 3338
Links
The Webwallet can be found at: https://webwallet.hydrachain.org/
The Testnet Explorer can be viewed at: https://testexplorer.hydrachain.org/
The Testnet Faucet is at: https://faucet.hydrachain.org/
The Mainnet Explorer can be viewed at: https://explorer.hydachain.org/
Last updated