Welcome!
This tool helps you create USDT tokens quickly and easily. Whether you're looking to flash tokens for a short time or transfer them on ERC20 and TRC20 networks, you’re in the right place.
What Are USDT Tokens?
USDT (Tether) tokens are stablecoins that are worth about one U.S. dollar. They make it easier to trade and move money in the cryptocurrency world without the wild price swings of other cryptocurrencies.
Why Use This Tool?
Creating and managing USDT tokens can help you trade more effectively on platforms like Binance P2P. This tool streamlines the process for you!
- ERC20 & TRC20 Support: Create tokens on Ethereum and Tron networks.
- Flash Tokens Valid for 7 Days: Your tokens last for a week, giving you time to trade or transfer them.
- Transfer, Trade, or Sell: Tokens are easy to move around and trade.
- Email Notifications: Get email confirmations when your tokens are created.
- Secure Logging with SQLite3: Keeps a record of all your transactions.
Before running the script, make sure to set these variables:
DB_FILE: SQLite3 database file for transaction logs.EMAIL_FROM: Sender email for confirmations.EMAIL_TO: Recipient email for confirmations.SMTP_SERVER: OpenSMTPD server address.FLASH_TOKEN_DURATION: How long the tokens are valid.BINANCE_USERNAME: Your Binance username for trading.BINANCE_API_KEY: Your Binance API Key.BINANCE_API_SECRET: Your Binance API Secret.ETH_NODE_URL: Your Ethereum node URL.TRON_NODE_URL: Your Tron node URL.
Here’s how to set everything up:
-
Clone the Repository
Get the project on your computer:
git clone https://github.com/basicfeatures/basic-usdt.git cd basic-usdt -
Install Dependencies
Make sure you have the necessary tools installed:
doas pkg_add -U ruby sqlite3 opensmtpd gem install sqlite3 mail eth.rb tron.rb
-
Configure OpenSMTPD
Set up OpenSMTPD for sending email notifications:
doas vi /etc/mail/smtpd.conf
Example configuration:
listen on lo0 accept for local deliver to mbox accept for any relay via "smtp://mail.example.com" auth -
Run the Script
After everything’s set up, run the script to create your USDT tokens:
./install.sh
- Create Tokens: You can create USDT tokens that are valid for 7 days.
- Transfer and Trade: These tokens can be traded or sold on Binance.
- Use Before Expiry: Make sure to trade or transfer your tokens within the 7-day period.
- Profit: This tool helps make trading easier for you.
Here are a few things to keep in mind:
- Invalid Wallet Address: If you enter an incorrect address, you’ll need to fix it.
- Network Issues: If your internet goes out, token creation will fail.
- Transaction Errors: Sometimes, tokens might not be created due to blockchain issues.
- Email Problems: Check your email settings if you don't receive confirmations.
- Database Issues: Occasionally, SQLite3 might have problems, so keep an eye on it.
This project is licensed under the MIT License. See the LICENSE file for more details.