Pages:
Author

Topic: [Ħ] ►HYPER v2.0►Game Currency ►Space MMO►Game Servers ►Community Driven►AD ASTRA - page 42. (Read 79104 times)

sr. member
Activity: 271
Merit: 250
old HYPER blockchain was created around 25th May 2014. Is there a date/block number for PoS Stage 2
10% annual interest, applied and compounding daily (will last approx another 5 years)

The next tier after should start on April 13, 2019. There are 2 minor errors with the current wallet where the time is set to April 13, 2020 and that upcoming tiers are off but this will be fixed soon and a new wallet update released. These issues won't come into effect any time soon but it is recommended that users upgrade to the latest source whenever a new one is released.

Thanks a lot for fast and open communication ( including pointing errors by development ) Great for this coin to have a team we can trust
legendary
Activity: 1596
Merit: 1005
https://cryptodatabase.net
While looking at explorer http://hyper.thecryptochat.net/ is clicked on faucets link in the left menu and see HYPER faucet is still on the list to be added. CrypoDatabase maybe you know when will it be online?



It would be good to finance this faucet and several others one.

Although we all know faucets are just a symbolic profit scheme for majority of users but they are indicators of a certain coin's activity

They currently have a list of coins to add to the faucets so they have been backed up. For funding it, Psybits donated 1k HYPER to go towards it.
legendary
Activity: 1315
Merit: 1002
While looking at explorer http://hyper.thecryptochat.net/ is clicked on faucets link in the left menu and see HYPER faucet is still on the list to be added. CrypoDatabase maybe you know when will it be online?



It would be good to finance this faucet and several others one.

Although we all know faucets are just a symbolic profit scheme for majority of users but they are indicators of a certain coin's activity
legendary
Activity: 1315
Merit: 1002
The PoW cycle for HYPER has ended. We are now fully in Stage 2 of HYPER's PoS cycle which keeps the stake percent at 5% per month until April 13, 2019 where it will drop down to 10% per year stake percent.

A new wallet update will be coming soon, this is a mandatory update.

Great, no big deal, that will be put into effect only after two years from now, well if I am more precise, less than 2 years. But its it good we have discovered this issue now, though really not an issue.

This is the code taken from HYPER 2.0.1:

Code:
/** PoS Staking reward */
static const int64_t COIN_YEAR_REWARD1 = 5 * CENT; // 5% per year
static const int64_t COIN_MONTH_REWARD1 = 5 * CENT; // 5% per month
static const int64_t COIN_MONTH_REWARD2 = 10 * CENT; // 10% per month
static const int64_t COIN_MONTH_REWARD3 = 2 * CENT; // 2% per month

and this

Code:
// miner's coin stake reward
int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD1 * 33 / (365 * 33 + 8);
    if(pindexBest->nTime > 1493596800) //Mon, 01 May 2017 00:00:00 GMT
        nSubsidy = (nCoinAge * COIN_MONTH_REWARD1 * 33 / (365 * 33 + 8)) * 12;
    if(pindexBest->nTime > 1586736000) // Mon, 13 Apr 2020 00:00:00 GMT
        nSubsidy = (nCoinAge * COIN_MONTH_REWARD2 * 33 / (365 * 33 + 8)) * 12;
    if(pindexBest->nTime > 1744502400) // Sun, 13 Apr 2025 00:00:00 GMT
        nSubsidy = (nCoinAge * COIN_MONTH_REWARD3 * 33 / (365 * 33 + 8)) * 12;

Who knows what else will need to be fixed during that time.
legendary
Activity: 1596
Merit: 1005
https://cryptodatabase.net
The PoW cycle for HYPER has ended. We are now fully in Stage 2 of HYPER's PoS cycle which keeps the stake percent at 5% per month until April 13, 2019 where it will drop down to 10% per year stake percent.

A new wallet update will be coming soon, this is a mandatory update.
legendary
Activity: 1596
Merit: 1005
https://cryptodatabase.net
old HYPER blockchain was created around 25th May 2014. Is there a date/block number for PoS Stage 2
10% annual interest, applied and compounding daily (will last approx another 5 years)

The next tier after should start on April 13, 2019. There are 2 minor errors with the current wallet where the time is set to April 13, 2020 and that upcoming tiers are off but this will be fixed soon and a new wallet update released. These issues won't come into effect any time soon but it is recommended that users upgrade to the latest source whenever a new one is released.
legendary
Activity: 1596
Merit: 1005
https://cryptodatabase.net

hello,I did what you advise me , both options and only 3 blocks were charged, now it is blocked at 15365 blocks and 20 hours ago was the last block. What should I do next?

Then the only reason why you can get to synced probably lies in your router port that need to be open. Have you been messing around your router setting recently? Or have you been changing your port forwarding settings? Have you tried repairwallet, checkwallet  as a rpc command in debug window?
hello, yes I tried to use the repairwallet and checkwallet the answer received is:

21:13:18

repairwallet


21:13:18

{
"wallet check passed" : true
}
we don't mess around the router.Can I give you a private message to enter my computer by using the team viewer? I have 41000 coins and don't want to loose it

You wont loose HYPER if you cant connect, dont worry about that, even stakes will get you when you will be able to reconnect. Lets just wait for CrypoDatabase if he has any additional idea what could cause an issue. No need for TW for now.

What OS are u using anyway?

Have you tried rescanning entire blockchain with -rescan option?

But always backup your wallet first, before doing anything.

This ^, rescanning or resyncing should fix this problem. If you just upgraded from 2.0.0. to 2.0.1 then a block file resync is required.
legendary
Activity: 1315
Merit: 1002

hello,I did what you advise me , both options and only 3 blocks were charged, now it is blocked at 15365 blocks and 20 hours ago was the last block. What should I do next?

Then the only reason why you can get to synced probably lies in your router port that need to be open. Have you been messing around your router setting recently? Or have you been changing your port forwarding settings? Have you tried repairwallet, checkwallet  as a rpc command in debug window?
hello, yes I tried to use the repairwallet and checkwallet the answer received is:

21:13:18

repairwallet


21:13:18

{
"wallet check passed" : true
}
we don't mess around the router.Can I give you a private message to enter my computer by using the team viewer? I have 41000 coins and don't want to loose it

You wont loose HYPER if you cant connect, dont worry about that, even stakes will get you when you will be able to reconnect. Lets just wait for CrypoDatabase if he has any additional idea what could cause an issue. No need for TW for now.

What OS are u using anyway?

Have you tried rescanning entire blockchain with -rescan option?

But always backup your wallet first, before doing anything.
hero member
Activity: 527
Merit: 500

hello,I did what you advise me , both options and only 3 blocks were charged, now it is blocked at 15365 blocks and 20 hours ago was the last block. What should I do next?

Then the only reason why you can get to synced probably lies in your router port that need to be open. Have you been messing around your router setting recently? Or have you been changing your port forwarding settings? Have you tried repairwallet, checkwallet  as a rpc command in debug window?
hello, yes I tried to use the repairwallet and checkwallet the answer received is:

21:13:18

repairwallet


21:13:18

{
"wallet check passed" : true
}
we don't mess around the router.Can I give you a private message to enter my computer by using the team viewer? I have 41000 coins and don't want to loose it
legendary
Activity: 1315
Merit: 1002

hello,I did what you advise me , both options and only 3 blocks were charged, now it is blocked at 15365 blocks and 20 hours ago was the last block. What should I do next?

Then the only reason why you can get to synced probably lies in your router port that need to be open. Have you been messing around your router setting recently? Or have you been changing your port forwarding settings? Have you tried repairwallet, checkwallet as a rpc command in debug window?
hero member
Activity: 734
Merit: 500
sr. member
Activity: 271
Merit: 250
old HYPER blockchain was created around 25th May 2014. Is there a date/block number for PoS Stage 2
10% annual interest, applied and compounding daily (will last approx another 5 years)
sr. member
Activity: 537
Merit: 251
hero member
Activity: 734
Merit: 500
sr. member
Activity: 537
Merit: 251
You have to have a backup copy of a wallet made earlier. Open the folder hyper-v2. Remove from her the wallet.dat file. Then insert the file of a backup copy into the folder. Rename him into wallet.dat/Then start a wallet.
hero member
Activity: 527
Merit: 500
Hello, I have a hyper V2 wallet with the swap coins, which even with 13 conexions doesn't syncronize stayed blocked at 15362 block.
What should I do to sync the wallet?

You are probably using wallet version 2.0.0. You should upgrade it to version 2.0.1. Check this site for an upgrade https://cryptodatabase.net/hyper/wallets.php

On the right site of this link, I provided, are also stated configuration settings for conf file, if needed.
hello,I did upgrade it the wallet as you advised me , and it s the same problem with the sync,can you give me the con file and please advise me how to do it, because I didn t made it since long time ago.

First, close your HYPER wallet.

Then go to your Roaming folder "Your disk letter":\Users\"Your username"\AppData\Roaming\hyper-v2.

In that folder create a new txt file and paste this into that file:

Code:
server=1
listen=1
rpcuser=user
rpcpassword=pass
rpcport=27554

