Post
Topic
Board Project Development
Re: Large Bitcoin Collider Thread 2.0
by
Pustul
on 12/11/2017, 03:38:43 UTC
Hi, I stumbled across this project while researching math behind the process of generating BTC addresses. Very interesting project!

I was wondering if this will run on ARM cpus, I tried to set it up on a Raspberry Pi and I have an error during benchmarking:

Code:
Benchmark info not found - benchmarking... ./kardashev-generic: 1: ./kardashev-generic: Syntax error: ")" unexpected
Generator validity check failed. Expected: 5 or 7, Got: 0
With output:
--

I have also tried to set it up on a mining rig I have and it works but I have this warning message when launching the script:

Code:
./kardashev-sandybridge: /usr/local/cuda-8.0/targets/x86_64-linux/lib/libOpenCL.so.1: no version information available (required by ./kardashev-sandybridge)

Still it is able to compute keys at 0.79 Mkeys/s (it's a AMD Athlon X2 340 ultra cheap cpu) but I guess it's complaining because the cpu is AMD?