- Create an EC2 instance for snapshot downloading
- Depending of cpu cores, uncompress faster
- Estimate instance costs there: https://aws.amazon.com/ru/ec2/pricing/on-demand/
- Connect
ssh -i key.pem [email protected]
- Create and attach EC2 volume gp3, min 1.5tb, better 2tb, 8000 IOPS, 250MB/s
- Estimate GB size and costs https://calculator.aws/#/createCalculator/EBS
- Attach volume to low-cost instance
- Prepare attached volume to usage:
- Based on this guide https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html
- Short steps to do are:
USDT can be different
- USDT ERC20 - Ethereum (ETH) network. Hex address start with
0x... - USDT BEP20 - Binance Smart Chain (BSC) network. Hex address start with
0x... - USDT TRC20 - TRON network. Hex address start with
T...(?)
BEP20 and BEP20 based on ETH. This means that the BSC address is the same as in ETH only on different networks
Following example code in Go (use playground execute result with caution)