The latest version of network-bitcoin is 1.9.1-0.
network-bitcoin
Version 1.2.1 revision 0 uploaded by ClarkGaebel.
Package meta
- Synopsis
- An interface to bitcoind.
- Description
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.
- Author
- Michael Hendricks <michael@ndrix.org> Clark Gaebel <cgaebel@uwaterloo.ca>
- Bug reports
- http://github.com/wowus/network-bitcoin/issues
- Category
- Network
- Copyright
- 2012 Michael Hendricks <michael@ndrix.org> 2012 Clark Gaebel <cgaebel@uwaterloo.ca>
- Homepage
- http://github.com/mndrix/network-bitcoin
- Maintainer
- Clark Gaebel <cgaebel@uwaterloo.ca>
- Package URL
- n/a
- Stability
- experimental