-
Notifications
You must be signed in to change notification settings - Fork 180
How to Spend From a Multisig Address
Eric Voskuil edited this page May 7, 2015
·
16 revisions
This example is a continuation of How to Create a Multisig Address.
Send 0.001 bitcoins (100000 satoshis) to the multisig address using any Bitcoin wallet.
View the example transaction on blockchain.info.
Look up the balance of the address.
$ bx fetch-balance 3A6oGpJ5MzABAj9PofXKjcpTJCgYrdGBNJ
balance
{
address 3A6oGpJ5MzABAj9PofXKjcpTJCgYrdGBNJ
confirmed 100000
received 100000
unspent 100000
}
Notice that balance.confirmed
shows that the transaction has at least one confirmation.
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands