Gramcoin Miner
- Compile TON from sources
- Navigate to your build folder (ton-build)
cd ton-build
- Fill out all env variables (check .example.env)
TONCENTER_API_KEY= "" # from https://t.me/tonapibot
TONCONSOLE_BEARER= "" # from https://tonconsole.com/dashboard
MY_ADDRESS = "UQAwtgXjB-Zl5MtMQPdW6BcqIGB0oTYhrSb8lsLFw0EOUJCs" # your wallet address v4
MINTER_ADDRESS = "EQDIDs45shbXRwhnXoFZg303PkG2CihbVvQXw1k0_yVIqxcA" # from https://gramcoin.org/Grams-HOWTO.txt
MNEMONIC = "bla bla bla" # 24 words
- Run commands in terminal
pnpm i
npx ts-node main.ts