Skip to content

m0n0ph1/phpminer

 
 

Repository files navigation

phpminer

A pure PHP miner for CryptoNight

Based on https://github.com/shift-reality/php-crypto ,Thanks to @Bogdan

it's not finished yet


The project's almost done, Incredibly cryptonight() produces 27 seconds a hash.So the hashrate is 0.03H/s.
I have known that the bottleheck is that php doesn't fit to calculate and mem access so frequently.

I hope that this project can achieve at lease 1H/s.
So there are some possible solutions:
①Waiting for Just-In-Time of PHP8.
②make an extension of cryptonight algo.

and I will keep moving till this project reach the expectation.

About

pure PHP miner for CryptoNight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%