Skip to content
New issue

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 chfast/ethash #122

Open
chfast opened this issue Oct 22, 2019 · 1 comment
Open

Replace this repo with chfast/ethash #122

chfast opened this issue Oct 22, 2019 · 1 comment
Projects

Comments

@chfast
Copy link

chfast commented Oct 22, 2019

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.

  • Python / pyethash ?
  • ethereum-js ?
@chfast chfast added this to Needs triage in Aleth 2019 Oct 22, 2019
@manwapri
Copy link

manwapri commented Apr 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Aleth 2019
  
Needs triage
Development

No branches or pull requests

2 participants