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