Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 21, 2014, 04:47:02 AM |
|
thank you, excuse me, but did not have time to check but that's not all next: In file included from src/qt/charitydialog.cpp:2: build/ui_charitydialog.h: In member function ‘void Ui_StakeForCharityDialog::retranslateUi(QWidget*)’: build/ui_charitydialog.h:120: error: ‘class QLineEdit’ has no member named ‘setPlaceholderText’ build/ui_charitydialog.h:124: error: ‘class QLineEdit’ has no member named ‘setPlaceholderText’ build/ui_charitydialog.h:130: error: ‘class QLineEdit’ has no member named ‘setPlaceholderText’ build/ui_charitydialog.h:135: error: ‘class QLineEdit’ has no member named ‘setPlaceholderText’ build/ui_charitydialog.h:156: error: ‘class QLineEdit’ has no member named ‘setPlaceholderText’
I have just about finished the updates to make this more compatible. What version of QT are you using?
|
|
|
|
Arsenay
|
|
October 21, 2014, 10:35:22 AM |
|
Debian 6 & qt 4.6.3
|
|
|
|
BigMcRat
Newbie
Offline
Activity: 38
Merit: 0
|
|
October 21, 2014, 12:33:00 PM |
|
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<class _Tp> 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<class _Tp, class _Compare> 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?
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 21, 2014, 08:11:42 PM |
|
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<class _Tp> 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<class _Tp, class _Compare> 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? I am working on the fixes. I'll let you know when complete. You can recode if you want, just go up a few posts. Alternatively you can use the offical repo here. https://github.com/Crypto-Expert/HoboNickels it is version 1.4.0. I believe I should have all the int64 stuff cleaned up here tonight.
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 21, 2014, 11:11:34 PM |
|
Alright I think all the int64 issues are taken care of now. This worked well for me on Ubuntu 12.04, gcc 4.6.3, QT 4.8.1 git clone https://github.com/Tranz5/HoboNickels cd HoboNickels qmake HoboNickels-qt.pro make -f Makefile sudo ./HoboNickels-qt Debian 6 & qt 4.6.3
This is a bit older version of QT. I will see if I can help you along. My lowest version is 4.8.1
|
|
|
|
Arsenay
|
|
October 21, 2014, 11:42:55 PM |
|
Alright I think all the int64 issues are taken care of now.
This worked well for me on Ubuntu 12.04, gcc 4.6.3, QT 4.8.1
This is a bit older version of QT. I will see if I can help you along. My lowest version is 4.8.1
he he I think that things with pretensions to "eternity" should not in principle be created on disposable toolkits ))
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 21, 2014, 11:54:45 PM |
|
he he
I think that things with pretensions to "eternity" should not in principle be created on disposable toolkits ))
True. But all software follows a life cycle, including crypto. Should this software still be allowing for QT 3.? or boost 1.1? Eventually all things get sunset. For now I have this fixed I believe. https://github.com/Tranz5/HoboNickels/commit/772868e7e0915488f1d03c7f21d4cdb73563370d
|
|
|
|
Arsenay
|
|
October 22, 2014, 12:28:21 AM |
|
tcl/tk rules all the other freaks hungry programmers thank God that, they did not have to create a table of multiplication and the foundations of mathematics))
|
|
|
|
sigesang
Member
Offline
Activity: 84
Merit: 10
|
|
October 22, 2014, 06:06:19 PM |
|
Alright I think all the int64 issues are taken care of now. This worked well for me on Ubuntu 12.04, gcc 4.6.3, QT 4.8.1 git clone https://github.com/Tranz5/HoboNickels cd HoboNickels qmake HoboNickels-qt.pro make -f Makefile sudo ./HoboNickels-qt Debian 6 & qt 4.6.3
This is a bit older version of QT. I will see if I can help you along. My lowest version is 4.8.1 Works fine for me aswell now; Qt 4.8.5, gcc 4.8.3, boost 1.55 (gentoo linux). Nice work. (btw, "sudo ./HoboNickels-qt", I see little reason to run it as superuser (sudo))
|
BTC 1basemmmcpVWVfzZMyLA1r2DJMTMnZYoX LTC LiTeTipdGNcXRjTw5pVnMXjB5FFoEfxPAZ
|
|
|
Arsenay
|
|
October 23, 2014, 12:18:03 AM |
|
Alright I think all the int64 issues are taken care of now. This worked well for me on Ubuntu 12.04, gcc 4.6.3, QT 4.8.1 git clone https://github.com/Tranz5/HoboNickels cd HoboNickels qmake HoboNickels-qt.pro make -f Makefile sudo ./HoboNickels-qt Debian 6 & qt 4.6.3
This is a bit older version of QT. I will see if I can help you along. My lowest version is 4.8.1 Works fine for me aswell now; Qt 4.8.5, gcc 4.8.3, boost 1.55 (gentoo linux). Nice work. Oh, great ... https://github.com/Tranz5/HoboNickels/archive/master.zipAll arrived at default libraries Debian 6 (sic !!) And I have all successfully launched and running. Synchronized again purse. It will be a long time, but coins previously forwarded to the console version, are already visible. In any case it is a great and good work ! Tranz, my congratulations and gratitude ))
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 23, 2014, 03:06:09 AM |
|
(btw, "sudo ./HoboNickels-qt", I see little reason to run it as superuser (sudo))
I got a permission denied on the .HoboNickels directory. Rather then trouble shoot it, I just took the user out of the equation.
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 23, 2014, 03:07:32 AM |
|
Oh, great ... https://github.com/Tranz5/HoboNickels/archive/master.zipAll arrived at default libraries Debian 6 (sic !!) And I have all successfully launched and running. Synchronized again purse. It will be a long time, but coins previously forwarded to the console version, are already visible. In any case it is a great and good work ! Tranz, my congratulations and gratitude )) Excellent. Glad it is working out. It shouldn't take more then 12-24 hours to sync.
|
|
|
|
ninjarobot
|
|
October 24, 2014, 06:03:10 AM |
|
heh, just noticed we are now down to 90%/year PoS.
|
|
|
|
ElTomeko27
|
|
October 24, 2014, 07:11:03 AM |
|
Pos difficulty is high(0.004).Interest right now 99% so probably it's going back to 100%
|
|
|
|
BigMcRat
Newbie
Offline
Activity: 38
Merit: 0
|
|
October 24, 2014, 08:17:58 AM |
|
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" ernstda@dec-com.de -r ernstda@dec-com.deblocknotify=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<class _Tp> 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<class _Tp, class _Compare> 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?
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 24, 2014, 10:32:00 PM |
|
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" ernstda@dec-com.de -r ernstda@dec-com.deblocknotify=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? I'll see if I can help you out. Could you tell me if other previous version of HBN worked. I just want to make sure it is something with the daemon and not your mining method.
|
|
|
|
kprell40
|
|
October 25, 2014, 03:17:21 PM |
|
Hello all
Are they going to make an Android wallet that will do the POS ?
|
|
|
|
Tranz (OP)
Legendary
Offline
Activity: 1540
Merit: 1060
May the force bit with you.
|
|
October 25, 2014, 09:00:49 PM |
|
Hello all
Are they going to make an Android wallet that will do the POS ?
Not sure who they is. But I think there a few developers working on it.
|
|
|
|
BigMcRat
Newbie
Offline
Activity: 38
Merit: 0
|
|
October 27, 2014, 08:41:47 AM |
|
Hi Tranz, this is the first time that I test to mine hobonickels, I do not test before with other Version.. 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" ernstda@dec-com.de -r ernstda@dec-com.deblocknotify=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? I'll see if I can help you out. Could you tell me if other previous version of HBN worked. I just want to make sure it is something with the daemon and not your mining method.
|
|
|
|
PressF1
|
|
October 27, 2014, 11:40:53 AM |
|
Problem with S4C.
When the wallet sends coins to your S4C adres, it not automatically chooses one of the 2 blocks that were just created by the staking process. In my case it chose a 3,5 days old big block to do so. Destroying an unfortunate amount of stake... I think it chose this block because it was a little smaller than the ones just produced. I don't know how the wallet decides to pick a certain block but the way its done now forces me to stop using S4C.
I think to solve it, the wallet when looking for blocks to send, needs an extra category called priority none, which consists of any block, regardless of size, with an amount of confirmations lower than 100. That way the just produced blocks will be first in line.
Is that a possibility?
PS. since CAP is pretty much the same, I guess this problem exists there as well.
|
HBN & CAP: F1PressF1PCxEyESGk6Fe1om1RfiHqX5gg
|
|
|
|