Bitcoin Forum
April 27, 2024, 11:24:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
Author Topic: [PRE-ANN] Ergo Platform is coming, the AAA class of blockchains  (Read 33759 times)
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
August 09, 2017, 09:40:01 PM
 #1

After a long break from real systems development (only research and prototypes), I'm going back with a complete new design for a cryptocurrency / blockchain system.

Basic ideas:

- Lightweight non-mining full-node. Basic ideas and efficient authenticated dynamic dictionary implementation details are given in the paper https://eprint.iacr.org/2016/994.pdf, I also highly recommend this presentation by  Prof. Reyzin from RWC'17 https://www.youtube.com/watch?v=PHY7JnLrK5o
- For the mining nodes, it will be supposed that they are mostly running in the regime similar to Warp-mode in Parity, fast-mode in Geth, but stronger security guarantees, see this draft (more formal paper is on the way): https://arxiv.org/abs/1603.07926
- Instead of SPV, much more efficient light client regime, tens of kilobytes instead of tens/hundreds of megabytes to bootstrap! So really light mobile clients: Based on the work of Kiayias et al. http://fc16.ifca.ai/bitcoin/papers/KLS16.pdf

- New economic model, "space-scarce economy" https://eprint.iacr.org/2017/644

- New transactional language, superior to Bitcoin Script, for now only 1-page description is done and a prototype interpreter: https://github.com/ScorexFoundation/sigmastate-interpreter

It will be Proof-of-Work system, with some memory-hard Proof-of-Work to resist ASICs.


website is: https://ergoplatform.org/

development could be tracked on github: https://github.com/ergoplatform/ergo. The earliest testnet will be around in September, hopefully.

We made some free giveaway to Waves community, token is EFYT (Ergo First Year Token).

In the next chapters I will share details on the transactional language, as well as plans on governance, funding etc.

Please join the effort!

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
1714217052
Hero Member
*
Offline Offline

Posts: 1714217052

View Profile Personal Message (Offline)

Ignore
1714217052
Reply with quote  #2

1714217052
Report to moderator
1714217052
Hero Member
*
Offline Offline

Posts: 1714217052

View Profile Personal Message (Offline)

Ignore
1714217052
Reply with quote  #2

1714217052
Report to moderator
1714217052
Hero Member
*
Offline Offline

Posts: 1714217052

View Profile Personal Message (Offline)

Ignore
1714217052
Reply with quote  #2

1714217052
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714217052
Hero Member
*
Offline Offline

Posts: 1714217052

View Profile Personal Message (Offline)

Ignore
1714217052
Reply with quote  #2

1714217052
Report to moderator
1714217052
Hero Member
*
Offline Offline

Posts: 1714217052

View Profile Personal Message (Offline)

Ignore
1714217052
Reply with quote  #2

1714217052
Report to moderator
1714217052
Hero Member
*
Offline Offline

Posts: 1714217052

View Profile Personal Message (Offline)

Ignore
1714217052
Reply with quote  #2

1714217052
Report to moderator
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
August 09, 2017, 10:00:01 PM
 #2

Communication channels:

Github https://github.com/ergoplatform

Twitter https://twitter.com/ergoplatformorg

Telegram https://t.me/ergoplatform

Email ergoplatform@protonmail.com

