Search content
Sort by

Showing 20 of 51 results by ngthnhien
Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 13/10/2019, 13:16:43 UTC
Another week of hard work brings great results from Elrond team, here's the report this week.

https://twitter.com/iulian_pascalau/status/1182697654859509761


1/ Meanwhile, @Ethereum Devcon V we were waiting for the genesis block

2/ During the first phase of BoN we released a patch for minor issues affecting a subset of our validators. In less than 24h ~95% of our online validators updated their nodes.

3/ Work on a rating calculator: increase the rating for good behavior (proposing, signing blocks etc.) and decrease the rating for bad behavior (offline).

4/ Moved the Node display name to a separate file because it doesn't have to be changed between patches.

5/ Updated our test transactions generator in order to keep up with the latest changes on the protocol.

6/ Work on signaling that new version of the protocol is available.

7/ Improved sync times by refactoring and updating a portion of the miniblock request mechanism.

8/ Work on miniblock compaction to remove excess miniblocks generated for the transactions nonce gaps.

9/ Continued the work on VS code extension to provide useful tools for Smart Contract developers.

10/ We never stop bugfixing, refactoring and polishing our code. Not during the night, lunch or holidays.




https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 12/10/2019, 02:40:46 UTC
Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 25/09/2019, 13:21:23 UTC

Last week in summary


1- Dubai event PR - https://www.asiablockchainreview.com/elrond-hosts-one-day-blockchain-event-in-dubai/

2- Elrond Network’s Golang implementation has exceeded 1,000,000,000 transactions - https://t.me/ElrondNetworkAnn/197


3- Elrond Staking Calculator - https://stakingelrond.com

4- First lessons on double-signing in a sharded architecture — Testnet v1016 - https://medium.com/elrondnetwork/first-lessons-on-double-signing-in-a-sharded-architecture-testnet-v1016-ba6ea7c226cb

5- Weekly Tech Update - https://t.me/ElrondNetworkAnn/199

=> Elrond wins G.Crypto community voting - https://t.me/Generation_Crypto/719



https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 23/09/2019, 04:23:17 UTC
The weekly report: Elrondnetwork Technology - By: Robert Sasu


It was a busy and productive week ElrondNetwork.  Read all about our technical  highlights in the thread bellow.


1. Added gas metering directly inside WABT engine, instantiated at the constructor, called only once at the node start-up. WAVM is the next in line.

2. First pre-release of Arwen WASM VM is ready. In order to further enhance the VM capabilities, an adapter on top of wasmer. This enables us to create a more general purpose adapter and to use package managers for WASM libraries.

3. Furthermore, the speed of Arwen is extraordinary, in case of fibonacci32 it matches the performance of WAVM, and it is 2x faster on string concat and cpu calculate benchmarks.

4. Started working on Elrond Environment Interface: functions and libraries for smart contracts, making it easy to develop the new dApps. The blockchain is abstracted, so the SC interacts with a key-value data and common functionalities provider.

5. Fixed bug in seednode that prevented new peers to connect to the network, as it did not advertise the public addresses.

6. Improved fork detector mechanism to prevent double sign attack and created an integration test for it, as found in testnet v1.0.16.

7. Added all the starting parameters into the session_info files, in order to easily debug wrong initial configuration scenarios.

8. Metachain nodes can now receive protocol rewards for every block created and added to the blockchain, making it worthwhile to act as a validator in metachain as well. Shards are obliged to process metachain rewards when they include a metaheader in their block.

9. Added multiple integration tests to verify if protocol rewards and transaction fees are processed in a multi-shard scenario as expected.

10. Created an eviction waiting list that will be used to remove older hashes and data from the trie database, thus decreasing the storage requirements.

11. Transaction pool needed a cleaner to eliminate all the data which is not valid anymore (old transactions). We implemented a small independent component to do the work in the background, when the node is not processing heavily.

12. Managed to have a debugging session in VS Code, using the Rust programming language and a WASM backend. IDE and tools will be developed to enhance the smart contract development experience.


https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 16/09/2019, 02:54:42 UTC
Weekly tech update Elrond Network

As usual, the weekly technical report of Elrond's hard-working team, this week the reporter is Iulian Pascalau (Core Developer)


1/ Compiled VM WASM libraries for Mac and Linux. Further speed and stability improvements. Developers can now deploy smart contracts on 4 engines - IELE-K with GO backend, WABT, Binaryen, WAVM

2/ Scripts created for easy compilation of the smart contracts written in C/C++ into an eWasmified binary, which can be deployed

3/ Smart contracts can be written in RUST and TypeScript using the EWASM API as well

4/ In preparation for real world use case, we've updated the denomination for ERD with 1e18, now every wallet implementation must take this into consideration and boost values with 18 zeros (e.g. to transfer 1ERD, value=1000000000000000000)

5/ Finished TxInterceptor validator engine that filters out improper transactions before reaching the transaction pool

6/ Finished TermUI update with new metrics like estimated time until sync is done

7/ Implemented a pools cleaner, a kind of garbage collector for unexecutable transactions found in pools

8/ Updated a new rest API endpoint that can output the same info displayed in TermUI but in JSON format

9/ General bugfixes and stabilization: fork choices are a hard problem to deal with. When stress testing the system, we are happy to find that most of the special cases are resolved

10/ General bugfixes (continued): But some bugs hide really well and bug hunting gets longer. Final decision being a good old refactorization.



https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 11/09/2019, 04:19:12 UTC

Another summary from ElrondNetwork




1 Elrond’s Journey: Git Visualization - https://www.youtube.com/watch?v=u3w14n24CSg

2 Elrond is now on Messari’s disclosure registry - https://messari.io/asset/elrond#profile

3 World meets Elrond tour  - https://t.me/ElrondNetworkAnn/190

4 Community registrations for the upcoming TestNet version - https://docs.google.com/spreadsheets/d/1D6CEyw6ug8fOK4AtvhWXhFzeb_CPnrVKROjDKvP9g6E/edit?usp=sharing

5 Weekly tech update - https://twitter.com/AdrianDobrita/status/1170005062153904132

6 Elrond-go repository wiki - https://github.com/ElrondNetwork/elrond-go/wiki

+ CryptoBubbles.io flash campaign


https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Service Announcements (Altcoins)
Re: 2keyNetwork - We’re reinventing the link!
by
ngthnhien
on 03/09/2019, 14:09:24 UTC
2key Network and Kyber Network partner to enhance each other’s Technology!

2key is proud to announce its strategic and operational partnership with Kyber Network.


Kyber Network will play an important role in the functioning of 2key’s Exchange Contract. Kyber is a decentralized liquidity protocol built on the Ethereum blockchain. It enables a user to make payments in any cryptocurrency even if a recipient only accepts payments in a particular Crypto; Kyber Network converts the sent funds into the Crypto that the recipient is willing to accept.

Additionally, Kyber Network includes public funding pools which operate as decentralized market makers. This allows illiquid tokens to access liquidity as Kyber allows anyone to charge a risk-adjusted rate for tokens; thus, entities with a high risk appetite use Kyber Network to offer liquidity to unpopular tokens.

The exchange contract’s integration of Kyber offers an important solution in both 2key Protocol and 2key Network.




Website : https://www.2key.network/
Twitter :  https://twitter.com/2keyNetwork
Medium : https://medium.com/2key
Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 28/08/2019, 13:30:01 UTC
Elrond (ERD) joins as BEPSwap Launch Partner

Elrond, a scalable value transfer protocol, is joining the BEPSwap Platform to provide liquidity to ERD token holders. >>>> READ FULL HERE


Elrond on BEPSwap

Elrond is powered by the $ERD token which requires deep liquidity in order to be useable across the network. The ERD token is bonded by validators to secure the network and thus must have excellent price discovery.

As such, ERD is listed on Binance DEX to allow a wider market exposure and is an excellent project to join the BEPSwap platform.


