bitcoin-payment-channel: Library for working with Bitcoin payment channels
A Bitcoin payment channel allows secure and instant transfer of bitcoins from one party to another. Payments are created and verified in less than a millisecond (plus network latency), and cannot be double spent, as the receiver of funds is defined during channel setup. When the channel is closed, the settlement transaction transfers the appropriate value to each party, thus paying the Bitcoin transaction fee only once, regardless of the number of payments made over the channel. The channel setup procedure is trustless, because the funding party - after the chosen expiration date - is able to reclaim the bitcoins used to fund the channel, in case the receiving party goes missing. This library implements a type of payment channel where channel setup is safe from transaction ID malleability, and value transfer is uni-directional (one party sends and the other party receives) (CHECKLOCKTIMEVERIFY-style).
Modules
[Index]
Downloads
- bitcoin-payment-channel-0.5.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 1.0.0.0, 1.0.1.0, 1.2.0.0 (info) |
---|---|
Dependencies | aeson (>=0.11.0 && <0.12.0), base (>=4.7 && <5), base16-bytestring (>=0.1.0 && <0.2.0), bytestring (>=0.10.0 && <0.11.0), cereal (>=0.5.0 && <0.6.0), errors (>=2.0.0 && <2.2.0), haskoin-core (>=0.4.0 && <0.5.0), hexstring (>=0.11.0 && <0.12.0), scientific (>=0.3.0 && <0.4.0), string-conversions (>=0.4 && <0.5), tagged (>=0.8 && <1.0), text (>=1.2.0 && <1.3.0), time (>=1.5.0 && <1.7.0) [details] |
License | LicenseRef-PublicDomain |
Author | Rune K. Svendsen <runesvend@gmail.com> |
Maintainer | Rune K. Svendsen <runesvend@gmail.com> |
Category | Bitcoin, Finance, Network |
Home page | https://github.com/runeksvendsen/bitcoin-payment-channel |
Bug tracker | https://github.com/runeksvendsen/bitcoin-payment-channel/issues |
Source repo | head: git clone git://github.com/runeksvendsen/bitcoin-payment-channel.git |
Uploaded | by runeks at 2016-10-22T20:03:53Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 11188 total (51 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-10-22 [all 1 reports] |