Pages:
Author

Topic: Ercoin — proof of stake, fair distribution, messages, accounts, original code - page 5. (Read 18578 times)

sr. member
Activity: 546
Merit: 250
how to fair distribution? how to join ? airdrop?
jr. member
Activity: 115
Merit: 2
Founder of Ercoin and Paspagon
First pull request to Ercoin was submitted (some minor commits have also been pushed directly to the master branch). It adds apportionment modules written in LFE (Lisp Flavoured Erlang), hence should be more-or-less understandable to people familiar with Lisp syntax.
sr. member
Activity: 308
Merit: 250
I think your thread is not detailed enough, requires more information, and needs to set more rewards to attract a large number of people to participate
jr. member
Activity: 115
Merit: 2
Founder of Ercoin and Paspagon
why blackcoin burning?  Why not bitcoin burning? This way you limit your reach a lot.. Looks like an internal blackcoin community affair. Possibly pump attempt

BlackCoin is the first free, 100% proof of stake cryptocurrency with fair distribution. It is still easier to obtain BLK than to buy mining hardware needed to participate in Bitcoin distribution.

I'm a big Blackcoin fan but the concerns you raise are valid. Some proof of burn coins use multiple coins for the distribution and limiting it to one coin does warrant scepticism.

I don’t see how initial coin distribution via burning multiple coins could be reasonably done. Let’s say that one user burns 10 BTC and another burns 10,000 BLK. How do we compare these two values?

The main reason why Blackcoin is the suggested source, as laid out in his blog, is because the protocol of Ercoin is nearly identical to Blackcoin. It's the same PoS, it's the same launch principles, the same protocol. It's practically Blackcoin written in Erlang.

From a coarse perspective, there may be some similarities, but mechanisms are fundamentally different, starting from the fact that there will be no concept of unspent transaction outputs in Ercoin.

The reasons for using Blackcoin seem pretty obvious, but if I were an outsider I would too wonder why specifically this coin. I think it also leads to the question what exactly makes Erlang so much more valuable that it warrants a new coin. This may be personal ignorance but the added value at this moment seems quite abstract.

Erlang in itself may not justify making a new coin, but it has some features which make it an attractive language for such purposes. Among them are:

  • Great support for concurrency. A cryptocurrency network is a set of many nodes that send themselves messages asynchronously. This can be naturally modelled in Erlang. (Actually in case of Ercoin Tendermint mostly takes care of concurrency).
  • Libraries for creating state machines. A cryptocurrency is basically a decentralized state machine.
  • Bit syntax, making it easy to handle protocol messages.

Erlang is a functional language and there are other languages compiled to Erlang’s virtual machine, like LFE and Elixir (LFE is actually used in Ercoin). It is also praised for its fault tolerance and ability to achieve high uptime (with hot code reloading), which may have some significance for maintaining network nodes.

At what stage is your project?

Roughly speaking, to have a working network suitable for pre-production testing:

  • a few missing things need to be implemented;
  • there are some changes needed in Tendermint;
  • NIST should publish a new API for their entropy beacon.
full member
Activity: 412
Merit: 100
At what stage is your project?
sr. member
Activity: 602
Merit: 250
why blackcoin burning?  Why not bitcoin burning? This way you limit your reach a lot.. Looks like an internal blackcoin community affair. Possibly pump attempt

I'm a big Blackcoin fan but the concerns you raise are valid. Some proof of burn coins use multiple coins for the distribution and limiting it to one coin does warrant scepticism.  

The advantage of burning from multiple coins is competition. The weakness though is that the added complexity of multiple coins gives more means for manipulation. A big whale could pick a coin with the lowest volume and drive down his own entry point to get access to the burn coin. That's much harder to achieve with a single point of entry.  

Bitcoin itself is not actually that well spread. The amount of active users may be much higher but there are huge whales amongst them.  

The main reason why Blackcoin is the suggested source, as laid out in his blog, is because the protocol of Ercoin is nearly identical to Blackcoin. It's the same PoS, it's the same launch principles, the same protocol. It's practically Blackcoin written in Erlang. And this makes sense because Blackcoin is a very pristine coin in this ecosystem. There's no premine, no ICO, no developer fees on transactions or on the staking, the distribution has been completely fair and transparent.  

