summaryrefslogtreecommitdiffstats
path: root/gold/scoreboard/modules/available/bitcoin/init
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/init
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/init')
-rwxr-xr-xgold/scoreboard/modules/available/bitcoin/init6
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/scoreboard/modules/available/bitcoin/init b/gold/scoreboard/modules/available/bitcoin/init
index cc5688bd..97b60402 100755
--- a/gold/scoreboard/modules/available/bitcoin/init
+++ b/gold/scoreboard/modules/available/bitcoin/init
@@ -35,9 +35,9 @@ set tmargin 2
set size 1,0.5
set origin 0.0,0.5
set key left top
-plot "$ADIR/ticker_bitcoin" using 1:2 smooth bezier title "Scex High" with lines , \
- "$ADIR/ticker_bitcoin" using 1:3 smooth bezier title "Scex Low" with lines , \
- "$ADIR/ticker_bitcoin" using 1:4 smooth bezier title "Scex Last" with lines
+plot "$ADIR/ticker_bitcoin" using 1:2 smooth bezier title "High" with lines , \
+ "$ADIR/ticker_bitcoin" using 1:3 smooth bezier title "Low" with lines , \
+ "$ADIR/ticker_bitcoin" using 1:4 smooth bezier title "Last" with lines
EOF