diff options
| author | EUcancER <root@euer.krebsco.de> | 2011-09-05 01:43:17 +0200 |
|---|---|---|
| committer | EUcancER <root@euer.krebsco.de> | 2011-09-05 01:43:17 +0200 |
| commit | 19289a7161d0f2cf2e210bdfe4cd702f6d71928c (patch) | |
| tree | d50dc7678d41bfc309155fe6547848424d66d7a4 /gold/bitcoinslc/stats_text.sh | |
| parent | 2b4fa0c5c5712096fb16df68f44af3a2954905a4 (diff) | |
using external stats provider instead of running own bitcoind
this reduces the necessary maintenance overhead for bitcoind
where i had some issues with overly sized databases on a small hdd
bitcoinslc now provides the intel i am looking for:
Difficulty and Current Block
scoreboard -> bitcoin uses the new stats provider
Diffstat (limited to 'gold/bitcoinslc/stats_text.sh')
| -rwxr-xr-x | gold/bitcoinslc/stats_text.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/bitcoinslc/stats_text.sh b/gold/bitcoinslc/stats_text.sh new file mode 100755 index 00000000..2d146c86 --- /dev/null +++ b/gold/bitcoinslc/stats_text.sh @@ -0,0 +1,4 @@ +#! /bin/sh +set -euf +cd $(dirname `readlink -f $0`) +./bitcoinslc.stats | ./bitcoinslc.stats.render |
