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