Bitcoin Forum
May 30, 2024, 11:27:01 PM *
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 33766 times)
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
March 19, 2019, 04:28:52 PM
 #241

What's the asset ID of EFYT on waves,and where to trade it?
Seems can not found the trading pair on tidex.

Issuer: 3PK9QAbwufVJQ2YVLdNxgVnAqG4iciw9LYE
ID:        725Yv9oceWsB4GsYwyy4A52kEwyVrL5avubkeChSnL46
Name: EFYT
Total amount: 1,970,945.49635301
Decimal points: 8
Type: Not reissuable
Issue date: 25.05.2017 14:09

You can find it on WavesDEX, dunno about tidex.

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
March 19, 2019, 10:42:48 PM
 #242

Today's QA session transcript:

Quote
First, we have a major announcement - Ergo mainnet launch is planned for May 26 if no security vulnerabilities will be found during audit process!

Question: what are the vision about scaling and adoption?

(kushti:blush: : About scaling, the main approach is to avoid bloat without compromising functionality. E.g. persistent updateable storage is possible, with updates to be checked by a blockchain contract, but only digest of authenticated data structure (and some additional bytes, less than 40 bytes anyway) are stored in the UTXO set dependless on data set size. Storage rent is helping to remove dust from the UTXO set. Then light clients: in Ergo you can have full-node guarantees without storing UTXO set, if you do not mine. That's about much improved boostrapping and block validation times. With such improvements, it is possible to raise TPS without compromising classic blockchain assumptions and guarantees. Ok, but do you want concrete numbers? I don't have them, as parameters like block size etc are not set in stone, rather, miners can adjust them. So if a miner is experiencing low full block validation time (as hardware is getting better with time, as well as software), he may propose or vote to increase block size.

On adoption, we expect following people to come:

1. People valuing social contract among the system and its users. E.g. people dissatisfied with Ethereum forking.  Ergo will not have hard-forks to update functionality, while it will be possible for community to upgrade the protocol in many aspects.

2. Because of (1) at least, and also limited supply, Ergo would be good as store-of-value asset (demurrage cost is small if you just store a coin in the system).

3. People who need for safe, simple, and and efficient financial applications. Ergo's Smart Money concept is much simpler that Ethereum's Smart Contracts, while powerful enough for most financial applications of the people not having very specific skills to develop Solidity contracts, or bunch of money to hire proficient devs.

4. Not ready to predict anything about big companies, but some businesses already expressing interest to do some tokens and contracts on top of Ergo. To early to announce anything though.

Question: is there an example or usecase?

(kushti:) We have many example contracts: oracles, crowdfunding, atomic cross-chains and single-chain (token-to-token) swaps, mixing, etc. Basic things are covered in the ErgoScript tutorial for developers https://docs.ergoplatform.com/ErgoScript.pdf . A document with more complex examples (cold wallets, mixing, Rock-Paper-Scissors game) will be published soon. Further, we'll show examples of ICO scenarios and a LETS system (https://en.wikipedia.org/wiki/Local_exchange_trading_system). Please also take a look to the targeted microcredit contract example from "http://chepurnoy.org/blog/2018/10/smart-contracts-for-the-people/" blogpost.

Question: Do you have intentions to build a native off-chain solution like lightning network? And what is your vision on community-driven

Yes, we hope that they will occur at some point. Our goal now is to provide as flexible protocol as possible to make their implementation easy. Suprisely, we already have community members that are working on sidechain implementation on top of Ergo, but this work is in the early stage. We support any activity from our community, including sidechains)

Question: what blockchain project is similar to ERGO?

In some aspects, Bitcoin (soft-forkability, but we're going much further), Coda (if it's the real thing, I need to check still; light client), Grin (FlyClient is similar to PoPoWs), ZCash (Equihash is similar to our PoW, but our params are stricter and our PoW is pool-resistant). Can not name anything like our language! So, in general, the Ergo is very unique.

Question: What is ErgoData and what are its practical use cases? And how long after Mainnet is it going to be implemented?

(kushti:) ErgoData was planned to be a blockchain with the same technology under the hood, but different parameters to address needs of data-oriented applications. Now we're totally focused to launch the single chain and applications on top of it. I think ErgoData could come 2 or 3 years after, if there will be demand for such applications, and also based on limitations applications (especially, data-intensive) on top of Ergo may have. Supposedly, it will be a sidechain. Now there's good progress in this area, so supposedly by then we may have unconditionally good sidechains.

Question: when can we start mining? and can we mine with cpu ?

