Pages:
Author

Topic: [ANN][SYN] SynCoin | [NO PRE-M][Auto Reward, Anti-ASIC] - page 42. (Read 60647 times)

full member
Activity: 238
Merit: 100
You seem like a experienced + active dev.. im in!

and for the people who cannot read dates, launch is 19th february 2014 ( this year! )
member
Activity: 112
Merit: 10
UPDATE: §: Auto-transitioning: On Mon, May 2014 20:40:01 GMT -- SynCoin will transition from sCrypt to sCrypt_variableN to prevent ASIC monopolization of the network.

Great update. I will add this coin into my long-term collection.

I think the algo of vertcoin is not a new algo but a new feature.

Yes, it's certainly a great feature; however, I don't want to call it the VertCoin algorithm because undoubtedly someone will mistakenly use the date-chart they've released for ours, and complain that "SynCoin isn't following VertCoin's schedule, SCAM!"

But seriously, though it's implemented the same way, the result is different, because the transition begins when ASICs are due; VertCoin might be called a pre-emptive coin. All in all, I look forward to this transition, because it will shut out scrypt cleanly upon the right moment (hence, all scrypt_1024 blocks would be automatically rejected by the network; a clean hard fork). In fact, in beta tests, any clients producing older blocks are actually kicked off the network for failing CheckPOW multiple times; thus, the worries of a non-standardized fork being created is a non-issue.
sr. member
Activity: 460
Merit: 250
Watching this one.
sr. member
Activity: 406
Merit: 250
Hello! Send me a message.
UPDATE: §: Auto-transitioning: On Mon, May 2014 20:40:01 GMT -- SynCoin will transition from sCrypt to sCrypt_variableN to prevent ASIC monopolization of the network.

Great update. I will add this coin into my long-term collection.

I think the algo of vertcoin is not a new algo but a new feature.
full member
Activity: 224
Merit: 100
UPDATE: §: Auto-transitioning: On Mon, May 2014 20:40:01 GMT -- SynCoin will transition from sCrypt to sCrypt_variableN to prevent ASIC monopolization of the network.

Nice feature Grin
member
Activity: 112
Merit: 10
UPDATE: §: Auto-transitioning: On Mon, May 2014 20:40:01 GMT -- SynCoin will transition from sCrypt to sCrypt_variableN to prevent ASIC monopolization of the network.
hero member
Activity: 595
Merit: 500
watching
sq
sr. member
Activity: 294
Merit: 250
member
Activity: 112
Merit: 10
"Block Reward: Calculated based on difficulty"

Finally, a block reward that i have been looking for. Even though the algo is not yet perfect, this could be a bridge to a better coin.

I've been thinking about this. Is it scaling linearly? It would be a pretty interesting idea (your 1MH/s gives you a more or less constant amount of coins regardless of net hashrate), but the consequence would be a lack of incentive for early miners, which can leave the coin out in the field.

No, the formula scales exponentially. Additionally, the first few blocks with a difficulty < 1 will have their block rewards calculated as IF they were 1; this incentivizes early adoption because the blocks are EXTREMELY easy to mine in comparison with later blocks.

I like everything about this coin so far except for the high number of coins

I understand the frustration with the high ceiling; however, this gives breathing room with the new algorithm for block reward. If it happens to distribute too quickly, the super-fast-rising scarcity may cause people to believe it as a scam (or a failed coin, as the shares would be held by literally a few people). Besides, pushing updates later is always an option.

If necessary, and wholly supported by the community, I will gladly implement that fix.
member
Activity: 112
Merit: 10

Difficulty Calculation / Self-Regulation:
Removing the variables from the code, the formula is as follows:
[(10 * difficulty) / (number of blocks + 97200)] * 97200
Breaking it down, it is observable that 97200 is the 9-month mark given a block target of 4 minutes.
What is not shown is the halving code, triggered per 300,000 blocks. This is necessary to combat inflation, and will not be removed despite the above algorithm doing preliminary calculations of nSubsidy (block reward).
§: Due to the relationship between difficulty and reward, self-regulation occurs; too much hashrate/demand = a higher block reward, diluting the currency and reducing its value. Too little hashrate/demand = a lower block reward, increasing the value and incentivizing mining (after all, more profit at a lower difficulty is likely the most lucrative combination to miners).


Interesting concept.
Hard to imagine how it will turn out. One way it could turn out:
  • Everyone will pile on causing massive inflation after its first initial spike in price.
  • The inflation will cause the price of the coin to steadily drop.
  • The value of mining the coin will drop and miners will move onto more lucrative coins.
  • Inflation will slow down due to some miners leaving.
  • Everyone coming to the coin late will be screwed because there will already be a shitload of the coins around but when they mine they get very few.
  • This will drive even more people away which will drop the reward even more.

Will be interesting to see what happens. I will definitely be watching this release.

