-
[P2SH32](https://gitlab.com/0353F40E/p2sh32/-/tree/main) has been activated on mainnet BCH since 2023, yet EC not only cannot make use of it nor send to it, the address format doesn't show in transact…
-
## Seraphis Address Schemes
Seraphis is not compatible with CryptoNote addressing, due to a different key image design compared to CryptoNote. However, it _is_ compatible with a variety of interest…
-
Hey all!
I'm encountering an issue when broadcasting a PSBT transaction signed using FROST for aggregated Schnorr signatures. While individual Schnorr signatures work correctly, the aggregated sign…
-
Hi! Awesome work! I was wondering how do you get a multsig of m out of n, let's suppose, m is 2 and n is 3. So, I am interested to generate a multsig of 2 of 3 ? Any hints or any example that could he…
-
I want to create 2 of 2 multisig tx with psbt. But got error: `non-mandatory-script-verify-flag (Invalid Schnorr signature)`
Here are steps, psbt1 and psbt2 are different instances:
1. create i…
Eoous updated
7 months ago
-
@mainnet-pat is working on a debugger for CashScript. For this he is making certain changes to the CashScript compiler and SDK. We'll use this issue to document the progress on that.
This issue is …
-
The goal of this meta issue is to build a go-to place for links, information, and opportunities for building trustless zk-SNARKs as a potential future protocol building-block for Monero.
Disclaimer…
-
**
> This test example, trading broadcast error, please help me
**
network := address.TestnetNetwork
api := provider.SelectApi(provider.BlockCyperApi, &network)
// i generate random m…
-
As is today, users can use the vPSBT calls to add arbitrary scripts to encumber tap assets. Right now this needs to be done mostly manually, as [we currently only have low-level calls](https://github.…
-
Currently we XOR all the random contributions to come up with a random number. However, this is really easy for a malicious peer to game and force the contribution to be a random number of their choi…