For sure you can start mining with CPU right now. Just set up a full node (check this guide http://chepurnoy.org/blog/2019/01/how-to-set-up-and-configure-full-ergo-node/ by @Oskin1) with mining = true config settings, and your node will start mining after the initial synchronization. Example config may be found at https://github.com/ergoplatform/ergo/blob/master/src/main/resources/nodeTestnet/application.conf

Question :But we are not on mainnet yet? So we can only mine test coins?

Yes, you can only mine test coins now. GPU miner will be definitely available before mainnet (probably this or next week)

Question: will there be a manual on how to setup a wallet?

Wallet is one more thing that should be updated before mainnet launch, we take advice about it's secure setup and so on. For now you can only set up seed phrase as a plain text in your config file (section 2 in set up post http://chepurnoy.org/blog/2019/01/how-to-set-up-and-configure-full-ergo-node/)

Question: Whats the minimum requirements to run a node?

It all depends on your node regime) We haven't measured it precisely, we tun our full nodes on droplets with 4 Gb memory, 2 CPU, 80 Gb SSD drive, but it is like recommended config, not a minimum one.

Question: are you planning any cooperation with other platforms (Waves for example)? What kind of?

We're planning to be listed on Waves DEX (this will significantly simplify EFYT/ERG swap), no other cooperation with platforms is planned.

Question: Do you have plans to add an option to generate ERC721 alike tokens? Tokens that can't be splitted

You can issue one token per transaction for free, so it is not a problem to issue a huge amount of tokens (with 1 max supply). There is no standard to unite them into a class of similar tokens (no standard way to check, that token aa...aa is of the same class of tokens as token `aa...bb`), but probably such kind of a standard will occur in the future.

Question: Is there an option to broadcast a batch of transactions at the same time? Ideally them to be included in same block

There is no API method to broadcast batch of transactions at the same time, but nothing stops you from broadcasting them one by one with no delays. So the should not be a problem to broadcast as many transactions as you wish simultaneously.Regarding Ideally them to be included in same block - it is possible to write some kind of a contract, that ensures that some batch of transactions were included in a single block (or where none of them was included), however, we haven't tried it yet. In addition this may require a miner with modifier rules of collecting transactions from mempool.

Question: Is there an option to send transaction with 0 value asset?

So the token is in the transaction, but it's amount is 0? No, that's not possible

Question: Is there an option to send "sponsored" transaction. The transaction which fee is paid by a custom token.

It might be done using the exchange example, so you can create a contract, that buys your token for Ergo, and when a sender is going to send a token - he sells required amount of token and makes a transfer of the remaining amount of tokens inside one transaction.

Question: so there is no way to transfer 0.0000001 of token?

Every output in Ergo should have some amount of Erg in it. Transaction fee may be 0, but you should put some Erg amount to every output created.

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

Activity: 199
Merit: 101


View Profile
March 20, 2019, 02:50:24 AM
 #243

What's the asset ID of EFYT on waves,and where to trade it?
Seems can not found the trading pair on tidex.

Issuer: 3PK9QAbwufVJQ2YVLdNxgVnAqG4iciw9LYE
ID:        725Yv9oceWsB4GsYwyy4A52kEwyVrL5avubkeChSnL46
Name: EFYT
Total amount: 1,970,945.49635301
Decimal points: 8
Type: Not reissuable
Issue date: 25.05.2017 14:09

You can find it on WavesDEX, dunno about tidex.
Thanks.
The swap ratio for EFYT Token and Ergo will be 1:1 when mainnet live,right?
kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
March 20, 2019, 06:40:16 AM
 #244

Thanks.
The swap ratio for EFYT Token and Ergo will be 1:1 when mainnet live,right?

1. Foundation will receive money each block, as defined already in the Foundation Rewards contract (provided in specification).
2. Regularly, probably daily, it will transfer Ergs to WavesDex. All the rewards up to EFYT volume spread around will be sent to buy the EFYTs back before all other spendings.
3. Orders are to be created at 1:1 ratio.
4. Ergo-backed Waves token is to be sent to Ergo chain via gateway, hopefully, official Waves gateway (talks are started about that).

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
March 20, 2019, 04:26:40 PM
 #245

Transcript of Q&A with Ergo Platform core developers is now available on the website. Thank you all for participating. Mainnet launch is planned for May 26!

https://ergoplatform.org/qa_2019_03_19.html

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

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
March 21, 2019, 04:47:08 PM
 #246

Ergo Platform Testnet 2.0.1 released - Update with optimizations for block application performance. Buffer for network messages added.

https://github.com/ergoplatform/ergo/releases/tag/v2.0.1

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

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
March 25, 2019, 05:33:52 PM
 #247

Ergo Platform Testnet 2.0.2 released. Update with optimizations for initial node synchronization performance and fast abort on costly transactions validation.

