Skip to content

ernieyang09/gramcoin-miner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%