Skip to content

CryptoBarge/Nodepay-Claimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฒ Nodepay-Claimer

Nodepay Claimer Console

Telegram Channel Telegram Chat

๐Ÿ”Ž Navigation

๐Ÿ“‘ Requirements

  • Node.js

๐Ÿ“ฅ Installation

  1. Clone the Repository
    git clone https://github.com/CryptoBarge/Nodepay-Claimer.git
  2. Install Dependencies
    npm install

โš™๏ธ Configuration

๐Ÿ“ config.json

  "THREADS": 3,
  "USE_PROXY": false,
  "RPC_ENDPOINT": "",       // If empty solana rpc will be used: https://api.mainnet-beta.solana.com;
  "VAULT_WALLET": "",       // Main wallet address public key;
  "MASTER_WALLET": "",      // Private key; There should be a solana on this wallet. (~0.000005 SOL for one wallet from wallet.txt);
  "TIP_AMOUNT": 0.1,        // 0.1 = 10%, if >0.05 = 0.05(5%);
  "MIN_TOKEN_AMOUNT": 20    // Filters wallets by token balance;

๐Ÿ“ Input Files Structure

data/wallets.txt

2CQYCy8Jwer8t8ZPwhKDAhL17CNQWHojoLJGWE6Yj6uk5Po4xHcoW8XRnQzZjTsh3UNFq2UnRtQyxZx4UKXr92CJ
4QEYkSecKJgbiLyoNkLbufaXCyJz8AEGa26BqQpAepypCXucafgP1NoYSRKWWcmN1LfsFJLU1sod3RQsPmiorcWB
2jnkMifvFN5mrK5T8kmRdUQAZdVxWp4irLMNzUH29Ye5dQQ7qfKGfwMm6HQr87yNSP5twb8CV1NPCZS8zeRT5EHi

data/proxies.txt

http://user:pass@ip:port
http://ip:port:user:pass
socks5://user:pass@ip:port

โš ๏ธ Important Notes

  • ๐Ÿ’ธ MultiSend $NC - Sends tokens $NC from wallets.txt to VAULT_WALLET.
  • ๐Ÿ’ฐ Consecutive-claim - Claims your tokens from wallets.txt, sends $NC to VAULT_WALLET, closes ATA, and sends the entire $SOL balance to the next wallet. (You need to have enough Solana in the first wallet from wallets.txt; ๐Ÿ”ฅExpenses: ~ 0.0027898 SOL๐Ÿ”ฅ per wallet. For the module to work correctly, you need to enter at least 2 wallets in wallets.txt)
  • ๐Ÿงฒ Claim $NC - Claims all available tokens for a wallet.
  • ๐Ÿ’ฒ ClaimYourSol - Closes ATA from wallets.txt, redeems the fee, and sends $SOL to VAULT_WALLET. FeePayer - MASTER_WALLET. (If there is no $SOL in the wallets, the transaction fee will be paid by MASTER_WALLET.)
  • ๐Ÿงฎ TokenCheker - Filters wallets from wallets.txt by MIN_TOKEN_AMOUNT tokens and writes the result to checked_wallets.txt

๐Ÿš€ Usage

  1. Configure all necessary files as described above
  2. Start the claimer:
    node console.js

๐Ÿ“ž Support

Join our Telegram community for support: