Author

Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive - page 244. (Read 478852 times)

legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi, a stake-question here. I'm seeing generated stake-coins, but they don't add up to the balance. For every 1 HBN stake, the balance only goes up 0,1 or so.


hobonickelsd getbalance:

555.22071300

hobonickelsd listaccounts
"
{
    "" : 749.09307500,
    "account" : 430.66852400,


What am I missing here?
Thanks

Not sure I totally understand your questions. But to answer it in other terms. When block(set of coins) goes into the stake balance of the wallet, it is not usable until 25 confirmations, after that time, you are rewarded for your work, by the interest .  It starts at 2.7% at 10 days and can go much higher if your coins take longer to stake.


So to get .1 out of 1 would mean your 1 coin took 30+ days to stake and you got 10% interest off of that.

Does that help?

Hi Tranz,

thanks for looking into my question. What I meant was, when I call up 'hobonickelsd listtransactions', I often see staked amounts, for example 2.7. I assumed these were coins, but the staked amounts clearly are not adding up to the total balance.

So to formulate it more precise: if in 'listtransactions', one sees a stake amount, what exactly is the number in the 'amount'.

     "subcategory" : "stake",
        "amount" : 1.07113700,
        "confirmations" : 2775,
        "generated" : true,

Thanks!
I understand your question now. So let me try to clarify.

The subcategory stake was created by another dev to show if a coin block was generated from stake or from mining.  What you see is final balance after a block was sent to stake. So for instance, if I set 5 coins to stake the subcat stake might show 5.2. I gained .2 from interest.

Here is an example from my own wallet.

Code:
account" : "",
"category" : "generate",
"subcategory" : "stake",
"amount" : 5.24914900,
"confirmations" : 395,
"generated" : true,
"blockhash" : "241f156df0eceab05a81a60ee7205f965ccd2c4914fa0542bf45abb21c1547f3",
"blockindex" : 1,
"blocktime" : 1395179522,
"txid" : "2fe98864948771ff91e4a3c5095218e59310f80db6c955a1985056df2b3eebee",

http://hbn.blockx.info/tx/2fe98864948771ff91e4a3c5095218e59310f80db6c955a1985056df2b3eebee
Total in: 5
Number of outputs: 3 (Jump to outputs)
Total out: 5.249149

It may need a bit of tweaking change the subcat stake to only show the interest.  If that is what you are wanting to get at..



legendary
Activity: 1453
Merit: 1030
Hi, a stake-question here. I'm seeing generated stake-coins, but they don't add up to the balance. For every 1 HBN stake, the balance only goes up 0,1 or so.


hobonickelsd getbalance:

555.22071300

hobonickelsd listaccounts
"
{
    "" : 749.09307500,
    "account" : 430.66852400,


What am I missing here?
Thanks

Not sure I totally understand your questions. But to answer it in other terms. When block(set of coins) goes into the stake balance of the wallet, it is not usable until 25 confirmations, after that time, you are rewarded for your work, by the interest .  It starts at 2.7% at 10 days and can go much higher if your coins take longer to stake.


So to get .1 out of 1 would mean your 1 coin took 30+ days to stake and you got 10% interest off of that.

Does that help?

Hi Tranz,

thanks for looking into my question. What I meant was, when I call up 'hobonickelsd listtransactions', I often see staked amounts, for example 2.7. I assumed these were coins, but the staked amounts clearly are not adding up to the total balance.

So to formulate it more precise: if in 'listtransactions', one sees a stake amount, what exactly is the number in the 'amount'.

     "subcategory" : "stake",
        "amount" : 1.07113700,
        "confirmations" : 2775,
        "generated" : true,

Thanks!
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Can I lookup coinage in the actual version 1.3?

See this wiki page for a quick tutorial for checking the age of the coins.

http://wiki.hobonickels.info/index.php?title=Coin_Control#Tutorial



You can also get more information using 1.3.5.0  You can grab a copy here.
https://github.com/Tranz5/HoboNickels/releases pass for zip is beta

I'll be releasing another beta version 1.3.6.0 here soon as well.  Includes click able icons.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Can I lookup coinage in the actual version 1.3?

See this wiki page for a quick tutorial for checking the age of the coins.

http://wiki.hobonickels.info/index.php?title=Coin_Control#Tutorial

legendary
Activity: 2156
Merit: 1018
Buzz App - Spin wheel, farm rewards
just got us new game - http://bombsweeper.com/?coin=HBN

THat's great to see but lower bets are needed. The minimum bet is 1000 hbn which is over 0.1 btc which seems pretty high for a min bet (to me anyways).
full member
Activity: 141
Merit: 100
Can I lookup coinage in the actual version 1.3?
member
Activity: 64
Merit: 10
HoboNickels voting added to CryptoRush!

https://cryptorush.in/index.php?p=vote

I was just about to post that! I just got an email from them, saying they added to voting. All I had to do was send them a report ticket to get it on there. Fancy that, huh?
full member
Activity: 238
Merit: 100
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Thanks. I did fail to upload the new .pro file. I updated it now on github.

I am running a production compile test with qt 5.2 and boost 1.54, right now.

edit: All compiled, and currently bootstrapping the blockchain. Let me know if you have any further issues.
sr. member
Activity: 336
Merit: 250
latest git does not link


I'll take a look, which make file?

edit: This should take care of it.

https://github.com/Tranz5/HoboNickels/commit/c938d4b1da52bbddccbdd8713143aadcc6899fe9

EDIT: Makefile is the one generated by qmake-qt5.

hmm, did not.  seems src/miner.cpp was not included in .pro.
patch also fixes ambiguity with boost::array , see error below (I use boost-1.55.0).

Code:
diff --git a/HoboNickels-qt.pro b/HoboNickels-qt.pro
index 4199600..b9f7811 100644
--- a/HoboNickels-qt.pro
+++ b/HoboNickels-qt.pro
@@ -266,6 +266,7 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
     src/net.cpp \
     src/irc.cpp \
     src/checkpoints.cpp \
+    src/miner.cpp \
     src/addrman.cpp \
     src/db.cpp \
     src/walletdb.cpp \
diff --git a/src/net.cpp b/src/net.cpp
index 46803f8..e2e24b0 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -57,7 +57,7 @@ static bool vfLimited[NET_MAX] = {};
 static CNode* pnodeLocalHost = NULL;
 CAddress addrSeenByPeer(CService("0.0.0.0", 0), nLocalServices);
 uint64 nLocalHostNonce = 0;
-array vnThreadsRunning;
+boost::array vnThreadsRunning;
 static std::vector vhListenSocket;
 CAddrMan addrman;
 

Code:
src/net.cpp:60:1: error: reference to ‘array’ is ambiguous
 array vnThreadsRunning;
 ^
In file included from src/net.h:9:0,
                 from src/main.h:10,
                 from src/db.h:8,
                 from src/net.cpp:7:
/usr/include/boost/array.hpp:60:11: note: candidates are: template class boost::array
     class array {
           ^
In file included from /usr/include/c++/4.8.2/tuple:39:0,
                 from /usr/include/c++/4.8.2/bits/stl_map.h:63,
                 from /usr/include/c++/4.8.2/map:61,
                 from src/util.h:16,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/db.h:8,
                 from src/net.cpp:7:
/usr/include/c++/4.8.2/array:81:12: note:                 template struct std::array
     struct array
            ^
src/net.cpp:60:1: error: ‘array’ does not name a type
 array vnThreadsRunning;
 ^
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
sr. member
Activity: 336
Merit: 250
latest git does not link
Code:
g++ -m64 -fstack-protector-all --param ssp-buffer-size=1 -Wl,-O1 -Wl,-z,relro -o HoboNickels-qt build/txdb-leveldb.o build/bitcoin.o build/bitcoingui.o build/transactiontablemodel.o build/addresstablemodel.o build/optionsdialog.o build/sendcoinsdialog.o build/coincontroldialog.o build/coincontroltreewidget.o build/addressbookpage.o build/signverifymessagedialog.o build/aboutdialog.o build/editaddressdialog.o build/bitcoinaddressvalidator.o build/alert.o build/version.o build/sync.o build/util.o build/netbase.o build/key.o build/script.o build/main.o build/init.o build/net.o build/irc.o build/checkpoints.o build/addrman.o build/db.o build/walletdb.o build/clientmodel.o build/guiutil.o build/transactionrecord.o build/optionsmodel.o build/monitoreddatamapper.o build/transactiondesc.o build/transactiondescdialog.o build/bitcoinstrings.o build/bitcoinamountfield.o build/wallet.o build/walletview.o build/walletstack.o build/keystore.o build/transactionfilterproxy.o build/transactionview.o build/walletmodel.o build/bitcoinrpc.o build/rpcdump.o build/rpcnet.o build/rpcmining.o build/rpcwallet.o build/rpcblockchain.o build/rpcrawtransaction.o build/overviewpage.o build/csvmodelwriter.o build/crypter.o build/sendcoinsentry.o build/qvalidatedlineedit.o build/bitcoinunits.o build/qvaluecombobox.o build/askpassphrasedialog.o build/protocol.o build/notificator.o build/qtipcserver.o build/rpcconsole.o build/noui.o build/kernel.o build/scrypt-x86.o build/scrypt-x86_64.o build/scrypt_mine.o build/pbkdf2.o build/timer.o build/qrc_bitcoin.o build/moc_bitcoingui.o build/moc_transactiontablemodel.o build/moc_addresstablemodel.o build/moc_optionsdialog.o build/moc_coincontroldialog.o build/moc_coincontroltreewidget.o build/moc_sendcoinsdialog.o build/moc_addressbookpage.o build/moc_signverifymessagedialog.o build/moc_aboutdialog.o build/moc_editaddressdialog.o build/moc_bitcoinaddressvalidator.o build/moc_clientmodel.o build/moc_guiutil.o build/moc_optionsmodel.o build/moc_monitoreddatamapper.o build/moc_transactiondesc.o build/moc_transactiondescdialog.o build/moc_bitcoinamountfield.o build/moc_transactionfilterproxy.o build/moc_transactionview.o build/moc_walletmodel.o build/moc_walletstack.o build/moc_walletview.o build/moc_overviewpage.o build/moc_csvmodelwriter.o build/moc_sendcoinsentry.o build/moc_qvalidatedlineedit.o build/moc_qvaluecombobox.o build/moc_askpassphrasedialog.o build/moc_notificator.o build/moc_rpcconsole.o   -L/usr/X11R6/lib64 -lminiupnpc /x/HoboNickels/src/leveldb/libleveldb.a /x/HoboNickels/src/leveldb/libmemenv.a -lrt -lssl -lcrypto -ldb_cxx -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -lboost_regex -lpthread -lQt5Widgets -lQt5Network -lQt5Gui -lQt5Core -lGL
build/main.o: In function `operator==, std::allocator >':
/usr/include/c++/4.8.2/bits/basic_string.h:2521: undefined reference to `strMintWarning'
build/net.o: In function `ThreadStakeMinter(void*)':
/x/HoboNickels/src/net.cpp:1317: undefined reference to `BitcoinMiner(CWallet*, bool)'
build/net.o: In function `StartNode(void*)':
/x/HoboNickels/src/net.cpp:1903: undefined reference to `GenerateBitcoins(bool, CWallet*)'
build/rpcmining.o: In function `setgenerate(CWallet*, std::vector >, std::allocator > > > const&, bool)':
/x/HoboNickels/src/rpcmining.cpp:48: undefined reference to `GenerateBitcoins(bool, CWallet*)'
...
full member
Activity: 196
Merit: 100
I love the stake!!

Thanks for the different things that makes a really good coin!
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Any chance of getting a "top 100 address" list for HBN? Sort of what Blackcoin has. I know that the Sci-Fi coins also have a "top 5" address list on their block explorers as well.

It would be a useful tool to see how heavy individual address are invested and the amount of HBN going in/out of the address.

Although I can understand the need/want for this. I won't be participating. It isn't a lot of complex code, basically putting the known addresses into an array/hash and add/subtracting from them to get current balance. But I don't have a ton of extra time for this.

I also think this brings up a privacy and security issues.  Since most larger holders are going to want to stake, if I am watching for one of these addresses to start up staking. I know they are online. With some cleaver watching I can begin to narrow down the number of IPs these are coming from. Soon enough I can get that IP, and begin looking for holes to exploit.
legendary
Activity: 1232
Merit: 1000
Why is the price of hobo dropping? Does it have anything to do with BlackCoin?

Bear market for alts in general. I don't see many being spared. Also it recently ran up, so some type of correction to the mean is inevitable.  Other then that could be large holder, selling out.

In any even it could be a chance to load up on cheap coins for the long haul.  Wait for some moving average to cross back up.

Regarding the "large holder", it's true there's a recent big sell according to another HBN thread in bitcointalk.

http://162.217.249.198:1080/address/F279k6BLzn9YPh2ARx35jo2HPLJL2S8cHr

I own that address. It's my HBN Journal Address. I just wanted to point out a few things. I moved about 7000 HBN into another wallet to minimize dust, but will be moving the coins back into the main address. Also, I did sell approx. 6000 HBN at around 16000-15000 Satoshi. This is a part of my trading plan, as those coins were PoS mined and not PoW mined or purchased from Cryptsy. I would be doing the same if the PoS mined coins were priced at 5000 satoshi or 40000 satoshi. Lastly, I am getting ready to buy back into HBN. These markets are a complete mess right now. This is what separates the pros from the newbs. Professionals buy low and sell high, newbs buy high and HOPE to sell higher. This is one of the reasons why 99% of market participants lose money, its in their nature.

Luckily I have a trading plan that doesn't involve panic selling at the lows like the rest of the altcoin market. I don't know what tomorrow or the next few months/years hold for Hobonickels or alt coins in general. But these are defining moments in time. I am talking life changing. play your cards right. You may see Hobonickel @ $1 -$5/coin in the future. It can also go to zero. In the end, it doesn't matter we are all a part of history here. Good luck everyone.
legendary
Activity: 1232
Merit: 1000
Any chance of getting a "top 100 address" list for HBN? Sort of what Blackcoin has. I know that the Sci-Fi coins also have a "top 5" address list on their block explorers as well.

It would be a useful tool to see how heavy individual address are invested and the amount of HBN going in/out of the address.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
HoboNickels will feature two pages in the book called Cryptocurrency "The Alt-ernative" the Beginner's Reference

https://bitcointalk.org/index.php?topic=483187.new#new


Please donate to the below HoboNickels wallet address in order to help fund this project:

Epiz3qXN9ACa443nng1bBaDhLBntZvaZqj

It will have 2 pages similar to this:





If you spot any spelling or grammar errors, these are easily sorted.  I do have a full time job as well as trying to get this project completed too.


Sounds neat.. Thanks and good luck. I'll look forward to seeing the finished page.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hi, a stake-question here. I'm seeing generated stake-coins, but they don't add up to the balance. For every 1 HBN stake, the balance only goes up 0,1 or so.


hobonickelsd getbalance:

555.22071300

hobonickelsd listaccounts
"
{
    "" : 749.09307500,
    "account" : 430.66852400,


What am I missing here?
Thanks

Not sure I totally understand your questions. But to answer it in other terms. When block(set of coins) goes into the stake balance of the wallet, it is not usable until 25 confirmations, after that time, you are rewarded for your work, by the interest .  It starts at 2.7% at 10 days and can go much higher if your coins take longer to stake.


So to get .1 out of 1 would mean your 1 coin took 30+ days to stake and you got 10% interest off of that.

Does that help?
Jump to: