How to get difficulty from Fairbrix/Tenebrix?

4

1

How can I get the difficulty of Fairbrix or Tenebrix directly from the client? Without using an external site.

I use "getinfo" with Bitcoin but with Fairbrix/Tenebrix, "getinfo" doesn't return anything. I'm running it with their somewhat unstable "portable launcher".

Thanks!

Sean Chapman

Posted 2011-10-08T10:03:51.267

Reputation: 1 718

The getinfo RPC should work precisely the same on Fairbrix or Tenebrix as it does with the Bitcoin client. Are you running the GUI version or non-GUI version of the client? Are you sure you're enabling the client's RPC server?David Schwartz 2011-10-08T10:50:07.463

I'm running the GUI version. I'm running it through their "portable launcher" because I get debug assertion errors when I try running the exe directly :\ Good to know it's been coded to a high standard huh. And I have server=1 and daemon=1 in my config.Sean Chapman 2011-10-08T14:49:44.403

Answers

2

The easiest and most straightforward way would be going to www.allchains.info

No need to bother with command line and stuff.

Black

Posted 2011-10-08T10:03:51.267

Reputation: 31

At the time of writing the question, fairbrix wasn't included on allchains.info.Sean Chapman 2011-10-11T09:58:13.297