Bitcoin Forum
April 24, 2024, 09:40:48 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: 【ANN】aelf Token(ELF) Launch Report  (Read 19649 times)
aelf blockchain (OP)
Jr. Member
*
Offline Offline

Activity: 159
Merit: 1


View Profile
December 21, 2017, 02:06:22 PM
Last edit: May 24, 2019, 09:15:16 AM by aelf blockchain
 #1

ælf : The New Generation of scalable Blockchains: A new platform enabling developers to
construct a multi-chain structure with parallel processing






Whitepaper   Website   Twitter   Telegram  Medium  Reddit  GitHub





 
Bitfinex  Binance  Bithumb OKEX  Huobi.pro  CEX  BCEX  Bibox  Gate.io  KKEX  BigONE  OTCBTC  Hypex.io  GOPAX Bancor  KuCoin  
Radar  CoinTiger  Kyber Network  Airswap  HitBTC  BitForex  BitBox  abcc  





We’ve started making bi-weekly progress updates to give investors an insight into current developments:
Publication Page: https://medium.com/@aelfblockchain





Our new candy system (Azeroth) has officially launched, in order to sign up for the bounty system you will need an invitation code.
For more information check our Reddit or visit our official bitcointalk thread here






                  
         




ELF tokens are used to pay resource fees in the system, such as the deployment of smart contracts, operating and upgrading
of systems (transaction fees, cross-chain data transfer fees). It also enables the community to vote on major decisions, such as
electing mining nodes, introducing new features to the system and other major decisions.

Max Supply: 1 billion ELF
Circulating Supply: 300 million ELF
Private Sale Price:1 ETH = 4,545 ELF (ETH price @450 USD by the end of private sale)

Token Contract Address: 0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e
Token Symbol: ELF
Decimals: 18





- A complete guide to Aelf
- Why Aelf chose for DPoS
- Thoughts on the first week after Aelf token distribution written by our COO Zhuling
- “What is Aelf”- The Merkle
- “Explaining Side Chains, The Next Breakthrough In Blockchain” - Forbes
- “Aelf Creating A Silent Revolution In The Blockchain World” - Valuewalk
- Need a better understanding of Aelf? Check out this great beginner guide by blockonomi
- In need of a summerizing refresh? We got you covered!
- Aelf - A Blockchain that is Truly Scalable







ELF VS CMC

Cosmos (CMC universe coin) is a continuation of ideas put forward by the multi-chain system, the Satoshi's PoW consensus
algorithm replaced by Jae Know's Tendermint consensus algorithm. Tendermint, a Byzantine-fault-tolerant algorithm, is
optimized for PBFT and requires only two rounds of voting to reach a consensus.

Essentially, it contains multiple blockchains (running in the zone) using separate instances of Tendermint, and a chain of
hubs using de-trusted communication. Cross-link communication is limited to the transfer of digital assets, this cross-link
communication can return data and path, such as sending the sender information of the transfer status.

Aelf's cross-link communication is not only capable of transferring digital assets, but also able to pass any other information.
For example, aelf’s sidechains can trigger contract execution on other sidechains.

In addition, Tendermint did not come up with a parallel processing model on a single chain, so a chain also has its own
limitations. CMC performance is limited to a single machine, scalability will only be reflected when using multiple instances of
tendermint.

Aelf has proposed that parallel processing on a single strand will dramatically increase the upper limit of single-strand processing
capacity.

ELF VS EOS

Both EOS and aelf have proposed to use parallel processing to handle transactions, but the difference is that EOS only processes
in parallel on the main chain, while aelf's parallel processing framework enables parallel processing on all side chains.

By doing this, parallel processing will be performed on both the backbone and the sidechains.

ELF VS ETH

Ethereum has no scalability, no isolation of resources, and the popularity of CryptoKitties, CryptoZombies and more games to
come will block the transfer of the entire Ethereum network.

Aelf adopts the architecture of resource isolation to ensure that the surge of traffic on one chain will not affect the efficiency
of any other chain.






Following the successful launch of the aelf testnet last year, we are proud to announce the release of aelf Enterprise 0.7.0 Beta, the next evolution of blockchain tailored for developers.

aelf Enterprise 0.7.0 Beta is a one-stop blockchain solution that includes a fully developed blockchain system, development kits, and documentations along with supporting infrastructure and services. We believe that this brings us one step closer to helping enterprises and developers build powerful applications on aelf with seamless ease.




aelf 0.7.0 Beta system includes:

1. aelf Enterprise

aelf 0.7.0 beta
DevKit 0.7.0 beta

2. aelf External Applications

aelf Blockchain Scanner 0.7.0 Beta
aelf Block Explorer 0.7.0 Beta
aelf Wallet 0.7.0 Beta
aelf JS SDK 3.0.0



