Bitcoin Forum
March 19, 2024, 09:04:30 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 [244] 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 »
  Print  
Author Topic: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive  (Read 478536 times)
FlungSpun
Sr. Member
****
Offline Offline

Activity: 414
Merit: 251


View Profile
September 14, 2017, 11:45:59 AM
 #4861



The section of the code that changes the reward won't take effect until Friday Sept 15.The reward should move back up then.


OK can you clarify for those of me that are pretending to concentrate on the day job instead of the fork and failing to do either :/

Hows the reward changing again?

1710839070
Hero Member
*
Offline Offline

Posts: 1710839070

View Profile Personal Message (Offline)

Ignore
1710839070
Reply with quote  #2

1710839070
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710839070
Hero Member
*
Offline Offline

Posts: 1710839070

View Profile Personal Message (Offline)

Ignore
1710839070
Reply with quote  #2

1710839070
Report to moderator
1710839070
Hero Member
*
Offline Offline

Posts: 1710839070

View Profile Personal Message (Offline)

Ignore
1710839070
Reply with quote  #2

1710839070
Report to moderator
1710839070
Hero Member
*
Offline Offline

Posts: 1710839070

View Profile Personal Message (Offline)

Ignore
1710839070
Reply with quote  #2

1710839070
Report to moderator
Casimir1904
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Radix-The Decentralized Finance Protocol


View Profile
September 14, 2017, 01:59:24 PM
 #4862

I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);
To:
Code:
const CScriptID& hash = boost::get<CScriptID>(address);
In rpcrawtransaction.cpp


   R A D I X   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   The Decentralized Finance Protocol
█████████ GET TOKENS █████████    Facebook      Telegram      Twitter
The Radix DeFi Protocol is    SCALABLE SECURE COMMUNITY DRIVEN
smarterhash
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500

Contact : TheSmartHasher@gmail.com


View Profile
September 14, 2017, 05:58:29 PM
 #4863

I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);
To:
Code:
const CScriptID& hash = boost::get<CScriptID>(address);
In rpcrawtransaction.cpp



I've recompiled the code for our pool - but no nodes...

any help here?

??
CoinEraser
Legendary
*
Offline Offline

Activity: 1988
Merit: 1718


View Profile
September 14, 2017, 07:15:19 PM
Last edit: September 14, 2017, 10:56:56 PM by CoinEraser
 #4864

I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);
To:
Code:
const CScriptID& hash = boost::get<CScriptID>(address);
In rpcrawtransaction.cpp



I've recompiled the code for our pool - but no nodes...

any help here?

??

Add some Nodes to your config file:

addnode=103.86.99.7
addnode=104.230.143.200
addnode=105.227.7.179
addnode=108.218.245.125
addnode=109.154.186.249
addnode=109.227.254.135
addnode=110.150.194.196
addnode=144.76.138.145
addnode=146.71.78.97
addnode=153.167.128.232
addnode=172.219.203.101
addnode=172.58.201.147
addnode=173.216.69.133
addnode=173.239.220.136
addnode=173.246.10.52
addnode=174.48.35.235
addnode=176.37.67.61
addnode=178.162.211.176
addnode=181.41.41.114

More nodes you can find here:
https://chainz.cryptoid.info/hbn/

Click at network and than node list. Smiley
smarterhash
Hero Member
*****
Offline Offline

Activity: 553
Merit: 500

Contact : TheSmartHasher@gmail.com


View Profile
September 14, 2017, 08:48:32 PM
 #4865

foond one node - thanks - hbn.smarterhash.com is running on wallet 2.0

others will be found soon

thanks
dnp
Full Member
***
Offline Offline

Activity: 401
Merit: 110


View Profile WWW
September 14, 2017, 10:49:07 PM
 #4866

foond one node - thanks - hbn.smarterhash.com is running on wallet 2.0

others will be found soon

thanks


addnode=coins.dognose.com

Explorer and full node hosting at explorer.dognose.net
B3dr0ck
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
September 14, 2017, 10:59:47 PM
 #4867

OK ....

blew away my blockchain, loaded a backup from 60days ago
installed 2.0
Started
synced
Got a stake payment

now ... how do I know I'm on the correct chain?
versprichnix
Sr. Member
****
Offline Offline

Activity: 876
Merit: 291


View Profile
September 14, 2017, 11:03:40 PM
 #4868

now ... how do I know I'm on the correct chain?

In the console, type the commands "getinfo", and "getcheckpoint". Compare the block height of both commands, they should be the same or nearly the same.
CoinEraser
Legendary
*
Offline Offline

Activity: 1988
Merit: 1718


View Profile
September 14, 2017, 11:25:30 PM
 #4869

now ... how do I know I'm on the correct chain?

In the console, type the commands "getinfo", and "getcheckpoint". Compare the block height of both commands, they should be the same or nearly the same.

Or compare your blocks with the blocks from the explorer.
https://chainz.cryptoid.info/hbn/

If you staking block are the same as in the explorer, you are on the right chain.  Wink
B3dr0ck
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
September 15, 2017, 12:43:55 AM
 #4870

now ... how do I know I'm on the correct chain?

In the console, type the commands "getinfo", and "getcheckpoint". Compare the block height of both commands, they should be the same or nearly the same.

Or compare your blocks with the blocks from the explorer.
https://chainz.cryptoid.info/hbn/

If you staking block are the same as in the explorer, you are on the right chain.  Wink

So if I type getinfo and see "blocks" : 5667899
and type getcheckpoint and see "height" : 5667899,
and go to https://chainz.cryptoid.info/hbn/ and see block height 5667899

I'm good!  So ... any news on Cryptopia exchange
Or H2C pool coming back online?
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 15, 2017, 01:24:21 AM
 #4871

So let's recap how we are looking.

The fork seems to have gone as planned, although it seems there was a bit of strife right after it became active. But otherwise the chain appears to be in good shape.  

I am seeing a very low orphan rate, and low CPU usage, and so far no side chains. So that is good!  

Spacing and difficulty appear to leveling out too.

Quote
5667915   1 minute    20.5 kB   8,343.469425 HBN   0.7220    Proof of Stake
5667914   2 minutes    30.8 kB   12,786.755437 HBN   0.7229    Proof of Stake
5667913   4 minutes    30.8 kB   16,790.660042 HBN   0.7220    Proof of Stake
5667912   6 minutes    30.6 kB   10,172.808362 HBN   0.7203    Proof of Stake
5667911   8 minutes    20.4 kB   9.098976 HBN   0.7077    Proof of Stake

I think the amount  of clients on the network is a bit low right now. But that should increase and get back to normal over time.

The reward is a bit lower then I anticipated, but we still have the change at Friday Night that should bring it back up.  I am guessing 40-60%. We shall see.

The Min reward is going to be at 20%, so no matter what happens to difficulty that will be the lowest you will earn.  Now the max reward cap is also staying at 250, so again over time the amount of coins it will take to stake will increase over time. There by continuing to lower the creation percentage for the block chain.  This will take many years to get to that point.    

In any even this is how this coin should have behaved from the start. But the 20 second block time was just too much for a global network of wallets that were also staking.  

So what is next?

Now that we have a stable network. I will have to spend less time ensuring the block chain is whole, and more time to development.

Immediate Goals:
Get a client out there for other platforms. Mac and Linux right away.  I would love help on the Mac wallet..
Get Cryptopia back online. I don't plan to push this until next week, after everything looks safe and sound.
Update the code to allow for higher, potentially unlimited combine/split threshold values.

Short/Medium term Goals:
Continue to update the code base for more security and lower cpu, lower memory, fix bugs and compiling issues and lots more functionality!

Longer Term Goals:
Hard Forks? Not sure what we will need yet, but anything will be 6-12 months out at this point.
Create a light weight wallet. Electrum type.  With eventual staking capabilities. Very low foot print.
Lots of other ideas I will share later.

But all of this is now possible because we moved to a reasonable block time and decent staking algo.

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
September 15, 2017, 01:41:09 AM
 #4872

... net-weight related I think the minimum is now set to 20%

Tranz told this, 20% shall be the minimum. As I know, long term the reward drops to around 1%. So, a staking "minimum" reward of 20% is misleading, Tranz should clarify this.

I never had one single coin, if it's "reward" would be 100% or even 20% long term.

20% is the min. But with the 250 reward cap, this will continue to go down over time. As more coins are available, the difficulty will go up, and the amount of coins needed, or the length of time need will go up and you will hit the max.  This will take years to happen, but it will slow down more and more over time. And we will hopefully get close to that 120 million goal..

I think we will be in good shape, still high enough to allow new comers  to start, but not so high as to cause run-away inflation.

I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);
To:
Code:
const CScriptID& hash = boost::get<CScriptID>(address);

Thank you, this can be different for different compilers. What system were you compiling for?



So if I type getinfo and see "blocks" : 5667899
and type getcheckpoint and see "height" : 5667899,
and go to https://chainz.cryptoid.info/hbn/ and see block height 5667899

I'm good!  So ... any news on Cryptopia exchange
Or H2C pool coming back online?

Awesome!

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

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
September 15, 2017, 02:41:40 AM
 #4873

the new wallet works awesome, Tranz can u get us on Bittrex? you need to verify yourself as dev and such, cryptopia is not enough to push this coin where it should be

yolo
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 15, 2017, 02:48:22 AM
 #4874

the new wallet works awesome, Tranz can u get us on Bittrex? you need to verify yourself as dev and such, cryptopia is not enough to push this coin where it should be