If I may point out to everyone reading this. The block reward wont kick in for 28 months (roughly). I believe that wasn't quite clear in the announcement.
The purpose of the block reward halving is to combat inflation, but it will be over 2 years before inflation is reduced by the block halving. In the new crypto coin world that is a very very long time.
Most coins have a natural anti-inflation method by having a set block reward that more and more people are trying to get. So instead of printing enough money so everyone has some, everyone has to share the finite amount that is planned. This causes deflation and your money appreciates in value.
The Syncoin method will rely on the mining profitability declining to reduce the appeal of mining, which will in turn increase the profitability of the coin.

This is all just food for thought. This is an innovative coin and we should watch it closely.


First, with 4 minute blocks, that's 360 blocks per day. 300k/363 = 838, which DOES yield roughly 2 years, but that doesn't take into account the fast-blocks from the beginning, which will go MUCH faster. As a result, difficulty will spike (along with block reward). Unlike other coins, however, the difficulty is supplemented with a higher block reward.

Higher demand => higher reward => equilibrium

The main point here is that profit isn't a major concern; by dampening the fluctuations, SynCoin can reach an equilibrium price faster (and ultimately, a safer place to be).

With this: "The Syncoin method will rely on the mining profitability declining to reduce the appeal of mining" I'm not sure what you mean... the difficulty increase associated with more difficult mining produces MORE of a block reward; the incentive to mine is actually when difficulty drops; to prevent coin-hopping, the Kimoto Gravity Well effectively "cancels-out" any unstable network hashing. The long time until halving occurs is designed to allow for the longest period of adoption by first-timers without missing out too quickly (as in the case of DogeCoin, which is scheduled to halve very soon.
sr. member
Activity: 406
Merit: 250
Hello! Send me a message.
I like everything about this coin so far except for the high number of coins

I do agree. I believe that the optimal number of coins is 84 million.
hero member
Activity: 980
Merit: 500
I like everything about this coin so far except for the high number of coins
sr. member
Activity: 350
Merit: 250
Vires in Numeris

Difficulty Calculation / Self-Regulation:
Removing the variables from the code, the formula is as follows:
[(10 * difficulty) / (number of blocks + 97200)] * 97200
Breaking it down, it is observable that 97200 is the 9-month mark given a block target of 4 minutes.
What is not shown is the halving code, triggered per 300,000 blocks. This is necessary to combat inflation, and will not be removed despite the above algorithm doing preliminary calculations of nSubsidy (block reward).
§: Due to the relationship between difficulty and reward, self-regulation occurs; too much hashrate/demand = a higher block reward, diluting the currency and reducing its value. Too little hashrate/demand = a lower block reward, increasing the value and incentivizing mining (after all, more profit at a lower difficulty is likely the most lucrative combination to miners).


Interesting concept.
Hard to imagine how it will turn out. One way it could turn out:
  • Everyone will pile on causing massive inflation after its first initial spike in price.
  • The inflation will cause the price of the coin to steadily drop.
  • The value of mining the coin will drop and miners will move onto more lucrative coins.
  • Inflation will slow down due to some miners leaving.
  • Everyone coming to the coin late will be screwed because there will already be a shitload of the coins around but when they mine they get very few.
  • This will drive even more people away which will drop the reward even more.

Will be interesting to see what happens. I will definitely be watching this release.

If I may point out to everyone reading this. The block reward wont kick in for 28 months (roughly). I believe that wasn't quite clear in the announcement.
The purpose of the block reward halving is to combat inflation, but it will be over 2 years before inflation is reduced by the block halving. In the new crypto coin world that is a very very long time.
Most coins have a natural anti-inflation method by having a set block reward that more and more people are trying to get. So instead of printing enough money so everyone has some, everyone has to share the finite amount that is planned. This causes deflation and your money appreciates in value.
The Syncoin method will rely on the mining profitability declining to reduce the appeal of mining, which will in turn increase the profitability of the coin.

This is all just food for thought. This is an innovative coin and we should watch it closely.
member
Activity: 112
Merit: 10
"Block Reward: Calculated based on difficulty"

Finally, a block reward that i have been looking for. Even though the algo is not yet perfect, this could be a bridge to a better coin.

I've been thinking about this. Is it scaling linearly? It would be a pretty interesting idea (your 1MH/s gives you a more or less constant amount of coins regardless of net hashrate), but the consequence would be a lack of incentive for early miners, which can leave the coin out in the field.
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
This coin looks promising, will hold an eye on it. Smiley
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
Release 2.19.14 < What the fuck is it?

19th february 2014 you silly european
hero member
Activity: 532
Merit: 500
It is a fork of LiteCoin, I'am in!
member
Activity: 70
Merit: 10
Hi everyone i will add working faucet for SynCoin on EarnCryptoCoins The faucet will be opened on SynCoin launch(02/19/2014). Don't forget to check in and earn free SYN.
sr. member
Activity: 406
Merit: 250
Hello! Send me a message.
 "Block Reward: Calculated based on difficulty"

Finally, a block reward that i have been looking for. Even though the algo is not yet perfect, this could be a bridge to a better coin.
newbie
Activity: 2
Merit: 0
Hi, I am the mod from this coin's subreddit, dropped in to say hi.
Pages:
Jump to: