-
Notifications
You must be signed in to change notification settings - Fork 48
I need help. #54
Description
Hello,
I am developing a project with Asp Net Core c#.
I have one tron wallet in my project.
I want my members to send USDT with TRC20.
When I check the transfers to my wallet, I see from which wallet number and how much amount.
When they send usdt from some crypto exchanges (binance,coinbase,paribu etc...), I can't find which member sent it.
In the transfer details, the sender's wallet number appears as singular.
To solve this problem, I created a wallet for each member with TronNet(https://github.com/stoway/TronNet).
I send 3 TRX from my own wallet to the wallet number I created for the member so that the wallet number I created for the member is active.
After the member has transferred USDT to the wallet number I created for him, I want to transfer the incoming USDT to my own wallet with the PrivateKey I created for the member.
For this transfer, the member's wallet must also have sufficient TRX balance, Energy and Banwith.
When the member transfers USDT at different times during the day, I think there will be a problem in energy, Banwith and trx balance.
How can I overcome this problem.
Thank you for your help.