Additional benefits include:

    THORChain will acquire off the market ERD tokens between now and the launch in order to bootstrap the Elrond pool.
    THORChain and Elrond will work together to promote the ecosystem.
    Elrond will be able to stake some parts of their treasury into the pool to offer even more liquidity to token holders.
    ERD token holders will be able to stake ERD tokens in order to earn on trade commissions every day.

BEPSwap is scheduled for public beta in 4–6 weeks.

>>>> READ FULL HERE


https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 22/08/2019, 15:52:38 UTC
MessariCrypto https://twitter.com/MessariCrypto/status/1163816616146001924?s=20

MessariCrypto announce the sixth batch of Messari Disclosures Registry participants.  Newest members include  @akropolisio, @beamprivacy @CardanoStiftung @ElrondNetwork @FUSIONProtocol @FoundationHelix @keep_project @LiskHQ @orbs_network @PermissionIO @VSYSCoin



https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥 [ANN] Elrond - Sharded layer one protocol with near instant TX speed
by
ngthnhien
on 09/08/2019, 16:49:21 UTC
Erond Network in Comparison.



ElrondNetwork: Leading Blockchain




https://Elrond.com - Blazing fast, highly scalable blockchain


Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 26/07/2019, 00:19:49 UTC
AMA @ElrondNetwork  CEO

Join us on July 26th 🗓  at 3PM⌚️ UTC for an AMA ElrondNetwork CEO, beniaminmincu  in the Binance English Telegram group. There will be a $5,000 Airdrop of $ERD so don't miss out!

