Pages:
Author

Topic: ANN [NETKO][NETKO] PoW/PoS | NO PREMINE | BLAKE2S | 8.MARCH 2017 - page 48. (Read 86125 times)

hero member
Activity: 746
Merit: 500
Algorithm is BLAKE2S, its possible mine netko with rent rig? on nicehash or miningrigrentals i see black256-14-rnd, black256-8-rnd, etc. which one i use for mining/rent the rig?

black256-14-rnd is blake2s

Are you sure its the same?


Quote
BLAKE2b does 12 rounds, and BLAKE2s does 10 rounds, against 16 and 14 respectively
for BLAKE. Based on the security analysis performed so far, and on reasonable assumptions
on future progress, it is unlikely that 16 and 14 rounds are meaningfully more secure than
12 and 10 rounds. Recall that the initial BLAKE submission [1] had 14 and 10 rounds,
respectively, and that the later increase [2] was motivated by the high speed of BLAKE.
This change gives a direct speed-up of about 25% and 29%, respectively, on long data.
Speed on short data also significantly improves.

Source: https://blake2.net/blake2.pdf

black256-14-rnd I assume form the name does 14 rounds, blake2s does 10 rounds...
legendary
Activity: 3248
Merit: 1070
Algorithm is BLAKE2S, its possible mine netko with rent rig? on nicehash or miningrigrentals i see black256-14-rnd, black256-8-rnd, etc. which one i use for mining/rent the rig?

black256-14-rnd is blake2s
hero member
Activity: 672
Merit: 500
Algorithm is BLAKE2S, its possible mine netko with rent rig? on nicehash or miningrigrentals i see black256-14-rnd, black256-8-rnd, etc. which one i use for mining/rent the rig?

I have not seen an obvious option to order blake2s anywhere (yet).

You would probably have to ask more directly someone that has an nvidia farm...


https://bitcointalksearch.org/topic/m.18109112

3 1070 available
hero member
Activity: 746
Merit: 500
Algorithm is BLAKE2S, its possible mine netko with rent rig? on nicehash or miningrigrentals i see black256-14-rnd, black256-8-rnd, etc. which one i use for mining/rent the rig?

I have not seen an obvious option to order blake2s anywhere (yet).

You would probably have to ask more directly someone that has an nvidia farm...

Even though the other coin that uses blake2s (nevacoin) already exists for more than a year, it never got so popular to get blake2s available on the big rental sites...
legendary
Activity: 1134
Merit: 1003
Algorithm is BLAKE2S, its possible mine netko with rent rig? on nicehash or miningrigrentals i see black256-14-rnd, black256-8-rnd, etc. which one i use for mining/rent the rig?
hero member
Activity: 746
Merit: 500
2 and half days of confirmation, damn long (

That is what I call a good mine'n'dump protection Smiley
sr. member
Activity: 1344
Merit: 252
guys i still have 5-10 more GTX1070 cards i can allocate for this coin.
one card gives 4100 MH/s and costs 0.0024999 BTC/day.

PM me

How is it possible to draw so much? I have only 3600 Mh / s.

I can do 3.3 - 3.5 Mh/s with GTX 1060 6GB @ 90W so your 1070 should do much better.

3.5 with a 1060 seems crazy can you post screen? a 1070 can do 4MH at bets or around that, it can't be only 10-15% faster

Maybe he thought 2.3 - 2.5 Mh/s per card.
 


I'm getting
GTX 1060 3GB 2485 MH/s = 2.4 GH/s
GTX 1060 6GB 2650 MH/s = 2.6 GH/s


No, 3.3-3.5 per card is exactly what I meant.
All it takes is some programming knowledge and some small mods to ccminer.



Regards.
So what's the small mods to ccminer? Can you share it pls.
---------
2 and half days of confirmation, damn long (
legendary
Activity: 2688
Merit: 1240
Anyone on suprnova got his coins confirmed ? Still unconfirmed for me all day.

Note: Round Earnings are not credited until 300 confirms.
So many oc can you change it ?

It's 250 - as defined by the network



sure?

Ah sorry I was confusing netko with onecoin.

It's still correct:

https://github.com/netkotech/netko/blob/master/src/main.cpp#L47

300
legendary
Activity: 1108
Merit: 1005
Anyone on suprnova got his coins confirmed ? Still unconfirmed for me all day.

Note: Round Earnings are not credited until 300 confirms.
So many oc can you change it ?

It's 250 - as defined by the network



sure?
hero member
Activity: 1083
Merit: 503
Algorithm is BLAKE2S, its possible mine netko with rent rig? on nicehash or miningrigrentals i see black256-14-rnd, black256-8-rnd, etc. which one i use for mining/rent the rig?
legendary
Activity: 2688
Merit: 1240
Anyone on suprnova got his coins confirmed ? Still unconfirmed for me all day.

Note: Round Earnings are not credited until 300 confirms.
So many oc can you change it ?

It's 250 - as defined by the network
legendary
Activity: 1108
Merit: 1005
Anyone on suprnova got his coins confirmed ? Still unconfirmed for me all day.

You have to wait for about two and the half days
full member
Activity: 193
Merit: 100
Anyone on suprnova got his coins confirmed ? Still unconfirmed for me all day.

Note: Round Earnings are not credited until 300 confirms.
So many oc can you change it ?
sr. member
Activity: 676
Merit: 250
Anyone on suprnova got his coins confirmed ? Still unconfirmed for me all day.
hero member
Activity: 746
Merit: 500
Evil block 88 Cheesy

Which clown ordered 1THs of hash rate for an hour and than split  Grin
hero member
Activity: 746
Merit: 500
I get stratum connection fail. I'm running wallet on same machine. Should i use localhost?
 


I try to do mining solo  algo blake2s, but all rejected. No one knows what with it?


Here is a sample of how your netko.conf file should be in your netko %appdata% folder.
Code:
server=1
daemon=1
listen=1
rpcuser=netko
rpcpassword=netkominer
rpcallowip=*

and how your batch file should look

Code:
ccminer-80-x64 -i 28 -a blake2s -o stratum+tcp://yourlocalipaddress:25970 -u netko -p netkominer

Intensity setting (remove the -i 28 paramatere for max, set to 22 to still have some regular use case for your gpu)
Code:
-i 28

Guide is ment for Nvidia cuda miner https://bitcointalksearch.org/topic/m.18040510



-o 127.0.0.1:25970

...for solo
okg
newbie
Activity: 53
Merit: 0
I get stratum connection fail. I'm running wallet on same machine. Should i use localhost?
 


I try to do mining solo  algo blake2s, but all rejected. No one knows what with it?


Here is a sample of how your netko.conf file should be in your netko %appdata% folder.
Code:
server=1
daemon=1
listen=1
rpcuser=netko
rpcpassword=netkominer
rpcallowip=*

and how your batch file should look

Code:
ccminer-80-x64 -i 28 -a blake2s -o stratum+tcp://yourlocalipaddress:25970 -u netko -p netkominer

Intensity setting (remove the -i 28 paramatere for max, set to 22 to still have some regular use case for your gpu)
Code:
-i 28

Guide is ment for Nvidia cuda miner https://bitcointalksearch.org/topic/m.18040510


hero member
Activity: 746
Merit: 500
I feel like a guy digging with a shovel among others using bulldozers Cheesy

Apart from that one solo block I got lucky with in the beginning I got 9 NETKO on suprnova with my gtx 1050  so far -_-
okg
newbie
Activity: 53
Merit: 0
 ;)I'm in with two 1070 aswell
legendary
Activity: 3248
Merit: 1070
ah well your version is more optimized that's explain it...

this mean that a 1070 can do 5MH+
Pages:
Jump to: