Bypass-multisig-on-tron network allow only owner #3795
Replies: 10 comments 15 replies
-
|
First, this Github assists people who run into issues while taking the course associated with this GitHub repo. Secondly, I have never developed on the Tron network, so I have little or no knowledge to help. Anyone who knows will help as soon as they can. |
Beta Was this translation helpful? Give feedback.
-
|
I believe that vulnerability of bypassing the Tron multisig was fixed back in 2024. For now there is no way to bypass. If you lost access to the second wallet ...LRZ it means funds hung forever. Spend your time for recovering lost data rather than bypassing the multisig |
Beta Was this translation helpful? Give feedback.
-
|
For sure , we will soon find some one to bypass it .. |
Beta Was this translation helpful? Give feedback.
-
|
Hello @studentforcode Have you been able to bypass this? Someone did this to me three days ago and have now blocked but they didn't take the money i guess they can't. Please od get back to me. Thank you |
Beta Was this translation helpful? Give feedback.
-
|
@XenarMoon Is there a way to get this back? I read your article but did not understand much |
Beta Was this translation helpful? Give feedback.
-
|
I have the procedure codes to change multsig weights and threshhold to
authorize transaction. Hit me on WhatsApp +447366481634
…On Sat, 30 Aug 2025 at 17:21, notblaze11 ***@***.***> wrote:
@XenarMoon <https://github.com/XenarMoon> Is there a way to get this
back? I read your article but did not understand much
—
Reply to this email directly, view it on GitHub
<#3795 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BWBCBOVGX2ZSE4FW32IASP33QGXPPAVCNFSM6AAAAABZ76X37GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRWGMYTENI>
.
You are receiving this because you commented.Message ID:
<Cyfrin/foundry-full-course-cu/repo-discussions/3795/comments/14263125@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Let's talk it in telegram group |
Beta Was this translation helpful? Give feedback.
-
|
Telegram have ban the channel I have updated it to https://t.me/tronmultisigwallet |
Beta Was this translation helpful? Give feedback.
-
|
I have exactly the same problem. But the money is stuck on a lot more. I'm willing to reward whoever helps me with the solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
hope this question find you well ,
I would like some one to help me with a scripts from any library that bypass-multisig-on-tron network to allow only owner.
I have multysig wallet with threshols 2 , I am the owner with [key ] weight: 1 while the other active permission is weight: 2 .
I have been trying about 3 month same erro.
My code below appname = updateandtransfer.js
const TronWeb = require("tronweb");
// --- TronWeb Configuration ---
const fullNode = "https://api.trongrid.io";
const solidityNode = "https://api.trongrid.io";
const eventServer = "https://api.trongrid.io";
const ownerPrivateKey = "YOUR-PRIVATE-KEY-HERE"; // Owner's private key
const tronWeb = new TronWeb(fullNode, solidityNode, eventServer, ownerPrivateKey);
// USDT TRC20 contract address on Tron (Official)
const usdtContractAddress = "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t";
// Destination address (Change to your desired address)
const destinationAddress = "TG3JpzHoDCBcjBUvPXksvuDktB5dyzGFDw";
async function sendAllUSDTAndDisableActivePermission() {
try {
const senderAddress = tronWeb.defaultAddress.base58;
console.log("Sender Address:", senderAddress);
} catch (error) {
console.error("Error:", error);
}
}
// Execute function
sendAllUSDTAndDisableActivePermission();
erro code
kj@DESKTOP-ESKEHTDY MINTW64 /e/tronwallet/tronjava
$ node updateandtransfer.js
Sender Address: TDGZ4GfvCRe1d8oksj8fBD77ZHw4bkCPBA
Fetching USDT balance...
USDT Balance: 1834
Transferring 1834 USDT to TG3JpzHoDCBcjBUvPXksvuDktB5dyzGFDw...
Error: { error: 'SIGERROR', message: 'Validate signature error: sig error' }
Beta Was this translation helpful? Give feedback.
All reactions