Bài đăng

Đang hiển thị bài đăng từ Tháng 7, 2022

Bitcoin Update July, August 2022

Hình ảnh
 Bitcoin Update July, August 2022 24/08/2022: MVRV just "came back", chainlink DCA result 18/08/2022: CPI 10,1% in England. Blackrock, google invest in crypto 10/08/2022: CPI 8.5% (lower than 8.7% - the expected value) --> signal of recovery! Open interest is very high. The merge is coming (Sep 2022) 08/08/2022: CPI of US: 9.1%. Prediction: FED interest rate will be slow down. Al bitcoin indicator showed that the accumulation period was gone. See NUPL, MVRV  25/07/2022: CPI goes to 9.4%, while target is only 2%. UK and EUROPE (ECB) raises interest rate after 11 years to combat with inflation. (0.5%  21/07/2022) 24/04/2022: Polygon introduce zkEVM

Run node for Starknet

Hình ảnh
run node Starknet Run node STARKNET Source From node Guru . When they update their code the old instruction will be removed. So I re-posted it here for latter uses. 1. Installing If you don’t already have an Alchemy account, follow step 2. Endpoints , then go to the next step. Replace YOUR_ALCHEMY_HTTP_ADDRESS with your alchemy address. ALCHEMY=YOUR_ALCHEMY_HTTP_ADDRESS echo 'export ALCHEMY='$ALCHEMY >> $HOME/.bash_profile Example, do not copy! ALCHEMY=https://eth-goerli.alchemyapi.io/v2/Ey8Guru7zpg3EfUcLm8iR4FTxPAvqMS echo 'export ALCHEMY='$ALCHEMY >> $HOME/.bash_profile Use our script for a quick installation: wget -O starknet.sh https://api.nodes.guru/starknet.sh && chmod +x starknet.sh && ./starknet.sh 2. Endpoints To run starknet we will use the nodes provided by the Alchemy service, so register at alchemy.com and create endpoints in your personal account. Copy the address and go to step 1...

Run node Aptos IT2 via Node Guru

aptos IT2 APTOS Incentivized Testnet 2 date: 01/07/2022 source post: From Node guru . Since Node Guru will update their code. I re-post re instruction for latter uses. The following is the instruction for Incentivized Testnet 2 for Aptos. Install Use our script for a quick installation: wget -q -O aptos.sh https://api.nodes.guru/aptos.sh && chmod +x aptos.sh && sudo /bin/bash aptos.sh IMPORTANT: Backup your key files somewhere safe. These key files are important for you to establish ownership of your node, and you will use this information to claim your rewards later if eligible. Never share those keys with anyone else. Be sure to back up the directory $HOME/.aptos Additional Check validator node logs: docker logs -f --tail 100 aptos-validator-1 Restart node: cd ~/.aptos && docker-compose restart Stop node: cd ~/.aptos && docker-compose stop Progress can be monitored by querying the metrics port: curl 127.0.0.1:910...