Pages:
Author

Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet - page 99. (Read 679332 times)

sr. member
Activity: 288
Merit: 253
hyperstake.conf
addnode=192.52.166.241:18775
addnode=108.26.16.175:18775
addnode=46.236.161.66:18775
addnode=23.88.59.245:50527
addnode=178.33.64.233:47171
addnode=86.181.101.168:55546
addnode=45.32.199.52:42702
addnode=84.112.54.199:56282
addnode=79.108.2.146:56320
addnode=73.38.41.211:18775
addnode=50.149.214.130:61904
addnode=73.229.187.211:18775
Good Luck!
sr. member
Activity: 557
Merit: 250
I made backup the wallet.dat, but my problem and the syncs. I know that I have to recover the coins from stakes. However I prefer trust my Norton!

Anyway thank you very much, just solve the problems then I'll make a donation.
sr. member
Activity: 433
Merit: 250
We are the first to program your future (c)
I split my balance in 6 wallet for stake, I 6 addresses, and the balance returned to normal,I installed new wallet v.1.1.2, but not yet syncs. However I think that was stuck my IP. addresses printed.
pSXqZJjHAvDV3cRMhVzPh36T6144EPbLPY this and one of the 6  addresses.

Do these two addresses belong to you?
http://www.presstab.pw/phpexplorer/HYP/address.php?address=p9UWWK4d7cu11hcCMgR5x21eUtateNJeN6
http://www.presstab.pw/phpexplorer/HYP/address.php?address=p8L3us5D4DCAZECQzsrQgs8oUaQsvJh8Rr

There were no fund movements since January 20. You've either deleted blockchain files and haven't bootstraped again, or you haven't restored the wallet.dat file. You should back up your wallet.dat regularly and keep it in a few safe places. It's also always recommended to encrypt the wallet.

You can be pretty sure that your syncing problems aren't connected with the wallet itself and are caused by your system environment (I tend to think that the main problem is your firewall). It would be very helpful (if not crucial) if you could change the system and IP. Try to sync from your friend's PC, for example. Then you'll have a choice whether to move your funds to the online wallet or reinstall/change your PC operation system (or probably find a local specialist to test your system settings).
sr. member
Activity: 557
Merit: 250
I split my balance in 6 wallet for stake, I 6 addresses, and the balance returned to normal,I installed new wallet v.1.1.2, but not yet syncs. However I think that was stuck my IP. addresses printed.
pSXqZJjHAvDV3cRMhVzPh36T6144EPbLPY this and one of the 6  addresses.
sr. member
Activity: 433
Merit: 250
We are the first to program your future (c)
"Or they do not want others to connect to you", but who?

I said "or others do not want to connect to you", for instance if for some reason you got a high ban score. Maybe take a look at your debug.log to see what is going on there.

Very strange, tonight is gone my balance 304k HYP, has appeared my 51k Hyp stakes, by swooping chin, how is it possible?! I do not have the syncs!!!

Please post here your HyperStake balance address.
sr. member
Activity: 289
Merit: 250
Make a block locker, so I can lock a certain range of block age so I can stake only a portion of my total amount. what you think ?
legendary
Activity: 1123
Merit: 1000
SaluS - (SLS)
Was just able to make the coin control dialog a lot quicker. For my wallet that has a few thousand 'blocks' it was taking about 10 seconds to load... not good! I changed around the logic a bit and now its taking about 1 second! Another good performance booster for the next wallet release Smiley

https://github.com/hyperstake/HyperStake/commit/68c75985b99482e1f75b03dee65826931614d837

First world problem
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Was just able to make the coin control dialog a lot quicker. For my wallet that has a few thousand 'blocks' it was taking about 10 seconds to load... not good! I changed around the logic a bit and now its taking about 1 second! Another good performance booster for the next wallet release Smiley

https://github.com/hyperstake/HyperStake/commit/68c75985b99482e1f75b03dee65826931614d837
sr. member
Activity: 557
Merit: 250
"Or they do not want others to connect to you", but who?

I said "or others do not want to connect to you", for instance if for some reason you got a high ban score. Maybe take a look at your debug.log to see what is going on there.

Very strange, tonight is gone my balance 304k HYP, has appeared my 51k Hyp stakes, by swooping chin, how is it possible?! I do not have the syncs!!!
hero member
Activity: 686
Merit: 500
BTW do i need my wallet open to stake? or i can leave them closed and wait?

You can increase your net weight, when your wallet is closed, but it has to be open to mint blocks. I'd say if you have small amount of HYP and you have few mature blocks then it's feasible to wait some time to gather weigth.
sr. member
Activity: 322
Merit: 253
BTW do i need my wallet open to stake? or i can leave them closed and wait?
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
What about someone that do not have a windows environment to build the wallet with the commits ?

