bitcoin minen mit nheqminer: "Cannot find file: ../nheqminer/nheqminer.pro"

Sarius87

Banned
Registriert
Mai 2016
Beiträge
888
hallo, habe probiert nheqminer auf meinem test-vserver zu installieren, hab diese anleitung befolgt : https://www.youtube.com/watch?v=EldQk9R6sww

die schritte dort sind :


Code:
https://github.com/nicehash/nheqminer.git
cd nheqminer
mkdir build
cd build
qmake ../nheqminer/nheqminer.pro
make

./nheqminer -l usa -u 12v4d15AuopsVzudct7J8LJMm7qH95SxA1.workerx -t 1


aber bei "qmake ../nheqminer/nheqminer.pro" bekomme ich :

Code:
Cannot find file: ../nheqminer/nheqminer.pro.


aber wieso ?? Sehe viele haben das problem... und wenn ich den direkt pfad angebe :

Code:
qmake /root/nheqminer/nheqminer/nheqminer.pro

bekomme ich kein fehler doch beim nächsten command kommt dann ein fatal error...


Code:
root@root599046:~/nheqminer/build# qmake /root/nheqminer/nheqminer/nheqminer.pro                                                                                                                                                                             
root@root599046:~/nheqminer/build# make
g++ -c -m64 -pipe -std=gnu++11 -O3 -Wall -W -fPIC -DHAVE_DECL_HTOBE16 -DHAVE_DEC                                                                                                                                                                             L_HTOLE16 -DHAVE_DECL_BE16TOH -DHAVE_DECL_LE16TOH -DHAVE_DECL_HTOBE32 -DHAVE_DEC                                                                                                                                                                             L_HTOLE32 -DHAVE_DECL_BE32TOH -DHAVE_DECL_LE32TOH -DHAVE_DECL_HTOBE64 -DHAVE_DEC                                                                                                                                                                             L_HTOLE64 -DHAVE_DECL_BE64TOH -DHAVE_DECL_LE64TOH -DHAVE_BYTESWAP_H -DHAVE_DECL_                                                                                                                                                                             BSWAP_16 -DHAVE_DECL_BSWAP_32 -DHAVE_DECL_BSWAP_64 -I../nheqminer -I. -I../nheqm                                                                                                                                                                             iner/3rdparty -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o main.o ../                                                                                                                                                                             nheqminer/main.cpp
In file included from ../nheqminer/3rdparty/boost/predef/hardware/simd.h:9:0,
                 from ../nheqminer/3rdparty/boost/predef/hardware.h:14,
                 from ../nheqminer/3rdparty/boost/predef.h:20,
                 from ../nheqminer/3rdparty/boost/smart_ptr/detail/yield_k.hpp:2                                                                                                                                                                             8,
                 from ../nheqminer/3rdparty/boost/smart_ptr/detail/spinlock_sync                                                                                                                                                                             .hpp:18,
                 from ../nheqminer/3rdparty/boost/smart_ptr/detail/spinlock.hpp:                                                                                                                                                                             50,
                 from ../nheqminer/3rdparty/boost/smart_ptr/detail/spinlock_pool                                                                                                                                                                             .hpp:25,
                 from ../nheqminer/3rdparty/boost/smart_ptr/shared_ptr.hpp:35,
                 from ../nheqminer/3rdparty/boost/shared_ptr.hpp:17,
                 from ../nheqminer/3rdparty/boost/signals2/deconstruct.hpp:28,
                 from ../nheqminer/3rdparty/boost/signals2.hpp:15,
                 from ../nheqminer/libstratum/ZcashStratum.h:10,
                 from ../nheqminer/libstratum/StratumClient.h:6,
                 from ../nheqminer/main.cpp:8:
../nheqminer/3rdparty/boost/predef/hardware/simd/x86.h:13:53: fatal error: boost                                                                                                                                                                             /predef/hardware/simd/x86/versions.h: No such file or directory
compilation terminated.
Makefile:1859: recipe for target 'main.o' failed
make: *** [main.o] Error 1


