Bitcoin Forum
June 22, 2024, 07:11:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 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 ... 386 »
  Print  
Author Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet  (Read 679277 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
zhao_fung
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 10, 2015, 03:35:45 AM
 #4461

helllpppp meeee
my wallet from 1 week ago still update till now
n i already restart my wallet, n instal the new one wallet n the result is still update
and then last day the update is 94% n now the update is 93% , why ? the update sinkron is going down ? is it supose to be going up till 100% is it righ ?
plase help my walet
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 10, 2015, 03:01:49 PM
 #4462

Client crashed on me with this error:

Code:
************************
ETRKEPTION: NSt8ios_base7failureE      
CDataStream::ignore() : end of data      
HyperStake in ThreadMessageHandler()      

terminate called after throwing an instance of 'std::ios_base::failure'
  what():  CDataStream::ignore() : end of data
Aborted


Wtf is that...  or what happened Huh  

It also keeps throwing a repeating message in the terminal:
Qstring::arg: Argument missing: Not minting because wallet is locked

We have noticed the error with CDataStream too. It is only affecting some users, but allejupa was able to find the line in the code and we are investigating it further.

The argument missing has been fixed, you can pull the latest repo from github.com/hyperstake/hyperstake and build.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 10, 2015, 03:03:36 PM
 #4463

helllpppp meeee
my wallet from 1 week ago still update till now
n i already restart my wallet, n instal the new one wallet n the result is still update
and then last day the update is 94% n now the update is 93% , why ? the update sinkron is going down ? is it supose to be going up till 100% is it righ ?
plase help my walet

Check to see if your wallet matches the block explorer hyp.cryptocoinexplorer.com. If you type this into the debug console "getblockhash 259440" it should give you this result: 6a9c9ae86c3dee9a8e37f1ac3e3697cea571227d9723b06ebf1c0f3e84894301

If you have the correct hash, then type into the console "strictincoming true"

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
rocoro
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


View Profile
March 10, 2015, 03:11:09 PM
 #4464

Client crashed on me with this error:

Code:
************************
ETRKEPTION: NSt8ios_base7failureE      
CDataStream::ignore() : end of data      
HyperStake in ThreadMessageHandler()      

terminate called after throwing an instance of 'std::ios_base::failure'
  what():  CDataStream::ignore() : end of data
Aborted


Wtf is that...  or what happened Huh  

It also keeps throwing a repeating message in the terminal:
Qstring::arg: Argument missing: Not minting because wallet is locked

We have noticed the error with CDataStream too. It is only affecting some users, but allejupa was able to find the line in the code and we are investigating it further.

The argument missing has been fixed, you can pull the latest repo from github.com/hyperstake/hyperstake and build.

Thanks presstab !!  I knew you would probably have some answer Smiley
You are awesome dev!

presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 10, 2015, 04:18:23 PM
 #4465


Thanks presstab !!  I knew you would probably have some answer Smiley
You are awesome dev!

Thanks Smiley One of our current focuses with HyperStake, is to get it into closer sync with Bitcoin's latest code. This is quite a task because HyperStake's code split from Bitcoin clear back when Peercoin was created. Then Novacoin cloned from Peercoin, then bottlecaps cloned from from NVC, then a few more generations of clones and we get to HYP. So many of the changes to the code have not been done to HYP's code, but we are working hard to get it all updated.

If you want to follow our progress on this specific issue you can follow it here on github https://github.com/hyperstake/HyperStake/issues/16

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 11, 2015, 01:57:02 AM
 #4466

Just wanted to update everyone on what I am working on at the moment. I am of course continuing to work on the things I listed here

I have also been spending a lot of time working on an in wallet block explorer that is fully functional, and that does not rely on external websites, or anything outside of the wallet.  I have a lot of the basic functionality put together, for example the ability to index all of the blocks and store all addresses and their transactions to a file called explorer.dat. I plan on building more infrastructure around this code before I commit it for the public. I would like to add a richlist, and a "stake whale" list too. The explorer will be fully functional via RPC, so it would be really easy to build a website explorer for HyperStake that does not really do much processing of data at all, but simply relays the information from the wallet.

It will probably be a few weeks before I throw any of the code out into the public. I know there is probably another coin out there that has this done already, but I really enjoy doing it all from scratch Grin

On another note, I will be vacationing in Scandinavia for a week and a half starting this friday. I hope to only be online very minimally if at all. ##hyperstake has a lot of smart people that are always willing to help out for urgent needs, and we also have a lot of smart people here on bct ready to help too Cheesy

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
foroplus
Legendary
*
Offline Offline

Activity: 1212
Merit: 1052



View Profile
March 11, 2015, 01:40:01 PM
 #4467

That sounds really amazing Presstab.
This wallet will be the most innovative in crypto currencies world.

Thanks.

LiteBit
Legendary
*
Offline Offline

Activity: 1133
Merit: 1050


View Profile
March 11, 2015, 04:52:54 PM
 #4468

Just wanted to update everyone on what I am working on at the moment. I am of course continuing to work on the things I listed here

I have also been spending a lot of time working on an in wallet block explorer that is fully functional, and that does not rely on external websites, or anything outside of the wallet.  I have a lot of the basic functionality put together, for example the ability to index all of the blocks and store all addresses and their transactions to a file called explorer.dat. I plan on building more infrastructure around this code before I commit it for the public. I would like to add a richlist, and a "stake whale" list too. The explorer will be fully functional via RPC, so it would be really easy to build a website explorer for HyperStake that does not really do much processing of data at all, but simply relays the information from the wallet.

It will probably be a few weeks before I throw any of the code out into the public. I know there is probably another coin out there that has this done already, but I really enjoy doing it all from scratch Grin

On another note, I will be vacationing in Scandinavia for a week and a half starting this friday. I hope to only be online very minimally if at all. ##hyperstake has a lot of smart people that are always willing to help out for urgent needs, and we also have a lot of smart people here on bct ready to help too Cheesy

In wallet explorer would be awesome! I like http://hyp.cryptocoinexplorer.com/ and all but in wallet would be even better!

Shadow's latest wallet added a block explorer if it would help to expedite coding https://github.com/SDCDev/shadowcoin
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 11, 2015, 05:18:43 PM
 #4469

Just wanted to update everyone on what I am working on at the moment. I am of course continuing to work on the things I listed here

I have also been spending a lot of time working on an in wallet block explorer that is fully functional, and that does not rely on external websites, or anything outside of the wallet.  I have a lot of the basic functionality put together, for example the ability to index all of the blocks and store all addresses and their transactions to a file called explorer.dat. I plan on building more infrastructure around this code before I commit it for the public. I would like to add a richlist, and a "stake whale" list too. The explorer will be fully functional via RPC, so it would be really easy to build a website explorer for HyperStake that does not really do much processing of data at all, but simply relays the information from the wallet.

It will probably be a few weeks before I throw any of the code out into the public. I know there is probably another coin out there that has this done already, but I really enjoy doing it all from scratch Grin

On another note, I will be vacationing in Scandinavia for a week and a half starting this friday. I hope to only be online very minimally if at all. ##hyperstake has a lot of smart people that are always willing to help out for urgent needs, and we also have a lot of smart people here on bct ready to help too Cheesy

In wallet explorer would be awesome! I like http://hyp.cryptocoinexplorer.com/ and all but in wallet would be even better!

Shadow's latest wallet added a block explorer if it would help to expedite coding https://github.com/SDCDev/shadowcoin

Looking at the wallet it looks more like a block crawler than a fully functional explorer (I could be wrong, didn't spend a whole lot of time looking). Does it have the ability to see the balances of other addresses as well as maintain a richlist that is computing the data internally to the wallet rather than communicating with something on the outside? Their commits are so bulky, it is really hard to figure out what is going on Tongue

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
LiteBit
Legendary
*
Offline Offline

Activity: 1133
Merit: 1050


View Profile
March 11, 2015, 05:23:31 PM
 #4470

Just wanted to update everyone on what I am working on at the moment. I am of course continuing to work on the things I listed here

I have also been spending a lot of time working on an in wallet block explorer that is fully functional, and that does not rely on external websites, or anything outside of the wallet.  I have a lot of the basic functionality put together, for example the ability to index all of the blocks and store all addresses and their transactions to a file called explorer.dat. I plan on building more infrastructure around this code before I commit it for the public. I would like to add a richlist, and a "stake whale" list too. The explorer will be fully functional via RPC, so it would be really easy to build a website explorer for HyperStake that does not really do much processing of data at all, but simply relays the information from the wallet.

It will probably be a few weeks before I throw any of the code out into the public. I know there is probably another coin out there that has this done already, but I really enjoy doing it all from scratch Grin

On another note, I will be vacationing in Scandinavia for a week and a half starting this friday. I hope to only be online very minimally if at all. ##hyperstake has a lot of smart people that are always willing to help out for urgent needs, and we also have a lot of smart people here on bct ready to help too Cheesy

In wallet explorer would be awesome! I like http://hyp.cryptocoinexplorer.com/ and all but in wallet would be even better!

Shadow's latest wallet added a block explorer if it would help to expedite coding https://github.com/SDCDev/shadowcoin

Looking at the wallet it looks more like a block crawler than a fully functional explorer (I could be wrong, didn't spend a whole lot of time looking). Does it have the ability to see the balances of other addresses as well as maintain a richlist that is computing the data internally to the wallet rather than communicating with something on the outside? Their commits are so bulky, it is really hard to figure out what is going on Tongue

It could be just a block crawler. I'm not sure press. I haven't found time to nose around in it. I know it doesn't maintain a richlist and some of the more exotic things I think you want to achieve.

Looking forward to it!
Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
March 11, 2015, 05:39:43 PM
 #4471

Is the ADDRESS CLAIM function of http://hyp.cryptocoinexplorer.com/ working?  I tried it the other day and still do not see a name beside my address.  Maybe I did it wrong...
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
March 11, 2015, 06:32:02 PM
 #4472

Is the ADDRESS CLAIM function of http://hyp.cryptocoinexplorer.com/ working?  I tried it the other day and still do not see a name beside my address.  Maybe I did it wrong...

I'm pretty sure its automated cause last time I did it I showed up pretty much instantly.

Are you sure all your coins are in the same address?

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 11, 2015, 08:01:59 PM
 #4473

Is the ADDRESS CLAIM function of http://hyp.cryptocoinexplorer.com/ working?  I tried it the other day and still do not see a name beside my address.  Maybe I did it wrong...

Try following David's walk through on this post https://bitcointalk.org/index.php?topic=678849.msg9324364#msg9324364

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
March 11, 2015, 08:39:34 PM
 #4474

Is the ADDRESS CLAIM function of http://hyp.cryptocoinexplorer.com/ working?  I tried it the other day and still do not see a name beside my address.  Maybe I did it wrong...

I'm pretty sure its automated cause last time I did it I showed up pretty much instantly.

Are you sure all your coins are in the same address?

The system is automatic and I just tested it by registering an address through the website and checking the database.

It appears to be working.

Everything needs to be exact, no extra spaces etc.

Also remember that address =/= wallet. A wallet is a collection of addresses and the coin clients sometimes use some trickery to make it easier to use. Sometimes that can throw people off when is comes to address balances.

Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
March 11, 2015, 08:57:46 PM
 #4475

Is the ADDRESS CLAIM function of http://hyp.cryptocoinexplorer.com/ working?  I tried it the other day and still do not see a name beside my address.  Maybe I did it wrong...

I'm pretty sure its automated cause last time I did it I showed up pretty much instantly.

Are you sure all your coins are in the same address?

The system is automatic and I just tested it by registering an address through the website and checking the database.

It appears to be working.

Everything needs to be exact, no extra spaces etc.

Also remember that address =/= wallet. A wallet is a collection of addresses and the coin clients sometimes use some trickery to make it easier to use. Sometimes that can throw people off when is comes to address balances.



I'll give it another try.  I only have the one address in the wallet in question so it was likely an extra space or related copy/paste failure.
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
March 12, 2015, 02:48:21 PM
 #4476

mmm hmmm

You guys are making excellent points here. HYPster and Hilux74, I will take both of those comments into consideration and let you know whether I can put the code together to make it work Grin

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
March 12, 2015, 03:13:57 PM
 #4477

You guys are making excellent points here. HYPster and Hilux74, I will take both of those comments into consideration and let you know whether I can put the code together to make it work Grin

Hats off to you captain presstab, for zero hesitation in the face of such a monstrous coding challenge!
Please sign me up for beta testing  Grin

Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
March 12, 2015, 05:04:07 PM
 #4478

mmm hmmm

You guys are making excellent points here. HYPster and Hilux74, I will take both of those comments into consideration and let you know whether I can put the code together to make it work Grin

Thanks Presstab.  If you need to prioritize I think the mmm has more tangible benefits to improve staking cpu efficiency than the hmmm  Wink
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
March 12, 2015, 05:19:56 PM
 #4479


I'll give it another try.  I only have the one address in the wallet in question so it was likely an extra space or related copy/paste failure.

I see your name on slot 25, I assume your issue with registering on the explorer has been solved?  Smiley
Hilux74
Legendary
*
Offline Offline

Activity: 912
Merit: 1000



View Profile
March 12, 2015, 05:38:57 PM
 #4480


I'll give it another try.  I only have the one address in the wallet in question so it was likely an extra space or related copy/paste failure.

I see your name on slot 25, I assume your issue with registering on the explorer has been solved?  Smiley

Yep.  This time I just copy/pasted everything to diova dyslexic mistakes...   Cheesy
Pages: « 1 ... 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 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 ... 386 »
  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!