Let's give 2.0 a full week to burn in and then assuming all is well I will go ahead and start a conversation with them.

This is a thing of beauty though.

Love the ping times!


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

Activity: 147
Merit: 100


View Profile
September 15, 2017, 03:19:07 AM
 #4875

[...]
I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);
To:
Code:
const CScriptID& hash = boost::get<CScriptID>(address);

Thank you, this can be different for different compilers. What system were you compiling for?
[...]

This is needed for libboost 1.5.8 (Ubuntu 16.04)
Zels
Full Member
***
Offline Offline

Activity: 203
Merit: 100



View Profile
September 15, 2017, 04:15:19 AM
 #4876


getinfo

{
"version" : "v2.0.0.0-g-V2.0",
"protocolversion" : 70010,
"blocks" : 5667595,
"timeoffset" : -6,
"...."
}

getcheckpoint

{
"synccheckpoint" : "00000001b4fc5cfeba816c62cdf6a62494e466fa148740c1d261b1cb76243e65",
"height" : 5666999,
"timestamp" : "2017-09-14 08:26:11 UTC",
"data" : {
"parsed" : {
"version" : 1,
"hash" : "00000001b4fc5cfeba816c62cdf6a62494e466fa148740c1d261b1cb76243e65"
},
"raw" : {
"data" : "01000000653e2476cbb161d2c1408714fa66e49424a6f6cd626c81bafe5cfcb401000000",
"signature" : "3045022100847350d1ee118d83e429830da20c358955bd64592a336fe02892a7d453748f6d02203 52a9fb5d8560edc9f9b1dc783bde842008fb469edac30a11fae0f2f3a7d6128"
}
},
"policy" : "strict"
}


Did I fork ? 0 orphans for me strange Smiley
Tranz (OP)
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
September 15, 2017, 11:45:01 AM
 #4877


getinfo

{
"version" : "v2.0.0.0-g-V2.0",
"protocolversion" : 70010,
"blocks" : 5667595,
"timeoffset" : -6,
"...."
}

getcheckpoint

{
"synccheckpoint" : "00000001b4fc5cfeba816c62cdf6a62494e466fa148740c1d261b1cb76243e65",
"height" : 5666999,
"timestamp" : "2017-09-14 08:26:11 UTC",
"data" : {
"parsed" : {
"version" : 1,
"hash" : "00000001b4fc5cfeba816c62cdf6a62494e466fa148740c1d261b1cb76243e65"
},
"raw" : {
"data" : "01000000653e2476cbb161d2c1408714fa66e49424a6f6cd626c81bafe5cfcb401000000",
"signature" : "3045022100847350d1ee118d83e429830da20c358955bd64592a336fe02892a7d453748f6d02203 52a9fb5d8560edc9f9b1dc783bde842008fb469edac30a11fae0f2f3a7d6128"
}
},
"policy" : "strict"
}


Did I fork ? 0 orphans for me strange Smiley

No I think you are good. Just double check against the block explorer.  Did you get the getcheckpoint while catching up?

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

Activity: 154
Merit: 10


View Profile
September 15, 2017, 01:50:32 PM
 #4878

Cryptopia has HBN online for trading again

https://www.cryptopia.co.nz/Exchange/?market=HBN_BTC

Panic sell - China is taking down crypto forever!  (FUD)

It's time to buy, this coin is only going up from here, the developer is active, the community is active, its to the moon! (Hype)

The point is ... Trade the coin, either way, volume is good, and both points have merit.   

Casimir1904
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Radix-The Decentralized Finance Protocol


View Profile
September 15, 2017, 05:07:38 PM
 #4879

I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);
To:
Code:
const CScriptID& hash = boost::get<CScriptID>(address);

Thank you, this can be different for different compilers. What system were you compiling for?

That was on a Ubuntu 16.04 machine.
Wallet loading on startup need to be optimized as well. Takes very long with a 70MB wallet.

   R A D I X   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   The Decentralized Finance Protocol
█████████ GET TOKENS █████████    Facebook      Telegram      Twitter
The Radix DeFi Protocol is    SCALABLE SECURE COMMUNITY DRIVEN
B3dr0ck
Member
**
Offline Offline

Activity: 154
Merit: 10


View Profile
September 15, 2017, 05:34:47 PM
 #4880

About mining / POW:

I seemed to miss any discussion on this, if there was any.

So the block time was increased, but the block reward was kept the same?  Block time increased from 30sec to 2 mins.  So the POW reward was quartered effectively?

Which does it really matter, because the POW is going to end on Block 6,000,000?  This is like a run up to ending POW, and no longer being a hybrid coin.

Is it even worth mining at this point, and should H2C just de-list it, realistically?

Pages: « 1 ... 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 [244] 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 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!