habe es mit debian 8 und ubuntu probiert, bei beidem der fehler.
 
Zuletzt bearbeitet:
NHEQMINER ist nicht für Bitcoin Mining gedacht sondern Equihash - ZEC/ZCL/KMD
In bitcointalk.org Forum hat jemand dein Problem schon mal gepostet und einen lösungvorschlag erhalten.

Bei deinem Fehler hier z.b Fehlt die Boost Library ..hast du sie installiert? In der Readme stehen die Ubuntu Packages, die du nachziehen musst für ein compilier Vorgang.

Der einfache Weg wäre, wenn du das Precompiled Package von Nicehash benützt.
 
Zuletzt bearbeitet:
ja die boost libary ist drauf.


TK-Shockwave schrieb:
Der einfache Weg wäre, wenn du das Precompiled Package von Nicehash benützt.


wo finde ich die ?


nachtrag: habs grad mit cmake und wies in der readme steht gemacht, damit gehts jetzt... aber beim starten kommt "Worker not authorized" :


Code:
root@root599046:~/nheqminer/nheqminer/build# ./nheqminer -u BITCOINADRESSE.worker1
Equihash CPU Miner for NiceHash v0.1c
Thanks to Zcash developers for providing most of the code
Special thanks to tromp for providing optimized CPU equihash solver

Setting log level to 2
[16:43:27][0x00007f80a6682700] stratum | Connecting to stratum server us1-zcash.flypool.org:3333
[16:43:27][0x00007f80a6682700] stratum | Connected!
[16:43:27][0x00007f80a6682700] stratum | Starting miner
[16:43:27][0x00007f80a584d700] miner#0 | Starting thread #0
[16:43:27][0x00007f80a584d700] miner#0 | Using Tromp's solver.
[16:43:27][0x00007f80a6682700] stratum | Subscribed to stratum server
[16:43:27][0x00007f80a6682700] miner | Extranonce is 1125bfc0c8
[16:43:27][0x00007f80a6682700] stratum | Worker not authorized: BITCOINADRESSE.worker1
[16:43:27][0x00007f80a6682700] stratum | Disconnecting
[16:43:27][0x00007f80a6682700] stratum | Stopping miner
terminate called without an active exception
Aborted (core dumped)



was mache ich falsch ? :/
 
Zuletzt bearbeitet:
Welchen Pool verwendest du jetzt?
Gehst du auf Nicehash (wäre schlechte Idee) da die Payments geringer sind als der Markt.

Wenn die es so wie o.g startest mit BITCOINADDRESS.Worker1 ist klar, wenns nicht geht - ich denke ma du hast eine korrekte Bitcoin Wallet Adresse benützt? Du kannst auch -l eu benützen für Server in Europa.
 
die wallet adresse ist doch die oder ?

2017-04-06_21.12.58.png


wenn ja die ist richtig ^^
 
Hallo,

es kommt vor, dass die BTC Adressen von Online-Wallets nicht korrekt propagiert wurden.
Nicehash ist da ab und an fummelig.

Ich würde dir Empfehlen miner direkt bei einem Pool wie suprnova oder flypool.
Ich gehe davon aus du minerst mit einer NVidia Karte? der Pascal Serie?
 
nvidia. habe flypool mal probiert, doch da bekomme auch "Worker not authorized". habe zcash auf meinem vserver installiert, doch was nun ?

und nebenbei : wie beende ich den "screen" beim nheqminer ? ^^ mit strg+c etc. geht es nicht...


diese schritte bei debian funktionieren bei mir nicht : https://github.com/etherchain-org/nheqminer#linux-ubuntu-1404--1604-build-cpu_xenoncat


Code:
  The following Boost libraries could not be found:

          boost_log_setup
          boost_log


bei
Code:
cmake .

geht das echt nur für ubuntu ?
 
Zuletzt bearbeitet:
Zurück
Oben