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.
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
For now, the project is not working and is subject to heavy code lifting.
- 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)
- Blockchain download
- Transactions understanding
- Emmiting transactions
- Store wallets
- JSON API compatible with dogecoind
- Advanced JSON API
- Multiple networks
- Nice configuration
- ...