How to get the Redeem Script for a P2SH Address From Private Key with PHP
Just a quick piece of code, that is using Bitwasp library to mare redeem script from private key
Just a quick piece of code, that is using Bitwasp library to mare redeem script from private key
Spent several hours today figuring out how to interact with an ElectrumX server, and it resulted into just several lines of code. I hope this will save someone time. I will show 2 versions – for TCP and SSL connection to ElectrumX server. Here is the TCP one: If you prefer to connect to your server with SSL… Read More »
Sometimes you need to pass behind the standard gap of 20 unused addresses to show all the addresses with balance on your wallet. When it comes to Electrum, there are 2 similar commands to generate “regular” and “change” addresses (Electrum considers these addresses are different so you need to issue different commands. So in order to create 200… Read More »
Another script, that I had to create by myself, since I haven’t found a solution for such a simple task. Let’s say you create a multisig Bitcoin wallet in Electrum. Let’s start with a basic version where you have 2 signatures out of 2 possible, so you need to have both to send funds. You follow this guide… Read More »