Pages:
Author

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

legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
--- SNIP ---

I'm not sure I understand what you're asking.

I'm trying to setup Hyperstake for Staking. I've been wondering why it doesn't. Initially I had 2999.00 coins and got the tip that I need at least 3000.00 coins for that (my fault... forgot the transaction fee for the first time). Today I've transfered more coins - total sum in hyperstake wallet is now 4221.00 coins. Since then staking-status shows this values changed:

Code:
"mintablecoins" false became true
"staking status" still false!

So my question is does anybode know what's wrong?
possibly two things, one coins are not mature or your wallet is locked?

Wallet is unlocked for staking:
Code:
walletpassphrase "XXXXXXXXXX" 99999999999 true

What exactly do you mean with not mature?



You need to hold the coins for (if I recall correctly) 8.8 days before they are eligible to stake. After that, it's just time with the wallet open for staking. Also, walletpassphrase is a different function. I don't have HYP on this computer, it's miles away Cheesy but there's a button, I think under "options", that you need to push to unlock for staking. walletpassphrase MIGHT work, but I think not. It's been a while. My HYP stash is pretty minimal, would probably take more than a year to stake. I would expect at 4K coins, a week or more. The more you have, the faster you'll stake.
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
Due to lack of time I'm not going to make the show today. Will aim for Friday.
newbie
Activity: 137
Merit: 0
What exactly do you mean with not mature?

Does this work better if I send the coins once at all and they are not splitted transactions?!
newbie
Activity: 137
Merit: 0
--- SNIP ---

I'm not sure I understand what you're asking.

I'm trying to setup Hyperstake for Staking. I've been wondering why it doesn't. Initially I had 2999.00 coins and got the tip that I need at least 3000.00 coins for that (my fault... forgot the transaction fee for the first time). Today I've transfered more coins - total sum in hyperstake wallet is now 4221.00 coins. Since then staking-status shows this values changed:

Code:
"mintablecoins" false became true
"staking status" still false!

So my question is does anybode know what's wrong?
possibly two things, one coins are not mature or your wallet is locked?

Wallet is unlocked for staking:
Code:
walletpassphrase "XXXXXXXXXX" 99999999999 true

What exactly do you mean with not mature?

legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
Hello. Can’t install the wallet latest version.
after installing the antivirus block the wallet continuosly.
What to do?

You can disable the antivirus and add an exclusion and re-enable it.

....or download the blockchain with binary here: https://www.crypto-city.com/index.php/hyperstake-hyp-ann/info
member
Activity: 238
Merit: 10
Hello. Can’t install the wallet latest version.
after installing the antivirus block the wallet continuosly.
What to do?
hero member
Activity: 994
Merit: 500
--- SNIP ---
Thanks for reply. In the meantime I've bought some coins and have now 4221.00 HYP. Still same status for staking. Only change is mintablecoins is now "true".

Code:
{
    "generatebitcoins" : true,
    "haveconnections" : true,
    "blockchainsynced" : true,
    "walletunlocked" : true,
    "mintablecoins" : true, <--
    "enoughcoins" : true,
    "staking status" : false <--
}

I'm not sure I understand what you're asking.

I'm trying to setup Hyperstake for Staking. I've been wondering why it doesn't. Initially I had 2999.00 coins and got the tip that I need at least 3000.00 coins for that (my fault... forgot the transaction fee for the first time). Today I've transfered more coins - total sum in hyperstake wallet is now 4221.00 coins. Since then staking-status shows this values changed:

Code:
"mintablecoins" false became true
"staking status" still false!

So my question is does anybode know what's wrong?
possibly two things, one coins are not mature or your wallet is locked?
newbie
Activity: 137
Merit: 0
--- SNIP ---
Thanks for reply. In the meantime I've bought some coins and have now 4221.00 HYP. Still same status for staking. Only change is mintablecoins is now "true".

Code:
{
    "generatebitcoins" : true,
    "haveconnections" : true,
    "blockchainsynced" : true,
    "walletunlocked" : true,
    "mintablecoins" : true, <--
    "enoughcoins" : true,
    "staking status" : false <--
}

I'm not sure I understand what you're asking.

I'm trying to setup Hyperstake for Staking. I've been wondering why it doesn't. Initially I had 2999.00 coins and got the tip that I need at least 3000.00 coins for that (my fault... forgot the transaction fee for the first time). Today I've transfered more coins - total sum in hyperstake wallet is now 4221.00 coins. Since then staking-status shows this values changed:

Code:
"mintablecoins" false became true
"staking status" still false!

So my question is does anybode know what's wrong?
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
I'll be doing a show later today. Too busy to go into the studio so I'll be remoting in.
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
I'm running staking wallet with 3000.00 coins for about one week now. No rewards yet (not even some small satoshi). Do I need to open any firewall ports to make it work or is it "more safe" to keep them closed?

My wallet is synced. My rpc "getstakingstatus" shows as follows:
Code:
{
    "generatebitcoins" : true,
    "haveconnections" : true,
    "blockchainsynced" : true,
    "walletunlocked" : true,
    "mintablecoins" : false,
    "enoughcoins" : true,
    "staking status" : false
}

Why is "staking status" and "mintablecoins" still false? Does it have to do with the block I have started staking and have to wait some more time for first rewards?!

What exactly does rpc-method "getpotentialstake" mean given by saying f.e. "231.01529229"?

Thanks for any help.


Due to the competitive nature, with only 3k you're going to have to be very lucky to win a stake. To give it a fair shot most people are looking at 100k - 1million. If the HYP wallet can't communicate with the network it won't stake.

Thanks for reply. In the meantime I've bought some coins and have now 4221.00 HYP. Still same status for staking. Only change is mintablecoins is now "true".

Code:
{
    "generatebitcoins" : true,
    "haveconnections" : true,
    "blockchainsynced" : true,
    "walletunlocked" : true,
    "mintablecoins" : true, <--
    "enoughcoins" : true,
    "staking status" : false <--
}

Any help? Sad

I'm not sure I understand what you're asking.
newbie
Activity: 137
Merit: 0
I'm running staking wallet with 3000.00 coins for about one week now. No rewards yet (not even some small satoshi). Do I need to open any firewall ports to make it work or is it "more safe" to keep them closed?

My wallet is synced. My rpc "getstakingstatus" shows as follows:
Code:
{
    "generatebitcoins" : true,
    "haveconnections" : true,
    "blockchainsynced" : true,
    "walletunlocked" : true,
    "mintablecoins" : false,
    "enoughcoins" : true,
    "staking status" : false
}

Why is "staking status" and "mintablecoins" still false? Does it have to do with the block I have started staking and have to wait some more time for first rewards?!

What exactly does rpc-method "getpotentialstake" mean given by saying f.e. "231.01529229"?

Thanks for any help.


Due to the competitive nature, with only 3k you're going to have to be very lucky to win a stake. To give it a fair shot most people are looking at 100k - 1million. If the HYP wallet can't communicate with the network it won't stake.

Thanks for reply. In the meantime I've bought some coins and have now 4221.00 HYP. Still same status for staking. Only change is mintablecoins is now "true".

Code:
{
    "generatebitcoins" : true,
    "haveconnections" : true,
    "blockchainsynced" : true,
    "walletunlocked" : true,
    "mintablecoins" : true, <--
    "enoughcoins" : true,
    "staking status" : false <--
}

Any help? Sad
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
Been picking up tons of HYP this week It's accumulation time. Grin
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities
How to setup staking with split on CLI (or using RPC) like shown using hyperstake-gui in this video?
https://www.youtube.com/watch?v=0ufrBwNDWts&feature=youtu.be

How many coins does one need to have any "luck" in staking?

To give it a fair shot, 100k minimum and 1mill+ is ideal and 3 months+.
newbie
Activity: 1
Merit: 0
Hi, I want to get my son into Crypto and PoS with HyperCoin. We only have a Mac to work with atm, need some noob guidance on how to sync it with the Bootstrap.

1) The app is in the "Applications" folder. Is this the correct place to run it? If so where to I put the Bootstrap file, also in this folder?

2) Or should I create a specific folder where both files are located?

3) This is the cmd I need to run -> cd ~/Documents/Cryptos/HyperStake && ./HyperStake-qt -loadblock=bootstrap.dat

If I use a folder like this with the application file and the bootstrap i keep getting a "No such file or directory" msg.


Appreciate any help!
newbie
Activity: 137
Merit: 0
How to setup staking with split on CLI (or using RPC) like shown using hyperstake-gui in this video?
https://www.youtube.com/watch?v=0ufrBwNDWts&feature=youtu.be

How many coins does one need to have any "luck" in staking?
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities

Clearly, these people do not understand Crypto.  Break out the popcorn. Get ready for some prime entertainment. https://www.crypto-city.com/index.php/video/play/761/sec-hearing-in-crypto-currency-us-senate-is-hearing-a-public-discussion-on-/
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities

I may be on the panel for a discussion of the Future of Crypto  hosted by the Institute of Exponential Sciences and the U.S. Transhumanist Party coming up in the next few weeks.  This is not definitive yet. Still working out the logistics.

When is it? And where? I am a transhumanist, I'm interested in both hearing you speak, and the subject in general Cheesy

As soon as I get all the logistics worked out I'll post it here.
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.

I may be on the panel for a discussion of the Future of Crypto  hosted by the Institute of Exponential Sciences and the U.S. Transhumanist Party coming up in the next few weeks.  This is not definitive yet. Still working out the logistics.

Is that the panel that discusses the wonders of the 1k USD loss each day of btc to usd value?

Bone up yer skillz. I'm making money.
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.

I may be on the panel for a discussion of the Future of Crypto  hosted by the Institute of Exponential Sciences and the U.S. Transhumanist Party coming up in the next few weeks.  This is not definitive yet. Still working out the logistics.

When is it? And where? I am a transhumanist, I'm interested in both hearing you speak, and the subject in general Cheesy
legendary
Activity: 1288
Merit: 1000
CRYPTO-CITY.COM 🌟 Communities

I may be on the panel for a discussion of the Future of Crypto  hosted by the Institute of Exponential Sciences and the U.S. Transhumanist Party coming up in the next few weeks.  This is not definitive yet. Still working out the logistics.

Is that the panel that discusses the wonders of the 1k USD loss each day of btc to usd value?

To be honest I don't know what will be discussed yet.
Pages:
Jump to: