haskoin-wallet: Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support.
This package provides a SPV (simple payment verification) wallet implementation. It features BIP32 key management, deterministic signatures (RFC-6979) and first order support for multi-signature transactions. You can communicate with the wallet process through a ZeroMQ API or through a command-line tool called "hw" which is also provided in this package.
Modules
- Network
- Haskoin
- Network.Haskoin.Wallet
- Network.Haskoin.Wallet.Client
- Network.Haskoin.Wallet.Internals
- Network.Haskoin.Wallet.Model
- Network.Haskoin.Wallet.Server
- Network.Haskoin.Wallet.Settings
- Network.Haskoin.Wallet
- Haskoin
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
mysql | Use MySQL instead of Sqlite | Disabled |
library-only | Do not build the executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- haskoin-wallet-0.2.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2 |
---|---|
Dependencies | aeson (>=0.7 && <0.9), aeson-pretty (>=0.7 && <0.8), base (>=4.8 && <5), bytestring (>=0.10 && <0.11), conduit (>=1.2 && <1.3), containers (>=0.5 && <0.6), daemons (>=0.2 && <0.3), data-default (>=0.5 && <0.6), deepseq (>=1.4 && <1.5), directory (>=1.2 && <1.3), esqueleto (>=2.4 && <2.5), exceptions (>=0.6 && <0.9), file-embed (>=0.0 && <0.1), filepath (>=1.4 && <1.5), haskoin-core (>=0.2 && <0.3), haskoin-node (>=0.2 && <0.3), haskoin-wallet, leveldb-haskell (>=0.6 && <0.7), lifted-async (>=0.2 && <0.8), lifted-base (>=0.2 && <0.3), monad-control (>=1.0 && <1.1), monad-logger (>=0.3.13 && <0.4), mtl (>=2.1 && <2.3), persistent (>=2.2 && <2.3), persistent-mysql (>=2.2 && <2.3), persistent-sqlite (>=2.2 && <2.3), persistent-template (>=2.1 && <2.2), resourcet (>=1.1 && <1.2), SafeSemaphore (>=0.10 && <0.11), split (>=0.2 && <0.3), stm (>=2.4 && <2.5), stm-chans (>=3.0 && <3.1), stm-conduit (>=2.6 && <2.7), string-conversions (>=0.4 && <0.5), text (>=0.11 && <1.3), time (>=1.5 && <1.6), transformers-base (>=0.4 && <0.5), unix (>=2.6 && <2.8), unordered-containers (>=0.2 && <0.3), yaml (>=0.8 && <0.9), zeromq4-haskell (>=0.6 && <0.7) [details] |
License | LicenseRef-PublicDomain |
Author | Philippe Laprade |
Maintainer | Philippe Laprade |
Revised | Revision 1 made by PhilippeLaprade at 2021-01-04T10:25:08Z |
Category | Bitcoin, Finance, Network |
Home page | http://github.com/haskoin/haskoin |
Bug tracker | http://github.com/haskoin/haskoin/issues |
Source repo | head: git clone git://github.com/haskoin/haskoin.git |
Uploaded | by PhilippeLaprade at 2015-11-23T12:00:36Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hw |
Downloads | 5430 total (2 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-11-30 [all 4 reports] |