mirror of
https://github.com/FlipsideCrypto/chainwalkers_bitcoin.git
synced 2026-02-06 10:46:43 +00:00
9 lines
239 B
Bash
9 lines
239 B
Bash
# Get the current height of the blockchain and post json to stdout.
|
|
#
|
|
#
|
|
# Example:
|
|
# > bash parse_blocks.sh [100,101,102,103,104]
|
|
# > {"height": 3000000}
|
|
#
|
|
#
|
|
export PYTHONWARNINGS="ignore" && python parsing/scripts/height.py |