The reasons for using Blackcoin seem pretty obvious, but if I were an outsider I would too wonder why specifically this coin. I think it also leads to the question what exactly makes Erlang so much more valuable that it warrants a new coin. This may be personal ignorance but the added value at this moment seems quite abstract.  

Looks interesting Smiley

Glad a PoS currency with no max cap was choosen for this project to initiate distribution!

Technically there is a cap, that of Blackcoin. Though practically saying any real practical cap that would be (much) lower than Blackcoin would be bad as it would create lots of opportunities to leverage the launch. Making the potential cap go as high as it's burn source is legit, especially on a coin that's well distributed. 
legendary
Activity: 1246
Merit: 1011
Looks interesting

Waiting for more updates  Wink
full member
Activity: 168
Merit: 100
Looks interesting Smiley

Glad a PoS currency with no max cap was choosen for this project to initiate distribution!
sr. member
Activity: 249
Merit: 250
why blackcoin burning?  Why not bitcoin burning? This way you limit your reach a lot.. Looks like an internal blackcoin community affair. Possibly pump attempt
member
Activity: 81
Merit: 10
Interested in this. You will set a date for when we should burn blackcoin and then ercoin will be set to wallets or something?
sr. member
Activity: 602
Merit: 250
Oh glad I could reach the first page. 

Could you perhaps expand on the advantages of using Erlang language for coins?
jr. member
Activity: 115
Merit: 2
Founder of Ercoin and Paspagon
What is distribution plan for this coin looking forward to know more in details. What is idea behind this project on which thing you will focus to promote this project. How many coins will be available for distribution.

There will be a time window (for example, blocks 1,800,000 — 1,850,00) scheduled during which people will be able to destroy their blackcoins to obtain initially distributed ercoins, proportionally to the destroyed amount. Total coin supply is not chosen yet. Marketing is yet to be worked out, though I suppose it will concentrate on features, efficient economic model and simplicity.
jr. member
Activity: 115
Merit: 2
Founder of Ercoin and Paspagon
Hi, what is fair distribution for you? Happy to see more PoS coins hitting the market. They are better for the environment Smiley And easier for anyone to get started with.

How will people get the coins? Through airdrops?

By fair distribution I mean a distribution in which no entity is privileged. Quoting the README: “Initial amount of coins will be distributed to addresses proportionally to the associated amounts of BlackCoin burnt in a selected time window using OP_RETURN.”. BlackCoin already has a command for creating OP_RETURN outputs. I’ve created a simple program for listing such outputs in a selected block range.
sr. member
Activity: 420
Merit: 252
https://ubikiri.com/
Ercoin

Ercoin is an in-development proof of stake currency written in Erlang using Tendermint. Planned features:

  • 100% proof of stake — no wasteful mining.
  • Transaction messages.
  • 1-second confirmations.
  • No chain forks.
  • Expirable accounts instead of unspent transaction outputs.
  • Fair distribution via BlackCoin burning — no premine, no ICO.
  • Accounts managed by multiple keys in arbitrary combinations.
  • Transaction fees decided by consensus.

The currency has not been launched nor distributed yet.


Contributions are welcome.

Sound's well.
member
Activity: 110
Merit: 10
LoveMe
Ercoin waiting for more details also reserved if any bounties proposed to members can't participate in mining process  . Thank you
legendary
Activity: 1876
Merit: 1003
What is distribution plan for this coin looking forward to know more in details. What is idea behind this project on which thing you will focus to promote this project. How many coins will be available for distribution.
sr. member
Activity: 371
Merit: 250
full member
Activity: 224
Merit: 100
Hi, what is fair distribution for you? Happy to see more PoS coins hitting the market. They are better for the environment Smiley And easier for anyone to get started with.

How will people get the coins? Through airdrops?
member
Activity: 112
Merit: 10
📌[ANN]📌👍👍👍
jr. member
Activity: 115
Merit: 2
Founder of Ercoin and Paspagon
Hello Dev, I want to know anything else) Need more information, give it for us!

For some background and further information, you can read a post to the Erlang mailing list. In case of questions, feel free to ask.
Pages:
Jump to: