Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

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

Comments

@chfast
Copy link
Member

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 ?
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants