\[ANN\] Feathercoin Developer API....
-
Even though this API has been available for a couple of months now, it seems not many people are aware of it as I only released the information in the projects section. So as a result I have decided to give it an official announcement in the hope it will be of use to any fellow developers out there.
[b]Developer information here:[/b]
[url=http://api.feathercoin.com/?output=info]http://api.feathercoin.com/?output=info[/url][b]Original thread here:[/b]
[url=http://forum.feathercoin.com/index.php?topic=3056.0]http://forum.feathercoin.com/index.php?topic=3056.0[/url] -
Arn’t there quite a few open source applications that could easily be cloned for Feathercoin, now we have this API
…For instance didn’t Zerodrama fork - Listen to Bitcoin to Feathsong?
These might be good projects to “Kickstart”, might not need money, just help. Maybe a list of potential clones?
-
Makes sense to me!
-
I just found out this from Ghostlander that I couldn’t find on the forum, how to build the ./feathercoind
This appears to be a deamon or service that you can run and poll for information, in this case testin GetNetworkHashps
[quote]
feathercoind is the daemon.It’s built separately from feathercoin-qt.
Edit src/makefile.unix to remove UPNP and IPV6, then “make -f makefile.unix” builds the daemon.
[/quote]It seems you can do everything ./Bitcoind or ./Litecoind can do… I’d be interested in hearing what they might be, I’m still learning about it.
-
[quote name=“wrapper0feather” post=“28363” timestamp=“1379452774”]
I just found out this from Ghostlander that I couldn’t find on the forum, how to build the ./feathercoindThis appears to be a deamon or service that you can run and poll for information, in this case testin GetNetworkHashps
[quote]
feathercoind is the daemon.It’s built separately from feathercoin-qt.
Edit src/makefile.unix to remove UPNP and IPV6, then “make -f makefile.unix” builds the daemon.
[/quote]It seems you can do everything ./Bitcoind or ./Litecoind can do… I’d be interested in hearing what they might be, I’m still learning about it.
[/quote]Your best bet is to study the RPC API calls and once you start exploring the daemon you will never look back, exploring the Vin’s of the raw txid’s is my new found joy. :)
I recommend to begin with that you learn each of these commands and their uses:
[url=https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list]https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list[/url]
Have a play and learn, if you get stuck or need any pointers give me a shout. 8)