𝐂𝐫𝐲𝐩𝐭𝐨 𝐏𝐫𝐨𝐭𝐨𝐜𝐨π₯ πˆπƒ | 𝐀𝐒𝐫𝐝𝐫𝐨𝐩
11.1K subscribers
29K photos
241 videos
177 files
32.4K links
Updates Alpha Seputar Crypto Airdrop, Testnet, Memes.

Business & Advertising DM : @TriPratamaXYZ
Download Telegram
πŸ”΄NODEGO AIRDROPπŸ”΄

🧧Reward Confirm

πŸ‘‰ Sign Up : https://app.nodego.ai/r/NODE23C6D73E2C4D
βž– Sign Up With Email
βž– Go To Reward Complete Task
βž– Install Extansion
βž– Done
πŸ”₯8πŸ‘2😁2
πŸ”΄SUCCINCT AIRDROPπŸ”΄

🧧 Earn Stars

πŸ‘‰ Sign Up : https://testnet.succinct.xyz
βž– Connect New Wallet
βž– Submit Code : (GB On Comment)
βž– Connect Twitter Account
βž– Deposit 10 USDC on Ethereum Mainnet
βž– Go to the "Earn" Page
βž– Play Available Games
βž– Claim Stars
βž– Done
πŸ‘3πŸ”₯3😁3
Kamu Diam πŸ˜™
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯7😭4
𝐂𝐫𝐲𝐩𝐭𝐨 𝐏𝐫𝐨𝐭𝐨𝐜𝐨π₯ πˆπƒ | 𝐀𝐒𝐫𝐝𝐫𝐨𝐩
Update 0G Labs Testnet Claim Faucet : https://hub.0g.ai/faucet Wait Next Update
0G Labs NODE VALIDATOR


πŸ”ΉNote: In order to become an active validator, you need to have more ua0gi tokens bonded than the last validator ordered by the tokens bonded (or the validator set to not be full) as well as have at least 1000000ua0gi bonded.


Installation
Use our installation script, specify a name for your node and wait for the installation to complete.
wget -q -O 0g.sh https://api.nodes.guru/0g.sh && sudo chmod +x 0g.sh && ./0g.sh && source $HOME/.bash_profile


Create a wallet, don’t forget to save the mnemonic:
0gchaind keys add wallet --eth


If you already have a wallet, you can recover with:
0gchaind keys add wallet --recover --eth


If you want to get the public address which starts with 0x, you could first run the following command to get your key’s private key. Then import the returned private key to a wallet (Metamask for example) to get the public address.
0gchaind keys unsafe-export-eth-key wallet


Request tokens at the faucet. After full synchronization, check the balance, if everything is okay, proceed to create a validator.
0gchaind q bank balances $(0gchaind keys show wallet -a)


You can also check your balance in our explorer.


Create a validator:

0gchaind tx staking create-validator \
--amount=1000000ua0gi \
--pubkey=$(0gchaind tendermint show-validator) \
--moniker="$VALIDATOR" \
--chain-id="zgtendermint_16600-2" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas=auto \
--gas-adjustment=1 \
--from=wallet -y



Additional

View logs:
sudo journalctl -u 0g -f


Restart Node:
sudo systemctl restart 0g


Check node status:
curl localhost:26657/status


Find out if the node is synchronized, if the result is false – it means the node is synchronized
curl -s localhost:26657/status | jq .result.sync_info.catching_up


Find out your valoper address:
0gchaind keys show wallet --bech val -a


Delegate tokens (to increase your stake delegate to your valoper address):
0gchaind tx staking delegate YOUR_VALOPER_ADDRESS 1000000ua0gi --from wallet --chain-id zgtendermint_16600-2 --gas="500000" --gas-prices="50ua0gi"


Remove node:
sudo systemctl stop 0g
sudo systemctl disable 0g
sudo rm -rf $(which 0gchaind) $HOME/.0gchain
πŸ‘2πŸ”₯1😁1