Skip to content

Instantly share code, notes, and snippets.

View 0fuz's full-sized avatar

0fuz 0fuz

View GitHub Profile
@0fuz
0fuz / gist:43960fd99507c587b45c77daba91e90c
Last active April 26, 2022 17:09
Setup guide: BSC snapshot + AWS + geth full sync
  1. Create an EC2 instance for snapshot downloading
  2. Create and attach EC2 volume gp3, min 1.5tb, better 2tb, 8000 IOPS, 250MB/s
  3. Prepare attached volume to usage:
@gebv
gebv / README.md
Last active June 7, 2022 11:24
USDT for Crypto Punk. How create new wallet and uses for regular cases.

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... (?)

How create new wallet for USDT ERC20 and USDT BEP20?

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)