-
Notifications
You must be signed in to change notification settings - Fork 179
bx btc to satoshi
evoskuil edited this page Oct 20, 2014
·
11 revisions
Convert BTC to satoshi.
$ bx btc-to-satoshi --help
Usage: bx btc-to-satoshi [-h] [--config VALUE] [BTC]
Info: Convert BTC to satoshi.
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
BTC The number of BTC to convert. If not specified the
value is read from STDIN.
$ bx btc-to-satoshi 42
4200000000
maximum coinage
$ bx btc-to-satoshi 20999999.9769
2099999997690000
maximum representable in bx (64 bit unsigned integer)
$ bx btc-to-satoshi 184467440737.09551615
18446744073709551615
piped commands, round trip
$ bx satoshi-to-btc 18446744073709551615 | bx btc-to-satoshi
184467440737.09551615
18446744073709551615
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