From 19289a7161d0f2cf2e210bdfe4cd702f6d71928c Mon Sep 17 00:00:00 2001 From: EUcancER Date: Mon, 5 Sep 2011 01:43:17 +0200 Subject: 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 --- gold/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gold/Makefile') 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 -- cgit v1.2.3