Pages:
Author

Topic: ANN - Octane BLAKE2s | Headers 1st | Nodes | Open Assets | XOR^2 | LETS - page 8. (Read 12327 times)

member
Activity: 126
Merit: 10
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
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
member
Activity: 126
Merit: 10
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
legendary
Activity: 2688
Merit: 1240
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?
full member
Activity: 140
Merit: 100
What is the pow block when writed getinfo is it your balance or just reward ? if its reward why is it so low ?
legendary
Activity: 1453
Merit: 1030
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."
legendary
Activity: 2254
Merit: 1278
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
sr. member
Activity: 266
Merit: 250
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
hero member
Activity: 770
Merit: 500
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
sr. member
Activity: 266
Merit: 250
interresting to me
Octane Blake2 stake coin to me without balance  Grin Grin Grin
legendary
Activity: 1453
Merit: 1030
With or without a pool, I'd like to be able to compile the wallet...

edit, thanks OC, will try that !
legendary
Activity: 2688
Merit: 1240
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
legendary
Activity: 1453
Merit: 1030
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'
legendary
Activity: 1302
Merit: 1004
Any bounties for stuff, e.g. miners, wallets etc... ?
sr. member
Activity: 266
Merit: 250
can blake2 staking to me without balance?
hero member
Activity: 1302
Merit: 504

12:11:35

getinfo


12:11:35

{
"version" : "v1.1.2.1-g32a928e",
"protocolversion" : 60015,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 1286,
"timeoffset" : 0,
"moneysupply" : 326370.00000000,
"connections" : 1,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : {
"proof-of-work" : 0.25906746,
"proof-of-stake" : 0.00000006
},
"testnet" : false,
"keypoololdest" : 1435316641,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
legendary
Activity: 2688
Merit: 1240
need pool.....  Cheesy

I'm already working on it.. Expect it in the next hours.
newbie
Activity: 20
Merit: 0
Fixed Windows wallet, download link updated.
sr. member
Activity: 365
Merit: 250
Pages:
Jump to: