network-bitcoin-0.1.0: Interface with Bitcoin RPC

The network-bitcoin package

This can be used to send Bitcoins, query balances, etc. It requires the Bitcoin daemon to be running and accessible via HTTP.

 import Network.Bitcoin

 main = do
    balance <- getBalance auth
    putStrLn $ show balance ++ " BTC"
  where
    auth = Auth "http://127.0.0.1:8332" "user" "password"

To learn more about Bitcoin, see http://www.bitcoin.org.

Properties

Versions0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.2.1, 1.2.2
Dependenciesaeson (0.3.*), attoparsec (≥0.7 & <0.10), base (4.3.*), bytestring (0.9.*), containers (0.4.*), HTTP (4000.*), network (2.3.*), text (0.11.*)
LicenseBSD3
CopyrightCopyright 2011, Michael Hendricks
AuthorMichael Hendricks <michael@ndrix.org>
MaintainerMichael Hendricks <michael@ndrix.org>
Stabilityexperimental
CategoryNetwork
Home pagehttp://github.com/mndrix/network-bitcoin
Bug trackerhttp://github.com/mndrix/network-bitcoin/issues
Upload dateFri Nov 11 22:11:13 UTC 2011
Uploaded byMichaelHendricks
Build failureghc-7.2 (log), ghc-7.4 (log)

Modules

Downloads