Author

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

member
Activity: 101
Merit: 10
Just upgraded to 1.5.0.0 - great work Tranz! Potential Stake - great addition but what Coin Age means?
legendary
Activity: 938
Merit: 1000
Hi HBN fans!

I was surfing the web and found this site http://hoboninja.com/

So anyways i dropped them a email explaining a little about the advantages of crypto and HBN etc. It is a long shot but you never know, and it takes just a few minutes to tell them so why not?

It would mean good cross pr and social media bumps for both. The store faces nearly zero risk in it all. What do you guys think? If you like the idea maybe shoot them another email. "fast, fair, stable, no chargebacks, free promotion, etc"
legendary
Activity: 2156
Merit: 1018
Buzz App - Spin wheel, farm rewards
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
11-6-2014:

Active:

THE BLOCKS FACTORY
https://hbn.theblocksfactory.com/
PPLNS
Fee : 1%
Difficulty : fixed or vardiff
Block paid after 25 confirmations

SMARTMINING ( Closing Dec 12 2014.)
http://hbn.smartmining.net/
PPLNS
0.5% Pool Fee
Auto-Payouts every 5min


CRYPTOTROLL
http://hbn.cryptotroll.com/index.php
PPLNS
No Mining Fees
Stratum & VARDIFF support

HAMSTERPOOL
https://hamsterpool.com/index.php?page=statistics&action=pool&coin=hbn
PPLNS
1.5% Fee
VARDIFF with manual set-point
Multi-Coin Pool - Mine HBN or use the auto switcher.

COINMINE.PW - http://www.coinmine.pw/about.php
http://www.coinmine.pw/poolinfo.php?coinid=21
PPL(Time)S
No Payout Fees
Block Finder Bonus
VAR Difficulty
Unique Coin Switching within the pool

SCRPT.IO
https://scrypt.io/hbn/
Prop Payout
0.5% Pool Fee

TOMPOOL - http://tompool.org/about.jsp
http://tompool.org:81/hbnmine/public/index.php?page=dashboard
Prop payout
Multi-Coin Pool - Mine HBN or use the auto switcher, can create custom list of coins for the auto-switcher.

LIFEFORCE
http://hbn.lifeforce.info/
Prop payout
1.5% Feet

full member
Activity: 139
Merit: 100
Thank you, for great job!
Did I understand correctly that I need delete old blockchain and download new?

You only need to do this if you are coming from version 1.4.0.0 or lower. If you use 1.4.0.1 or greater there is no need. It should be a simple exe change.

If you do need to do this. A downloaded block chain and index is available to help speed up the process.
http://www.mediafire.com/download/y5y9au1f5doxt5d/HoboBlockChain10-12-14.zip

Otherwise just remove the blk001.dat and txleveldb and re-download from peers. Or remove txleveldb and rename blk0001.dat to bootstrap.dat. This could also speed up the process.
Thanks so much, Tranz! Wink
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Thank you, for great job!
Did I understand correctly that I need delete old blockchain and download new?

You only need to do this if you are coming from version 1.4.0.0 or lower. If you use 1.4.0.1 or greater there is no need. It should be a simple exe change.

If you do need to do this. A downloaded block chain and index is available to help speed up the process.
http://www.mediafire.com/download/y5y9au1f5doxt5d/HoboBlockChain10-12-14.zip

Otherwise just remove the blk001.dat and txleveldb and re-download from peers. Or remove txleveldb and rename blk0001.dat to bootstrap.dat. This could also speed up the process.
full member
Activity: 139
Merit: 100
Thank you, for great job!
Did I understand correctly that I need delete old blockchain and download new?
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
hero member
Activity: 588
Merit: 501
Fork is coded!

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

If anyone wants to take a look at this and give any comments or let me know if you think I missed something, that would be great.

I'll begin getting clients out there for people to use. We have until Jan 17 until it takes effect so lots of time. I'll begin sending alerts in late Nov early Dec.

Stay tuned.


very responsible roll-out

legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Fork is coded!

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

If anyone wants to take a look at this and give any comments or let me know if you think I missed something, that would be great.

