Bitcoin Forum
April 19, 2024, 02:57:33 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: ?
Yes - 1 (100%)
No - 0 (0%)
Total Voters: 1

Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
Author Topic: [ANN][NEVA] NevaCoin | PoS | Blake2s | NO Premine |  (Read 126625 times)
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
March 10, 2016, 07:07:22 PM
 #221

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 *
1713538653
Hero Member
*
Offline Offline

Posts: 1713538653

View Profile Personal Message (Offline)

Ignore
1713538653
Reply with quote  #2

1713538653
Report to moderator
1713538653
Hero Member
*
Offline Offline

Posts: 1713538653

View Profile Personal Message (Offline)

Ignore
1713538653
Reply with quote  #2

1713538653
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Neptunium
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 10, 2016, 08:18:23 PM
 #222

Hey dev, I looked in my transactions, and found I've staked 1 block. However, the status is "Status: conflicted, broadcast through 37 nodes". Will I receive this block? Sad to see the only block I staked wasn't accepted.  Embarrassed
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
March 10, 2016, 08:19:53 PM
 #223

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

krile (OP)
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
March 10, 2016, 08:35:06 PM
 #224

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

Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
March 10, 2016, 08:35:36 PM
 #225

Approx 60 coins want to sell. Inbox me if you would like them

ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
March 10, 2016, 08:41:48 PM
 #226

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
krile (OP)
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
March 10, 2016, 08:42:26 PM
 #227

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)


krile (OP)
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
March 10, 2016, 08:43:06 PM
 #228

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...

ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
March 10, 2016, 08:44:43 PM
 #229


You just didnt put it in the help output...
so can clone my git and fix all mistakes.. its will be better))
krile (OP)
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
March 10, 2016, 08:45:31 PM
 #230


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

krile (OP)
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
March 10, 2016, 09:21:32 PM
 #231

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.

ZonedOutSpace
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

From Russia with love


View Profile
March 10, 2016, 09:44:09 PM
 #232

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
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
March 10, 2016, 10:04:17 PM
 #233

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.

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
krile (OP)
Hero Member
*****
Offline Offline

Activity: 746
Merit: 500



View Profile
March 10, 2016, 10:05:51 PM
 #234

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

GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
March 10, 2016, 10:22:03 PM
 #235

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.

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
March 10, 2016, 11:46:16 PM
 #236

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?

Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
March 11, 2016, 12:11:33 AM
 #237

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

chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
March 11, 2016, 12:13:30 AM
 #238

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?

Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
March 11, 2016, 12:15:25 AM
 #239

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

VenMiner
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
March 11, 2016, 01:09:05 AM
 #240

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.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!