Author

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

member
Activity: 72
Merit: 10
Busy with an in-depth technical & fundamental analysis of all crypto coins and HBN now on my undervalued coins list.

Will start throwing some hashing power @ HBN during the next few days - may also be running a HBN pool.

Keep up the good work Tranz!

ps: looking forward to the Mac client...
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
For more detailed information about version 1.3 please see here

https://cryptocointalk.com/topic/3003-hbn-version-13/
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
        libdb_cxx-5.1.so => not found
        libboost_system.so.1.46.1 => not found
        libboost_filesystem.so.1.46.1 => not found
        libboost_program_options.so.1.46.1 => not found
        libboost_thread.so.1.46.1 => not found

Get BerkeleyDB and Boost installed before complaining.

Tranz, congratulations with the release.

Thanks!
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Tranz any word on a *nix release of the wallet? the windows wallet locks up for a few days, hangs, or crashes on close and logs it in windows mysterious vault (somewhere don't care, lol)...



The old win client did have an issue with crashes with encrypted wallets. This is fixed in version 1.3, and shouldn't be seen.

I will see if I can get an unix flavored for out there with QT support.

Here's a page that may help.

https://bitcointalksearch.org/topic/m.2233135

Seems you are missing.
sudo apt-get install libboost1.48-all-dev
or maybe the make is incorrect.  

Also you seem to be using db 5.1 You will want to only use 4.8 -

sudo apt-get install libdb4.8-dev

Let me know if this helps.

legendary
Activity: 1242
Merit: 1020
No surrender, no retreat, no regret.
        libdb_cxx-5.1.so => not found
        libboost_system.so.1.46.1 => not found
        libboost_filesystem.so.1.46.1 => not found
        libboost_program_options.so.1.46.1 => not found
        libboost_thread.so.1.46.1 => not found

Get BerkeleyDB and Boost installed before complaining.

Tranz, congratulations with the release.
newbie
Activity: 53
Merit: 0
Tranz any word on a *nix release of the wallet? the windows wallet locks up for a few days, hangs, or crashes on close and logs it in windows mysterious vault (somewhere don't care, lol)...

but this is what i have from mint.

./HoboNickels-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

ldd gives me this

ldd ./HoboNickels-qt
        linux-vdso.so.1 =>  (0x00007fff927f4000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fb6766e1000)
        libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007fb676484000)
        libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fb6760a8000)
        libdb_cxx-5.1.so => not found
        libboost_system.so.1.46.1 => not found
        libboost_filesystem.so.1.46.1 => not found
        libboost_program_options.so.1.46.1 => not found
        libboost_thread.so.1.46.1 => not found
        libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007fb6753f9000)
        libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007fb674f22000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb674d05000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb674a01000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb6746fc000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb6744e6000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb67411c000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb673f18000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fb673d01000)
        libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007fb673ac6000)
        libaudio.so.2 => /usr/lib/x86_64-linux-gnu/libaudio.so.2 (0x00007fb6738ae000)
        libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fb6735b2000)
        libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007fb67338b000)
        libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fb6730ee000)
        libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007fb672e9f000)
        libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007fb672c96000)
        libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007fb672a7a000)
        libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007fb67286a000)
        libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007fb67265f000)
        libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007fb67244d000)
        libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007fb672113000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb67690f000)
        libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007fb671ee9000)
        libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007fb671c83000)
        libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007fb671a7e000)
        libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fb67183f000)
        libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fb671637000)
        libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007fb671431000)
        libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fb671213000)
        libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007fb67100c000)
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Version 1.3 is now ready.

This will require you re-sync with the network.

For more advanced users you can shut down the old client, and rename your blk0001.dat to bootstrap.dat and then start up the new 1.3 client. This should cut your conversion time by half.

Please let me know if you have any issues.

https://github.com/Tranz5/HoboNickels/releases/tag/1.3.0.0

Mac and Linux Client coming soon
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Updated the OP with our new coin.

Also I have version 1.3 ready for a tester or 2. Let me know if interested.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Version 1.3 should be ready this week.

Notable changes include:
Leveldb (block chain size cut in half)
Decreased load time by half.
New icons.
New RPC functions.
Advanced Coin Control.
More security features.
QR and URI fixed
UPNP turned on for Win clients
Encrypted wallet crashes fixed

And shortly thereafter a 64 bit client for Windows released.

Also makeover to hobonickels.info around the same time too. Should be a fun start to the New Year!



legendary
Activity: 1540
Merit: 1060
May the force bit with you.

We got some great submissions for a new icon. Please take a look and if you like one let us know!

Hey Tranz I congratulate you on the huge work and effort you are putting into the coin. I will go ahead and take a deeper look at the coin and the wallet tomorrow. I had of course head of hoboNickels before but had not really paid much attention due to the name, I'm sorry that I judged it so quickly.

Thanks man and awesome job.

Does a rose by any other name not smell as sweet?  Cheesy

The wallet is still in need of help version 1.3 will really whip it into shape. Need about 2 more weeks or so to finish it up.
member
Activity: 115
Merit: 10

We got some great submissions for a new icon. Please take a look and if you like one let us know!

Hey Tranz I congratulate you on the huge work and effort you are putting into the coin. I will go ahead and take a deeper look at the coin and the wallet tomorrow. I had of course head of hoboNickels before but had not really paid much attention due to the name, I'm sorry that I judged it so quickly.

Thanks man and awesome job.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.

We got some great submissions for a new icon. Please take a look and if you like one let us know!
legendary
Activity: 1540
Merit: 1060
May the force bit with you.

Thank you


Yes your CPU will be used on the mined coins to stake once they age 10 days.  It is generally very low usage, it only gets high if you have many thousand small blocks of coins, try to stake at once.

Creating mulit-wallets (one for mining and one for staking, and one for general spending) is good practice. But it all depends on how many you mine, and how often you plan to move them around. No need to stop mining while loading or unloading wallets.  Encrypted wallets can be problematic, and need to be unlocked once loaded. See walletpassphrase usage.

By coin size I simply mean how man coins were included in a certain transaction.  I like to collect the mined coins in my wallet until they get to 100+ then I move them to staking wallet.  Each person

I get approx 10% orphans on stake, your results may vary, depending on CPU speed/usage and network latency. You can decrease the chance for orphans by increasing the maxconnections. By default it is set to 8, but can be overridden by -maxconnection switch or by use in the conf file. And for mining you can help by setting the scan time to be much lower, like 20 seconds, in cgminer

The name came from the original developer thundertoe. It was thought up during a chat session at Cryptsy's with a few other people.   My plans for the coin is to create a very easy way to give to your favorite charity.  But it is free to be used for any purpose a persons wishes. :-)

Welcome aboard. See our giveaway thread for free coins!

Very informative post! I hope it's OK for you if I copy parts of your post to our mining pool's welcome page @ hbn.smartmining.net to keep users informed on how to handle their wallets.

No Problem at all.

Also I am looking for a new fresh icon, and some additional graphics. See here https://cryptocointalk.com/topic/2677-become-the-hbn-icon/  If you don't have account there, feel free to post here. 

member
Activity: 82
Merit: 10

Thank you


Yes your CPU will be used on the mined coins to stake once they age 10 days.  It is generally very low usage, it only gets high if you have many thousand small blocks of coins, try to stake at once.

Creating mulit-wallets (one for mining and one for staking, and one for general spending) is good practice. But it all depends on how many you mine, and how often you plan to move them around. No need to stop mining while loading or unloading wallets.  Encrypted wallets can be problematic, and need to be unlocked once loaded. See walletpassphrase usage.

By coin size I simply mean how man coins were included in a certain transaction.  I like to collect the mined coins in my wallet until they get to 100+ then I move them to staking wallet.  Each person

