https://github.com/codler/bitcoin-phpminer
phpMiner for bitcoin
https://github.com/codler/bitcoin-phpminer
Last synced: 9 months ago
JSON representation
phpMiner for bitcoin
- Host: GitHub
- URL: https://github.com/codler/bitcoin-phpminer
- Owner: codler
- Created: 2011-06-18T15:09:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T08:53:38.000Z (over 12 years ago)
- Last Synced: 2025-03-29T23:22:42.120Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 361 KB
- Stars: 122
- Watchers: 29
- Forks: 83
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin phpMiner
phpMiner uses CPU and it is slower than normal CPU miner. I didn't know it untill I made it, but that wasn't the goal. The goal was to be able to mine on server without much trouble and to run this on for example a webhost.
Run `test.php` for **testcase**.
Look in `work.php` for **example** how to use.
The proxy.php should have URI "/"
I am open for improvements and feedback.
## Usage
Via CLI:
Edit settings in `work.php` and run
php work.php
or Via Browser:
Visit `work.php`-page
## Donate
Feel free to donate. `1NibBDZPvJCm568CZMnJUBJoPyUhW7aSag` This will keep me continue improving and updating, Thanks!
## Change log
2013-08-04 - **v1.0.1**
* Fix warning notices in PHP 5.5
2011-06-18 - **v1.0**
* First commit