Search content
Sort by

Showing 8 of 8 results by tera-support
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 04/10/2018, 18:51:54 UTC
It's impressive to me about TERA with 1000TPS . where can I buy some coins and trade this coin? I can not find out any exchanges for purchase .
If not yet , Dev should list TEAR coin on some exchanges such as Cryptopia , Livecoin ..to attract more investors to join .

Right now there is only OTC with personal escrow or bitrated in our discord

It's our goal to finalize the full node wallet with all features, create a light wallet (handling of full node wallet for mainstream is not very comfortable) before listing on exchanges. And yes, there was no ICO or presale. Our team pays everything out of its own pocket.

You ask why? Because we believe in TERA!

Maybe we will ask for donations to pay listing fees or looking for investors one day, maybe...

Stay tuned  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 04/10/2018, 18:44:34 UTC
Good News

Smart contract support has been launched in the test network.
Testing and development will go on TeraLab channel in Russian.
After the development, we will create documentation in English and notify you on the official channel.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 30/09/2018, 10:14:22 UTC
Great project! I expect to see this coin on the crypto-exchanges in the near future. Let's build a strong community

Thank you very much!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 28/09/2018, 12:57:23 UTC

We have just update our main post with a new structure and latest news.


And yes, there are still some little bugs, but it's a very buggy and old (outdated) version of SMF here. We will fix it soon.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 27/09/2018, 20:48:38 UTC
do not understand this coin mining with the month of July?
why is there still only source code?

TERA is not a copycat with the same wallets like all others.

You need Node.Js and git to clone and use the wallet on your machine. Right now we have only a full node wallet but in the near future there is a light wallet.

Step by step guide for windows:

1. Download and install Nodejs https://nodejs.org (v8.11 is recommended)
2. Download and install git https://git-scm.com/download/win
3. Then run the commands (in program: cmd or PowerShell):

Code:
cd ..\..\..\
git clone https://github.com/terafoundation/wallet.git
cd wallet/Source
npm install
node set httpport:8080 password:


You can find all manuals @ https://github.com/terafoundation/wallet

Opening ports:
Code:
netsh advfirewall firewall add rule name="Open 30000 port" protocol=TCP localport=30000 action=allow dir=IN

Start node in manual mode:
Code:
run-node.bat

or use pm2 for auto-mode and auto-update function:
Code:
npm install pm2 -g
pm2 start run-node.js


After this steps your wallet will connect to the network and sync the chain. You can open your wallet with your browser and http://yourip:yourport with your password
Post
Topic
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 26/09/2018, 20:15:24 UTC
Right now our main goal is to gradually complete the tasks on the roadmap. And yes, it's a completely new coin, no copycat or a hardfork. Our developer even has created a new algo for Tera and everything need to stabilize before start trading on exchanges.

Of course, we must not ignore the marketing and in the background we are working very hard on this topic. Stay tuned!
Post
Topic
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 25/09/2018, 18:30:13 UTC
This coin so fast .... try it yourself.

 Grin  Grin  Grin

 Blocktime 1 second. You only need to wait 8 seconds to make a fully confirmed transaction (without fees)
Post
Topic
Re: [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS]
by
tera-support
on 25/09/2018, 17:50:18 UTC
Hey guys, we will update the main thread in a few days. New structure, more important informations.

@Rune @Danimore
I can see that you're interested in mining the coin. It's important to know the new requirements for the TERAhash algorithm.

The Terahash algorithm based on sha3 and optimized RAM hashing function. At least you need a strong CPU (> 4 Cores) and a lot of RAM (>8 GB). 

Good combinations of CPU / RAM are:

Code:
4 Core CPU and 8 GB RAM
8 Core CPU and 16 GB RAM
12 Core CPU and 24 GB RAM
16 Core CPU and 32 GB RAM

You can use Windows, CentOS or Ubuntu to setup a full node and start mining. To connect to the network, it's better to have a static IP address and you need to open port 30000.