Prepare your questions and get involved here (link: https://t.me/binanceexchange) t.me/binanceexchange


About Elrond:
Elrond is a new blockchain architecture, designed from scratch to bring a 1000-fold cumulative improvement in throughput and execution speed. To achieve this, Elrond introduces two key innovations: a novel Adaptive State Sharding mechanism, and a Secure Proof of Stake (PoS) algorithm, enabling linear scalability with a fast, efficient, and secure consensus mechanism. Thus, Elrond can process upwards of 10,000 transactions per second (TPS), with 5-second latency, and negligible cost, attempting to become the backbone of a permissionless, borderless, globally accessible internet economy.


Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn


Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 23/07/2019, 14:30:53 UTC
Comparable in throughput as to centralized counterparts.

Elrond architecture goes beyond state of the art and can be seen as an augmentation of the existing models, improving the performance while focusing to achieve a better nash equilibrium state between security, scalability and decentralization.

Blockchain tech holds the key to greatly improving the data and value transfer that takes place between IoT devices, and ElrondNetwork is the blockchain that has the throughput capacity needed to support the massive volume of interactions that takes place between IoT devices.




Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 21/07/2019, 14:36:09 UTC
Picoloresearch: Technical Code review Elrond

Download: https://picoloresearch.com/67/elrond-erd/attachment

Updated with Technical Code Review

Elrond is creating a novel architecture through adaptive state sharding technology and Secure Proof of Stake (SPoS) consensus. This transfer protocol will enable a scalable ecosystem embedded with interconnectivity while maintaining the decentralisation, security and fairness features of a public blockchain. Preliminary test results have reflected an average throughput of 1000x increase as compared to existing solutions that are currently in the market.



Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 17/07/2019, 16:23:02 UTC
Elrond Network Review:
https://www.endofthechain.com/elrond-network-review/
Writer: Samuel McCulloch



The vision of Elrond is to build a decentralized network that is both linearly scalable and requires minimal energy and computational requirements. It’s only now that networks such as Elrond are being designed for this purpose. As money and value transfer transitions to DLT networks, scalability and performance will be the key features for large scale clients. Elrond meets these demands with adaptive state sharding and Secure Proof of Stake (SPOS) consensus method.


Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 16/07/2019, 13:56:27 UTC
You can request testnet ERDs via our testnet faucet




+ link: http://testnet.elrond.com/#/wallet

Here’s how it works:

    Create your wallet 🔑

    Press request token 💰

    Enjoy the surprise 🤓

+ Video: https://twitter.com/ElrondNetwork/status/1151039690662973440


Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 14/07/2019, 09:01:09 UTC
@ElrondNetwork open source      Wink


The digital economy consists of two key parts: programmable money and unstoppable apps, @ElrondNetwork
 can do both because unlike previous blockchain iterations, it does not have to trade-off performance, for security and decentralization

The future belongs to those who buidl it




Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 13/07/2019, 06:18:44 UTC
Time for rewards! :  260 members will receive 4,500,000 ERD

https://twitter.com/LucianMincu/status/1149647749815521281?s=20

+ 260 members will receive 4,500,000 ERD

 This is our way of thanking you for your relentless effort

Our relentless community has been working to get Elrond where it is now, and in return we increase the community rewards by 3x.





Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 12/07/2019, 04:27:08 UTC
@ElrondNetwork  Beside the @binance

Listing and successfully making the Binance Launchpad as one big milestone for Elrond ecosystem, we’ll try to wrap up a tech weekly summary. Read thread below 👇
Elrond #BUIDLs   https://twitter.com/LucianMincu/status/1147831709112635392?s=20


+ Besides the SC and the dev community growth, first 4 issues have been opened on our public (link: http://github.com/elrondnetwork/elrond-go)  repository. Another really important milestone marked this week, accelerating the elrond dev growth.

+ Prometheus being implemented on elrond-go, and here’s what you’ll be able to do with it:
-> you can monitor nodes based on various Go metrics (number of go routines, stack usage, garbage collector stats and so on)




Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 11/07/2019, 04:49:48 UTC
Build together — Get rewarded

https://medium.com/elrondnetwork/build-together-get-rewarded-c9aa196593b5


From the time Elrond has been announced as the next project doing an IEO through the Binance Launchpad, we have been hard at work connecting with communities around the globe, making our technology open source and advancing relentlessly on all fronts. In this extremely busy period all our efforts have been focused on the launchpad so we have decided to pause activity on the community platform.

    - Now, our strategy is lining up and we are pleased to announce the re-opening of our community platform.

Community platform 101

The Elrond community platform is a great meritocratic tool through which community members around the globe have an opportunity to accelerate Elrond ecosystem growth and be rewarded for it. We are extremely happy to have reached this point together and we want to make sure we continue on this path.

All activities on the community platform are meant to help us with three complementary goals:

    to raise awareness about the Elrond technology
    to educate people about the Elrond ecosystem
    to speed up development with the help of our community

If you are new to the Elrond community, now is your time to join us by registering on our community platform, connect your social media accounts, share articles and news or start helping our developer team by connecting your GitHub account. Your rewards and reputation will be proportional to your efforts.

Social Mining is a concept that helps engage new users, by using all types of social platforms, such as GitHub, Telegram, Twitter, Discord, LinkedIn and many more and leveraging game theory to incentives and create an organic community of skilled long term holders.


Rewards and reset

From the very beginning of the Elrond project, we have been privileged to have people helping us on all fronts. Rewarding those who contribute is key to our identity so we are pleased to announce that 260 community members are part of the first wave of rewards from the community platform. This is only the beginning and we are aware that there is so much more to do, thus working together will benefit everyone.

If you have been part of our journey and have contributed on the community platform please make sure (once you are notified by email) to:

    go through the KYC process on the community platform
    submit your BEP2 address in the google form which will be attached to the email

Keep in mind that the claiming period deadline is the 19th of July, and from now on every month there will be a reset and reward — so buckle up — things will intensify and the competition will be more fierce.

What’s next?

    there will be monthly rewards
    more inclusive campaigns
    more competition


Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn
Post
Topic
Board Marketplace (Altcoins)
Re: Elrond Network - Becoming a regulated ICO
by
ngthnhien
on 20/06/2019, 04:30:06 UTC

New Elrond Medium Profile



Check the new medium profile of Elrond!

https://medium.com/elrondnetwork


Pretty awesome! What do you guys think?



Website: https://elrond.com/
Telegram: https://t.me/ElrondNetwork
Tele Ann: https://t.me/ElrondNetworkAnn