Author

Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! - page 148. (Read 215807 times)

legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Damn, is not there a Windows wallet  Shocked  Shocked Shocked ?

Of course there is. Look in cryptonite.info
hero member
Activity: 711
Merit: 500
Damn, is not there a Windows wallet  Shocked  Shocked Shocked ?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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 Smiley
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.
full member
Activity: 175
Merit: 113
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 Smiley
But thanks, I'll see how I get that imported. Must be possible somehow.
full member
Activity: 243
Merit: 105
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
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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.
member
Activity: 116
Merit: 10
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.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
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
newbie
Activity: 10
Merit: 0
Hey guys

I finally got the wallet synced up but when I run the miner I get the following error:

Code:
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!
full member
Activity: 175
Merit: 113
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!
full member
Activity: 299
Merit: 100
Hey guys

I finally got the wallet synced up but when I run the miner I get the following error:

Code:
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
legendary
Activity: 2294
Merit: 1182
Now the money is free, and so the people will be
oh nova didnt think of that one, thanks.  I tend to steer clear of chinese exchanges.  edit: oh wallet maintenance.  XCN really needs a proper exchange, cryptopia would be a good start.
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
I'd mine and support this coin, but unfortunately there is nowhere to trade it.  Bter is a scam site IMO and you will never see any withdrawals from there, as no way in hell im uploading my passport to these fuckers.

Use btc38, novaexchange or bx.
legendary
Activity: 2294
Merit: 1182
Now the money is free, and so the people will be
I'd mine and support this coin, but unfortunately there is nowhere to trade it.  Bter is a scam site IMO and you will never see any withdrawals from there, as no way in hell im uploading my passport to these fuckers.
member
Activity: 96
Merit: 25
Could be the drivers since it starts
newbie
Activity: 10
Merit: 0
There should be a space between the yyy and -p
Must've been a typo when I blanked out my username / pw. It's correct in my bat file.

Also try leave out -s or use -s 3 and higher
No difference unfortunately.
member
Activity: 96
Merit: 25
There should be a space between the yyy and -p

Also try leave out -s or use -s 3 and higher
newbie
Activity: 10
Merit: 0
Hey guys

I finally got the wallet synced up but when I run the miner I get the following error:

Code:
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.
member
Activity: 78
Merit: 10
keep this hard work ,i amwaiting for your successful
Thanks, but I may not be the one to get it done first.
Either way it is a win.
I think we'll have a pool up and running for testing during the week.
Who knows, may have three versions of pools to test out and see which one is best in performance and reliability.
sr. member
Activity: 546
Merit: 250
does anyone build pool use nomp and mpos successfully?  

Yes, but only with Litecoin.
Still figuring out how to add in a new algorithm (a new coin to an existing supported algorithm, is easy enough).
With an added difficulty of communicating with the XCN Wallet... I think I got the idea of what is needed to be modified. The hardest part for me is the algorithm at this stage.

i'd actually created a m7 stratum module for nomp a little while back,
it was the getblocktemplate giving me issues.

however i've just got that part sorted and doing some testing now.

EDIT: depending on how you handle the getblocktemplate, you will run into a specific issue using nomp.. (just a hint)
I am quite fine with sharing this out to get pools up and running quickly.
For the getblocktemplate seems to just need to re-arrange the values from the wallet to the server standards.
Code:
Standard Wallets
00 - "capabilities"
01 - "version"
02 - "rules"
03 - "vbavailable"
04 - "vbrequired"
05 - "previousblockhash"
06 - "transactions" {data, txid, hash, depends {fee, sigops, weight}}
07 - "coinbaseaux" {flags}
08 - "coinbasevalue"
09 - "longpollid"
10 - "target"
11 - "mintime"
12 - "mutable" {time, transactions, prevblock}
13 - "noncerange"
14 - "sigolimit"
15 - "sizelimit"
16 - "curtime"
17 - "bits"
18 - "height"

XCN Wallet
00 - "version"
01 - "previousblockhash"
02 - "accountroothash"
03 - "transactions" {data, fee, sigops}
04 - "coinbasevalue"
05 - "coinbasetx"
06 - "longpollid"
07 - "target"
08 - "mintime"
09 - "mutable" {time, transactions, prevblock}
10 - "noncerange"
11 - "sigolimit"
12 - "sizelimit"
13 - "curtime"
14 - "bits"
15 - "height"
Thus remap/rearrange things.
In Pseudo Code:
GetBlockXCN[0..15] = [XCN Wallet's GetBlockTemplate];
GetBlockTemp[0..18] = GetBlockXCN['proposal', 00, 'csv', '', '0', 01, 03, '', 04, 06, 07,  08, 09, 10, 11, 12, 13, 14, 15]
GetBlockTemplate[0..18] = GetBlockTemp[0..18]

Other than for verifying the correct hard values (ie: proposal and csv), I think that is all there is to it.

Ref:
https://en.bitcoin.it/wiki/Getblocktemplate
https://chainquery.com/bitcoin-api/getblocktemplate

keep this hard work ,i amwaiting for your successful
Jump to: