summaryrefslogtreecommitdiffstats
path: root/gold/scoreboard/modules/available/bitcoin/gather
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2011-09-05 01:43:17 +0200
committerEUcancER <root@euer.krebsco.de>2011-09-05 01:43:17 +0200
commit19289a7161d0f2cf2e210bdfe4cd702f6d71928c (patch)
treed50dc7678d41bfc309155fe6547848424d66d7a4 /gold/scoreboard/modules/available/bitcoin/gather
parent2b4fa0c5c5712096fb16df68f44af3a2954905a4 (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/scoreboard/modules/available/bitcoin/gather')
-rwxr-xr-xgold/scoreboard/modules/available/bitcoin/gather3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/scoreboard/modules/available/bitcoin/gather b/gold/scoreboard/modules/available/bitcoin/gather
index 8b996428..22410f7b 100755
--- a/gold/scoreboard/modules/available/bitcoin/gather
+++ b/gold/scoreboard/modules/available/bitcoin/gather
@@ -7,6 +7,7 @@ mkdir -p $LDIR
# write into live directory and archive
-$BITCOIND_PATH getinfo | python $HERE/render | tee $LDIR/$LF >> $ADIR/$LF
+#$BITCOIND_PATH getinfo | python $HERE/render | tee $LDIR/$LF >> $ADIR/$LF
+echo `date +"%Y-%m-%dT%H:%M:%S"` `$KREBSDIR/bin/bitcoinslc_stats` | sed -e 's/Difficulty: //' -e 's/Block: //' | tee $LDIR/_${LF}>> $ADIR/${LF}
echo `date +"%Y-%m-%dT%H:%M:%S"` `$KREBSDIR/bin/mtgox_ticker` | sed -e 's/High: //' -e 's/Low: //' -e 's/Last: //' | tee $LDIR/ticker_${LF}>> $ADIR/ticker_${LF}