Ergo slack channel(#ergo in Waves slack) http://wavesplatform.herokuapp.com/


Charloz24
Hero Member
*****
Offline Offline

Activity: 966
Merit: 501



View Profile
August 09, 2017, 10:21:13 PM
 #3

Interesting project indeed, count me in to follow your  work too.
kaduwall2
Member
**
Offline Offline

Activity: 90
Merit: 10

http://twitter.com/crazy_crypto


View Profile
August 10, 2017, 07:29:27 AM
 #4

So, no ICO then? Cool! Project looks quite interesting dev, looking forward to mine this and will be watching this thread closely, thanks!
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
August 10, 2017, 05:22:32 PM
 #5

Initial post maybe not very clear from in regards of what can be achieved. Main properties of the Ergo are following:

- Simplicity: only hash function and sigma-protocols to be used, no super-fancy cryptography. PoW consensus. All the proposals chosen are more or less clear in what they are doing.

- Blockchain safety: guaranteed upper bound on script verification time, no UTXO spam is possible(in long term), light full nodes (with full-node security guarantees), so we can have bigger output size with no much fear (blockchain as a database becomes real. database would be still costly and pretty limited for sure).

- Efficiency and scalability: we can do more without losing in security.

- Flexibility: not self-amendable blockchain, like Tezos, but miners will be able to change many parameters (slowly) dynamically (via voting).

- Soft-forkability: it will be possible to enrich the language and add some things to the block structure via soft-forks only

- Protocol friendliness: transactional language is more reach. There are already examples of crowdfunding via 1-line output (backer) script, demurrage coin, ring signature etc.


So Ergo will be not about fancy features, Blockchain 2.0 / 3.0 / 4.0, but Bitcoin replacement with solid tech (I hope).


Now on social/financial side of things:

development, maintenance and marketing are not free, moreover, not cheap. The plan is to charge miners, like in ZCash. The tax would be lower, 10%, and money are to be given to foundation. During the first year foundation is to be controlled by initial team. The team has right to sell these tokens or obligations for them. 50% of coins will be issued in the first year, means the initial team can sell in some way 5% of total supply. EFYT tokens issued on Waves are about these 5%.

Some minor part is given away for free, something will be sold to private investors. About ICO, I'm not sure, there are some positive as well as negative things about it.

After first year we hope it will be possible to change the team (including firing founders) via community voting organized by the foundation. This is one particular reason why we also want to put some  money into developing cryptographic voting technologies along with some universities (more to be announced in coming months, hopefully).

We are also thinking on launching two blockchains, one for money, another to be public bulletin board for protocols (voting, auctions etc) and data records (DNS etc), with atomic cross-chain swapping and maybe sidechaining. EFYT tokens will be changed for tokens in both systems.
 

 

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
Notin2
Sr. Member
****
Offline Offline

Activity: 630
Merit: 253



View Profile
August 10, 2017, 06:39:10 PM
 #6

I thought this coin is already trading on wavesdex and tidex?
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
August 10, 2017, 08:41:58 PM
 #7

I thought this coin is already trading on wavesdex and tidex?

Yes, there was a free giveaway to Waves community, token is EFYT (Ergo First Year Token).

It will be converted to Ergo after launch.

65cerberus
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 11, 2017, 03:03:56 PM
 #8

I thought this coin is already trading on wavesdex and tidex?

Yes, there was a free giveaway to Waves community, token is EFYT (Ergo First Year Token).

It will be converted to Ergo after launch.

Looks like I need to pick up a few more EFYT...
Route69
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
August 11, 2017, 03:18:32 PM
 #9

Dmitry Meshkov! what a cunning look at us on your team photo!
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
August 15, 2017, 10:02:56 PM
 #10

There are four developers working now on the project. There were some AMA sessions in May-June, I think another one could happen around early September.

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
.LooTz.
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
September 06, 2017, 12:19:30 PM
 #11

Always welcome on Crypto Core Radio brother, just let me know
dolores13
Sr. Member
****
Offline Offline

Activity: 299
Merit: 271


View Profile
September 09, 2017, 11:07:52 AM
 #12

Some Scammer is trying to scam bitcointalk community using your coin name

Vaniaayu
Full Member
***
Offline Offline

Activity: 476
Merit: 101



View Profile
September 09, 2017, 11:19:48 AM
 #13

happy to see a project with a unique idea, I am very interested in this, and I will see the further development of this project, I am very curious about your promotion program, hopefully it works very well.
kslavik
Sr. Member
****
Offline Offline

Activity: 441
Merit: 250


GET IN - Smart Ticket Protocol - Live in market!


View Profile
September 09, 2017, 11:35:05 AM
 #14

This looks interesting. I'm bookmarking your website and will be checking regularly. Its about time we see new things.


               ████
             ███  ███
           ████     ███
         ███  ███    ███
       ████     ███    ███
     ███  ███     ███    ███
   ████     ███     ███   ██
 ███  ███     █████████████████
███     ███     ███           ██
 ███      ███     ██          ██
   ███      ██████████      ███
     ███      ██████      ███
       ███      ██      ███
         ███          ███
           ███      ███
             ███  ███
               ████

GUTS
    ███
███
███
███
███
███
███
███
███
███
███
███
███
███
   
smart-ticket protocol for events
live product with market traction!
    ███
███
███
███
███
███
███
███
███
███
███
███
███
███
   
  BTC ANN
  WEBSITE
  BLOG
   
  SANDBOX
  WHITEPAPER
  BOUNTY
   
kutangterbang
Full Member
***
Offline Offline

Activity: 518
Merit: 134



View Profile
September 09, 2017, 11:54:48 AM
 #15

the idea is unique, I like your concept, but I'm not sure to join this project, besides, there is no promotion program yet, so I will see the progress of this project, good luck
OriginTrain
Full Member
***
Offline Offline

Activity: 406
Merit: 174


View Profile
September 09, 2017, 12:29:03 PM
 #16

Are there any native english speakers on your team? This would help lend the coin a professional look if it were to take off..
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
September 09, 2017, 09:19:04 PM
 #17

Please beware of scams! And dont' trust even single official channel (website, Twitter, slack), it could be compromised. Trust only if all the channels are providing the same information.

===================================================

Testnet0 will be on Equihash Proof-or-Work function. Implementation of this PoW is just merged.

Can't say delivery date of Testnet0. Even very initial version of Ergo will be very ambitious:

- light-SPV mode with utterly compact chain bootstrapping data
- lightweight fullnodes with very limited storage consumption
- additional hybrid mode of operations
- memory-hard Equihash PoW

We made a lot of improvements, tests and benchmarks in our own underlying libraries. We are writing a lot tests for Ergo as well (93 tests atm). I think quality should be the highest priority.

We need to start to work on documentation and parametrization of light-spv mechanism and Equihash.


We are ready to show some demos, so we're looking for some guys capable to deliver stunning video effects.

=====================================================

Recently foundation account sold EFYT tokens for 0.6 BTC via DEX to pay a dev. Maybe we will continue to do that (selling less than 1 BTC / month) in coming weeks.

On marketing / volunteers, we're focusing on technical things now (and overbusy even with them). We do need for some community manager.


Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
tottong
Hero Member
*****
Offline Offline

Activity: 1191
Merit: 555



View Profile
September 09, 2017, 09:23:13 PM
 #18

I thought this coin is already trading on wavesdex and tidex?

Yes, there was a free giveaway to Waves community, token is EFYT (Ergo First Year Token).

It will be converted to Ergo after launch.

How to join in free giveaway to waves communty?  Interesting to take part in free giveaway.
This ergo want to use token from waves and when ergo will be launch?

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
September 09, 2017, 09:39:34 PM
 #19

Equihash PoW implementation merged, Testnet Update

https://twitter.com/ergoplatformorg/status/906630703923843072

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
September 09, 2017, 10:33:54 PM
 #20

I thought this coin is already trading on wavesdex and tidex?

Yes, there was a free giveaway to Waves community, token is EFYT (Ergo First Year Token).

It will be converted to Ergo after launch.

How to join in free giveaway to waves communty?  Interesting to take part in free giveaway.
This ergo want to use token from waves and when ergo will be launch?

Links to Q&As:

https://ergoplatform.org/qa_2017_05_29.html

https://ergoplatform.org/qa_2017_06_09.html

Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!