zhao_fung
Newbie
Offline
Activity: 1
Merit: 0
|
|
March 10, 2015, 03:35:45 AM |
|
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
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
March 10, 2015, 03:01:49 PM |
|
Client crashed on me with this error: ************************ 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 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.
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
March 10, 2015, 03:03:36 PM |
|
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"
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
March 10, 2015, 03:11:09 PM |
|
Client crashed on me with this error: ************************ 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 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 You are awesome dev!
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
March 10, 2015, 04:18:23 PM |
|
Thanks presstab !! I knew you would probably have some answer You are awesome dev! Thanks 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
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
March 11, 2015, 01:57:02 AM |
|
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 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
|
|
|
|
foroplus
Legendary
Offline
Activity: 1212
Merit: 1052
|
|
March 11, 2015, 01:40:01 PM |
|
That sounds really amazing Presstab. This wallet will be the most innovative in crypto currencies world.
Thanks.
|
|
|
|
LiteBit
Legendary
Offline
Activity: 1133
Merit: 1050
|
|
March 11, 2015, 04:52:54 PM |
|
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 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 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
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
March 11, 2015, 05:18:43 PM |
|
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 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 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/shadowcoinLooking 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
|
|
|
|
LiteBit
Legendary
Offline
Activity: 1133
Merit: 1050
|
|
March 11, 2015, 05:23:31 PM |
|
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 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 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/shadowcoinLooking 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 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
Activity: 912
Merit: 1000
|
|
March 11, 2015, 05:39:43 PM |
|
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
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
March 11, 2015, 06:32:02 PM |
|
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?
|
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
March 11, 2015, 08:39:34 PM |
|
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
Activity: 912
Merit: 1000
|
|
March 11, 2015, 08:57:46 PM |
|
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
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
March 12, 2015, 02:48:21 PM |
|
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
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
March 12, 2015, 03:13:57 PM |
|
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 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
|
|
|
|
Hilux74
Legendary
Offline
Activity: 912
Merit: 1000
|
|
March 12, 2015, 05:04:07 PM |
|
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 Thanks Presstab. If you need to prioritize I think the mmm has more tangible benefits to improve staking cpu efficiency than the hmmm
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
March 12, 2015, 05:19:56 PM |
|
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?
|
|
|
|
Hilux74
Legendary
Offline
Activity: 912
Merit: 1000
|
|
March 12, 2015, 05:38:57 PM |
|
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? Yep. This time I just copy/pasted everything to diova dyslexic mistakes...
|
|
|
|
|