RandomJS
RandomJS copied to clipboard
Cryptocurrency proof-of-work algorithm based on random javascript execution
tiny fix the docs so npm is also installed
I couldn't find a better issue to discuss this. RandomJS is _not_ ASIC-resistent. An ASIC designer may simply design a chip to do compilation. In effect, your PoW is a...
Is this algorithm going to be implemented in any future forks?
I added a new test project which can be used for testing results on different platforms. If you want to test it on your platform: 1. Start the sandbox `node...
With all the planned features implemented, the next task is to find the optimal generator options for production use. The program generator is highly configurable - I tried to minimize...
I have pushed a test release of the C++ generator. You can build it yourself (instructions [here](https://github.com/tevador/RandomJS/blob/master/doc/build.md)) or download precompiled binaries from [here](https://github.com/tevador/RandomJS/releases). The precompiled binaries require AVX instruction set,...
As of commit 7052d8165612ec5a9115649716ed17abbdb3fd7c, the runtime distribution of the generated program (with default `ProgramOptions.xml`) looks like this:  The distribution was calculated from 2 million random programs on a...