I get approx 10% orphans on stake, your results may vary, depending on CPU speed/usage and network latency. You can decrease the chance for orphans by increasing the maxconnections. By default it is set to 8, but can be overridden by -maxconnection switch or by use in the conf file. And for mining you can help by setting the scan time to be much lower, like 20 seconds, in cgminer

The name came from the original developer thundertoe. It was thought up during a chat session at Cryptsy's with a few other people.   My plans for the coin is to create a very easy way to give to your favorite charity.  But it is free to be used for any purpose a persons wishes. :-)

Welcome aboard. See our giveaway thread for free coins!

Very informative post! I hope it's OK for you if I copy parts of your post to our mining pool's welcome page @ hbn.smartmining.net to keep users informed on how to handle their wallets.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Hello Tranz;

First happy holidays. Yesterday I downloaded the client version : v1.2.2.0-g38a5c87-hobo
I run solo at my rigs using cgminer, I run the client on my laptop, and my rigs access the client through local network.
I have a  few of questions for you:

I am only using the default wallet and did not create any additional wallets, will my mined coins start using my laptop cpu at one point for staking?

Should I create multiple wallets and move the coins in small amounts to those wallets, should I stop my mining while loading/unloading wallets? maybe you can shed some more light on this staking process, also you mentioned coin size in some of your posts, what exactly do you mean by coin size?

What is a the normal rate of orphans, I seem to get more than the 10% mentioned earlier, I estimate those at 20+ percent give or take is there a mining setting to lower this rate?

Last: What is the philosophy behind the HoboNickels? Name choice etc?

Thank you


My Hobo Address : Ej6YUHSKfzgnd2uWZehzvKF1UFfx2KgfEf

Yes your CPU will be used on the mined coins to stake once they age 10 days.  It is generally very low usage, it only gets high if you have many thousand small blocks of coins, try to stake at once.

Creating mulit-wallets (one for mining and one for staking, and one for general spending) is good practice. But it all depends on how many you mine, and how often you plan to move them around. No need to stop mining while loading or unloading wallets.  Encrypted wallets can be problematic, and need to be unlocked once loaded. See walletpassphrase usage.

By coin size I simply mean how man coins were included in a certain transaction.  I like to collect the mined coins in my wallet until they get to 100+ then I move them to staking wallet.  Each person

I get approx 10% orphans on stake, your results may vary, depending on CPU speed/usage and network latency. You can decrease the chance for orphans by increasing the maxconnections. By default it is set to 8, but can be overridden by -maxconnection switch or by use in the conf file. And for mining you can help by setting the scan time to be much lower, like 20 seconds, in cgminer

The name came from the original developer thundertoe. It was thought up during a chat session at Cryptsy's with a few other people.   My plans for the coin is to create a very easy way to give to your favorite charity.  But it is free to be used for any purpose a persons wishes. :-)

Welcome aboard. See our giveaway thread for free coins!
member
Activity: 70
Merit: 10
Hello Tranz;

First happy holidays. Yesterday I downloaded the client version : v1.2.2.0-g38a5c87-hobo
I run solo at my rigs using cgminer, I run the client on my laptop, and my rigs access the client through local network.
I have a  few of questions for you:

I am only using the default wallet and did not create any additional wallets, will my mined coins start using my laptop cpu at one point for staking?

Should I create multiple wallets and move the coins in small amounts to those wallets, should I stop my mining while loading/unloading wallets? maybe you can shed some more light on this staking process, also you mentioned coin size in some of your posts, what exactly do you mean by coin size?

What is a the normal rate of orphans, I seem to get more than the 10% mentioned earlier, I estimate those at 20+ percent give or take is there a mining setting to lower this rate?

Last: What is the philosophy behind the HoboNickels? Name choice etc?

Thank you


My Hobo Address : Ej6YUHSKfzgnd2uWZehzvKF1UFfx2KgfEf
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Jump to: