Pages:
Author

Topic: [ANN] [TERA Smart money] [Smart contracts, PoW, CPU, 1000 TPS] - page 30. (Read 42693 times)

newbie
Activity: 1
Merit: 0
就是干,TERA就是牛逼,good good good
newbie
Activity: 7
Merit: 0
This project will be very successful in the next years . We are already not at cmc and Tera is not a year old

CMC list another shit coin called teracoin that occupies the space of our real tera.
yes 
member
Activity: 147
Merit: 10
This project will be very successful in the next years . We are already not at cmc and Tera is not a year old

CMC list another shit coin called teracoin that occupies the space of our real tera.
member
Activity: 147
Merit: 10
yes,sounds good! but how to write a PC client program use VM? we need a PC client.

You can use node-webkit or electron.
Or try based your c++ app on google V8-engine.


Thank you for answering my questions. I will continue to support tera!
full member
Activity: 411
Merit: 139
yes,sounds good! but how to write a PC client program use VM? we need a PC client.

You can use node-webkit or electron.
Or try based your c++ app on google V8-engine.
member
Activity: 147
Merit: 10
yes,sounds good! but how to write a PC client program use VM? we need a PC client.
full member
Activity: 411
Merit: 139
1S block time,interesting.Digging more details about the organization order of nodes.
I guess Tera can not realize turing-complete or Ethereum style smart contract without VM?

You think correctly, that's why we use built-in JavaScript VM. Security is ensured by parsing the javascript code of smart contract and compiling it into managed javascript code, which is executed in the same process as the main code. The implementing parsing code is located in the lexer.js

member
Activity: 147
Merit: 10
Tera is a new magnificent coin like ripple(xrp) in 2013, it will moon 100x sooner or later.

That's a great, but guys, it would be more helpful if you gave constructive criticism. Would show as you can see Tera. I would write what you think about new articles about Tera. Thanks.

P.S.
Last new article:
https://medium.com/@Blockchainize1/how-does-tera-platform-work-cbfbeefdfc12


I recommend transitioning to gpu mining because CPU mining costs zero for many people
It affects the price of tera!
Gpu miners are a large group , which will definitely make tera more well-known.
full member
Activity: 411
Merit: 139
Tera is a new magnificent coin like ripple(xrp) in 2013, it will moon 100x sooner or later.

That's a great, but guys, it would be more helpful if you gave constructive criticism. Would show as you can see Tera. I would write what you think about new articles about Tera. Thanks.

P.S.
Last new article:
https://medium.com/@Blockchainize1/how-does-tera-platform-work-cbfbeefdfc12
member
Activity: 147
Merit: 10
Tera is a new magnificent coin like ripple(xrp) in 2013, it will moon 100x sooner or later.
full member
Activity: 411
Merit: 139

Chinese TERA community now launches DAPP Development Competition

The theme of this round - is the on-chain classic games.
Devs can develop interesting games, we will choose the top 10 projects which are the most valuable.
The first prize winner will be awarded 100K TERA
The second prize winner will be awarded 20k TERA
The third prize winner will be awarded 10k TERA
The rest will get 5k TERA per project
The activity will be shut down once we collected enough DAPP for voting.
Come on and develop your own games!

jr. member
Activity: 428
Merit: 1
Tera now has OVER 2,000 full nodes and over 15 TH/s of CPU mining, not to mention that it is now listed on at least 5 exchanges of significance. If you haven't looked at TERA yet, you truly should.

https://terafoundation.org
newbie
Activity: 11
Merit: 1
Dear TERA community,

we are pleased to inform you that we are rewarding two authors of articles for $100.


Article 1: https://golos.io/ru--blokcheijn/@funnyprofit/tera-i-sovremennye-problemy-blokcheina

Article 2: https://www.reddit.com/user/Terafoundation/comments/axmiif/tera_crypto_currency_project/


In the future, we plan to introduce a scale of criteria for evaluating articles, such as: complexity (technical part), ideology, design with illustrations and diagrams, text structuring, article size and audience response.

Do not forget about TERA Content Fund.

Accordingly, the rewarding will depend on these criteria. But more about that later.



P.S. Don't forget to share/rate/like the articles to tell your friends about TERA ;-)
newbie
Activity: 11
Merit: 1
Dear TERA community,
with the large amounts of data that will inevitably occur at 1000 tps, new users should be able to quickly download the blockchain to validate it and start working with it. Therefore, the download order need to be changed - today it starts from the beginning of the chain - after the change it will be downloaded from the end.

It is an important change and will massively improve the use of TERA.

Loading information will depend on the user's settings - on the size of the disk memory that he has allocated for the blockchain. Depending on the size, the next download priority will be:

1. The chart of accounts.
2. Block headers.
3. The contents of blocks or transactions.

How it will work:
For a super thin client: only part of the headers and a piece of the invoice table will be loaded.
For the average customer: the entire table of accounts and titles but only part of the content blocks.
For the full client-all data (as it is done now).

Example:
The user allocates space for the blockchain on the disk, for example 12 GB.
This disk space is divided into three parts:
Regular block structure (starting from the end), for example 5 GB.
Other blocks that are not included in a regular structure but are required is stored on the node (determined by the DHT principle - i.e., the degree of similarity of the addresses of the nodes), for example 5 GB.
The last commonly used blocks, for example 2 GB.
If you want to support the development (we need > 100 Nodes) please start a testnet node on your mainnet node or rent a cheap VPS and start it.

Code:
TEST NETWORK
port: 40000 (change in constants)
httpport: 8181

Launch: cp -a Source SourceTest
cd SourceTest
sudo node set-test httpport:8181 password:SecretWord
sudo pm2 start run-test.js

The whole change require a complex data change that can only be done in small steps - you can expect an update once a day. The current schedule looks forward to the first updates in mainnet next week.
full member
Activity: 411
Merit: 139
Can you give more details about the how reputation mechanism statistics of nodes works,which determines the connection priority of node order?
The more randomly the nodes choose to form lattice order of Tera,the more decentralized IMO.



The idea is simple.
At the first start of the node it has no statistics, so the nodes for links are selected based on the response time (pings).
In the future, every second the statistics is updated, the longer the node with which we have a connection is not disabled and the exchange ends with success, the more points it has. They are more likely to be connected to us in the event of a disconnection or restart of our node.
full member
Activity: 199
Merit: 101
Ha,no exception,still with reputation mechanism point to realize high TPS and speed,DPOS variant,it's a bit centralized.
And the reputation mechanism even are not described in WP.

Sorry, it's a Google translation problem and incorrectly chosen terminology.
We have a PoW consensus. No POS / DPOS and other centralized shit... Each node maintains its own statistics of successful connections and exchanges. This statistic is used only by the node itself for connection priority. These are the details of technical implementation, there are millions of such details, now not all are registered in WP-but we will do it.
I can answer all your questions here - it's not necessary to re-run the AMA for this...

I am impressed that you notice the details, I would like you to write more...

Just added to WP:
Quote
In order to make successful connections more permanent, each node records statistics of successful exchanges with the node with which the contents of the blocks are exchanged. This statistic affects the connection priority.



P.S.
Merit for your attention and review associated with the technical part...
Thank you for your reply and merit.

Can you give more details about the how reputation mechanism statistics of nodes works,which determines the connection priority of node order?
The more randomly the nodes choose to form lattice order of Tera,the more decentralized IMO.
newbie
Activity: 11
Merit: 1
Hello! Today, the community receives many questions from various user groups, and in this regard, it was decided to create an Frequently Asked Questions section on the site.

Read more: https://terafoundation.org/blog/3-tera-faq-section.html.
newbie
Activity: 11
Merit: 1
We are glad to announce that today we have started our own blog. In our blog, you can always read the news of the project, publications of members of our community and just interesting articles.

https://terafoundation.org/blog/

Follow the news ;-)

P.S.: If you want to share your article about TERA with us, feel free to contact the team and don't forget our content fund - it might be worth it! ;-)
https://terafoundation.org/tera-content-fund.html
sr. member
Activity: 536
Merit: 250
Experienced the tera blockchain feels simple and easy to use, decentralized forum is great!
newbie
Activity: 11
Merit: 1
Pages:
Jump to: