Is there a general way to get difficulty from any cryptocurrency coin?

587 views Asked by At

Is there a way to get the difficulty from any coin even if there isn't a blockchain site like http://blockchain.info/ (they have an API)? I need to access it programmatically and i want to have it from the source so ripping it from a site that already lists them all isn't an option. Im using a vps Ubuntu server so the ram and mainly the diskspace is limited hence, i cant have alot of blockchains installed on it.

1

There are 1 answers

2
nahtnam On

Most if not all have daemons you can use. You can run the daemon on the server and make a request for it. They should all be similar to the php one.