library coind
A coin daemon implementation in PHP. It is compatible with most coins through configuration.
vermi0ffh/coind
A coin daemon implementation in PHP. It is compatible with most coins through configuration.
- Friday, April 25, 2014
- by vermi0ffh
- Repository
- 3 Watchers
- 1 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
phpcoind
A BitCoin/DogeCoin/AltCoin client written in PHP. The goal is to allow everyone with a simple php installation to connect and interract
with XXXCoins networks., (*1)
PHP Requirements
At least php 5.4 is needed, with socket support. Only 64 bits versions of php are supported, 32 bits may leads to errors.
BCMath or GMP must be present (at least one).
Composer is required for dependencies handling, (*2)
Project Status
For now, the project is not working and is subject to heavy code lifting., (*3)
What is working
- Connect to other peers (send version and verack packets)
- Can read all types of packets, but payload is not always parsed
- Can understand alert messages (at least enough to display the message in the logfile)
What is not working
- Blockchain download
- Transactions understanding
- Emmiting transactions
- Store wallets
- JSON API compatible with dogecoind
- Advanced JSON API
- Multiple networks
- Nice configuration
- ...
dev-master
9999999-dev
https://github.com/vermi0ffh/phpcoind
A coin daemon implementation in PHP. It is compatible with most coins through configuration.
Sources
Download
MIT
The Requires
The Development Requires
server
client
bitcoin
altcoin
litecoin
dogecoin