Search content
Sort by

Showing 3 of 3 results by SpacedCowboy
Post
Topic
Board Service Announcements
Re: BitcoinWisdom.com - Live LiteCoin Charts
by
SpacedCowboy
on 27/08/2017, 04:10:26 UTC
So I got tired of not having the data, and implemented it myself - currently only for Litecoin since that's what I'm invested in. If you want a (very similar) site for litecoin, feel free to come over to http://ltcwisdom.net/

The markets aren't there yet, but I'm working on it. I had to port my object-relational database model from Objective C on the Mac to C++ (I ended up creating a clone of Foundation in C++, which made the rest of it go pretty easily, not that anyone here cares [grin]). That now appears to be working, so I have some work to do with web sockets to get the live feed up and running, and we'll have similar functionality as the old site, at least for litecoin.

I may be persuaded to do bitcoin, but since I don't use it, it's not high on my list right now ...
Post
Topic
Board Service Announcements
Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts
by
SpacedCowboy
on 11/08/2017, 12:59:29 UTC
hashrate display seems broken.

Yeah, the LTC difficulty is now stuck as well. It's showing the difficulty of the last period, not the current one.

The LTC calculator has been broken for a while, it's returning figures at 2x what the real value ought to be
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CACH] CACHeCoin released based on scrypt-jane
by
SpacedCowboy
on 05/03/2014, 00:40:27 UTC
Trying to get it to run on a Mac...

followed the instructions at https://sites.google.com/site/rmdavidson/cgminer-3-7-2-patch-build-guide

Needed a couple more small patches (macs don't have malloc.h, and the inline keyword caused a couple of issues in sj_be32enc_vect) but nothing I would regard as serious. Configured as suggested, compiled and executes...

Quote
./cgminer --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388949883 -o stratum+tcp://pool.cachecoin.net:3333 -u -p

... but all I get is hardware errors. Anyone got any Mac-specific ideas ?

Cheers
   Simon.