Tnodes / t-sol

T-SOL is a command-line tool that allows you to transfer the entire SOL balance from multiple Solana accounts to a single destination address.

Repository from Github https://github.comTnodes/t-solRepository from Github https://github.comTnodes/t-sol

T-SOL: Solana Balance Transfer Tool ๐Ÿš€๐Ÿ’ฐ

T-SOL is a command-line tool that allows you to transfer the entire SOL balance from multiple Solana accounts to a single destination address.

โœจ Features

  • ๐Ÿ’ธ Transfer SOL from multiple accounts to one destination address
  • ๐Ÿ”‘ Read private keys from a file
  • ๐Ÿงฎ Calculate and account for transaction fees
  • ๐Ÿš€ Automatic processing of all accounts without individual confirmations
  • ๐Ÿ“Š Display transaction details and balances

๐Ÿ› ๏ธ Prerequisites

  • Node.js (v12 or higher)
  • npm (Node Package Manager)

๐Ÿš€ Installation

  1. Clone this repository:

    git clone https://github.com/Tnodes/t-sol.git
    cd t-sol
    
  2. Install the dependencies:

    npm install
    

๐Ÿ“ Usage

  1. Create a file named private_key.txt in the project root directory.
  2. Add the private keys (only privatekey not pharse) of the Solana accounts you want to transfer from, one per line.
  3. Run the script:
    node index.js
    
  4. Enter the destination address when prompted.
  5. The script will automatically process all accounts and transfer the funds.

๐Ÿ”’ Security Notice

โš ๏ธ IMPORTANT: Keep your private_key.txt file secure and never share it. Consider deleting it after use.

โš™๏ธ Configuration

By default, the script connects to the Solana mainnet. To use a different network, modify the network parameter in the SolanaTransfer constructor in index.js.

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

๐Ÿ“„ License

This project is open source and available under the MIT License.

๐Ÿ‘จโ€๐Ÿ’ป Author

@Tnodes

๐Ÿ›Ž๏ธ Telegram

https://t.me/tdropid

โš ๏ธ Disclaimer

This tool is provided as-is, without any warranties. Use at your own risk. Always double-check the destination address before running the script, as all transfers will proceed automatically once started.

About

T-SOL is a command-line tool that allows you to transfer the entire SOL balance from multiple Solana accounts to a single destination address.

License:MIT License


Languages

Language:JavaScript 100.0%