Pages:
Author

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

U
full member
Activity: 503
Merit: 106
Testing send some TERA to other account with currency type of BTC(or other token),seems not workable,tx submitted,but not confirmed.

a bit different with Ethereum.

what's the advantage to apply this design?
full member
Activity: 411
Merit: 135

In the TERA platform created a powerful and convenient tool for programmers on the development of decentralized applications on the blockchain

Main features:
-Javascript
-Creating and debugging new dapp
-View code and copy dapp has already been uploaded to the blockchain
-Virtual blockchain for quick debugging of dapp

See: https://terawallet.org/dapp-edit.html

newbie
Activity: 20
Merit: 0
My opinion is that the project lacks attention from large top investors or investment funds. It is necessary in some way to draw attention to yourself. You need to look for ways, look for contacts, look for options. the world is small. Surely there is some opportunity to announce TERA to top investors.
U
full member
Activity: 503
Merit: 106
it’s strange that so much good news from this project, and the price of the coin froze on the spot. just a stable-coin.

this is 2019 ,not 2014,and at that time,dev news surely will promote price.

Now,good market demand project have big vision,better architecture,tech trend,problem solved solution,then real users and money will rush in.
U
full member
Activity: 503
Merit: 106
A new version 0.1247  is available on the git , it allows you to easily create new forks of blockchain.
Now everyone for your projects can create their own blockchain using a single code base.

How to create a fork (own test net):
Download the wallet standard way (described in the instructions), place the file fork-run.js in the wallet directory, the file should contain settings:
Code:
global.FORK_MODE=1; //set to 1 for fork
global.NETWORK="FORK-NAME";//max 10 chars
global.START_NETWORK_DATE=1568996512000;//The current time when you start the network. This time is calculated block number.  Use formule for calculate it value:   (new Date(2019, 8, 20, 17, 0, 0, 0))-0
global.CONSENSUS_PERIOD_TIME=1000;//ms

global.FORK_IP_LIST=[{"ip":"127.0.0.1","port":30000},{"ip":"127.0.0.1","port":30001}];// array of ip firsts nodes

The algorithm starts the network, such:
1.  Create and configure file fork-run.js
2. The launch  of the first node which generates the starting blocks until the current block, for this its the first time you need to run CREATEONSTART parameter (example: node run-node.js CREATEONSTART)
3. The launch  of the rest node

After some time we will add cross-blockchain transaction (what we used to call cross-sharding), it will allow you to make transactions from different blockchains each other. That will actually create a single high-performance network, and without speed limit on top.
U
full member
Activity: 503
Merit: 106
From dev:

In the network pushed new version 0.1241
Changes in API2 for exchanges:
1) In the method of sending transactions to the blockchain (Send,CreateAccount,SendRawTransaction) added the Confirm parameter in which you specify the number of blocks-confirmations. The default value is 8. Attention it is not recommended to set the value equal to zero, as in this case, the delivery transaction in the blockchain is not guaranteed.
2) Old "Wait" parameter is no longer used.

See: https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md

The update is optional.
U
full member
Activity: 503
Merit: 106

ha,yes,seems some whales want to get the bonus with more than 1 M TERA deposited.

https://terawallet.org/history.html#211556

but anyway,joining and contribute the network is also spirit of decentralized blockchain.
Do you think crypto whales are already present in TERA? I doubt. If this were so, then the course would be ten times larger. TERA is very much underestimated today.
I just mean he holds more than million TERA. Wink
U
full member
Activity: 503
Merit: 106

Legit,more users involved ,more anonymity we can get .

Deposited 2000 TERA,look forward more users coming in.


I will also make a small contribution. It is a pity that I do not have a large amount to get the main prize.
ha,yes,seems some whales want to get the bonus with more than 1 M TERA deposited.

https://terawallet.org/history.html#211556

but anyway,joining and contribute the network is also spirit of decentralized blockchain.
U
full member
Activity: 503
Merit: 106
Hello everyone, as you all know in TERA launched DApp number 86 on anonymization of payments. For a high level of anonymization, it is necessary to Deposit large amounts to the DApp account. This will make small and medium amounts invisible.
Request to all holders of coins TERA transfer part of their sums on this DApp. This will take anonymous payments to the next level.

The account with the largest Deposit will receive a bonus of 100 thousand Tera (provided that the Deposit will not be withdrawn within 1 month).
The result will be summed up in 2 months and this payment will be made anonymously.
Details about anonymous payments in TERA: https://terafoundation.org/files/ShadowBank.pdf
What amounts do you consider large? I think that with 10,000 TERA coins I have nothing to do in this contest ...
It can be simple to make a smart contract in which to indicate that anyone who transfers to DApp number 86 will receive a reward of 5% or 10% of the amount paid.


Sorry, but this is not a contest. Is the need for anonymity. Only together we can create anonymous payments.

I don't need this - you need it.



Legit,more users involved ,more anonymity we can get .

Deposited 2000 TERA,look forward more users coming in.

full member
Activity: 411
Merit: 135
I just really want to earn coins. For me, mining TERA is an unrealistic task - you need to have a VERY powerful computer.

Would you like to write an article or video about the functionality of TERA? For example, we have developed a convenient IDE to create DApps: https://terawallet.org/dapp-edit.html
We need content that would show to create a simple Dapp in TERA how to test it and how to upload to the blockchain (the short answer is: one click for each action).

If the content is quality, we'll pay for it 10K TERA
full member
Activity: 411
Merit: 135
Hello everyone, as you all know in TERA launched DApp number 86 on anonymization of payments. For a high level of anonymization, it is necessary to Deposit large amounts to the DApp account. This will make small and medium amounts invisible.
Request to all holders of coins TERA transfer part of their sums on this DApp. This will take anonymous payments to the next level.

The account with the largest Deposit will receive a bonus of 100 thousand Tera (provided that the Deposit will not be withdrawn within 1 month).
The result will be summed up in 2 months and this payment will be made anonymously.
Details about anonymous payments in TERA: https://terafoundation.org/files/ShadowBank.pdf
What amounts do you consider large? I think that with 10,000 TERA coins I have nothing to do in this contest ...
It can be simple to make a smart contract in which to indicate that anyone who transfers to DApp number 86 will receive a reward of 5% or 10% of the amount paid.


Sorry, but this is not a contest. Is the need for anonymity. Only together we can create anonymous payments.

I don't need this - you need it.

U
full member
Activity: 503
Merit: 106
Some community questions and answers from dev:

Q: I heard that there was GPU miner here. Have you guys stopped them and had any mechanisms to prevent that happens again?
A: We have our own hashing algorithm that uses memory (see for detail #algorithms). The more the better. The best GPU has a limit of 12Gb of memory. Average computers have more memory from 32 GB. The result is parity. It is theoretically possible to create a miner GPU, but a strong effect of it will not. For us, decentralization is a religion - that is why we have taken this path. We believe that only CPU mining will allow to widely spread the tera, now the number of nodes you can count here online:  https://terafoundation.org/map.html

Q:Why Nodejs?
A: To quickly create an application. We had to experiment a lot to find the right way, so it was easier to write in untyped language. In the future, we will write analogues of full nodes in other languages (C/C++). It'll happen as soon as we find a team ready to take the job.

Q: Any stress tests to prove that TERA can handle 1000 TX per sec?
A: Yes, You cain find these blocks from blockhian for example: http://dappsgate.com/api/v1/GetTransactionList?BlockNum=16435121?StartNum=0&CountNum=50


Q: With that extremely low blocktime, how do you guys handle orphaned block?
A: Classic blockchain uses outdated Gossip protocol, which does not guarantee the delivery of the block at the specified time for all nodes. We have a new TERA Protocol - its basis is the use of a multidimensional regular lattice.
full member
Activity: 411
Merit: 135
Hello everyone, as you all know in TERA launched DApp number 86 on anonymization of payments. For a high level of anonymization, it is necessary to Deposit large amounts to the DApp account. This will make small and medium amounts invisible.
Request to all holders of coins TERA transfer part of their sums on this DApp. This will take anonymous payments to the next level.

The account with the largest Deposit will receive a bonus of 100 thousand Tera (provided that the Deposit will not be withdrawn within 1 month).
The result will be summed up in 2 months and this payment will be made anonymously.
Details about anonymous payments in TERA: https://terafoundation.org/files/ShadowBank.pdf

U
full member
Activity: 503
Merit: 106
Anonymizing transactions Using Crypto-Mixer: The TERA way
https://hackernoon.com/anonymous-transactions-on-the-tera-platform-y5ml3w2g




https://terawallet.org/dapp/86
Anonymous payments in the Tera cryptocurrency are made through connecting the account to the Shadow Bank application. After the application is connected, a certain amount is deposited to the virtual bank account.
You can pay with these funds, hiding wallet addresses. Commands for transactions execution are issued using orders. The entire functionality of the application is easy-to-use, and to complete the operation you need a couple of simple steps: specify the account from which the coins are sent, the recipient's account, the transaction amount and click the order activation button.
full member
Activity: 411
Merit: 135
I remember in the plans of the TERA PLATFORM project was the creation of my own secure decentralized messenger? Any news on this?

A private messenger will be built into TERA's wallet in the near future.

Secrecy will have modes:
-Exchange secret messages that have an expiring key retention period, such as a week. This means that after this period, no one will be able to decipher the correspondence.
-The exchange of messages with the secret key of the purse. You can always read messages as long as you remember the wallet key.

Physical transmission of encrypted messages will be possible in two modes:
-Exchange through the blockchain
-Exchange through online nodes



Later, an independent application will be made - a private messenger working in the same Tera network



full member
Activity: 826
Merit: 109
U
full member
Activity: 503
Merit: 106

Hi everyone. Less words , more work.
We have launched anonymization of payments in the main-net.
See dApp: https://terawallet.org/dapp/86
Description: https://terafoundation.org/files/ShadowBank.pdf



P.S.
Tomorrow will be announced action to fill the Bank deposits. Stay in touch.

Nice work.

Have deposited 1000 TERA for testing,worked well.
full member
Activity: 411
Merit: 135
I remember in the plans of the TERA PLATFORM project was the creation of my own secure decentralized messenger? Any news on this?

A private messenger will be built into TERA's wallet in the near future.

Secrecy will have modes:
-Exchange secret messages that have an expiring key retention period, such as a week. This means that after this period, no one will be able to decipher the correspondence.
-The exchange of messages with the secret key of the purse. You can always read messages as long as you remember the wallet key.

Physical transmission of encrypted messages will be possible in two modes:
-Exchange through the blockchain
-Exchange through online nodes



Later, an independent application will be made - a private messenger working in the same Tera network
full member
Activity: 411
Merit: 135
another question,why account ID 8300~186478 are not existed check with  https://terawallet.org/#TabExplorer

all these blocks were lost or deleted?

No, its only client view mode. It was spam from hacker...
You can see all rows - in ur fullnode set constant:
Quote
"ALL_VIEW_ROWS": 1,



Pushed the new version 0.1221
Update is optional.

For a full node added new constant START_HISTORY. Now you can adjust the history recording mode (by default, the history is recorded only from account number 16 - this is done to reduce the file size).

Quote
"START_HISTORY": 16,


To restart the history log - set a new value of the constant, restart the node, and then run the following code in the console:

Quote
SERVER.RewriteAllTransactions()


Keep in mind that overwriting the entire blockchain will take about 2 days...
full member
Activity: 826
Merit: 109
Tera: mining pool

The first mining pool was launched to support the operation of the Tera blockchain platform.
The algorithm is unique in that the coins extraction is conducted by means of CPU-
capacities with a bias on Random access memory (RAM).
Read more about the TERAhash algorithm here: https://terafoundation.org/files/TERAHASH.pdf

Right after the start of mining in July 2018 the owners of ordinary computers could compete in finding blocks - there was enough a smart 4-core processor and 8 Gb of RAM. Step by step, the number of nodes were increasing along with the complexity of the network. After a year of the Tera blockchain operation, to obtain an acceptable result you already needed the capacities characteristic of server stations, so the owners of simple PCs were out of the running. But today thanks to the efforts of the guys from crypto community it became possible to join forces in the TERA coins extraction:


The Tera project reveals a number of possibilities of blockchain technologies: high-bandwidth network on POW, smart contracts, DApps, DAO, sharding. Those who are not familiar yet with the Tera characteristics and the software products, available on the platform, can find necessary information on the official website:





Pages:
Jump to: