summaryrefslogtreecommitdiffstats
path: root/gold/scoreboard
diff options
context:
space:
mode:
authortv <tv@xso>2011-09-05 20:46:22 +0200
committertv <tv@xso>2011-09-05 20:46:22 +0200
commitcbeb3f56c562905b97d1c3fec8b5ebfa9684c149 (patch)
tree68eacbea50a8f460a7f8566fe955319e780a0412 /gold/scoreboard
parent2f5655ced03243ef03eb3417c9f090117568a885 (diff)
parent2cf53c89ee1027ef5629a71b3ca98c90a8801a17 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'gold/scoreboard')
-rwxr-xr-xgold/scoreboard/modules/available/bitcoin/gather3
-rwxr-xr-xgold/scoreboard/modules/available/bitcoin/init6
-rwxr-xr-xgold/scoreboard/modules/available/solidcoin/gather2
-rwxr-xr-xgold/scoreboard/modules/available/solidcoin/init8
4 files changed, 10 insertions, 9 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}
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
diff --git a/gold/scoreboard/modules/available/solidcoin/gather b/gold/scoreboard/modules/available/solidcoin/gather
index b4fe81f2..8b54bbb8 100755
--- a/gold/scoreboard/modules/available/solidcoin/gather
+++ b/gold/scoreboard/modules/available/solidcoin/gather
@@ -9,4 +9,4 @@ mkdir -p $LDIR
# write into live directory and archive
$SOLIDCOIND_PATH sc_getinfo | python $HERE/render | tee $LDIR/$LF >> $ADIR/$LF
-echo `date +"%Y-%m-%dT%H:%M:%S"` `$KREBSDIR/bin/scex_ticker` | sed -e 's/High: //' -e 's/Low: //' -e 's/Last: //' | tee $LDIR/ticker_${LF}>> $ADIR/ticker_${LF}
+echo `date +"%Y-%m-%dT%H:%M:%S"` `$KREBSDIR/bin/mooncoin_ticker` | sed -e 's/High: //' -e 's/Low: //' -e 's/Last: //' | tee $LDIR/ticker_${LF}>> $ADIR/ticker_${LF}
diff --git a/gold/scoreboard/modules/available/solidcoin/init b/gold/scoreboard/modules/available/solidcoin/init
index 165569a4..b44a1b6b 100755
--- a/gold/scoreboard/modules/available/solidcoin/init
+++ b/gold/scoreboard/modules/available/solidcoin/init
@@ -29,15 +29,15 @@ set size 0.5,0.5
set origin 0.5,0.0
plot "$ADIR/solidcoin" using 1:3 title "Difficulty" with lines
-#set title "Scex Pricing"
+#set title "Pricing"
set notitle
set tmargin 2
set size 1,0.5
set origin 0.0,0.5
set key left top
-plot "$ADIR/ticker_solidcoin" using 1:2 smooth bezier title "Scex High" with lines , \
- "$ADIR/ticker_solidcoin" using 1:3 smooth bezier title "Scex Low" with lines , \
- "$ADIR/ticker_solidcoin" using 1:4 smooth bezier title "Scex Last" with lines
+plot "$ADIR/ticker_solidcoin" using 1:2 smooth bezier title "High" with lines , \
+ "$ADIR/ticker_solidcoin" using 1:3 smooth bezier title "Low" with lines , \
+ "$ADIR/ticker_solidcoin" using 1:4 smooth bezier title "Last" with lines
EOF