Bitcoin Forum
March 28, 2024, 06:55:32 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 294 »
  Print  
Author Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive  (Read 478540 times)
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 21, 2014, 04:47:02 AM
 #2501


.....
Linux amd64 platform
1.4.99 from github.com/Tranz5/HoboNickels

did fast hack fix, diff is here http://pastebin.com/Jh0GA75L


thank you, excuse me, but did not have time to check
but that's not all  Embarrassed
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?

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
1711652132
Hero Member
*
Offline Offline

Posts: 1711652132

View Profile Personal Message (Offline)

Ignore
1711652132
Reply with quote  #2

1711652132
Report to moderator
1711652132
Hero Member
*
Offline Offline

Posts: 1711652132

View Profile Personal Message (Offline)

Ignore
1711652132
Reply with quote  #2

1711652132
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Arsenay
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
October 21, 2014, 10:35:22 AM
 #2502

Debian 6 & qt 4.6.3
BigMcRat
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
October 21, 2014, 12:33:00 PM
 #2503

Hi All

can not build on ubuntu Server 14.04 the new Version in github.

https://github.com/Tranz5/HoboNickels.git




HoboNickels/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 Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 21, 2014, 08:11:42 PM
 #2504

Hi All

can not build on ubuntu Server 14.04 the new Version in github.

https://github.com/Tranz5/HoboNickels.git




HoboNickels/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.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 21, 2014, 11:11:34 PM
 #2505

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

Code:
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


HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Arsenay
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
October 21, 2014, 11:42:55 PM
 #2506

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 Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 21, 2014, 11:54:45 PM
 #2507


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

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Arsenay
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
October 22, 2014, 12:28:21 AM
 #2508


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


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 Offline

Activity: 84
Merit: 10



View Profile
October 22, 2014, 06:06:19 PM
 #2509

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

Code:
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
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
October 23, 2014, 12:18:03 AM
 #2510

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

Code:
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.zip

All 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 Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 23, 2014, 03:06:09 AM
 #2511



(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.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 23, 2014, 03:07:32 AM
 #2512


Oh, great ...
https://github.com/Tranz5/HoboNickels/archive/master.zip

All 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.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
ninjarobot
Hero Member
*****
Offline Offline

Activity: 761
Merit: 500


Mine Silent, Mine Deep


View Profile
October 24, 2014, 06:03:10 AM
 #2513

heh, just noticed we are now down to 90%/year PoS.
ElTomeko27
Sr. Member
****
Offline Offline

Activity: 371
Merit: 250



View Profile
October 24, 2014, 07:11:03 AM
 #2514

Pos difficulty is high(0.004).Interest right now 99% so probably it's going back to 100% Smiley
BigMcRat
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
October 24, 2014, 08:17:58 AM
 #2515

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.de
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.git




HoboNickels/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 Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 24, 2014, 10:32:00 PM
 #2516

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.de
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?





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.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
kprell40
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
October 25, 2014, 03:17:21 PM
 #2517



  Hello all

 Are they going to make an Android wallet that will do the POS ?








Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
October 25, 2014, 09:00:49 PM
 #2518



  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.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
BigMcRat
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
October 27, 2014, 08:41:47 AM
 #2519

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.de
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?





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
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
October 27, 2014, 11:40:53 AM
 #2520

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
Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 294 »
  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!