romasalah
|
|
July 08, 2017, 09:08:56 PM |
|
Hey guys I finally got the wallet synced up but when I run the miner I get the following error: C:\Users\xxx\Desktop\Miners\Cryptonite>ccminer -a m7 -s 1 -o http://127.0.0.1:8252 -u yyy-p zzz *** ccminer 0.0.2-djm34 for nVidia GPUs by djm34 *** Built with VC++ 2015 and nVidia CUDA SDK 8.0
Originally based on Christian Buchner and Christian H. project based on tpruvot 1.8.4 release Include algos from alexis78, djm34, sp, tsiv and klausT. *** News (02/08/2017): lyra2Z algo for ZCoin
BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze (djm34) ZCoin donation address: aChWVb8CpgajadpLmiwDZvZaKizQgHxfh5 (djm34)
[2017-07-08 14:59:25] NVAPI GPU monitoring enabled. [2017-07-08 14:59:25] 2 miner threads started, using 'm7' algorithm. [2017-07-08 14:59:25] m7 block 1537185, diff 496024.27, net 7703.60 MH/s [2017-07-08 14:59:26] GPU #1: Gigabyte GTX 1080 Ti, 23.08 MH/s [2017-07-08 14:59:26] GPU #0: MSI GTX 1080 Ti, 22.93 MH/s [2017-07-08 14:59:30] GPU #1: Gigabyte GTX 1080 Ti, 5722.27 kH/s [2017-07-08 14:59:30] GPU #0: MSI GTX 1080 Ti, 23.59 MH/s [2017-07-08 14:59:30] GPU #1: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:30] GPU #1: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:30] GPU #1: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:31] CTRL_C_EVENT received, exiting Terminate batch job (Y/N)? Any idea on what may be causing this? My Nvidia driver version is 382.53 if that makes any difference. I usually get the launch failure when I over clock the cards more than they afford. I think it's more related to the GPUs rather than the miner or the network
|
|
|
|
gnasirator
|
|
July 09, 2017, 05:38:58 AM |
|
Hey Pallas, about your miner: I'm currently trying to import it into my eclipse cdt installation (Win7x64). (I'd like to get into CUDA and also see whether I can maybe build a more optimised version for my PC)
Are you developing with eclipse, too? I'm struggling with importing it as an existing makefile project. I have mingw64 installed and can compile&run hello world successfully, it's now only about understanding how to import the project correctly. I'd rather not use VisualStudio as I really like eclipse a lot. Also the .sln file seems broken? Could you give me a hint maybe? Right now, after creating a new makefileproject with existing source code in that folder, whenever I click build, eclipse shows a nullpointer exception error (odd).
Do I have to regenerate the makefile first? If so, how would I do that on windows? Thanks!
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
kwertyzar
Newbie
Offline
Activity: 10
Merit: 0
|
|
July 09, 2017, 08:13:58 AM |
|
Hey guys I finally got the wallet synced up but when I run the miner I get the following error: C:\Users\xxx\Desktop\Miners\Cryptonite>ccminer -a m7 -s 1 -o http://127.0.0.1:8252 -u yyy-p zzz *** ccminer 0.0.2-djm34 for nVidia GPUs by djm34 *** Built with VC++ 2015 and nVidia CUDA SDK 8.0
Originally based on Christian Buchner and Christian H. project based on tpruvot 1.8.4 release Include algos from alexis78, djm34, sp, tsiv and klausT. *** News (02/08/2017): lyra2Z algo for ZCoin
BTC donation address: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze (djm34) ZCoin donation address: aChWVb8CpgajadpLmiwDZvZaKizQgHxfh5 (djm34)
[2017-07-08 14:59:25] NVAPI GPU monitoring enabled. [2017-07-08 14:59:25] 2 miner threads started, using 'm7' algorithm. [2017-07-08 14:59:25] m7 block 1537185, diff 496024.27, net 7703.60 MH/s [2017-07-08 14:59:26] GPU #1: Gigabyte GTX 1080 Ti, 23.08 MH/s [2017-07-08 14:59:26] GPU #0: MSI GTX 1080 Ti, 22.93 MH/s [2017-07-08 14:59:30] GPU #1: Gigabyte GTX 1080 Ti, 5722.27 kH/s [2017-07-08 14:59:30] GPU #0: MSI GTX 1080 Ti, 23.59 MH/s [2017-07-08 14:59:30] GPU #1: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:30] GPU #1: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:30] GPU #1: unspecified launch failure [2017-07-08 14:59:30] GPU #0: unspecified launch failure [2017-07-08 14:59:31] CTRL_C_EVENT received, exiting Terminate batch job (Y/N)? Any idea on what may be causing this? My Nvidia driver version is 382.53 if that makes any difference. I usually get the launch failure when I over clock the cards more than they afford. I think it's more related to the GPUs rather than the miner or the network It was something to do with my setup. I changed one of my cards from the 1x to 16x slot and now it's actually running!
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
July 09, 2017, 09:07:34 AM |
|
Hey Pallas, about your miner: I'm currently trying to import it into my eclipse cdt installation (Win7x64). (I'd like to get into CUDA and also see whether I can maybe build a more optimised version for my PC)
Are you developing with eclipse, too? I'm struggling with importing it as an existing makefile project. I have mingw64 installed and can compile&run hello world successfully, it's now only about understanding how to import the project correctly. I'd rather not use VisualStudio as I really like eclipse a lot. Also the .sln file seems broken? Could you give me a hint maybe? Right now, after creating a new makefileproject with existing source code in that folder, whenever I click build, eclipse shows a nullpointer exception error (odd).
Do I have to regenerate the makefile first? If so, how would I do that on windows? Thanks!
No, I don't use IDEs, just a text editor. About the "project" files, I just edit the autoconf files, in this case Makefile.am. It's the most portable and standard way. Then ./autogen.sh, ./configure, make
|
|
|
|
maxuscz
Member
Offline
Activity: 116
Merit: 10
|
|
July 09, 2017, 04:27:34 PM |
|
So. Im invest two days for wallet update... I do my best - still need download 13 000 blocks info... Damn.. No pools, no good wallet but coin hase own market... Any game here about we dont know? Really dont understand situation about this coin.
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
July 09, 2017, 04:57:56 PM |
|
So. Im invest two days for wallet update... I do my best - still need download 13 000 blocks info... Damn.. No pools, no good wallet but coin hase own market... Any game here about we dont know? Really dont understand situation about this coin.
Yesterday I tested sync from scratch, it went fine and took half an hour on a modest pc. If you used the snapshot, you'd need much less blocks than 13000, something like 2000.
|
|
|
|
krnlx
|
|
July 09, 2017, 05:22:17 PM |
|
So. Im invest two days for wallet update... I do my best - still need download 13 000 blocks info... Damn.. No pools, no good wallet but coin hase own market... Any game here about we dont know? Really dont understand situation about this coin.
Yesterday I tested sync from scratch, it went fine and took half an hour on a modest pc. If you used the snapshot, you'd need much less blocks than 13000, something like 2000. ++ confirmed. compiled with -O3 -march=native on i3-4170 sync is fast
|
|
|
|
gnasirator
|
|
July 09, 2017, 08:39:54 PM |
|
Hey Pallas, about your miner: I'm currently trying to import it into my eclipse cdt installation (Win7x64). (I'd like to get into CUDA and also see whether I can maybe build a more optimised version for my PC)
Are you developing with eclipse, too? I'm struggling with importing it as an existing makefile project. I have mingw64 installed and can compile&run hello world successfully, it's now only about understanding how to import the project correctly. I'd rather not use VisualStudio as I really like eclipse a lot. Also the .sln file seems broken? Could you give me a hint maybe? Right now, after creating a new makefileproject with existing source code in that folder, whenever I click build, eclipse shows a nullpointer exception error (odd).
Do I have to regenerate the makefile first? If so, how would I do that on windows? Thanks!
No, I don't use IDEs, just a text editor. About the "project" files, I just edit the autoconf files, in this case Makefile.am. It's the most portable and standard way. Then ./autogen.sh, ./configure, make wow - I would never want to do that. I completely rely on eclipse's code-navigation and autocomplete features to keep an overview But thanks, I'll see how I get that imported. Must be possible somehow.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
July 09, 2017, 08:53:21 PM |
|
Hey Pallas, about your miner: I'm currently trying to import it into my eclipse cdt installation (Win7x64). (I'd like to get into CUDA and also see whether I can maybe build a more optimised version for my PC)
Are you developing with eclipse, too? I'm struggling with importing it as an existing makefile project. I have mingw64 installed and can compile&run hello world successfully, it's now only about understanding how to import the project correctly. I'd rather not use VisualStudio as I really like eclipse a lot. Also the .sln file seems broken? Could you give me a hint maybe? Right now, after creating a new makefileproject with existing source code in that folder, whenever I click build, eclipse shows a nullpointer exception error (odd).
Do I have to regenerate the makefile first? If so, how would I do that on windows? Thanks!
No, I don't use IDEs, just a text editor. About the "project" files, I just edit the autoconf files, in this case Makefile.am. It's the most portable and standard way. Then ./autogen.sh, ./configure, make wow - I would never want to do that. I completely rely on eclipse's code-navigation and autocomplete features to keep an overview But thanks, I'll see how I get that imported. Must be possible somehow. I do use code navigation and completion as well. You do not need to import that, just run autogen, configure and make.
|
|
|
|
Lucky - Luciano
|
|
July 09, 2017, 11:31:38 PM |
|
Damn, is not there a Windows wallet ?
|
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
July 09, 2017, 11:34:27 PM |
|
Damn, is not there a Windows wallet ? Of course there is. Look in cryptonite.info
|
|
|
|
HamiltonWDS
Member
Offline
Activity: 78
Merit: 10
|
|
July 10, 2017, 03:09:02 AM |
|
I have updated the How To for Linux with the wallet, based on more tests and from the information in the later postings. Link https://bitcointalk.org/index.php?topic=1801595.msg19763598#msg19763598If this appears all correct, I would like to tack it into the Wiki. Which should make things easier to look up, rather than in the forums.
|
Sign off, Hamilton
|
|
|
HamiltonWDS
Member
Offline
Activity: 78
Merit: 10
|
|
July 10, 2017, 05:11:53 AM |
|
Well how about that... I claim to be a security expert, but forgot about firewall, doh.
For effective soloming, the external firewall (as well as host), does need to allow for UPNP it seems (and of course ensure the router has it enabled). And no matter what can be done, Sophos UTM does not support UPNP, and no tricks are possible, other than to physically bypass it. Time to move to a different firewall...
|
Sign off, Hamilton
|
|
|
gnasirator
|
|
July 10, 2017, 07:42:02 AM |
|
very(!) nice. I'll recompile the wallet for my Debian 7 server asap (explorer). Hopefully, that gets rid of me relying on Statifier to keep it running.
|
XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
July 10, 2017, 07:51:18 AM |
|
thanks! when it's ready, I will notify bitfreak so he can update the wiki.
|
|
|
|
HamiltonWDS
Member
Offline
Activity: 78
Merit: 10
|
|
July 10, 2017, 11:25:33 AM |
|
I think I am done with it. Will add in another section, but as its own for solo mining. Added in about testing and for UPNP.
|
Sign off, Hamilton
|
|
|
pallas (OP)
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
July 10, 2017, 11:43:27 AM |
|
I think I am done with it. Will add in another section, but as its own for solo mining. Added in about testing and for UPNP.
Thanks! I just dropped a note to bitfreak. Meanwhile there is a link to your guide in the first post.
|
|
|
|
esprit577
|
|
July 10, 2017, 02:50:28 PM |
|
Will anyone set up a pool?The CC pool often goes wrong, can't mining properly, or can you share the source of the pool?
|
|
|
|
krnlx
|
|
July 10, 2017, 02:53:23 PM |
|
Will anyone set up a pool?The CC pool often goes wrong, can't mining properly, or can you share the source of the pool?
You can mine solo, the blocktime of this coin is 1 min, 1440 blocks in 24h, solo mining is possible even with one card
|
|
|
|
yadan86
|
|
July 10, 2017, 03:05:19 PM |
|
i want to make a pool , contract ocminer hope he can share m7 hash moudle for nomp,but no reponse yet
|
|
|
|
|