Pls I need help in developing my trust wallet auto withdrawal bot | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pls I need help in developing my trust wallet auto withdrawal bot

9th Jun 2023, 10:02 PM
adeleke victor
adeleke victor - avatar
12 Answers
+ 5
adeleke victor Please, refrain from giving any personal information publicly. It's not advisable. Delete your details by yourself.
9th Jun 2023, 11:09 PM
D Shah 🎯⏳️
D Shah 🎯⏳️ - avatar
+ 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
9th Jun 2023, 11:03 PM
Kevin ★
0
Please give me the code and tell me where are you stuck.
9th Jun 2023, 10:06 PM
Danish Zubair
Danish Zubair - avatar
0
Ok. Am unable to message any one here
9th Jun 2023, 10:45 PM
adeleke victor
adeleke victor - avatar
0
Can I chat you on WhatsApp
9th Jun 2023, 10:46 PM
adeleke victor
adeleke victor - avatar
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.
9th Jun 2023, 11:13 PM
Danish Zubair
Danish Zubair - avatar
0
Ok. How can we discuss this now
9th Jun 2023, 11:16 PM
adeleke victor
adeleke victor - avatar
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.
9th Jun 2023, 11:17 PM
adeleke victor
adeleke victor - avatar
0
This is the code
9th Jun 2023, 11:18 PM
adeleke victor
adeleke victor - avatar
0
I don't no how to make it work 😭🤣
9th Jun 2023, 11:18 PM
adeleke victor
adeleke victor - avatar
0
Ok thanks D shah
9th Jun 2023, 11:19 PM
adeleke victor
adeleke victor - avatar
0
Please don't know how to create an program
10th Jun 2023, 4:33 PM
Codeder
Codeder - avatar