Pages:
Author

Topic: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX - page 43. (Read 94720 times)

legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Ok have we decided then, 7% decline of block reward per week it is? Then i implement it when we release the new wallet.

That sounds like a really good plan, I like it Smiley
full member
Activity: 201
Merit: 100
Ok have we decided then, 7% decline of block reward per week it is? Then i implement it when we release the new wallet.

I like that a lot. More need to chime in.
full member
Activity: 239
Merit: 100
Ok have we decided then, 7% decline of block reward per week it is? Then i implement it when we release the new wallet.
full member
Activity: 239
Merit: 100
I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

Every successful coin has been generous to early adopters. That's how you encourage adopters. It sounds bad but its true. If being fair to latecomers helped adoption, we'd all be using Franko.

Time scales for crypto are not such that you can have a long-term approach to the money supply. You need to get the money out there in a fair way and pretty quickly.


Perhaps we could do a 7% decline in block reward each month instead of each year  Wink?

That amounts to a 58% decline per year. It's still pretty slow. A 14% decline per month would probably be better. 7% per week would be even better. Beyond that, I'd say it's starting to get pretty fast.

You just need fair distribution, not long distribution. Fairness just means everyone has access to the same information and opportunity to mine.



That i can work with  Tongue, thats a pretty good idea.
full member
Activity: 201
Merit: 100
I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

Every successful coin has been generous to early adopters. That's how you encourage adopters. It sounds bad but its true. If being fair to latecomers helped adoption, we'd all be using Franko.

Time scales for crypto are not such that you can have a long-term approach to the money supply. You need to get the money out there in a fair way and pretty quickly.


Perhaps we could do a 7% decline in block reward each month instead of each year  Wink?

That amounts to a 58% decline per year. It's still pretty slow. A 14% decline per month would probably be better. 7% per week would be even better. Beyond that, I'd say it's starting to get pretty fast.

You just need fair distribution, not long distribution. Fairness just means everyone has access to the same information and opportunity to mine.

full member
Activity: 239
Merit: 100
I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

The supply is fine the production rate is the problem. 1 million coins are being distributed every day. The price can't keep up with that amount especially if the early adopters start capitulating one by one because they know their coins will worth less and less everyday. That goes for invetors, why would they invest if the value of a coin is expected to shrink? I don't think the price can be maintained with the current production rate and in that case what's the incentive to holding coins? The market cap is tiny, so I think even with a heavily cut production rate people who want can invest and own a significant amount of coins relatively cheaply.

Right now on block 7684 the and diff is 631.05065947, block reward has gone down to 1688 ICASH. Thats almost 1000 ICASH less then the block reward we started with.
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

The supply is fine the production rate is the problem. 1 million coins are being distributed every day. The price can't keep up with that amount especially if the early adopters start capitulating one by one because they know their coins will worth less and less everyday. That goes for invetors, why would they invest if the value of a coin is expected to shrink? I don't think the price can be maintained with the current production rate and in that case what's the incentive to holding coins? The market cap is tiny, so I think even with a heavily cut production rate people who want can invest and own a significant amount of coins relatively cheaply.
full member
Activity: 239
Merit: 100
I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

Every successful coin has been generous to early adopters. That's how you encourage adopters. It sounds bad but its true. If being fair to latecomers helped adoption, we'd all be using Franko.

Time scales for crypto are not such that you can have a long-term approach to the money supply. You need to get the money out there in a fair way and pretty quickly.


Perhaps we could do a 7% decline in block reward each month instead of each year  Wink?
full member
Activity: 201
Merit: 100
I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

Every successful coin has been generous to early adopters. That's how you encourage adopters. It sounds bad but its true. If being fair to latecomers helped adoption, we'd all be using Franko.

Time scales for crypto are not such that you can have a long-term approach to the money supply. You need to get the money out there in a fair way and pretty quickly.
full member
Activity: 201
Merit: 100
The coin supply should stay the same.  Reducing the block reward to that of Dash after initially having much larger block rewards would be the same as an instamine for the early adopters.  

You'll love Franko then (http://frankos.org/). It halves every 22 years, not every 2 years like BTC.

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 0.25 * COIN;

    // Subsidy is cut in half every 22471626 blocks, which will occur approximately every 22 years
    nSubsidy >>= (nHeight / 22471626); // Franko: 22m blocks in ~22 years

    return nSubsidy + nFees;
}
legendary
Activity: 896
Merit: 1001
what does everyone else think so we can vote?

I vote yes. That's unanimity at the moment, so let's do it.

There is no PoS for Dark by the way.


I figured POS would be a no go. Well looks like this is in the lead for voting so far.
make block reward like dash
like this:
Code:
nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 25) nSubsidy = 25;
if (nSubsidy < 5) nSubsidy = 5;

+1 Seems like the easiest route. Considering icash is a clone. :-)

No brainer, go with the easiest safest route, this looks like the one. Cutting the supply like Evan. Key point in starting out is just a safe functional Darkcoin clone and then we can worry about variations down the road if need be.


What do you think dev? Every day there are ~1 mil coins generated... Dont wait to long with your descision Wink

I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.

The coin supply should stay the same.  Reducing the block reward to that of Dash after initially having much larger block rewards would be the same as an instamine for the early adopters. 
full member
Activity: 239
Merit: 100
what does everyone else think so we can vote?

I vote yes. That's unanimity at the moment, so let's do it.

There is no PoS for Dark by the way.


I figured POS would be a no go. Well looks like this is in the lead for voting so far.
make block reward like dash
like this:
Code:
nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 25) nSubsidy = 25;
if (nSubsidy < 5) nSubsidy = 5;

+1 Seems like the easiest route. Considering icash is a clone. :-)

No brainer, go with the easiest safest route, this looks like the one. Cutting the supply like Evan. Key point in starting out is just a safe functional Darkcoin clone and then we can worry about variations down the road if need be.


What do you think dev? Every day there are ~1 mil coins generated... Dont wait to long with your descision Wink

I actually don't think we should cut the coin supply  Undecided. It wouldn't be fair to all people that comes later, if we got our coins so easy plus this coin never meant to be a get rich quick scheme. Quite the opposite, my thought was that if the miners produce a lot of coins then thay would be cheap so you dare to use them. And in time if the interest goes the diff goes up and the coin supply gets smaller.
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
what does everyone else think so we can vote?

I vote yes. That's unanimity at the moment, so let's do it.

There is no PoS for Dark by the way.


I figured POS would be a no go. Well looks like this is in the lead for voting so far.
make block reward like dash
like this:
Code:
nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 25) nSubsidy = 25;
if (nSubsidy < 5) nSubsidy = 5;

+1 Seems like the easiest route. Considering icash is a clone. :-)

No brainer, go with the easiest safest route, this looks like the one. Cutting the supply like Evan. Key point in starting out is just a safe functional Darkcoin clone and then we can worry about variations down the road if need be.


What do you think dev? Every day there are ~1 mil coins generated... Dont wait to long with your descision Wink
full member
Activity: 239
Merit: 100
There doesn't seem to be a block explorer that can be used to check anything...
http://ipay.explorer.ssdpool.com:9149/ - is crashed.
http://blocktree.io/e/ICASH - is stuck on block 6973.
Yobit seems to be stuck as well.

c-cex is working
newbie
Activity: 20
Merit: 0
There doesn't seem to be a block explorer that can be used to check anything...
http://ipay.explorer.ssdpool.com:9149/ - is crashed.
http://blocktree.io/e/ICASH - is stuck on block 6973.
Yobit seems to be stuck as well.
full member
Activity: 239
Merit: 100
Now everything is okay again and the blockchain is running.  Wink

Changes?

No changes


You have to be a little more specific dude.. How come the network was stuck for a few hours? You said its all fixed.. But my wallet is still out of sync.. Adding the binpool as a node isnt working either...  

Someone is trying to trick the network and not pay the masternodes. Therefore, I have a reference node to ensure that they are paid otherwise that block is not approved. But because their hashpower was stronger my node got kick out and blocked the whole network.

Do -reindex or delete in your everything .icash folder except wallet.dat and icash.conf and you should get on the blockchain again.

Code:
{
"chain" : "main",
"blocks" : 7204,
"bestblockhash" : "00000000002c907131eebfec26088a0defa2f3dd4e3dc771a1d0ccb032b71106",
"difficulty" : 146.75052264,
"verificationprogress" : 1.00000000,
"chainwork" : "00000000000000000000000000000000000000000000000000054ce72032840e"
}
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
Now everything is okay again and the blockchain is running.  Wink

Changes?

No changes


You have to be a little more specific dude.. How come the network was stuck for a few hours? You said its all fixed.. But my wallet is still out of sync.. Adding the binpool as a node isnt working either... 
full member
Activity: 239
Merit: 100
hero member
Activity: 574
Merit: 500
Now everything is okay again and the blockchain is running.  Wink

Changes?
full member
Activity: 239
Merit: 100
Now everything is okay again and the blockchain is running.  Wink
Pages:
Jump to: