Pages:
Author

Topic: [ANN][NEVA] NevaCoin | PoS 2.0 / PoW Hybrid | Blake2s PoW | NO Premine | - page 51. (Read 126652 times)

legendary
Activity: 1246
Merit: 1000
wts 2k .. pm me with offers..
newbie
Activity: 56
Merit: 0
Is NEVA the first coin to use blake2s algo?
full member
Activity: 136
Merit: 100
hero member
Activity: 742
Merit: 500
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A


Wow thanks alot for this. It's really faster!  Grin
My btctalk account was hack and someone quote this, please be careful with anything you download.
full member
Activity: 136
Merit: 100
This is what i have written, the only one that works is sse2 and that halves my hash rate??

Win 10 64

http://prntscr.com/adpmpi
The problem?

Its meant to increase hash rate yes?  Its halves mine
legendary
Activity: 1274
Merit: 1006
Trainman
This is what i have written, the only one that works is sse2 and that halves my hash rate??

Win 10 64

http://prntscr.com/adpmpi
The problem?
full member
Activity: 136
Merit: 100
This is what i have written, the only one that works is sse2 and that halves my hash rate??

Win 10 64

http://prntscr.com/adpmpi
full member
Activity: 136
Merit: 100
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A

How do i run this on windows?

Do i create a bat file, if so what is the url etc to get it to work?
hero member
Activity: 582
Merit: 502
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A
Im getting this after ./autogen.sh
Code:
bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory
dos2unix *

I'm getting the same, what's dos2unix? is it a library?

Thanks in advance.

when you cd to blake2s folder, execute
Code:
dos2unix *

if you dont have it (on ubuntu): apt-get install dos2unix

Thanks a lot, I'm testing it right now.
hero member
Activity: 746
Merit: 500
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A
Im getting this after ./autogen.sh
Code:
bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory
dos2unix *

I'm getting the same, what's dos2unix? is it a library?

Thanks in advance.

when you cd to blake2s folder, execute
Code:
dos2unix *

if you dont have it (on ubuntu): apt-get install dos2unix
hero member
Activity: 582
Merit: 502
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A
Im getting this after ./autogen.sh
Code:
bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory
dos2unix *

I'm getting the same, what's dos2unix? is it a library?

Thanks in advance.
sr. member
Activity: 280
Merit: 250
From Russia with love
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A
is x2 faster i can confirm that

On my laptop i7, dual core. Got from 1Mh/s to 1.9 Mh/s   (almost x2 faster)

On a mac pro, octacore-Xeon. Got from 13 Mh/s to 15 Mh/s ( 1.15x faster)



12Mh to 20Mh on my fx-8350
wow thanks Cheesy
hero member
Activity: 746
Merit: 500
I added a poll about Nevacoins future.

I want to hear the community feedback.

Do you think that a coin that stays a PoW / PoS hybrid forever is more fairly distributed and more secure?

I am just thinking out loud here.

The schedule is still fixed to stop PoW mining in 14 years time.
hero member
Activity: 746
Merit: 500

You just didnt put it in the help output...
so can clone my git and fix all mistakes.. its will be better))

I updated the OP with your miner Smiley
legendary
Activity: 1246
Merit: 1000

You just didnt put it in the help output...
so can clone my git and fix all mistakes.. its will be better))
hero member
Activity: 746
Merit: 500
What is the algo argument? The help outputs only:
Code:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt    scrypt(1024, 1, 1) (default)
                          sha256d   SHA-256d
                          X11       Xcoin
where you found this? seems you use wrong repo..
https://github.com/ig0tik3d/blake2s.git

It is working with the -a blake2s flag.

You just didnt put it in the help output...
hero member
Activity: 746
Merit: 500
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A
is x2 faster i can confirm that

On my laptop i7, dual core. Got from 1Mh/s to 1.9 Mh/s   (almost x2 faster)

On a mac pro, octacore-Xeon. Got from 13 Mh/s to 15 Mh/s ( 1.15x faster)

legendary
Activity: 1246
Merit: 1000
What is the algo argument? The help outputs only:
Code:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt    scrypt(1024, 1, 1) (default)
                          sha256d   SHA-256d
                          X11       Xcoin
where you found this? seems you use wrong repo..
this right https://github.com/ig0tik3d/blake2s.git
full member
Activity: 136
Merit: 100
Approx 60 coins want to sell. Inbox me if you would like them
hero member
Activity: 746
Merit: 500
so if someone want to test cpu-miner with some improve (about 2x) can found it on this links
source https://github.com/ig0tik3d/blake2s
binary for windows https://github.com/ig0tik3d/blake2s/releases
more hashes get xop instructions support  (if cpu support), the same x86(win32) get good results. so.. try and win)))
address for donation Na7cFWzeCKgmYU3odgPQfCMND3CDyb7G6A
is x2 faster i can confirm that

What is the algo argument? The help outputs only:

Code:
  -a, --algo=ALGO       specify the algorithm to use
                          scrypt    scrypt(1024, 1, 1) (default)
                          sha256d   SHA-256d
                          X11       Xcoin
Pages:
Jump to: