ubimust / ETHMiner-OpenCL-FPGA-Mining-OpenCL-Accelerators-Xilinx-Alveo-U200-Serie

OpenCL FPGA Mining on Xilinx Alveo u200 u250 u280 FPGA Cards
http://ubimust.com
GNU General Public License v3.0
32 stars 19 forks source link

alveo u200 Bad URI regex_error #2

Closed manwapri closed 4 years ago

manwapri commented 4 years ago

Procedure followed:

git clone https://github.com/ubimust/ETHMiner-OpenCL-FPGA-Mining-OpenCL-Accelerators-Xilinx-Alveo-U200-Serie.git
git submodule update --init --recursive
mkdir build
cd build
/home/software/cmake3.17/bin/cmake ..
/home/software/cmake3.17/bin/cmake --build .
make install

Getting below error while mining:

[manwapri@localhost build]$ /usr/local/bin/ethminer --pool stratum://0x6CdEDBc29xxxxxxx.nnnn:@asia1.ethermine.org:14444

ethminer 0.18.0-alpha.3
Build: linux/release/gnu

Error: Bad URI : regex_error

I have installed u200 with bitstream:

[manwapri@localhost build]$ lspci | tail -2
01:00.0 Processing accelerators: Xilinx Corporation Device 5000
01:00.1 Processing accelerators: Xilinx Corporation Device 5001
manwapri commented 4 years ago

enable devtool 6 and then download and install ethminer

scl enable devtoolset-6 bash

NikolIT commented 3 years ago

Hi. I had a problem running the miner on the same equipment (alveo u200), namely the miner does not see the equipment. Can you help fix this error? Thanks.

manwapri commented 3 years ago

Hi,

Regex error is because of compiler version you are using is less than 6, you must use gcc version 7 or 7+. It will solve your regex issue but still it will not detect alveo u200, it requires code change, I am also working on it. If you are a developer or you know any developer, get code change from them.

Update me if it will get resolved.

Regards, Priyesh.

On Sun, 21 Feb 2021, 6:58 pm NikolIT, notifications@github.com wrote:

Hi. I had a problem running the miner on the same equipment (alveo u200), namely the miner does not see the equipment. Can you help fix this error? Thanks.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ubimust/ETHMiner-OpenCL-FPGA-Mining-OpenCL-Accelerators-Xilinx-Alveo-U200-Serie/issues/2#issuecomment-782858244, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2LSM55E4WEP74G2LIAUNLTAEC7LANCNFSM4MEWR6SA .

NikolIT commented 3 years ago

Thanks for the quick reply, I will let you know when it solves this problem.

нд, 21 лют. 2021, 20:25 користувач manwapri notifications@github.com пише:

Hi,

Regex error is because of compiler version you are using is less than 6, you must use gcc version 7 or 7+. It will solve your regex issue but still it will not detect alveo u200, it requires code change, I am also working on it. If you are a developer or you know any developer, get code change from them.

Update me if it will get resolved.

Regards, Priyesh.

On Sun, 21 Feb 2021, 6:58 pm NikolIT, notifications@github.com wrote:

Hi. I had a problem running the miner on the same equipment (alveo u200), namely the miner does not see the equipment. Can you help fix this error? Thanks.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub < https://github.com/ubimust/ETHMiner-OpenCL-FPGA-Mining-OpenCL-Accelerators-Xilinx-Alveo-U200-Serie/issues/2#issuecomment-782858244 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AH2LSM55E4WEP74G2LIAUNLTAEC7LANCNFSM4MEWR6SA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ubimust/ETHMiner-OpenCL-FPGA-Mining-OpenCL-Accelerators-Xilinx-Alveo-U200-Serie/issues/2#issuecomment-782902474, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4YYCUL2EBHEBRXF35CMUDTAFF2TANCNFSM4MEWR6SA .

countDmone commented 3 years ago

@NikolIT how are you progressing with the issues surrounding the bitstream and having your U200 card recognized? Any help you can offer me in getting this setup will be greatly appreciated. Thank you.