Hi All,
now I can build it in 64bit Ubuntu, but If I found an block I get this error in debug.log:
__________________
2014-10-24 07:36:52 ERROR: CTransaction::CheckTransaction() : txout.nValue below minimum
2014-10-24 07:36:52 ERROR: CheckBlock() : CheckTransaction failed
2014-10-24 07:36:52 ERROR: ProcessBlock() : CheckBlock FAILED
2014-10-24 07:38:46 ERROR: AcceptBlock() : rejected by synchronized checkpoint
2014-10-24 07:38:46 ERROR: ProcessBlock() : AcceptBlock FAILED
2014-10-24 07:40:58 ERROR: CTransaction::CheckTransaction() : txout.nValue below minimum
2014-10-24 07:40:58 ERROR: CheckBlock() : CheckTransaction failed
2014-10-24 07:40:58 ERROR: ProcessBlock() : CheckBlock FAILED
__________________
I use NOMP as Stratum and you can find my conf and getinfo below:
CONF:
rpcuser=xxxxxx
rpcpassword=xxxxxx
rpcallowip=192.168.100.*
rpcconnect=127.0.0.1
listen=1
daemon=1
server=1
rpcport=7373
port=7372
maxconnections=20
alertnotify=echo %s | mail -s "HoboNickels Alert"
[email protected] -r
[email protected]blocknotify=node /home/coino/nomp/scripts02/cli.js blocknotify hobonickels %s
blocknotify=node /home/coino/nomp/scripts01/cli.js blocknotify hobonickels %s
blocknotify=node /home/coino/nomp/scripts/cli.js blocknotify hobonickels %s
getinfo:
{
"version" : "v1.4.9.99-gfa9a1769-hobo",
"protocolversion" : 70006,
"blocks" : 1333797,
"timeoffset" : -8,
"moneysupply" : 6860038.66711100,
"connections" : 16,
"wallets" : 1,
"walletversion" : 60002,
"proxy" : "",
"ip" : "5.56.222.69",
"difficulty" : 23.18476548,
"testnet" : false,
"paytxfee" : 0.00100000,
"mininput" : 0.00100000,
"errors" : ""
}
Can someone help?
Hi All
can not build on ubuntu Server 14.04 the new Version in github.
https://github.com/Tranz5/HoboNickels.gitHoboNickels/src: make -f makefile.unix
Get this ERORR:
--------------------------------------------------------------------------------------------
wallet.cpp:2151:59: note: candidates are:
In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0,
from /usr/include/c++/4.8/string:40,
from serialize.h:9,
from bignum.h:9,
from main.h:8,
from txdb-leveldb.h:9,
from txdb.h:14,
from wallet.cpp:6:
/usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template
const _Tp& std::max(const _Tp&, const _Tp&)
max(const _Tp& __a, const _Tp& __b)
^
/usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template argument deduction/substitution failed:
wallet.cpp:2151:59: note: deduced conflicting types for parameter ‘const _Tp’ (‘long int’ and ‘long long int’)
nTargetSize = max(GetArg("-keypool", 100), 0LL);
^
In file included from /usr/include/c++/4.8/bits/char_traits.h:39:0,
from /usr/include/c++/4.8/string:40,
from serialize.h:9,
from bignum.h:9,
from main.h:8,
from txdb-leveldb.h:9,
from txdb.h:14,
from wallet.cpp:6:
/usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
/usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template argument deduction/substitution failed:
wallet.cpp:2151:59: note: deduced conflicting types for parameter ‘const _Tp’ (‘long int’ and ‘long long int’)
nTargetSize = max(GetArg("-keypool", 100), 0LL);
^
make: *** [obj/wallet.o] Fehler 1
---------------------------------------------------------------------------------------------------------------
Can someone help with this issue?