Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Topics

Resources

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages