0
Pls I need help in developing my trust wallet auto withdrawal bot
12 odpowiedzi
+ 5
adeleke victor
Please, refrain from giving any personal information publicly. It's not advisable.
Delete your details by yourself.
+ 2
Refer to Lothar's answer here:
https://www.sololearn.com/Discuss/3215997/?ref=app
Btw you can insert your codes in the question description when needed
https://code.sololearn.com/c37Qh9FB53mp/?ref=app
0
Please give me the code and tell me where are you stuck.
0
Ok.
Am unable to message any one here
0
Can I chat you on WhatsApp
0
I absolutely agree with D Shah 🎯⏳️ , this is a clear gateway for red hat team, to inject your system via your phone number, and then take posession of all your data.
0
Ok. How can we discuss this now
0
// Trust Wallet Auto Withdrawal Bot
// Importing packages
const TrustWallet = require('trust-wallet');
// Setting up Trust Wallet
const wallet = new TrustWallet({
address: '0x...', // Replace with your address
privateKey: '0x...' // Replace with your private key
});
// Setting up bot
const bot = wallet.createAutoWithdrawalBot({
interval: '30s', // 30s
address: '0x...', // 0x78d3ad7096924090eb88ae41163a9970c2299d5a
amount: '1', // 0.0011
});
// Starting the bot
bot.start()// bot.on('message', (msg) => {
// const chatId = msg.chat.id;
// console.log(msg);
// bot.sendMessage(chatId, 'Hello! I am Bot');I'm getting a bit of a headache trying to figure out how to properly structure a database for an application.
0
This is the code
0
I don't no how to make it work 😭🤣
0
Ok thanks D shah
0
Please don't know how to create an program