Bitcoin Forum
May 24, 2024, 01:58:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 ... 386 »
  Print  
Author Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet  (Read 679272 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.
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
February 22, 2016, 04:17:23 AM
 #5741

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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 22, 2016, 04:26:32 AM
 #5742

What about someone that do not have a windows environment to build the wallet with the commits ?
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
February 22, 2016, 05:01:24 AM
 #5743

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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Chyton
Sr. Member
****
Offline Offline

Activity: 322
Merit: 253



View Profile
February 22, 2016, 11:01:01 AM
 #5744

BTW do i need my wallet open to stake? or i can leave them closed and wait?

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion
Anonymous and Untraceable
ANN  Whitepaper  Facebook  Twitter  Telegram  Discord 





      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.
sparksi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
February 22, 2016, 11:19:03 AM
 #5745

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.
dac10
Sr. Member
****
Offline Offline

Activity: 557
Merit: 250


View Profile
February 22, 2016, 11:10:58 PM
 #5746

"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!!!
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
February 23, 2016, 06:23:06 AM
 #5747

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

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

Activity: 1123
Merit: 1000


SaluS - (SLS)


View Profile
February 23, 2016, 06:34:54 AM
 #5748

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

JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 23, 2016, 06:36:24 AM
 #5749

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 ?
iantunc
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


We are the first to program your future (c)


View Profile
February 23, 2016, 07:25:50 AM
 #5750

"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.

HyperStake bootstrap server - hyperstrap.ml
HyperStake supply gain prediction graph - hypsupply.ml
dac10
Sr. Member
****
Offline Offline

Activity: 557
Merit: 250


View Profile
February 23, 2016, 09:42:54 AM
 #5751

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.
iantunc
Sr. Member
****
Offline Offline

Activity: 433
Merit: 250


We are the first to program your future (c)


View Profile
February 23, 2016, 11:02:34 AM
Last edit: February 23, 2016, 12:30:48 PM by iantunc
 #5752

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).

HyperStake bootstrap server - hyperstrap.ml
HyperStake supply gain prediction graph - hypsupply.ml
dac10
Sr. Member
****
Offline Offline

Activity: 557
Merit: 250


View Profile
February 23, 2016, 11:55:21 PM
 #5753

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.
krysta11
Sr. Member
****
Offline Offline

Activity: 288
Merit: 253



View Profile
February 24, 2016, 11:46:03 AM
 #5754

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!

dac10
Sr. Member
****
Offline Offline

Activity: 557
Merit: 250


View Profile
February 24, 2016, 01:04:18 PM
 #5755

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!

But these are not good?
addnode=62.228.61.172
addnode=109.2.161.14
addnode=173.173.81.15
addnode=91.178.224.89
addnode=73.204.124.8
addnode=172.90.241.198
addnode=144.76.80.131
addnode=177.11.30.34
addnode=104.159.241.2
addnode=83.251.242.75
addnode=46.105.158.201
addnode=84.112.54.199
addnode=93.123.163.96
addnode=24.146.182.241
addnode=50.163.2.199
addnode=173.77.8.142
addnode=52.89.174.139
addnode=111.168.253.166
addnode=213.243.132.216
addnode=85.245.102.195
addnode=70.48.66.182
addnode=204.210.244.244
addnode=204.11.237.233
addnode=95.91.235.22
addnode=81.207.93.95
addnode=173.54.201.49
addnode=159.203.73.194
addnode=203.189.130.130
addnode=207.200.46.226
addnode=46.164.230.195
addnode=92.14.193.102
addnode=178.0.21.29
addnode=89.40.185.251
addnode=86.143.162.55
addnode=162.255.117.105
addnode=72.186.22.189
addnode=95.94.219.157
addnode=96.127.136.18
addnode=71.9.170.207
addnode=47.17.90.194
addnode=72.185.23.235
addnode=208.107.133.151
addnode=81.191.27.5
addnode=97.121.11.222
addnode=24.254.130.111
addnode=73.70.55.162
addnode=85.3.194.145
addnode=73.38.41.211
addnode=223.207.189.52
addnode=24.37.87.66
addnode=78.147.171.85
addnode=208.88.173.178
addnode=177.94.127.133
addnode=81.11.238.88
addnode=67.44.193.73
addnode=85.76.134.207
addnode=173.245.158.238
addnode=68.193.116.242
addnode=50.149.214.130
addnode=84.122.163.180
addnode=79.108.2.146
addnode=86.181.101.168
addnode=46.236.161.66
addnode=93.137.220.73
addnode=45.63.16.204
addnode=69.70.94.86
addnode=95.25.15.98
addnode=203.189.130.130
addnode=84.72.115.99
addnode=186.151.63.99
addnode=70.127.70.223
addnode=78.48.62.195
addnode=66.49.225.104
addnode=191.114.196.181
addnode=24.51.169.159
addnode=89.72.138.167
addnode=119.224.95.5
addnode=192.230.172.18
addnode=24.159.50.13
addnode=216.240.130.115
addnode=31.6.169.166
addnode=101.165.17.118
addnode=93.56.45.44
addnode=67.188.197.9
addnode=75.129.166.155
addnode=202.137.173.26
addnode=174.4.8.138
JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 25, 2016, 05:22:04 AM
 #5756

Just grabbed a million HYP at 60 sat Smiley
presstab (OP)
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
February 25, 2016, 04:06:48 PM
 #5757

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 ?

Could mimick the locking code that I have in place for XRA. Definitely doable, I will see if I can throw it together.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Trololoh
Sr. Member
****
Offline Offline

Activity: 461
Merit: 250



View Profile
February 26, 2016, 01:12:41 AM
 #5758

Just grabbed a million HYP at 60 sat Smiley
You decadent pervert !   Grin
clf99
Member
**
Offline Offline

Activity: 62
Merit: 10

liberty


View Profile
February 26, 2016, 03:20:00 PM
 #5759

i was staking every 3 days or so a few weeks ago and now it hasn't staked in over a week.

i blame you all

i will invoke the law of trump and call you all losers if you don't explain it

Every year the world is getting more peaceful.
JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 26, 2016, 04:18:32 PM
 #5760

i was staking every 3 days or so a few weeks ago and now it hasn't staked in over a week.

i blame you all

i will invoke the law of trump and call you all losers if you don't explain it
noob
Pages: « 1 ... 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 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 ... 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!