https://github.com/ergoplatform/ergo/releases/tag/v2.0.2

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

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 02, 2019, 03:36:35 PM
 #248

Ergo Platform Testnet 2.0.3 released. Various bug fixes and GPU mining support added. Tutorial showing how to start mining Ergo will be released shortly.

https://github.com/ergoplatform/ergo/releases/tag/v2.0.3

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

kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
April 03, 2019, 01:34:45 PM
 #249

First tutorial showing how to start mining Ergo with GPU(Nvidia, Ubuntu) on the testnet is available at https://github.com/ergoplatform/ergo/wiki/Mining .
Mining is based on a brand new Autolykos protocol designed to be ASIC- and pool-resistant.

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 03, 2019, 11:00:55 PM
 #250

First tutorial showing how to start mining Ergo with GPU(Nvidia, Ubuntu) on the testnet is available at https://github.com/ergoplatform/ergo/wiki/Mining .
Mining is based on a brand new Autolykos protocol designed to be ASIC- and pool-resistant.

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

kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
April 05, 2019, 07:35:19 PM
 #251

An "Advanced ErgoScript Tutorial" is online! Example contracts: reversible addresses, cold wallet, rock-paper-scissors game, and non-interactive mixing!

https://docs.ergoplatform.com/sigmastate_protocols.pdf



Also, we're looking for an AMD mining software developer, please PM me.

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 05, 2019, 08:07:02 PM
 #252

An "Advanced ErgoScript Tutorial" is online! Example contracts: reversible addresses, cold wallet, rock-paper-scissors game, and non-interactive mixing!

https://docs.ergoplatform.com/sigmastate_protocols.pdf



Also, we're looking for an AMD mining software developer, please PM me.

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

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 11, 2019, 01:28:42 PM
 #253

Various links that might be useful for developing libraries, services or applications that use Ergo

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

kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
April 12, 2019, 03:58:49 PM
 #254

Please note that the Ergo Platform is indeed a platform for potentially complex application. In a new article it is described how an ICO could be done on top of Ergo. https://github.com/ergoplatform/ergo/wiki/An-ICO-Example-On-Top-Of-Ergo . Please provide feedback!


P.S. Thus we can cover 99% of Ethereum Classic & Ethereum use cases  Grin without bold state and other Ethereum* technology problems.

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 12, 2019, 04:14:53 PM
 #255

Please note that the Ergo Platform is indeed a platform for potentially complex application. In a new article it is described how an ICO could be done on top of Ergo. https://github.com/ergoplatform/ergo/wiki/An-ICO-Example-On-Top-Of-Ergo . Please provide feedback!


P.S. Thus we can cover 99% of Ethereum Classic & Ethereum use cases  Grin without bold state and other Ethereum* technology problems.

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

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 18, 2019, 08:20:59 PM
 #256

Youtube channel for Ergo-related videos

https://twitter.com/chepurnoy/status/1118860935412813825

Alexander Chepurnoy will give a talk at Bitcoin Wednesday Amsterdam on May, 1st. Details soon.

https://twitter.com/chepurnoy/status/1118948940790022145

kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
April 19, 2019, 04:02:20 PM
 #257

We'll have Ergo <-> Waves gateway since day one, Ergo tokens will have 1:1 exchange rate with EFYT on DEX, the Foundation will create orders daily. On other exchanges which will list us from launch information will be provided later.

Also, whitepaper is coming!

This [PRE-ANN] topic will be replaced with a new of the [ANN] kind in coming days.

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 19, 2019, 04:21:18 PM
 #258

We'll have Ergo <-> Waves gateway since day one, Ergo tokens will have 1:1 exchange rate with EFYT on DEX, the Foundation will create orders daily. On other exchanges which will list us from launch information will be provided later.

Also, whitepaper is coming!

This [PRE-ANN] topic will be replaced with a new of the [ANN] kind in coming days.

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

mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
April 22, 2019, 02:23:53 PM
 #259

"A Local Exchange Trading System On Top Of Ergo"

https://twitter.com/chepurnoy/status/1120328276201943041

kushti (OP)
Full Member
***
Offline Offline

Activity: 315
Merit: 103


View Profile WWW
April 22, 2019, 02:29:51 PM
 #260

"A Local Exchange Trading System On Top Of Ergo"

https://twitter.com/chepurnoy/status/1120328276201943041


I personally think this a kind of breakthrough, talking about Ergo's abilities. It is shown to be possible to have community currency on top of Ergo!  Smiley With the ICO example published before, it means that the Ergo Platform is indeed the platform!

Ergo Platform core dev. Previously IOHK Research / Nxt core dev / SmartContract.com cofounder.
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!