All Projects → Bit-Wasp → Bitcoin Php

Bit-Wasp / Bitcoin Php

Licence: unlicense
Bitcoin implementation in PHP

Programming Languages

script
160 projects

Projects that are alternatives of or similar to Bitcoin Php

Bitcoin in a nutshell
Книга о том, как действительно работает Bitcoin
Stars: ✭ 98 (-88.84%)
Mutual labels:  bitcoin, transaction
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (-79.27%)
Mutual labels:  bitcoin, transaction
Addressgenerator
💰 A macOS app to safely generate cryptocurrency address
Stars: ✭ 109 (-87.59%)
Mutual labels:  bitcoin, address
Bitsend
BitSend Master (Live Version)
Stars: ✭ 39 (-95.56%)
Mutual labels:  bitcoin, transaction
Btcdeb
Bitcoin Script Debugger
Stars: ✭ 267 (-69.59%)
Mutual labels:  bitcoin, transaction
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+53.87%)
Mutual labels:  bitcoin, transaction
Vanitysearch
Bitcoin Address Prefix Finder
Stars: ✭ 160 (-81.78%)
Mutual labels:  bitcoin, address
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (-94.08%)
Mutual labels:  bitcoin, address
bitcoincashjs
WARNING: This project is no longer maintained. Please, use bitcore-lib-cash instead.
Stars: ✭ 80 (-90.89%)
Mutual labels:  address, transaction
cosmospy
Python tools for Cosmos wallet management and offline transaction signing
Stars: ✭ 57 (-93.51%)
Mutual labels:  address, transaction
Neb.js
Stars: ✭ 80 (-90.89%)
Mutual labels:  transaction, address
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
Stars: ✭ 404 (-53.99%)
Mutual labels:  bitcoin, address
Learning Bitcoin From The Command Line
A complete course for learning Bitcoin programming and usage from the command
Stars: ✭ 2,010 (+128.93%)
Mutual labels:  bitcoin, transaction
Btcpy
A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
Stars: ✭ 225 (-74.37%)
Mutual labels:  bitcoin, transaction
Basic Blockchain Programming
Sample code from my blog series "Basic blockchain programming".
Stars: ✭ 282 (-67.88%)
Mutual labels:  bitcoin, transaction
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (-20.96%)
Mutual labels:  bitcoin, transaction
Finch
An Open Source Cryptocurrency Payment Processor.
Stars: ✭ 27 (-96.92%)
Mutual labels:  bitcoin
Lightninglib
lightninglib is a fork of lnd which aims to be usable as a go library inside any application, including mobile apps.
Stars: ✭ 11 (-98.75%)
Mutual labels:  bitcoin
Multy Back
Back-end of the Multy - mobile multy-blockchain wallet.
Stars: ✭ 26 (-97.04%)
Mutual labels:  bitcoin
Ipchain
IPChain Core Wallet
Stars: ✭ 26 (-97.04%)
Mutual labels:  bitcoin

Bitcoin

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version

This repository contains an implementation of Bitcoin using mostly pure PHP.

Warning: This library does not support 32-bit installs of PHP. Please also note that composer is the only supported installation method.

Installation

You can install this library via Composer: composer require bitwasp/bitcoin

Contributing

All contributions are welcome. Please see [this page] before you get started

Documentation

Check out the beginnings of the documentation for the library: [Introduction]

Presently supported:

  • Blocks, headers, and merkle blocks and bloom filters
  • P2SH & Segregated witness scripts
  • An adaptable elliptic-curve library, using [PhpEcc] by default, or libsecp256k1 if the bindings are found
  • Support for building, parsing, signing/validating transactions
  • Deterministic signatures (RFC6979)
  • BIP32 and electrum (older type I) deterministic key algorithms
  • BIP39, and the older electrum seed format.
  • ScriptFactory for common input/output types, parser, interpreter, and classifiers
  • Supports bindings to libbitcoinconsensus
  • Bindings to Stratum (electrum) servers

Other projects

Supporters

This library is a 100% open source project. We do not receive any funding from the industry, nor provide paid support or development of features. That said, we are grateful for our supporters who provide free access for open source projects:

JetBrains

Thanks to JetBrains for supporting the project through sponsoring some All Products Packs within their Free Open Source License program.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].