-Coin
-Coin copied to clipboard
+Coin is a web interface in PHP for Bitcoin based daemons released under the public domain (UNLICENSE)
I added support for signing text messages with an address from the address book, via page `address.php`. Before adding the feature, I reverted the full codebase to commit 7c092cac5b7b0ea2e65a81b04dadad160d87f175 as...
From jsonRPCClient.php, line 132: ``` if ($fp = fopen($this->url, 'r', false, $context)) { $response = ''; while($row = fgets($fp)) { $response.= trim($row)."\n"; } $this->debug && $this->debug.='***** Server response *****'."\n".$response.'***** End...
Installed today. Works well after manually creating the address book file (#3). However, the UI offers no options to initiate transactions. Maybe this is because the backend `bitcoind` is still...
-Coin makes it extremely difficult using standard command line tools on Linux and OSX if you clone the repo directly in to a directory "-Coin". Is there significance to having...
With PHP 5.6 and Bitcoin 0.10.0, +Coin is sending incorrect headers to bitcoind resulting in an 500 response. I beleive this may be down to recent changes in PHP 5.6...
I obtain frequently errors like :Failed to retrieve data from the daemon, please check your configuration, and ensure that your coin daemon is running: exception 'Exception' with message 'Unable to...
+Coin needs to be cleaned up a little, e.g. fix some of the random PHP errors on some of the pages. Errors should really be turned off by default. It...
+Coin needs some form of authentication. Maybe start using an SQLite database to store some things such as the address book ( **PLEASE**, if you're going to add this yourself,...