Cryptophile
|
|
March 31, 2015, 01:09:01 AM |
|
Maximum supply with a maximum block reward would give us ~8 billion in year 2065. But thats only with max block reward 2662 each block and we are already down to 2286 in block reward and it changes each block so its realy hard to say. When the diff goes up the block reward goes down . Don't worry, if they're not clever enough to dig into the code chances are they're just trolling...
|
|
|
|
cryptodev35 (OP)
|
|
March 31, 2015, 12:10:02 PM |
|
Someone who is hungry for a Mobile Wallet? I know I am anyways . So here we go... Android Mobile Wallet Bounty: iJwRSkzihVp7cyaF3vjs9tnoYrxc1vtScB Tx: 877553a3f6dfb7f744c721e16dddb35a8d0e8de1c90c3d6f5910c09a2ae1fd73 50,000 ICASH iPhone Mobile Wallet Bounty: iPcbcpiXGrn1Eh21MuGFY3wWqmszbQa3gf Tx: b2e47943d710f3fe065d3a1abe8afb410e61982fee1ca7ea07831958591fc4c9 50,000 ICASH ...and sending 50,000 ICASH to them each.
|
|
|
|
BanzaiBTC
Legendary
Offline
Activity: 1526
Merit: 1002
Chipcoin Developer
|
|
March 31, 2015, 04:43:57 PM |
|
Maximum supply with a maximum block reward would give us ~8 billion in year 2065. But thats only with max block reward 2662 each block and we are already down to 2286 in block reward and it changes each block so its realy hard to say. When the diff goes up the block reward goes down . Why arent you updating the coin so it comes down to the announced 220 mil max? It seems you made a mistake in the code... Which is fine.. But leaving it at this can kill Icash fast I recommend updating and cutting the total supply to the amount you originally announced. People were mining because they liked the specs.. Now it turns out the specs are totally different.. People dont like that and will leave
|
|
|
|
cryptodev35 (OP)
|
|
March 31, 2015, 04:56:02 PM |
|
Maximum supply with a maximum block reward would give us ~8 billion in year 2065. But thats only with max block reward 2662 each block and we are already down to 2286 in block reward and it changes each block so its realy hard to say. When the diff goes up the block reward goes down . Why arent you updating the coin so it comes down to the announced 220 mil max? It seems you made a mistake in the code... Which is fine.. But leaving it at this can kill Icash fast I recommend updating and cutting the total supply to the amount you originally announced. People were mining because they liked the specs.. Now it turns out the specs are totally different.. People dont like that and will leave I understand exactly what you saying. We could do that, or we let the blockreward be. The thing is that when our hashpower rises, our blockreward drops. If we had the diff that dash has 4744.11750216 (as we speak) our blockreward would be only 333.72 ICASH.
|
|
|
|
|
JackyVanmarsenille
Member
Offline
Activity: 150
Merit: 10
|
|
March 31, 2015, 05:22:02 PM |
|
Nice! How about getting more devs on this coin? Any news on that? This coin got a lot of potential, but there are some things that need to be fixed. Cut the coin supply for example!
|
|
|
|
cryptodev35 (OP)
|
|
March 31, 2015, 05:26:02 PM |
|
Nice! How about getting more devs on this coin? Any news on that? This coin got a lot of potential, but there are some things that need to be fixed. Cut the coin supply for example!
I hear you all. Think we need a vote . Should we stay with what we have, if not how much do you think we should have as coin supply?
|
|
|
|
JackyVanmarsenille
Member
Offline
Activity: 150
Merit: 10
|
|
March 31, 2015, 06:06:31 PM |
|
diff 20: 222222222/84681= 2624 reward
diff 200: 222222222/96721= 2297 reward
diff 2000: 222222222/261121= 851 reward
diff 20000: 222222222/6305121= 35 reward
Meaning we need a lot of hashrate for rewards to go significantly lower. Last 5 days difficulty bounced mostly between 50 and 250, before that it was even lower. How was mining DRK in the beginning? Anyone has knowledge of that? (Overall distribution much fairer than original DRK by the way).
|
|
|
|
Rolandvoda
Member
Offline
Activity: 108
Merit: 10
|
|
March 31, 2015, 06:13:03 PM |
|
stop pow go pos straight up, run in with DASH along the way.
|
|
|
|
mistercashking
Legendary
Offline
Activity: 1044
Merit: 1050
|
|
March 31, 2015, 11:14:16 PM |
|
Nice! How about getting more devs on this coin? Any news on that? This coin got a lot of potential, but there are some things that need to be fixed. Cut the coin supply for example!
I hear you all. Think we need a vote . Should we stay with what we have, if not how much do you think we should have as coin supply? I think we should have something similar to monero max supply but a bit higher with a lower block reward since there are already about 17mill coins. Just My two cents. Or if possible. Stop pow and switch to POS.
|
|
|
|
mistercashking
Legendary
Offline
Activity: 1044
Merit: 1050
|
|
March 31, 2015, 11:23:09 PM |
|
make block reward like dash like this: 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. :-)
|
|
|
|
mistercashking
Legendary
Offline
Activity: 1044
Merit: 1050
|
|
March 31, 2015, 11:35:02 PM |
|
what does everyone else think so we can vote?
|
|
|
|
Fonziecoin
|
|
April 01, 2015, 02:41:55 AM |
|
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.
|
FonzieCoin: As Fair as it is Cool
|
|
|
mistercashking
Legendary
Offline
Activity: 1044
Merit: 1050
|
|
April 01, 2015, 02:44:53 AM |
|
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: 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. :-)
|
|
|
|
JackyVanmarsenille
Member
Offline
Activity: 150
Merit: 10
|
|
April 01, 2015, 08:13:05 AM |
|
Cut coin supply, change block reward, no Pos!
|
|
|
|
BanzaiBTC
Legendary
Offline
Activity: 1526
Merit: 1002
Chipcoin Developer
|
|
April 01, 2015, 11:19:47 AM |
|
Cut coin supply, change block reward, no Pos!
This +1! And masternodes seem to work better now dev! Received some nice chuncks of coin yesterday
|
|
|
|
Shadow_Runner
|
|
April 01, 2015, 02:24:56 PM |
|
Wallet sync interupted?
|
|
|
|
cryptodev35 (OP)
|
|
April 01, 2015, 03:51:40 PM |
|
Wallet sync interupted?
Yes i'm on it
|
|
|
|
Shadow_Runner
|
|
April 01, 2015, 03:54:57 PM |
|
Wallet sync interupted?
Yes i'm on it And? People are mining now, coins will be on fork?
|
|
|
|
cryptodev35 (OP)
|
|
April 01, 2015, 04:01:03 PM |
|
Wallet sync interupted?
Yes i'm on it And? People are mining now, coins will be on fork? wait just a little it will start again soon
|
|
|
|
|