network-bitcoin: Interface with Bitcoin RPC
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.
Changes in v0.1.1
none, released to rebuild docs after Hackage server crash
Downloads
- network-bitcoin-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.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, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.3, 1.9.1 |
---|---|
Dependencies | aeson (>=0.3 && <0.4), attoparsec (>=0.7 && <0.10), base (>=4.3 && <4.4), bytestring (>=0.9 && <0.10), containers (>=0.4 && <0.5), HTTP (>=4000 && <4001), network (>=2.3 && <2.4), text (>=0.11 && <0.12) [details] |
License | BSD-3-Clause |
Copyright | Copyright 2011, Michael Hendricks |
Author | Michael Hendricks <michael@ndrix.org> |
Maintainer | Michael Hendricks <michael@ndrix.org> |
Category | Network |
Home page | http://github.com/mndrix/network-bitcoin |
Bug tracker | http://github.com/mndrix/network-bitcoin/issues |
Source repo | head: git clone git://github.com/mndrix/network-bitcoin.git |
Uploaded | by MichaelHendricks at 2011-11-14T22:05:48Z |
Distributions | |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Downloads | 18616 total (81 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-26 [all 6 reports] |