Bitcoin Forum
April 23, 2024, 12:33:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: ANN - Octane BLAKE2s | Headers 1st | Nodes | Open Assets | XOR^2 | LETS  (Read 12288 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
June 26, 2015, 11:48:34 AM
 #21

Where do I find these? There not in the blake2 package.

/root/octane/src/hash.h:35: undefined reference to `blake2s_final'
/root/octane/src/hash.h:33: undefined reference to `blake2s_init'
/root/octane/src/hash.h:34: undefined reference to `blake2s_update'
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713875630
Hero Member
*
Offline Offline

Posts: 1713875630

View Profile Personal Message (Offline)

Ignore
1713875630
Reply with quote  #2

1713875630
Report to moderator
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 26, 2015, 11:51:48 AM
 #22

Where do I find these? There not in the blake2 package.

/root/octane/src/hash.h:35: undefined reference to `blake2s_final'
/root/octane/src/hash.h:33: undefined reference to `blake2s_init'
/root/octane/src/hash.h:34: undefined reference to `blake2s_update'

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
June 26, 2015, 11:52:03 AM
 #23

With or without a pool, I'd like to be able to compile the wallet...

edit, thanks OC, will try that !
bb2ebb
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 26, 2015, 11:56:52 AM
 #24

interresting to me
Octane Blake2 stake coin to me without balance  Grin Grin Grin
badam
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
June 26, 2015, 11:58:21 AM
 #25

interresting to me
Octane Blake2 stake coin to me without balance  Grin Grin Grin


You mined that  with the in-wallet miner you can't stake if you have no balance
bb2ebb
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 26, 2015, 12:29:12 PM
 #26

interresting to me
Octane Blake2 stake coin to me without balance  Grin Grin Grin


You mined that  with the in-wallet miner you can't stake if you have no balance


Oh sorry, I was wrong if so  Cool
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
June 26, 2015, 12:33:45 PM
 #27

If you stand the self-signed server cert, ACME is a nearly-finished block explorer and is tracking OTCN:

Summary details: https://minkiz.co/acme

Block details: https://minkiz.co/acme/octn

Cheers

Graham
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
June 26, 2015, 12:35:49 PM
 #28

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2


Meh, I'm not a coder...

"*** missing separator."
cjambox
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 26, 2015, 12:40:02 PM
 #29

What is the pow block when writed getinfo is it your balance or just reward ? if its reward why is it so low ?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
June 26, 2015, 12:44:34 PM
 #30

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2


Meh, I'm not a coder...

"*** missing separator."

Did you put in that dash \ after pthread?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Infern0
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
June 26, 2015, 12:45:38 PM
 #31

Here is the error I get compiling in Linux


hash.h:14:20: fatal error: blake2.h: No such file or directory
 #include "blake2.h"
                    ^
compilation terminated.
make: *** [obj/alert.o] Error 1

           TWITTER ◣                        ☆☆☆✩✩✩✩ IAME ☆✩✩✩✩☆☆                        ◢ WHITEPAPERJOIN
                     WEBSITE ◣                         ☆✩✩Fragmented☆✩✩                         ◢ MEDIUM            ◢ AIRDROP
         TELEGRAM ◣                        ☆☆☆Identity☆☆☆                        ◢ FACEBOOK     ◢ NOW
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
June 26, 2015, 01:02:47 PM
 #32

Here is the error I get compiling in Linux


hash.h:14:20: fatal error: blake2.h: No such file or directory
 #include "blake2.h"
                    ^
compilation terminated.
make: *** [obj/alert.o] Error 1


You need to compile this https://blake2.net/libb2-0.97.tar.gz and then add that line posted by ocminer
Where do I find these? There not in the blake2 package.

/root/octane/src/hash.h:35: undefined reference to `blake2s_final'
/root/octane/src/hash.h:33: undefined reference to `blake2s_init'
/root/octane/src/hash.h:34: undefined reference to `blake2s_update'

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2

Infern0
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
June 26, 2015, 01:05:02 PM
 #33

Thanks for the help!

           TWITTER ◣                        ☆☆☆✩✩✩✩ IAME ☆✩✩✩✩☆☆                        ◢ WHITEPAPERJOIN
                     WEBSITE ◣                         ☆✩✩Fragmented☆✩✩                         ◢ MEDIUM            ◢ AIRDROP
         TELEGRAM ◣                        ☆☆☆Identity☆☆☆                        ◢ FACEBOOK     ◢ NOW
Infern0
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
June 26, 2015, 01:13:41 PM
 #34

okay now I get this error compiling in linux:

collect2: error: ld returned 1 exit status
make: *** [octaned] Error 1

           TWITTER ◣                        ☆☆☆✩✩✩✩ IAME ☆✩✩✩✩☆☆                        ◢ WHITEPAPERJOIN
                     WEBSITE ◣                         ☆✩✩Fragmented☆✩✩                         ◢ MEDIUM            ◢ AIRDROP
         TELEGRAM ◣                        ☆☆☆Identity☆☆☆                        ◢ FACEBOOK     ◢ NOW
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
June 26, 2015, 01:42:05 PM
 #35

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2


Meh, I'm not a coder...

"*** missing separator."

Did you put in that dash \ after pthread?

Ah right, now I'm getting

/src/leveldb/libleveldb.a /root/octane/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lb2
collect2: error: ld returned 1 exit status
make: *** [octaned] Error 1
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
June 26, 2015, 01:53:28 PM
 #36

You have to modify your makefile.unxi:

LIBS+= \
 -Wl,-B$(LMODE2) \
   -l z \
   -l dl \
   -l pthread \
   -Wl,-rpath,/usr/local/include -L/usr/local/include -lb2


Meh, I'm not a coder...

"*** missing separator."

Did you put in that dash \ after pthread?

Ah right, now I'm getting

/src/leveldb/libleveldb.a /root/octane/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lb2
collect2: error: ld returned 1 exit status
make: *** [octaned] Error 1


Did you compiled https://blake2.net/libb2-0.97.tar.gz  ./configure && make && make install

samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
June 26, 2015, 01:59:18 PM
 #37

Quote
Did you compiled https://blake2.net/libb2-0.97.tar.gz  ./configure && make && make install

Eureka. Left out the make install. TNX!
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 26, 2015, 02:01:04 PM
 #38


getting a bunch of orphaned staked blocks  Huh in fact, none of them have been accepted........

badam
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
June 26, 2015, 02:03:22 PM
 #39


getting a bunch of orphaned staked blocks  Huh in fact, none of them have been accepted........



Yeah me too. I've got 1 accepted out of around 100

Edit i got now accepted 2 in a row there is still some bug in staking i guess
samspaces
Legendary
*
Offline Offline

Activity: 1451
Merit: 1030


View Profile
June 26, 2015, 02:04:24 PM
 #40

hashmeter      0 khash/s
hashmeter      0 khash/s


 Huh
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  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!