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/Makefile | |
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/Makefile')
-rw-r--r-- | gold/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile b/gold/Makefile index 69b9119b..97ddcf71 100644 --- a/gold/Makefile +++ b/gold/Makefile @@ -2,3 +2,4 @@ install: ln -snf $$PWD/mtgox/ticker_text.sh ../bin/mtgox_ticker ln -snf $$PWD/scex/ticker_text.sh ../bin/scex_ticker ln -snf $$PWD/mooncoin/ticker_text.sh ../bin/mooncoin_ticker + ln -snf $$PWD/bitcoinslc/stats_text.sh ../bin/bitcoinslc_stats |