# Networks The following are the different networks that are avaialble to use in the Osmosis blockchain. | Network | Description | Upgrade Date | | -------- | -------- | -------- | | local | Local build or localOsmosis |MM/DD/YYYY | | daynet | Builds daily from main via CI, no state sync.| MM/DD/YYYY | | edgenet | Main build keeps no state sync. | MM/DD/YYYY | | testnet | Mainnet replica with state sync | MM/DD/YYYY | | mainnet | Mainnet (Production) | MM/DD/YYYY | --- > These are just some ideas to provide different networks to play with. dayilynet might be an overkill because the localbuild or localosmosis might be enough. # Faucet Testnet, manual install Create new DO droplet, login ``` ssh root@64.227.104.229 ``` # Install osmosisd and faucet ```ssh curl -sL https://get.osmosis.zone/install > i.py && python3 i.py curl https://get.starport.network/faucet! | bash ``` (I forgot to add source command) ## Start ``` faucet --account-name faucet --denoms uosmo --cli-name osmosisd --node https://rpc-test.osmosis.zone:443 --port 80 --keyring-password 12345678 ``` faucet --account-name faucet_get --denoms uosmo --cli-name osmosisd --node https://rpc-test.osmosis.zone:443 --port 80 --keyring-password 12345678 ## Add dns entry pointing to server's IP ![](https://hackmd.io/_uploads/rkNi4rvPq.png) ## See endpoint ## Request Coins ``` curl -X POST -d '{"address": "osmo13z4qzf5hsuffk4w3uyl0agqjm68erg7685e0gq"}' https://testnet-faucet.dev-osmosis.zone:443 {"transfers":[{"coin":"10000000uosmo","status":"ok"}]} curl -X POST "http://localhost/" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"address\": \"osmo13z4qzf5hsuffk4w3uyl0agqjm68erg7685e0gq\", \"coins\": [ \"100uosmo\" ]}" curl -X POST -d '{"address": "osmo1dlgxmjd94y3cch76rwd0fpxtc6pwy0mll5wwqk"}' http://localhost {"transfers":[{"coin":"10000000uosmo","status":"ok"}]} ``` curl -X POST -d '{"address": "cosmos1kd63kkhtswlh5vcx5nd26fjmr9av74yd4sf8ve"}' http://localhost:8000 {"transfers":[{"coin":"10000000uatom","status":"ok"}]} osmo1dlgxmjd94y3cch76rwd0fpxtc6pwy0mll5wwqk notes fuser -k 80/tcp curl -d '{"address":"osmo16jjqc6jp3kukhv8x84q8hxmn0w37crdw6gpfsm"}' -H 'Content-Type: application/json' http://localhost:5000/faucetRequest /// user - name: user type: local address: osmo13z4qzf5hsuffk4w3uyl0agqjm68erg7685e0gq pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Asw4i0eYhy9dUuWD3d6x+3kDobIsDy9pEOmR6cIPJmV4"}' mnemonic: "" ///////////