An official build will be released once I feel like the testing is solid enough. Binaries will be distributed. Maybe sometime this next week.

Until then though:
Yes, it is called Linux. Check it out.
sr. member
Activity: 289
Merit: 250
What about someone that do not have a windows environment to build the wallet with the commits ?
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Worked on a few technical items today:
- Adding the blockhash to each header so that the wallet does not need to rehash the blocks on startup each time (this makes for a quicker startup). The only downside is that this requires a resync of the chain
- I beleive I have fixed one of the most annoying problems that HYP has had over its entire life span. The tendency to jump out of the bootstrap... I was able to modify some code to have it handle this problem, and successfully bootstrapped from block 0 to 500k+ without having to restart the wallet or do anything special.
- I also modified some of the GUI code to refresh less. This makes a big difference for big wallets with lots of blocks that in the past have been calculating things like their stake weight every 5 seconds. There is really no reason to check stake weight that often (for the GUI at least).

Hope to have some of this stuff better tested over the next few days.


Got my commits for this up on github now. Just a warning if you rebuild from the repo it will require a resync!! But... if you want quicker start times, and more efficient wallet, probably best to bite the bullet now and resync.

Easiest way to resync is to delete the database dir and blkindex.dat from your data directory. Then rename blk0001.dat to bootstrap.dat. Start the client and it should begin to bootstrap automatically.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Worked on a few technical items today:
- Adding the blockhash to each header so that the wallet does not need to rehash the blocks on startup each time (this makes for a quicker startup). The only downside is that this requires a resync of the chain
- I beleive I have fixed one of the most annoying problems that HYP has had over its entire life span. The tendency to jump out of the bootstrap... I was able to modify some code to have it handle this problem, and successfully bootstrapped from block 0 to 500k+ without having to restart the wallet or do anything special.
- I also modified some of the GUI code to refresh less. This makes a big difference for big wallets with lots of blocks that in the past have been calculating things like their stake weight every 5 seconds. There is really no reason to check stake weight that often (for the GUI at least).

Hope to have some of this stuff better tested over the next few days.
sr. member
Activity: 433
Merit: 250
We are the first to program your future (c)
Yes,I have Norton, but the problem surley and another. I closed Norton, but always out of syncs. I did also Bot strap, eliminated blk0001 and blkindex, but nothing. However it must be an explanation.

Please upload to a file sharing site your entire debug.log file and post the link here. Then do all the steps from my previous post (#5796). If you won't follow my advices, I'll stop supporting.

Please man and thanks!

http://pastebin.com/eLWnuAQB

Yes, for now try to reinstall the wallet (the latest version, v1.1.2) and disable (temporarily) all firewalls/antiviruses. If you can, try another system, for example, on VM (virtual machine) or VPS (virtual private server).
sr. member
Activity: 289
Merit: 250
Yes,I have Norton, but the problem surley and another. I closed Norton, but always out of syncs. I did also Bot strap, eliminated blk0001 and blkindex, but nothing. However it must be an explanation.

Please upload to a file sharing site your entire debug.log file and post the link here. Then do all the steps from my previous post (#5796). If you won't follow my advices, I'll stop supporting.

Please man and thanks!

http://pastebin.com/eLWnuAQB
Run the wallet under administrator.

If that do not work. Disable all your AV/Firewall for a test to see if that is the problem.
sr. member
Activity: 557
Merit: 250
Yes,I have Norton, but the problem surley and another. I closed Norton, but always out of syncs. I did also Bot strap, eliminated blk0001 and blkindex, but nothing. However it must be an explanation.

Please upload to a file sharing site your entire debug.log file and post the link here. Then do all the steps from my previous post (#5796). If you won't follow my advices, I'll stop supporting.

Please man and thanks!

http://pastebin.com/eLWnuAQB
sr. member
Activity: 433
Merit: 250
We are the first to program your future (c)
Yes,I have Norton, but the problem surley and another. I closed Norton, but always out of syncs. I did also Bot strap, eliminated blk0001 and blkindex, but nothing. However it must be an explanation.

Please upload to a file sharing site your entire debug.log file and post the link here. Then do all the steps from my previous post (#5796). If you don't follow my advices, I'll stop supporting.
sr. member
Activity: 557
Merit: 250
Yes,I have Norton, but the problem certainly and another. I closed Norton, but always out of syncs. I did also Bot strap, eliminated blk0001 and blkindex, but nothing. However it must be an explanation.
Pages:
Jump to: