Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    \[ANN\] Feathercoin Developer API....

    Feathercoin Discussion
    3
    5
    1211
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U
      UKMark last edited by

      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]

      1 Reply Last reply Reply Quote 0
      • wrapper
        wrapper Moderators last edited by

        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?

        1 Reply Last reply Reply Quote 0
        • T
          T4rQu1N Regular Member last edited by

          Makes sense to me!

          1 Reply Last reply Reply Quote 0
          • wrapper
            wrapper Moderators last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • U
              UKMark last edited by

              [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 ./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]

              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)

              1 Reply Last reply Reply Quote 0
              • First post
                Last post