Then rename hyper-v2.txt file extension to hyper-v2.dat file.

And then restart your HYPER wallet.

EDITED: Or better do what CrypoDatabase has suggested. Maybe even type in RPC command console "repairwallet" or "checkwallet". Whatever you choose should do the job.

But above HYPER folder path only applies to WIN systems and NOT for Mac OS.


[/quote
]


hello,I did what you advise me , both options and only 3 blocks were charged, now it is blocked at 15365 blocks and 20 hours ago was the last block. What should I do next?
legendary
Activity: 1596
Merit: 1005
https://cryptodatabase.net
I noticed this block explorer needs a payment to keep HYPER active.

https://chainz.cryptoid.info/hyper/

Hosting Expired!
Hosting for this blockchain has expired since...
2017-05-26
(2 days ago)
This blockchain explorer is now in the grace period, and will eventually be taken offline.
Hosting can be extended by a contribution to
BTC 1X7MqctW25MuCBV2nbAxf19zH3TqKE7Nh
Hosting rate for this blockhain is $9.9 per month
(approx 0.005 BTC/month with a BTC at $2016.Cool


Is this something we want to keep active? I am guesssing this is looking at the old chain anyway..





Yes, cryptoid.info explorer is something we don't need anymore, if anyone want to extending that is fine, but we are now on new explorer http://hyper.thecryptochat.net/.

Wouldn't this be needed to complete the last few days of the swap?

This is something that CryptoDatabase will answer, but I think it is not needed for swap. All information that users need can get from their personal wallet, if necessary. And old explorer won't be terminated just like that. I will be still active and online for several days if not couple of weeks.

There are only about 3k blocks left till the end of the swap which means it will end in 2 days roughly according to HYPER's block count history. Their grace period should cover this period of time.
legendary
Activity: 1315
Merit: 1002
I noticed this block explorer needs a payment to keep HYPER active.

https://chainz.cryptoid.info/hyper/

Hosting Expired!
Hosting for this blockchain has expired since...
2017-05-26
(2 days ago)
This blockchain explorer is now in the grace period, and will eventually be taken offline.
Hosting can be extended by a contribution to
BTC 1X7MqctW25MuCBV2nbAxf19zH3TqKE7Nh
Hosting rate for this blockhain is $9.9 per month
(approx 0.005 BTC/month with a BTC at $2016.Cool


Is this something we want to keep active? I am guesssing this is looking at the old chain anyway..





Yes, cryptoid.info explorer is something we don't need anymore, if anyone want to extending that is fine, but we are now on new explorer http://hyper.thecryptochat.net/.

Wouldn't this be needed to complete the last few days of the swap?

This is something that CryptoDatabase will answer, but I think it is not needed for swap. All information that users need can get from their personal wallet, if necessary. And old explorer won't be terminated just like that. I will be still active and online for several days if not couple of weeks.
newbie
Activity: 8
Merit: 0
I noticed this block explorer needs a payment to keep HYPER active.

https://chainz.cryptoid.info/hyper/

Hosting Expired!
Hosting for this blockchain has expired since...
2017-05-26
(2 days ago)
This blockchain explorer is now in the grace period, and will eventually be taken offline.
Hosting can be extended by a contribution to
BTC 1X7MqctW25MuCBV2nbAxf19zH3TqKE7Nh
Hosting rate for this blockhain is $9.9 per month
(approx 0.005 BTC/month with a BTC at $2016.Cool


Is this something we want to keep active? I am guesssing this is looking at the old chain anyway..





Yes, cryptoid.info explorer is something we don't need anymore, if anyone want to extending that is fine, but we are now on new explorer http://hyper.thecryptochat.net/.

Wouldn't this be needed to complete the last few days of the swap?
legendary
Activity: 1315
Merit: 1002
I noticed this block explorer needs a payment to keep HYPER active.

https://chainz.cryptoid.info/hyper/

Hosting Expired!
Hosting for this blockchain has expired since...
2017-05-26
(2 days ago)
This blockchain explorer is now in the grace period, and will eventually be taken offline.
Hosting can be extended by a contribution to
BTC 1X7MqctW25MuCBV2nbAxf19zH3TqKE7Nh
Hosting rate for this blockhain is $9.9 per month
(approx 0.005 BTC/month with a BTC at $2016.Cool


Is this something we want to keep active? I am guesssing this is looking at the old chain anyway..





Yes, cryptoid.info explorer is something we don't need anymore, if anyone want to extending that is fine, but we are now on new explorer http://hyper.thecryptochat.net/.
Pages:
Jump to: