fox404
- Issues with Bitcoin Inscription Using C#Feb 10, 2020
Yeah, I actually have a more complex version for the script. It creates the inscription address, I send some BTC to it, then the script uses that UTXO. The JS script works great, but the C# one throws a signature error…
- Issues with Bitcoin Inscription Using C#Feb 8, 2020
I know about OP_RETURN, but it won't work for my project. My app needs the string to be read with an ordinal envelope. Instead of "Hello world!", I'll use the SHA256 hash. I’m using an ordinal block explorer and giving…
- Issues with Bitcoin Inscription Using C#Feb 7, 2020
Hey folks, I posted about this a bit ago and thought it’d be easy... but boy was I wrong. Trying to make a Bitcoin inscription in C#. The libraries out there do it for Javascript and some others, but I can't find any…
I got a script that creates an inscription taproot address using Javascript. Here’s the link https://gist.github.com/ChristianOConnor/fa07462990a74606f486f97031783e50. I’ve even put the private key and inscription text…