Pages:
Author

Topic: [PRE-ANN] Ergo Platform is coming, the AAA class of blockchains - page 10. (Read 33766 times)

full member
Activity: 187
Merit: 100
How to convert Ergo tokens on waves platform to native tokens of Ergo?

Mainnet needs to be launched first, next Ergo needs to be mined, next conversion of EFYT will be possible to Ergo from team tax during the first year after mainnet launch.
OKay,thanks.LOONG time to wait. Roll Eyes
legendary
Activity: 2310
Merit: 1000
How to convert Ergo tokens on waves platform to native tokens of Ergo?

Mainnet needs to be launched first, next Ergo needs to be mined, next conversion of EFYT will be possible to Ergo from team tax during the first year after mainnet launch.
legendary
Activity: 2310
Merit: 1000
BREAKING: "Self-Reproducing Coins as Universal Turing Machine" https://arxiv.org/abs/1806.10116  by Alex Chepurnoy, Dmitry Meshkov and Vasily Kharin. Turing-completeness is coming to Ergo Platform

https://twitter.com/ergoplatformorg/status/1011895349173280768
full member
Activity: 187
Merit: 100
How to convert Ergo tokens on waves platform to native tokens of Ergo?
legendary
Activity: 2310
Merit: 1000
Reference client 1.0.1 with bugfixes and optimizations has been released! https://github.com/ergoplatform/ergo/releases/tag/v1.0.1

1.0.2 is on the way.


The plan to release a new testnet 1.5 with custom tokens is still on the table.

https://twitter.com/ergoplatformorg/status/1010292109549690880
full member
Activity: 315
Merit: 103
Reference client 1.0.1 with bugfixes and optimizations has been released! https://github.com/ergoplatform/ergo/releases/tag/v1.0.1

1.0.2 is on the way.


The plan to release a new testnet 1.5 with custom tokens is still on the table.
legendary
Activity: 2310
Merit: 1000
3029000 EFYT tokens burnt to match Ergo Platform emission curve. You can check answers for the latest questions on Telegram. Next Q&A after Testnet 1.5, around July 1st

https://twitter.com/ergoplatformorg/status/1007688255964409856
full member
Activity: 315
Merit: 103
I and catena will answer your questions during today's Q&A session  (June 14, 12:00 UTC, 1 hour after this post) on ErgoPlatform's Telegram channel http://t.me/ergoplatform 
legendary
Activity: 2310
Merit: 1000
Sorry for the delay, Friday has been sent in a train.

The team spent last days on maintaining and cleaning things after Testnet1 launch. That time I've given a couple of talks @ BCC workshop in Korea (associated w. AsiaCCS, more info are available from this tweet https://twitter.com/ergoplatformorg/status/1003260343659978753 ).

The next steps are finalization of Proof-of-Work, voting systems and soft-forkability, tokens and economy.

In order to have smooth launches of next testnets, we consider to release them more often. In particular, next testnet, Testnet1.5, is planned to launched on July, 1st. It will contain custom tokens support
(and some updates in the smart contracts language).

  

https://twitter.com/ergoplatformorg/status/1005522278694772737
full member
Activity: 315
Merit: 103
Sorry for the delay, Friday has been sent in a train.

The team spent last days on maintaining and cleaning things after Testnet1 launch. That time I've given a couple of talks @ BCC workshop in Korea (associated w. AsiaCCS, more info are available from this tweet https://twitter.com/ergoplatformorg/status/1003260343659978753 ).

The next steps are finalization of Proof-of-Work, voting systems and soft-forkability, tokens and economy.

In order to have smooth launches of next testnets, we consider to release them more often. In particular, next testnet, Testnet1.5, is planned to launched on July, 1st. It will contain custom tokens support
(and some updates in the smart contracts language).

  
legendary
Activity: 2310
Merit: 1000
Mainnet is pretty far, but what is the team stance on ASIC? I'm looking at the Antminer Z9 mini in particular.


Testnet2 in ~September will be close to the mainnet prototype. The same from the start, ASICs are evil.

Would that mean that the mining algo will be changed? Because ASIC have been developped for Equihash. This is a strong debate in the ZCash community.

Design will be finalized with Testnet2, including POW, ASIC resistance, fighting with work outsourcing (pools) ideas. Equihash hasn`t lost a battle yet itself, one of its forms did. There is good research happening around it and there are different algos.
newbie
Activity: 22
Merit: 0
Mainnet is pretty far, but what is the team stance on ASIC? I'm looking at the Antminer Z9 mini in particular.


Testnet2 in ~September will be close to the mainnet prototype. The same from the start, ASICs are evil.

Would that mean that the mining algo will be changed? Because ASIC have been developped for Equihash. This is a strong debate in the ZCash community.
legendary
Activity: 2310
Merit: 1000
Mainnet is pretty far, but what is the team stance on ASIC? I'm looking at the Antminer Z9 mini in particular.


Testnet2 in ~September will be close to the mainnet prototype. The same from the start, ASICs are evil.
legendary
Activity: 2310
Merit: 1000
Have some questions about Ergo Platform ?  Dmitry Meshkov and Alex Chepurnoy will answer them during next Q&A session on June 14, 15:00 Moscow time, 12:00 UTC on Telegram http://t.me/ergoplatform

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

*You can submit questions earlier to @mentalist420 on Telegram if you can`t be online then. There will be transcript with answers.
newbie
Activity: 22
Merit: 0
Mainnet is pretty far, but what is the team stance on ASIC? I'm looking at the Antminer Z9 mini in particular.
newbie
Activity: 22
Merit: 0
Looks interesting. I'll follow the project.
newbie
Activity: 39
Merit: 0

What is needed to run a node? What is the reward? Thank you.
full member
Activity: 187
Merit: 100
Look forward to mining it.
full member
Activity: 315
Merit: 103
Ergo Testnet1 release!

  • This release introduce breaking changes, please remove old blockchain
  • Header format changes: nonce removal, extension section hash addition
  • Initial release with smart contract language sigma-State
  • Coins emission implemented as a sigma-State contract (no implicit coinbase transaction rules, only a genesis megacoin which allows a proper spending via its contract)
  • Target delay between blocks is set to 2 minutes
  • Difficulty retargeting function changed, changes in difficulty should be smoother
  • API changed due to breaking changes. Check openapi.yaml for new API description

Download and run: https://github.com/ergoplatform/ergo/releases/tag/v1.0.0

Old network is shut down.

No transaction generator and wallet are implemented, they will be added in next minor releases (as well as an address scheme etc).

We are also going to describe details of the language and the Ergo in specifications. There are some high-level languages implemented to develop contracts. More details soon.

Current primitives used in signatures are curve25519 + 224-bit Blake2b hash, they could be changed in future though. 

legendary
Activity: 2310
Merit: 1000
Ergo Platform is supporting NIPoPoWs in its blocks, one of the greatest innovations in the blockchain space to date! Secure, short proofs. Efficient mobile clients

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

Ergo Platform Testnet1 with new transactional language Sigma-State is live!

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

"Super proud for our team we've released testnet 1 in time! Time to play with Ergo transactions and smart contract language and create some applications for Ergo. Full featured testnet 2 is scheduled to September."

https://twitter.com/DmitryMeshkov/status/1002581412405530624
Pages:
Jump to: