samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
June 26, 2015, 11:48:34 AM |
|
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'
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
June 26, 2015, 11:51:48 AM |
|
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
Activity: 1453
Merit: 1030
|
|
June 26, 2015, 11:52:03 AM |
|
With or without a pool, I'd like to be able to compile the wallet...
edit, thanks OC, will try that !
|
|
|
|
bb2ebb
|
|
June 26, 2015, 11:56:52 AM |
|
|
|
|
|
badam
|
|
June 26, 2015, 11:58:21 AM |
|
You mined that with the in-wallet miner you can't stake if you have no balance
|
|
|
|
bb2ebb
|
|
June 26, 2015, 12:29:12 PM |
|
You mined that with the in-wallet miner you can't stake if you have no balance Oh sorry, I was wrong if so
|
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
June 26, 2015, 12:35:49 PM |
|
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
|
|
June 26, 2015, 12:40:02 PM |
|
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
Activity: 2688
Merit: 1240
|
|
June 26, 2015, 12:44:34 PM |
|
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
Activity: 126
Merit: 10
|
|
June 26, 2015, 12:45:38 PM |
|
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
|
|
|
|
scorpio18
Legendary
Offline
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
|
|
June 26, 2015, 01:02:47 PM |
|
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
Activity: 126
Merit: 10
|
|
June 26, 2015, 01:05:02 PM |
|
Thanks for the help!
|
|
|
|
Infern0
Member
Offline
Activity: 126
Merit: 10
|
|
June 26, 2015, 01:13:41 PM |
|
okay now I get this error compiling in linux:
collect2: error: ld returned 1 exit status make: *** [octaned] Error 1
|
|
|
|
samspaces
Legendary
Offline
Activity: 1453
Merit: 1030
|
|
June 26, 2015, 01:42:05 PM |
|
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
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
|
|
June 26, 2015, 01:53:28 PM |
|
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
Activity: 1453
Merit: 1030
|
|
June 26, 2015, 01:59:18 PM |
|
Eureka. Left out the make install. TNX!
|
|
|
|
proletariat
Legendary
Offline
Activity: 1246
Merit: 1005
|
|
June 26, 2015, 02:01:04 PM |
|
getting a bunch of orphaned staked blocks in fact, none of them have been accepted........
|
|
|
|
badam
|
|
June 26, 2015, 02:03:22 PM |
|
getting a bunch of orphaned staked blocks 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
Activity: 1453
Merit: 1030
|
|
June 26, 2015, 02:04:24 PM |
|
hashmeter 0 khash/s hashmeter 0 khash/s
|
|
|
|
|