3. aelf Browser Extension 0.7.0 Beta




aelf Enterprise 0.7.0 Beta:

Complete blockchain system (Minimal Blockchain Kernel, Secret Sharing DPoS Consensus Mechanism, Smart Contract System, Voting System, Multiple Token System, Basic Cross-chain System)
Supporting development kit (Development Template and Tutorial, Developer’s Manual, TestKit, BenchmarkKit, IDE Integration)
Supporting Web tools and programs (Browser Extension, aelf Blockchain Scanner, aelf Explorer, aelf Wallet)




1. aelf Enterprise

aelf 0.7.0 Beta: (https://github.com/AElfProject/AElf)

— High-Performance Smart Contract Runtime
— Consensus System
— Multiple Token System
— Voting System
— Cross Chain System
— Web API

DevKit

— Boilerplate: TestKit, BenchmarkKit, IDE integration (https://github.com/AElfProject/aelf-boilerplate)
— Documents (https://docs.aelf.io/v/dev/)
— Tutorials (https://docs.aelf.io/v/dev/main)




1.1 aelf 0.7.0 Beta



High Performance Smart Contract Runtime

Contract execution level: Based on Protobuf, aelf implements a smart contract execution environment similar to that of grpc. The input and output of all objects and their storage are all based on Protobuf high-performance serialization. State storage uses a high-performance decentralized database such as redis.

Overall contract construction: Codes generated through the grpc plugin shows performances equivalent to that of a grpc server.

Contract Controlling: Parallel execution within blocks can be operated through AKKA clusters.

Consensus System

Security: The Secret Sharing algorithm can ensure that distributed random numbers are generated on all elected nodes. The sequence of block production in each round is determined through the generated random numbers, thereby reducing the possibility of node collusion and malicious acts.

Finality: After ⅔ of the nodes verify a block, it will become irreversible and the data will be stored on the chain. The verified blocks cannot be reversed by hardforking.

Multiple Token System

Based on the contract system, a built-in Token System capable of blockchain interoperability has been implemented. All assets can be issued, transferred, locked and transferred across chains.

Voting System

Based on the contract system, a universal voting system is functional, facilitating online governance and future protocol upgrades.

Cross Chain System

Cross chain system provides a way for any data on one chain to be transmitted to a different chain. The system is based on the Merkle tree root index and the amount of data stored in the mainchain is independent of the change in the number of sidechains. This means that the entire system can achieve multi-level mainchain/sidechain indexing and thereby scale up with ease.

Web API

A high-performance ASP.Net Core server results in a high-performance interactive framework.




1.2 DevKit

(https://github.com/AElfProject/aelf-boilerplate)

The Enterprise version includes Development Templates and tutorials, Developer Manuals, TestKit, BenchmarkKit, and IDE Integration

Developer Manuals: Provides a detailed introduction of the aelf system and API documentation

TestKit: Allows developers to perform brief test on their contracts

BenchmarkKit: Provides built-in performance test cases

IDE Integration: Allows developers to debug smart contracts while developing and provides the ability to prompt unit test code coverage

Developers can quickly deploy aelf-based blockchain systems and create Dapps based on the development kits and tools provided. In addition, developers can familiarise themselves with the system through the developer documentation.




2. aelf External Applications

aelf blockchain scanner (https://github.com/AElfProject/aelf-block-scan)

—Provides a convenient way for developers to store on-chain data to other locations, for development purposes
— Supports transaction, block, tps, and resource data storage
— The current version only supports the mysql database.

aelf Block Explorer (https://github.com/AElfProject/aelf-block-explorer)

— Supports block and transaction queries
— Visually represents the built-in voting system
— Visually represents the built-in resource transactions

aelf wallet (https://github.com/AElfProject/aelf-web-wallet)

— Supports local storage of private key
— Supports basic token transfer and transaction record checking
— Can search and add aelf contract tokens
— Can search for corresponding transaction histories

aelf JS SDK 3.0.0 (https://github.com/AElfProject/aelf-sdk.js)

— Web API is encapsulated and called functionally.
— Provide wallet components and create wallets through SDK.
— Tool methods such as sha256 and protobufjs are provided.




3. aelf Browser Extension

(https://github.com/hzz780/aelf-web-extension)

Stores private keys locally and provides a key management user interface
Provides encrypted communication between the plugin and the application
Supports transaction signatures in aelf Eco DAPP
Supports users to visually manage application permissions







As of May 24th, aelf Enterprise 0.7.0 beta has been officially listed on Amazon Web Services (AWS), the world’s largest cloud computing platform. Developers can use the aelf Enterprise 0.7.0 beta Amazon Machine Image (AMI) on the AWS App Store to deploy their image quickly and launch aelf-based blockchain systems with a few simple commands. In addition, developers can access supporting tutorials, smart contracts, and Dapp samples.



AWS, a subsidiary of Amazon, is the largest Cloud Platform Provider in the world with tens of thousands of partners globally and millions of active customers. By listing aelf, AWS has provided visibility of our platform to customers including companies such as Netflix, NASA, AirBnB, Time Inc, Lionsgate, and Dow Jones. All AWS customers now have access to not only build on aelf, but to all the toolkits, documentation and supporting features.

One of aelf’s strongest technological features is the ability to process tens of thousands of transactions per second. aelf Enterprise 0.7.0 beta will provide high performance blockchain BaaS through massive cloud data storage, one-click-deployment blockchain toolkits and flexible DApp development modules — all functions attuned to test and implement blockchain with ease and precision by enterprises. aelf seeks to accelerate DAPP development and expand blockchain ecosystem by making aelf more accessible for the industries seeking blockchain solutions.

aelf will continue to push current technological boundaries and lead commercial blockchain adoption. aelf is continuously updating its system and code execution to make it easier for enterprises to experience blockchain BaaS solutions. The Enterprise version serves as a strong foundation and a segway for the aelf public network, which will connect the different Enterprise users under a greater umbrella of one aelf ecosystem.

Create and manage aelf enterprise blockchain network at: https://aws.amazon.com/marketplace/pp/B07S2DT928
1713951648
Hero Member
*
Offline Offline

Posts: 1713951648

View Profile Personal Message (Offline)

Ignore
1713951648
Reply with quote  #2

1713951648
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713951648
Hero Member
*
Offline Offline

Posts: 1713951648

View Profile Personal Message (Offline)

Ignore
1713951648
Reply with quote  #2

1713951648
Report to moderator
1713951648
Hero Member
*
Offline Offline

Posts: 1713951648

View Profile Personal Message (Offline)

Ignore
1713951648
Reply with quote  #2

1713951648
Report to moderator
1713951648
Hero Member
*
Offline Offline

Posts: 1713951648

View Profile Personal Message (Offline)

Ignore
1713951648
Reply with quote  #2

1713951648
Report to moderator
frankkkkkkk
Hero Member
*****
Offline Offline

Activity: 594
Merit: 500



View Profile
December 21, 2017, 02:08:04 PM
 #2

I missed this,aeif bump 10x today...
susu
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 21, 2017, 02:12:00 PM
 #3

Missed, no chance, really do not understand.

aelf blockchain (OP)
Jr. Member
*
Offline Offline

Activity: 159
Merit: 1


View Profile
December 21, 2017, 02:23:28 PM
 #4

I missed this,aeif bump 10x today...

sorry about that and thanks for your surpport
we still have airdrop in our telegram community
come and join us!

https://t.me/aelfblockchain
harriette
Member
**
Offline Offline

Activity: 173
Merit: 11


View Profile
December 21, 2017, 04:02:04 PM
 #5

hi dev, any program bounty and airdrop  Huh
c00
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile WWW
December 21, 2017, 10:19:32 PM
 #6

what the dich?
jeeri
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile WWW
December 23, 2017, 10:34:32 AM
 #7

How can I read about this project?any White paper available?

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ ✅ PRiVCY ($PRIV) is a new PoW/PoS revolutionary privacy project ● ☞ ✅ Best privacy crypto-market! ● █▆▅▃▂
    Own Your Privacy! ─────────────────║ WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ║─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June]✅[Bounty]✈✈✈ ║───────────║ Wallet ➢ ✓ Windows  |  ✓ macOS  |  ✓ Linux
aelf blockchain (OP)
Jr. Member
*
Offline Offline

Activity: 159
Merit: 1


View Profile
December 23, 2017, 11:17:46 AM
 #8

How can I read about this project?any White paper available?

hi there
you can find the white paper on our website http://aelf.io/
or just download here https://grid.hoopox.com/%C3%A6lf_whitepaper_v1.2.pdf
aelf blockchain (OP)
Jr. Member
*
Offline Offline

Activity: 159
Merit: 1


View Profile
December 23, 2017, 11:35:38 AM
 #9

hi dev, any program bounty and airdrop  Huh

yes of course we have
please come to our telegram community and join the airdrop
https://t.me/aelfblockchain
Karl_Marx
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
December 23, 2017, 11:47:31 AM
 #10

People call this fair? Distribution of friends among friends and then Binance listing for plebs to buy.
oioioi
Jr. Member
*
Offline Offline

Activity: 294
Merit: 1


View Profile
December 23, 2017, 11:52:52 AM
 #11

ELF is anticipating for a rise in ETH
I think for ELF can progress quickly in cripto
because it is able to read rapidly increase ETH

- CoinAnalyst - UNDERSTANDING CRYPTOCURRENCIES -
-  Maximize your trading profit with the CoinAnalyst A.I. Platform  -
twofreckles
Sr. Member
****
Offline Offline

Activity: 366
Merit: 250


View Profile
December 23, 2017, 04:30:31 PM
 #12

Ælf team always want to conduct a fair and transparent token sale. We decided to shift away from the popular public token sale model and focused on onboarding suitable investors in private.

private is NOT transparent. It is actually vice versa. You of course are free to choose whatever method but don't say crap. It has nothing to do with transparency.

Amintas
Member
**
Offline Offline

Activity: 229
Merit: 24


View Profile
December 24, 2017, 12:16:30 AM
 #13

Any bounty? I have a telegram crypto channel (4.1k) and will post news about your project
aelf blockchain (OP)
Jr. Member
*
Offline Offline

Activity: 159
Merit: 1


View Profile
December 24, 2017, 02:14:20 PM
 #14

Hi everyone

ælf (used to know as Grid), is a decentralized self-evolving cloud computing network.
To establish a Blockchain infrastructure for various commercial requirements, ælf provides a highly efficient multi-chain parallel-processing system with cross-chain communication and self-evolving governance. It brings three innovations namely scalable nodes on cluster of computers, resource isolation for smart contracts via “one chain to one smart contract” and voting through token holders.

ELF tokens are used to pay resource fees in the system, such as deployment of smart contracts, operating and upgrading of systems (transaction fees, cross-chain data transfer fees). It also enables community to vote on major decisions, such as electing mining nodes, introducing new features to the system and other major decisions.

【ELF INFO】
Circulating Supply : 260 000 000 tokens
Total Supply: 1000 000 000 tokens
Only 55k ETH was raised in private.,1 ETH = 4545 ELF @ ETH price = $450 USD.NO ICO was done.
Look at the article written by our coo Zhuling for more info about  ælf private sale
https://medium.com/@aelfblockchain/%C3%A6lf-token-launch-report-6b0fada38dc

we also have an airdrop ongoing right now
please come to our telegram community and join it!
https://t.me/aelfblockchain

here is the white paper, please have a look!
https://grid.hoopox.com/%C3%A6lf_whitepaper_v1.2.pdf
TheMuppet
Member
**
Offline Offline

Activity: 129
Merit: 10


View Profile
December 24, 2017, 05:58:46 PM
 #15

This one is gonna be a MONSTER folks.

Could be the next Ethereum.  Bought a couple of BTC worth on Binance.

LOAD UP THE BAGS BABY!

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
haggercody
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 24, 2017, 06:19:29 PM
 #16

I read the whitepaper and don't feel like I am fully grasping the system, but it seems to be really attempting to revolutionize 'internet infrastructure'.  If you believe they can, then certainly they could see revenue in the 10's of billions.  The token is already trading at 1$, and the total supply is 1 billion (but not current supply).  To me seems like a lot of speculation driving that, or people are seeing a much clearer delivery on the technology. 
PGPpfKkx
Hero Member
*****
Offline Offline

Activity: 586
Merit: 501


View Profile
December 26, 2017, 12:15:50 PM
 #17

this is a supercomputer project. XEL has a very good system that will launch soon and it has /20 the market cap. if you like to buy high get ELF otherwise..
pitchblack
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 28, 2017, 06:48:29 PM
 #18

Good project and good job
Great team
Waiting more updates and more surprise
Good luck Smiley
LoXiLoXe
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile WWW
December 28, 2017, 07:14:42 PM
Last edit: December 28, 2017, 07:26:15 PM by LoXiLoXe
 #19

hi good project good team
this for guys looking for airdop
Airdrop Announcement
The ongoing airdrop will end on Dec. 31, 2017 (Singapore time). ELF tokens will be released on Jan. 1, 2018 (Singapore time).

Please follow the instructions step by step.
1. Message this bot on Telegram: @aelfbot
2. Choose “start” to activate the conversation.
3. Input your eth address when asked.
4. Input your twitter username, e.g. @aelfblockchain, to bind your account.(Don’t forget to follow us on Twitter)
5. Receive completion message.

Aelf Airdrop! (Ends Dec 31) Smiley

stasik201330
Member
**
Offline Offline

Activity: 476
Merit: 10


View Profile
December 28, 2017, 07:16:34 PM
 #20

Hello dev it's very interesting project and I'll keep looking for more information and updates about the project and I hope it will get listed as soon as possible to any big exchanges sites also. Good luck !
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!