qpwedev / gramcoin-miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gramcoin Miner

Setup

  1. Compile TON from sources
  2. Navigate to your build folder (ton-build)
cd ton-build
  1. 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
  1. Run commands in terminal
pnpm i
npx ts-node main.ts

For any questions contact me in Telegram @qpwedev

About


Languages

Language:TypeScript 100.0%