I'll begin getting clients out there for people to use. We have until Jan 17 until it takes effect so lots of time. I'll begin sending alerts in late Nov early Dec.

Stay tuned.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
I would like to write a small simple program in VB that can query the HBN network to check for the current work difficulty. Is there an easy way to do that?

If you are running the hbn deamon you can use the rpc command getdifficulty. Otherwise you could try the CCE api call http://www.cryptocoinexplorer.com/api

many need  crutches ))
for example:

1. cold start the daemon -> demon few minutes unresponsive rpc

2. no simple command - "staking work ?"
...

The demon may take a few minutes to start up. But if you are using it for something all the time you wouldn't shut it down.

getdifficutly shows both.


09:39:46

getdifficulty


09:39:46

{
"proof-of-work" : 24.06406389,
"proof-of-stake" : 0.00390625,
"search-interval" : 0
}


it is not something
and does not reflect the real state of the client with an outdated database


Well that is true, you have to be connected to the network to get the current difficulty.  But if you are running the client you should be up to date.
full member
Activity: 204
Merit: 100
I would like to write a small simple program in VB that can query the HBN network to check for the current work difficulty. Is there an easy way to do that?

If you are running the hbn deamon you can use the rpc command getdifficulty. Otherwise you could try the CCE api call http://www.cryptocoinexplorer.com/api

many need  crutches ))
for example:

1. cold start the daemon -> demon few minutes unresponsive rpc

2. no simple command - "staking work ?"
...

The demon may take a few minutes to start up. But if you are using it for something all the time you wouldn't shut it down.

getdifficutly shows both.


09:39:46

getdifficulty


09:39:46

{
"proof-of-work" : 24.06406389,
"proof-of-stake" : 0.00390625,
"search-interval" : 0
}


it is not something
and does not reflect the real state of the client with an outdated database
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
I would like to write a small simple program in VB that can query the HBN network to check for the current work difficulty. Is there an easy way to do that?

If you are running the hbn deamon you can use the rpc command getdifficulty. Otherwise you could try the CCE api call http://www.cryptocoinexplorer.com/api

many need  crutches ))
for example:

1. cold start the daemon -> demon few minutes unresponsive rpc

2. no simple command - "staking work ?"
...

The demon may take a few minutes to start up. But if you are using it for something all the time you wouldn't shut it down.

getdifficutly shows both.


09:39:46

getdifficulty


09:39:46

{
"proof-of-work" : 24.06406389,
"proof-of-stake" : 0.00390625,
"search-interval" : 0
}
full member
Activity: 204
Merit: 100
I would like to write a small simple program in VB that can query the HBN network to check for the current work difficulty. Is there an easy way to do that?

If you are running the hbn deamon you can use the rpc command getdifficulty. Otherwise you could try the CCE api call http://www.cryptocoinexplorer.com/api

many need  crutches ))
for example:

1. cold start the daemon -> demon few minutes unresponsive rpc

2. no simple command - "staking work ?"
...
hero member
Activity: 808
Merit: 502
thanks trans that API is exactly what i was looking for.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
I would like to write a small simple program in VB that can query the HBN network to check for the current work difficulty. Is there an easy way to do that?

If you are running the hbn deamon you can use the rpc command getdifficulty. Otherwise you could try the CCE api call http://www.cryptocoinexplorer.com/api
hero member
Activity: 808
Merit: 502
I would like to write a small simple program in VB that can query the HBN network to check for the current work difficulty. Is there an easy way to do that?
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Ahh yes I see.  Selecting rows in the transaction page has no effect, but that is a great idea. For now you can use the various filters to get totals.
full member
Activity: 204
Merit: 100
Is there an immediate need for someone to upgrade from 1.4 to 1.5?

1.5 is not released yet. I am testing some of the hard fork changes. It should be ready soon. But right now, no, you can stay with what you have. If you want to try some of the new features that will be ready in 1.5, try out the beta version.


by the way
I would like to see the price in the tray selected values in the wallet
surprising that it is not in the standard features  Huh

good luck

Sorry I do not understand. Can you reword that?

for example:




and count the number of marked coins
Jump to: