Ubuntuで掘りたいんだけど
24 Res. 0.00114114 MONA 3 Fav.
1 :名無し三段:2015/09/15 00:23:05 (9年前) 0MONA/0人
750tiなんだけどhttps://blog.visvirial.com/articles/499の通りにしてみてもbash autogen.shのところで許可がありませんって出て進まないから知恵を貸してほしい
2 :ひとばしらさん五段錬士:2015/09/15 00:30:05 (9年前) 0MONA/0人
頭にsudoつけて実行してみたらどうなりますか?
3 :びりある五段:2015/09/15 01:59:21 (9年前) 0MONA/0人
>>1
エラーの内容(英語のメッセージ)をそのまま正確に貼ってください。
4 :名無し三段:2015/09/15 04:33:53 (9年前) 0MONA/0人
>>3 bash: /home/user/ダウンロード/ccminer-lyra-0.5/autogen.sh: 許可がありません こんな感じです
5 :名無し三段:2015/09/15 05:29:47 (9年前) 0MONA/0人
自己解決しました
6 :名無し三段:2015/09/15 05:34:37 (9年前) 0MONA/0人
make all-recursive
make[1]: Entering directory '/home/user/デスクトップ/ccminer-lyra'
Making all in compat
make[2]: Entering directory '/home/user/デスクトップ/ccminer-lyra/compat'
Making all in jansson
make[3]: Entering directory '/home/user/デスクトップ/ccminer-lyra/compat/jansson'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/user/デスクトップ/ccminer-lyra/compat/jansson'
make[3]: Entering directory '/home/user/デスクトップ/ccminer-lyra/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/user/デスクトップ/ccminer-lyra/compat'
7 :名無し三段:2015/09/15 05:35:31 (9年前) 0MONA/0人
make[2]: Leaving directory '/home/user/デスクトップ/ccminer-lyra/compat'
make[2]: Entering directory '/home/user/デスクトップ/ccminer-lyra'
g++ -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -g -O2 -MT ccminer-ccminer.o -MD -MP -MF .deps/ccminer-ccminer.Tpo -c -o ccminer-ccminer.o `test -f 'ccminer.cpp' || echo './'`ccminer.cpp
ccminer.cpp:12:30: fatal error: cuda_runtime_api.h: そのようなファイルやディレクトリはありません
#include "cuda_runtime_api.h"
^
8 :名無し三段:2015/09/15 05:35:35 (9年前) 0MONA/0人
compilation terminated.
Makefile:1424: recipe for target 'ccminer-ccminer.o' failed
make[2]: *** [ccminer-ccminer.o] Error 1
make[2]: Leaving directory '/home/user/デスクトップ/ccminer-lyra'
Makefile:1612: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/デスクトップ/ccminer-lyra'
Makefile:555: recipe for target 'all' failed
make: *** [all] Error 2
これはどのようにしたらいいのでしょうか?
9 :名無し三段:2015/09/15 10:47:05 (9年前) 0MONA/0人
次はNVCCコマンドが見つかりませんって出てきたけど
ホントLinuxって難しい
10 :名無し百五十五段:2015/09/15 11:19:40 (9年前) 0MONA/0人
そこ情報が完全じゃないからいろいろ試行錯誤しないとだめだよ。
sgminerだって gitでsubmodulesを読み込まないとコンパイルできないから、
https://github.com/djm34/sgminer
こっちのビルド方法のほうやんないといけないのに書いてないし・・・。
11 :名無し三段:2015/09/15 12:16:31 (9年前) 0MONA/0人
試行錯誤かぁ英語をgoogle翻訳しながらなんとなく頑張ってるけど全くわからん
海外のサイトに乗っているコマンドを試してもうまく動かないし
12 :ひとばしらさん五段錬士:2015/09/15 12:30:08 (9年前) 0MONA/0人
パスの中にある日本語(2バイト文字)が邪魔してそう。
デスクトップ以外にファイル移動して、sudoオプションありで実行してみたらどうでしょう?
13 :名無し三段:2015/09/15 12:35:55 (9年前) 0MONA/0人
make all-recursive
make[1]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
Making all in compat
make[2]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[3]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[2]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
14 :名無し三段:2015/09/15 12:36:01 (9年前) 0MONA/0人
make[2]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
nvcc -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -I/usr/local/cuda/include -I. --ptxas-options="-v" --maxrregcount=128 -o heavy/heavy.o -c heavy/heavy.cu
/bin/bash: nvcc: コマンドが見つかりません
Makefile:2062: recipe for target 'heavy/heavy.o' failed
make[2]: *** [heavy/heavy.o] Error 127
make[2]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
Makefile:1612: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
Makefile:555: recipe for target 'all' failed
make: *** [all] Error 2
>>12
多分文字は大丈夫たと思うけどダメだった
15 :名無し百五十五段:2015/09/15 12:40:41 (9年前) 0MONA/0人
詳しくは調べてないけど、ようはnvccコンバイラが入ってないってことだろ?
http://d.hatena.ne.jp/sleepy_yoshi/20111119/p1
16 :名無し三段:2015/09/15 12:52:47 (9年前) 0MONA/0人
make all-recursive
make[1]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
Making all in compat
make[2]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[3]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[2]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra/compat'
make[2]: Entering directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
17 :名無し三段:2015/09/15 12:53:05 (9年前) 0MONA/0人
nvcc -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" -I/usr/local/cuda/include -I. --ptxas-options="-v" --maxrregcount=128 -o heavy/heavy.o -c heavy/heavy.cu
nvcc fatal : Unsupported gpu architecture 'compute_52'
Makefile:2062: recipe for target 'heavy/heavy.o' failed
make[2]: *** [heavy/heavy.o] Error 1
make[2]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
Makefile:1612: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/NVIDIA_CUDA-7.5_Samples/ccminer-lyra'
Makefile:555: recipe for target 'all' failed
make: *** [all] Error 2
次は何だよこれ
18 :名無し百五十五段:2015/09/15 14:33:44 (9年前) 0MONA/0人
Unsupported gpu architecture 'compute_52'
でぐぐったらCODA6.5じゃねぇとだめだとかmakeファイルを修正しろだとか出てくるな。
19 :名無し三段:2015/09/15 14:40:12 (9年前) 0MONA/0人
>>18
えぇ…安定してないんですかね?
windows版はどうだろ試してみよう
20 :ひとばしらさん五段錬士:2015/09/15 14:58:37 (9年前) 0MONA/0人
cpuminer-multiでまず掘れるか試してみましょう。
こちらが上手く行くなら、グラボの設定を見直しましょう。
21 :名無し六段:2015/09/15 16:08:13 (9年前) 0MONA/0人
とりあえずwindows版ならbatは
rem ccminer.exe -a lyra2v2 -o stratum+tcp://stratum-jp.asicpool.info:2102 -u 名前.user -p password --api-bind 0 --cpu-priority 2
ccminer.exe -a lyra2v2 -o stratum+tcp://lyra2rev2.jp.nicehash.com:3347 -u アドレス -p x --api-bind 0 --cpu-priority 2 -d750 -i 19
pause
でいいですかね?
22 :名無し六段:2015/09/15 16:32:30 (9年前) 0.00114114MONA/1人
あ掘れた
23 :名無し六段:2015/09/15 16:54:51 (9年前) 0MONA/0人
あでも二枚さしているのに一枚しか認識されてない
24 :悪代官三級:2015/09/15 22:22:19 (9年前) 0MONA/0人
compute_52で引っかかってるみたいだから、こっちの6.5入れれば通るんじゃないかな?
https://developer.nvidia.com/cuda-downloads-geforce-gtx9xx
ていうか、似たようなエラーで引っかかって上の入れたらとりあえず何とかなったけど。
お気に入り
新規登録してMONAをもらえた
本サイトはAsk Mona 3.0に移行しましたが、登録すると昔のAsk Monaで遊ぶことができます。