-
Notifications
You must be signed in to change notification settings - Fork 176
bx watch address
Eric Voskuil edited this page Apr 19, 2017
·
21 revisions
Watch the network for transactions in which an address participates.
$ bx watch-address --help
Usage: bx watch-address [-h] [--config value] [--duration value]
[PAYMENT_ADDRESS]
Info: Watch the network for transactions in which an address
participates. Requires a Libbitcoin server connection.
Options (named):
-c [--config] The path to the configuration settings file.
-d [--duration] The duration of the watch in seconds, defaults to
600.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
PAYMENT_ADDRESS The participating payment address. If not specified
the address is read from STDIN.
This command supports configuration settings.
This command requires libbitcoin-server version 3.1.
This command reflects transactions created after the subscription is established.
Type
ctrl-c
to terminate the watcher.
connecting to an Obelisk server (unsupported)
$ bx watch-address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
Bad stream
monitor donations to Satoshi
$ bx watch-address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
This message will be written once the subscription is established.
Watching address: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa...
For each new transaction that impacts the address a new line will be written to the console.
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