fox404

Member
4
Posts
42
Reputation
Dec 14, 2015
Joined
Recent posts
  • 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…

  • 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…

  • 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…