Skip to main content

3 posts tagged with "beginner"

View All Tags

· 3 min read
featured image

A regtest node is a Bitcoin node running regtest network. Usually it is ran locally and is useful because you control when a block get mined which is useful when testing, debugging or developing things.

· 6 min read
featured image

Ever wondered how to lock sats using a simple mathematical equation rather than a traditional signature? In this guide, we delve into the world of Bitcoin scripting, showcasing how you can lock sats using a straightforward equation and then unlock them to spend into another address. Of course we advise against doing this on mainnet so someone doesn't steal your precious sats. Of course, because we're not degens we'll do this on our own regtest network, a sandbox environment perfect for such explorations.