Vtools (OP)
|
|
September 16, 2019, 10:10:35 AM Last edit: September 16, 2019, 10:40:08 AM by Vtools |
|
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
|
• Restart of the TERA project in 2022 •
|
|
|
U
|
|
September 18, 2019, 01:56:31 AM |
|
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.htmlQ: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=50Q: 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.
|
Bitcoin Ethereum TERA
|
|
|
Vtools (OP)
|
|
September 18, 2019, 08:06:02 PM |
|
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.pdfWhat 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.
|
• Restart of the TERA project in 2022 •
|
|
|
Vtools (OP)
|
|
September 19, 2019, 09:55:45 AM |
|
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
|
• Restart of the TERA project in 2022 •
|
|
|
U
|
|
September 19, 2019, 01:10:36 PM |
|
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.pdfWhat 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.
|
Bitcoin Ethereum TERA
|
|
|
U
|
|
September 20, 2019, 06:41:37 AM |
|
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#211556but anyway,joining and contribute the network is also spirit of decentralized blockchain.
|
Bitcoin Ethereum TERA
|
|
|
U
|
|
September 20, 2019, 12:24:23 PM |
|
ha,yes,seems some whales want to get the bonus with more than 1 M TERA deposited. https://terawallet.org/history.html#211556but 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.
|
Bitcoin Ethereum TERA
|
|
|
U
|
|
September 20, 2019, 12:25:00 PM |
|
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.mdThe update is optional.
|
Bitcoin Ethereum TERA
|
|
|
U
|
|
September 21, 2019, 05:41:39 AM |
|
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: 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.
|
Bitcoin Ethereum TERA
|
|
|
U
|
|
September 22, 2019, 07:38:51 AM |
|
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.
|
Bitcoin Ethereum TERA
|
|
|
MaxMaximalist
Newbie
Offline
Activity: 20
Merit: 0
|
|
September 23, 2019, 08:34:23 AM |
|
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.
|
|
|
|
Vtools (OP)
|
|
September 23, 2019, 08:59:25 AM |
|
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
|
• Restart of the TERA project in 2022 •
|
|
|
U
|
|
September 24, 2019, 01:58:09 AM |
|
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?
|
Bitcoin Ethereum TERA
|
|
|
MaxMaximalist
Newbie
Offline
Activity: 20
Merit: 0
|
|
September 24, 2019, 07:04:15 AM |
|
Technologically, TERA overtakes many projects today. But the design got stuck in 2000 .... You need to do something about it. I think the project needs a good designer.
|
|
|
|
Vtools (OP)
|
|
September 24, 2019, 03:44:32 PM |
|
New article: Tera creates financial instruments for the economy without borders See our blog: https://t.co/zJoN4crG3P
|
• Restart of the TERA project in 2022 •
|
|
|
Cellerex
Jr. Member
Offline
Activity: 434
Merit: 2
Coinsbit.io
|
|
September 27, 2019, 05:43:05 AM |
|
As far as I know, TERA mining on a home PC is a difficult and unpromising task ... is there any way to mine this coin today? Maybe there are pools or something like that? Thank!
|
Coinsbit.io is a new trading platform that provides businesses and individual traders with Low commissions, MultiSupport, Strong Security and Open API
|
|
|
U
|
|
September 27, 2019, 01:20:57 PM |
|
|
Bitcoin Ethereum TERA
|
|
|
U
|
|
September 28, 2019, 05:52:56 AM |
|
As far as I know, TERA mining on a home PC is a difficult and unpromising task ... is there any way to mine this coin today? Maybe there are pools or something like that? Thank!
The first mining pool has already been launched to support the operation of the Tera blockchain platform: https://matpool.iomining is difficult and almost can not cover the cost,maybe better to buy directly from exchanges.
|
Bitcoin Ethereum TERA
|
|
|
2x25BT
|
|
September 29, 2019, 06:58:36 AM |
|
pool for TERA is very good and long awaited thing but explain pls how to mine ? is registration mandatory ? here is chinese lang only
|
|
|
|
2x25BT
|
|
September 29, 2019, 11:02:54 PM |
|
This is not surprising. TERA has the largest community in China. Imagine what course TERA will have when mass use of TERA in China begins?!
thats great, but how to mine ? i don't see any pool mining options in wallet 0.1255
|
|
|
|
|