Skip to content

vermi0ffh/phpcoind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Project Status

For now, the project is not working and is subject to heavy code lifting.

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
  • ...

About

A BitCoin/DogeCoin client written in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages