Bitcoin Forum
June 23, 2024, 04:00:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Альтернативные криптовалюты / BTCGPU - https://github.com/BTCGPU/BTCGPU/tree/master/doc Вопрос по настройке on: November 10, 2017, 11:01:25 AM
Есть кто нибудь кто прошел до конца сборки - настройки?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.7 (Windows/Linux) on: July 11, 2017, 08:16:03 AM
Could somebody tell me what is wrong?
I try start Claymore on supernova.cc but receive an error:
ETH: Stratum - Connected (eth.suprnova.cc:5005)
 DCR: Stratum - connecting to 'dcr.suprnova.cc' <217.182.138.167> port 3252
 DCR: Stratum - Connected (dcr.suprnova.cc:3252)
 DCR: Authorized
Code:
Received unknown response: {"jsonrpc":"2.0","result":["0x5e3851de49fd14fd80ee699c5796601c337dc474fc1ed8d62a5310ede84b66cd","0x9e9724706b96cf93985fa8f097f4c1a687ebc3c5fc93d50a68d8e51211a723e0","0x00000000ffb34c02420e9948eacd78cf33b059a88ade1ff0614f7f3c303cf3a7"]}
Received unknown response: {"jsonrpc":"2.0","result":["0x5e3851de49fd14fd80ee699c5796601c337dc474fc1ed8d62a5310ede84b66cd","0x9e9724706b96cf93985fa8f097f4c1a687ebc3c5fc93d50a68d8e51211a723e0","0x00000000ffb34c02420e9948eacd78cf33b059a88ade1ff0614f7f3c303cf3a7"]}
3  Local / Альтернативные криптовалюты / eXtremal-ik7/pool_frontend_zcash ошибка компиляции on: June 26, 2017, 10:57:29 AM
Пытаюсь собрать пул с гитхаба под 14 Юбунтой:
https://github.com/eXtremal-ik7/pool_frontend_zcash
при компиляции poolcore возникает ошибка которая где то в репликах была откомментирована что сборка, что сборка должна происходить после компиляции zcashd.
Но у меня он откомпилирован и запускается, а ошибка все равно есть.
Сможет кто помочь советом?
Маке файл собирается нормально:
cmake has gone succesfully:
alex@ubuntu:~/ZEC/poolcore/x86_64-Linux$ cmake ../src -DROOT_SOURCE_DIR=/home/alex/ZEC -DZCASH_ENABLED=1
Code:
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- thread
-- system
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.1f")
/home/alex/ZEC/zcash
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alex/ZEC/poolcore/x86_64-Linux

А вот при компиляции ошибка (zcashd уже собран):
alex@ubuntu:~/ZEC/poolcore/x86_64-Linux$ make -j5
Code:
[ 7%] Scanning dependencies of target poolrpczcash
Generating pool_generated.cpp, pool_generated.h
Scanning dependencies of target poolcommon
[ 14%] [ 21%] Building CXX object zcash/CMakeFiles/poolrpczcash.dir/__/poolrpc/poolrpc.cpp.o
Building CXX object zcash/CMakeFiles/poolrpczcash.dir/zcash.cpp.o
[ 35%] [ 35%] Building CXX object poolcommon/CMakeFiles/poolcommon.dir/poolapi.cpp.o
Building CXX object poolcommon/CMakeFiles/poolcommon.dir/pool_generated.cpp.o
In file included from /home/alex/ZEC/poolcore/src/zcash/zcash.cpp:3:0:
/home/alex/ZEC/zcash/src/main.h:10:35: fatal error: config/bitcoin-config.h: No such file or directory
#include "config/bitcoin-config.h"
^
compilation terminated.
make[2]: *** [zcash/CMakeFiles/poolrpczcash.dir/zcash.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [zcash/CMakeFiles/poolrpczcash.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX static library libpoolcommon.a
[ 35%] Built target poolcommon
make: *** [all] Error 2
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!