Author

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

legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
The client should find connections by default but if not, you can always add a node or two from here:

http://hyp.cryptocoinexplorer.com/peerinfo
newbie
Activity: 2
Merit: 0
Hmm, my wallet wasn't syncing and I was too lazy to follow the bootstrap instructions from earlier in the thread & I sent 33,000 coins while it wasn't synced. Then I repaired the wallet anyway to see that the transaction is receiving no confirmations and never arrived at poloniex.  Cry I'm scared. That's my punishment for choosing to sell hyperstake I guess.

Ugh, and the transaction isn't showing in the block explorer. that suckssss
Then the coins are in your backup wallet.


My wallet is not syncing, I have tried repair, and installed the newest wallet, has any one any suggestions on what to do next please thank you
hero member
Activity: 798
Merit: 500
....

- MultiSend GUI for QT - MultiSend has been a huge success so far. It has efficiently replaced Stake For Charity and greatly expanded its capabilities. Now I would like to finish this project off by adding it to the GUI.

What is wrong with this GUI Smiley

Quote
multisend
****************************************************************
WHAT IS MULTISEND?
MultiSend is a rebuild of what used to be called Stake For Charity (s4c)
MultiSend allows a user to automatically send a percent of their stake reward to as many addresses as you would like
The MultiSend transaction is sent when the staked coins mature (30 confirmations)
The only current restriction is that you cannot choose to send more than 100% of your stake using MultiSend
****************************************************************
MULTISEND COMMANDS (usage: multisend )
print - displays the current MultiSend vector
clear - deletes the current MultiSend vector
enable/activate - activates the current MultiSend vector
disable/deactivate - disables the current MultiSend vector
delete
- deletes an address from the MultiSend vector
disable
- prevents a specific address from sending MultiSend transactions
enableall - enables all addresses to be eligible to send MultiSend transactions
****************************************************************
TO CREATE OR ADD TO THE MULTISEND VECTOR:
multisend
This will add a new address to the MultiSend vector
Percent is a whole number 1 to 100.
****************************************************************
(code -1)

Just joking of course, a real GUI is good for most people
legendary
Activity: 868
Merit: 1000
twitter.com/natmcmolecule
Hmm, my wallet wasn't syncing and I was too lazy to follow the bootstrap instructions from earlier in the thread & I sent 33,000 coins while it wasn't synced. Then I repaired the wallet anyway to see that the transaction is receiving no confirmations and never arrived at poloniex.  Cry I'm scared. That's my punishment for choosing to sell hyperstake I guess.

Ugh, and the transaction isn't showing in the block explorer. that suckssss
Then the coins are in your backup wallet.

At first I thought you meant the wallet.dat backup. Then I researched the 'repair wallet' function and all I found was about it removing orphaned mined coins. But I did it anyway and viola, it's as if my coins never sent. I would say that this information should be more conveniently gathered and easy to find, but I suppose most altcoin crypto users are relatively internet savvy.

SO happy to have the coins back and as if I never sent them, I'll just keep staking away now  Smiley Thanks.
legendary
Activity: 2453
Merit: 1026
Energy coin master
Hmm, my wallet wasn't syncing and I was too lazy to follow the bootstrap instructions from earlier in the thread & I sent 33,000 coins while it wasn't synced. Then I repaired the wallet anyway to see that the transaction is receiving no confirmations and never arrived at poloniex.  Cry I'm scared. That's my punishment for choosing to sell hyperstake I guess.

Ugh, and the transaction isn't showing in the block explorer. that suckssss
Then the coins are in your backup wallet.
legendary
Activity: 868
Merit: 1000
twitter.com/natmcmolecule
Hmm, my wallet wasn't syncing and I was too lazy to follow the bootstrap instructions from earlier in the thread & I sent 33,000 coins while it wasn't synced. Then I repaired the wallet to see that the transaction is receiving no confirmations and never arrived at poloniex.  Cry I'm scared. That's my punishment for choosing to sell hyperstake I guess.

Ugh, and the transaction isn't showing in the block explorer. that suckssss
m33
legendary
Activity: 1064
Merit: 1000
Never invest with borrowed coins
wow looks like a big leap forward , but if you could please don't rush it , and bring it out at around the same time so that we don't have to resync too much , takes me 3 days to resync , reason my internet connection sucks big time , it like 1mbps, thanks and love the work thats been done
legendary
Activity: 1133
Merit: 1050
I know its ugly, but the testnet richlist is up Smiley

http://presstab.pw/phpexplorer/richlist.php
Is that real distribution of HYP?
Only 8 people > 1M
Only 22 > 10k and < 1M
Only 60 people > 0 HYP?


Of course not! This is our testnet. Basically it is our sandbox version of HYP that we can test a bunch of cool code without impacting the real network Tongue

This is the real distribution of HYP:  http://hyp.cryptocoinexplorer.com/rich
Grin That looks much better!
(link is down but I understand the sandbox version!)


Testnet coins have zero value, they are just for testing purposes. At anytime blockchain can be reset and staking coins would start over. I'm glad to see HYP with a proper testing ground!
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
It has been two weeks since our security fork. I think we can look at the data and call it a success.

Coins per day has returned to approximately normal with full inflation control ability:


Difficulty is high as ever. Lots of people were on the old chain for a few days, or even a week or so, thus stocking up stake weight that raised the difficulty when they got to the main chain. I also beleive that the narrow time drift parameter will in general ensure that difficulty stays a little bit higher than it was because we now reject any blocks too far into the future that would have pushed our difficulty down.



Development is now starting to return to its normal path. The last two weeks we (me, allejupa, idunk, and many others) have focused on taking care of a lot of bugs in the code, getting the autotools build system to work smoothly, and launching a testnet so that we can test some cool new code without impacting the main net.  Now we will be focusing on moving HYP development forward.

Some development items on the list:
- Get gitian to build so that we can have a nice cross compiler which will allow for 32 and 64 bit binaries for Windows and Mac. This will also allow us to check our builds to make sure that viruses or bad code doesn't somehow make it into the build. Allejupa from irc is very interested in this project, and will be testing some code over the next few weeks.

- Stake time estimator I would like to build a tool that will let you hash each of your coin blocks days/weeks into the future and tell you when your block will most likely stake. This is completely doable, your PoS hash doesn't change through time, only the difficulty level does.

- OpenAlias port for HyperStake - https://bitcointalksearch.org/topic/m.10420461

- Expand RPC infrastructure and make daemon more and more lightweight - As I continue to use my odroid as my main staking machine, I would like to make RPC much more like the QT wallet, but without the resource consumption. I think that a lot of us have Raspi's and other small arm based machines and that we should continue to make HYP the best coin to stake on these devices.

- MultiSend GUI for QT - MultiSend has been a huge success so far. It has efficiently replaced Stake For Charity and greatly expanded its capabilities. Now I would like to finish this project off by adding it to the GUI.
legendary
Activity: 2453
Merit: 1026
Energy coin master
I know its ugly, but the testnet richlist is up Smiley

http://presstab.pw/phpexplorer/richlist.php
Is that real distribution of HYP?
Only 8 people > 1M
Only 22 > 10k and < 1M
Only 60 people > 0 HYP?


Of course not! This is our testnet. Basically it is our sandbox version of HYP that we can test a bunch of cool code without impacting the real network Tongue

This is the real distribution of HYP:  http://hyp.cryptocoinexplorer.com/rich
Grin That looks much better!
(link is down but I understand the sandbox version!)
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
I know its ugly, but the testnet richlist is up Smiley

http://presstab.pw/phpexplorer/richlist.php
Is that real distribution of HYP?
Only 8 people > 1M
Only 22 > 10k and < 1M
Only 60 people > 0 HYP?


Of course not! This is our testnet. Basically it is our sandbox version of HYP that we can test a bunch of cool code without impacting the real network Tongue

This is the real distribution of HYP:  http://hyp.cryptocoinexplorer.com/rich
legendary
Activity: 2453
Merit: 1026
Energy coin master
I know its ugly, but the testnet richlist is up Smiley

http://presstab.pw/phpexplorer/richlist.php
Is that real distribution of HYP?
Only 8 people > 1M
Only 22 > 10k and < 1M
Only 60 people > 0 HYP?


legendary
Activity: 1330
Merit: 1000
Blockchain Developer
hero member
Activity: 798
Merit: 500
Is there anyone going to buy or has a Raspberry Pi 2 already and is also going to install Windows 10 on it when it becomes available?

I do want to stake my Hyperstake coins on that Wink
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hi, i downloaded Blockchain and put in my old backuped wallet.dat but my balance (pLtfYzxps97J5kQW1Yr4g3EGSgMV6vZeee) not showing up?

Hmm...

edit: all good , stashed away my Privatekey and imported him. No reaction for a while but now all good Smiley


Good to hear Smiley Sometimes repairwallet will work for this type of thing, sometimes not. A complete reimport should work all the time Smiley
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
I just had a block split where the new blocks were exactly 250 HYP less than the setstakesplitthreshold

I will look into this, thanks for reporting
legendary
Activity: 1624
Merit: 1008
I just had a block split where the new blocks were exactly 250 HYP less than the setstakesplitthreshold

legendary
Activity: 994
Merit: 1000
Hi, i downloaded Blockchain and put in my old backuped wallet.dat but my balance (pLtfYzxps97J5kQW1Yr4g3EGSgMV6vZeee) not showing up?

Hmm...

edit: all good , stashed away my Privatekey and imported him. No reaction for a while but now all good Smiley

m33
legendary
Activity: 1064
Merit: 1000
Never invest with borrowed coins
Thanks to whoever filled my buy order at 202 at Cryptsy yesterday.  That was a pleasant surprise...thank goodness for auto-split!  Grin

I was able to get some at 200 sats Cheesy  Someone else's inability to sell over a longer time span is my gain and their loss... literally.

i got lucky today , 1 of my 2k block minted ,send 30% to polo via multisend, sold at 239 . #presstab i order 2 unit of c-1 with 1 sdcard , if you manage to run more than 1 coin pls , i like to know. these coin take to much power from my old laptop . i5 asus n53s cant handle the load
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
@presstab I backed up wallet, then delete everything, re-downloaded the wallet and re-synced. re imported the address, and still nothing. Ideas anyone?? still shows on the blockchain as being 66k HYP there...

After downloading and re-syncing this is my wallet version

{
"version" : "v1.1.0.0HyperStake-1.1",
"protocolversion" : 72000,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 247540,
"moneysupply" : 125067360.68847400,
"connections" : 2,
"proxy" : "",
"ip" : "68.104.3.84",
"difficulty" : 13.78808848,
"testnet" : false,
"keypoololdest" : 1424834544,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}

looks the same as before, but you said I am on the wrong fork.

Not sure whats going on now..

Looks like the correct chain. And your coins havent shown up after importing your keys to a fresh wallet?  That seems odd. One more trick you can try is "rescanfromblock 1"

If none of this works you can email your privkey to me and I will see if I can package your key into a functional wallet.dat for you. [email protected]

Let me know if you get anything to work, if not I am happy to help out.
Jump to: