Pages:
Author

Topic: [ANN] KZCASH - KZC - page 63. (Read 73668 times)

newbie
Activity: 3
Merit: 0
October 29, 2017, 02:10:02 PM
Кaк тoлькo oбщee кoличecтвo мoнeт в oбpaщeнии дocтигнeт 2 000 000 (2 миллиoнoв) мы пyбличнo coжжeм  100 000 (100 тыcяч) мoнeт из зaплaниpoвaнныx 600 000 (600 тыcяч) кaк и oбeщaли для пoддepжaния бaлaнca кoличecтвa мoнeт и цeны. Paзвитиe cooбщecтвa, зaщитa интepecoв мaйнepoв и инвecтopoв для нac глaвный пpиopитeт.
C yвaжeниeм, кaпитaн кoмaнды Wink
full member
Activity: 151
Merit: 105
October 29, 2017, 01:49:35 PM
Important announcement

With the 4500 block, the Dark Gravity Wave algorithm came into force, adjusting the size of the reward depending on the mining difficulty on KZCash network. The self-adjustment reward formula is known as: 2222222/(((Difficulty+2600)/9)^2)
 
Accordinlgy, with current difficulty, this is 86400 KZC per month = 4.5 coins per block + 10% reserved for DAO.
 
Possible range is between 86400 to 432000 KZC/month, depending on network difficulty.
full member
Activity: 151
Merit: 105
October 29, 2017, 01:44:27 PM
We're glad to announce that KZCash network has successfully went through recent hardfork phase.

Among with network strenghtening, it brings KZCash protocol change regarding masternodes payouts: blocks mined without honoring masternode protocol are now ignored by other nodes.

Now, as majority of our users has upgraded to recent software and network has stablizied, you can continue to make transactions without any risks.

If you've still didn't upgrade your node/wallet software, you can get it here: https://github.com/kzcashteam/kzcash/releases

If your wallet has stuck on "out of sync" status:
1) Try to close your wallet.
2) Go to wallet's appdata (where it keeps local copy of a blockhain, including wallet.dat).
3) Make backup of your wallet.dat.
4) Remove folders "blocks" and "chainstate", and also banlist.dat.
5) Start your wallet. It would sync with recent network state and everything would go smooth from now.
member
Activity: 344
Merit: 14
October 29, 2017, 01:35:06 PM
Is that not possible to be discussed in public?
newbie
Activity: 50
Merit: 0
October 29, 2017, 12:31:04 PM
full member
Activity: 151
Merit: 105
October 29, 2017, 12:30:21 PM
Dear community!

The hardFork of the KzCash coin is successfully rehabilitated.

New nodes now deny blocks from miners, who ignore the Masternode's reward.

Please, everyone who has not updated - do it right now.
newbie
Activity: 22
Merit: 0
October 29, 2017, 12:18:13 PM
Hi how much is block rewards now?
only 4.5??
and how long is block time?

yes beause hight difficulty... after block 4500 reward self adjust

Code:
    if (nPrevHeight <= 4500 && Params().NetworkIDString() == CBaseChainParams::MAIN) {
        /* a bug which caused diff to not be correctly calculated */

...

Code:
 nSubsidyBase = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));


it's a good setting to stabilize mining, I like it  Smiley
full member
Activity: 394
Merit: 100
i like Phore
October 29, 2017, 12:04:28 PM
Hi how much is block rewards now?
only 4.5??
and how long is block time?
full member
Activity: 279
Merit: 100
October 29, 2017, 12:03:52 PM
It's working fine for me Smiley

Guys. Make sure You have reset new release of the wallet.
Whoever experiences any difficulties with new wallet please refer to
[email protected]

More instructions will come soon from our tech team
I have installed the new wallet and looks fine and normal, so how do i setup masternode?

Please wait a bit, tech team will announce soon. Guys we are working for You.
   KZCash (x11)   2.25 KZC   55.044 k   4 511   106 secs   2.2 Th/s   

DEV explained to me that only 2.25 KZC, instead of 11.25 KZC?
sr. member
Activity: 506
Merit: 250
October 29, 2017, 12:01:49 PM
It's working fine for me Smiley

Guys. Make sure You have reset new release of the wallet.
Whoever experiences any difficulties with new wallet please refer to
[email protected]

More instructions will come soon from our tech team
I have installed the new wallet and looks fine and normal, so how do i setup masternode?

Please wait a bit, tech team will announce soon. Guys we are working for You.
Ok i will be waiting
member
Activity: 344
Merit: 14
October 29, 2017, 11:56:29 AM
It's working fine for me Smiley

Guys. Make sure You have reset new release of the wallet.
Whoever experiences any difficulties with new wallet please refer to
[email protected]

More instructions will come soon from our tech team
I have installed the new wallet and looks fine and normal, so how do i setup masternode?

Please wait a bit, tech team will announce soon. Guys we are working for You.
sr. member
Activity: 506
Merit: 250
October 29, 2017, 11:52:32 AM
It's working fine for me Smiley

Guys. Make sure You have reset new release of the wallet.
Whoever experiences any difficulties with new wallet please refer to
[email protected]

More instructions will come soon from our tech team
I have installed the new wallet and looks fine and normal, so how do i setup masternode?
newbie
Activity: 53
Merit: 0
October 29, 2017, 11:50:07 AM
Ok guys. So what you need to do:

WINDOWS
Delete everything except wallet.dat and kzcash.conf and masternode.conf

Then restart wallet. It will reload blockchain and everything must be ok

LINUX
Stop daemon and restart it with -reindex:
$ kzcash-cli stop
$ kzcashd -reindex

and then check info:
$ kzcash-cli getinfo

Here is my:
{
  "version": 10701,
  "protocolversion": 70207,
  "walletversion": 10100,
  "balance": 0.00063720,
  "privatesend_balance": 0.00000000,
  "blocks": 4505,  <<<<<<<<<================ check number of blocks
  "timeoffset": 0,
  "connections": 1,
  "proxy": "",
  "difficulty": 63266.3842323896,
  "testnet": false,
  "keypoololdest": 1509206377,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}
member
Activity: 344
Merit: 14
October 29, 2017, 11:40:05 AM
To Dev
Now am mining KZCash@ https://pool.coin-miners.info
Why Block Reward is decrease.

 

Normal. It is the distribution of reward between the miners and Masternodes. You can find detailed explanation earlier in the topic.
member
Activity: 344
Merit: 14
October 29, 2017, 11:38:08 AM
Seems like a good project to me. The people from Kazakhstan will definitely benefit from the changes that this project is planning to bring in. I must say that now is the era for Crypto and sooner or later the government will understand the benefit of it; though they will always find some flaws but then who cares. We are decentralized and we make our own rules, Smiley .

Either ways, what I like about the project is that people will be able to easily exchange Crypto with local/international currencies. This is one thing that many startups struggle with. If you can pull this off, there's no stopping.

Here's wishing KZ team all the very best.

Thank You so much.
Our mission to provide best service and fair conditions for all the community members.
Our best marketing is real work to fulfil our Plan.
newbie
Activity: 10
Merit: 0
October 29, 2017, 11:37:56 AM
To Dev
Now am mining KZCash@ https://pool.coin-miners.info
Why Block Reward is decrease.

 http://www.mx7.com/i/0f8/V9snVH.jpg
full member
Activity: 279
Merit: 100
October 29, 2017, 11:37:11 AM
pool.coin-miners.info die
orphan .
I lost the amount of coin on this pool
member
Activity: 109
Merit: 10
October 29, 2017, 11:36:02 AM
pool.coin-miners.info die
full member
Activity: 868
Merit: 100
October 29, 2017, 11:35:18 AM
Seems like a good project to me. The people from Kazakhstan will definitely benefit from the changes that this project is planning to bring in. I must say that now is the era for Crypto and sooner or later the government will understand the benefit of it; though they will always find some flaws but then who cares. We are decentralized and we make our own rules, Smiley .

Either ways, what I like about the project is that people will be able to easily exchange Crypto with local/international currencies. This is one thing that many startups struggle with. If you can pull this off, there's no stopping.

Here's wishing KZ team all the very best.
member
Activity: 344
Merit: 14
October 29, 2017, 11:26:21 AM
It's working fine for me Smiley

Guys. Make sure You have reset new release of the wallet.
Whoever experiences any difficulties with new wallet please refer to
[email protected]

More instructions will come soon from our tech team
Pages:
Jump to: