We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace this repo with https://github.com/chfast/ethash. This one can be renamed to ethash-legacy and should be archived.
Identify current users of this library.
The text was updated successfully, but these errors were encountered:
ethash clone and compile procedure:
sudo yum install -y *gcc* sudo yum install -y *g++* sudo yum install -y *libboost* sudo yum install -y python sudo yum install -y python-virtualenv* sudo yum install -y cryptopp sudo yum install -y *opencl* wget https://raw.githubusercontent.com/Xilinx/XRT/master/src/runtime_src/tools/scripts/xrtdeps.sh sudo sh xrtdeps.sh sudo yum install -y cmake sudo yum install -y git git clone https://github.com/ethereum/ethash.git cd ethash/ git checkout v23.1 sed -i '16 s/^/pip install --upgrade pip\npip install nose\npip install pysha3\n/' ./test/python/test.sh sed -i '39 s/^/#include \n/' ./src/benchmark/benchmark.cpp make cd test/c/build make ethash make Benchmark_FULL ./src/benchmark/Benchmark_FULL
Sorry, something went wrong.
No branches or pull requests
Replace this repo with https://github.com/chfast/ethash.
This one can be renamed to ethash-legacy and should be archived.
Identify current users of this library.
The text was updated successfully, but these errors were encountered: