Gugg das ist meine Ausgabe.
╭─alu@king in ~
╰─λ cd ./Dev/XBTGPUARC/
╭─alu@king in repo: XBTGPUARC on master [x!+?]
╰─λ make clean && make
rm -f xbtgpuarc cpu_miner *.o *.d
g++ -std=c17 -Wall -O2 -DCL_TARGET_OPENCL_VERSION=300 -MMD -MP -c main.cpp -o main.o
g -std=c17 -Wall -O2 -DCL_TARGET_OPENCL_VERSION=300 -MMD -MP -c miner_loop.cpp -o miner_loop.o
g -std=c17 -Wall -O2 -DCL_TARGET_OPENCL_VERSION=300 -MMD -MP -c opencl_utils.cpp -o opencl_utils.o
g -std=c17 -Wall -O2 -DCL_TARGET_OPENCL_VERSION=300 -MMD -MP -c stratum_notify_listener.cpp -o stratum_notify_listener.o
g -std=c17 -Wall -O2 -DCL_TARGET_OPENCL_VERSION=300 -MMD -MP -c globals.cpp -o globals.o
g -std=c++17 -Wall -O2 -DCL_TARGET_OPENCL_VERSION=300 -MMD -MP -o xbtgpuarc main.o miner_loop.o opencl_utils.o stratum_notify_listener.o globals.o -lOpenCL -lboost_system -lboost_json -lpthread
╭─alu@king in repo: XBTGPUARC on master [x!+?] took 9s
╰─λ ./run.sh
🚀 Starte XBTGPUARC mit Algo: zhash_144_5
👤 Worker: Gb4V4a9Jk3p8aH6jkW3Aq3sq8rQCuJQ6S8.A730m
🎛 Platform: 1 | Device: 0 | Intensity: 42148
🌐 Pool: solo-btg.2miners.com:4040
🌍 Gefundene OpenCL-Plattformen: 3
[Plattform 0]
Name: rusticl
Vendor: Mesa/X.org
Version: OpenCL 3.0
⚠ Keine Geräte gefunden.
[Plattform 1]
Name: Intel(R) OpenCL Graphics
Vendor: Intel(R) Corporation
Version: OpenCL 3.0
[Device 0] Intel(R) Arc(TM) A730M Graphics
[Plattform 2]
Name: Intel(R) OpenCL Graphics
Vendor: Intel(R) Corporation
Version: OpenCL 3.0
[Device 0] Intel(R) Iris(R) Xe Graphics
🧠 Gerät: 11597.6 MiB VRAM | Nutzung: 21.9 MiB
❌ Build-Fehler:
1:107:27: error: use of undeclared identifier 'out_index'
output_nonces[out_index] = nonce;
^
1:108:30: error: use of undeclared identifier 'out_index'
solution_indexes[out_index] = 1;
^
1:110:30: error: use of undeclared identifier 'out_index'
solution_indexes[out_index] = 0;
^
1:113:13: error: use of undeclared identifier 'is_below_target'
if (is_below_target(hash, target)) {
^
1:113:35: error: use of undeclared identifier 'target'
if (is_below_target(hash, target)) {
^
1:114:27: error: use of undeclared identifier 'out_index'
output_nonces[out_index] = nonce;
^
1:115:30: error: use of undeclared identifier 'out_index'
solution_indexes[out_index] = 1;
^
╭─alu@king in repo: XBTGPUARC on master [x!+?] took 0s
[🔴] ×
Ja das mit dem Päckchen packen auf der Grafikkarte ist natürlich das Schwerste. Aber den Rest habe ich Strukturell schon mal geschafft. Also alles drum herum. Ohne Abschreiben und Spicken bei anderen. :-D Ich habe keine Vorlagen benutzt, nix. Nur bei zhash für den Kernel habe ich bisle nach der Mathematik gesucht, ist aber auch allgemeinwissen.
Anonsten ist das alles von der Pike auf gebaut worden. :-D
RE: Ich spiele gerade mit meinem jetzt wirklich Fertig Funktionierendem Mining Programm herum.