Coin specs
Name: TERA
Consensus: PoW
Algorithm: sha3 + meshhash (Asic resistent hashing)
Max emission: 1 bln (TER)
Reward for block: 1-20 coins, depends on network power (one billionth of the remainder of undistributed amount of coins and multiplied by the hundredth part of the square of the logarithm of the network power)
Block size 120 KB
Premine: 5%
Development fund: 1% of the mining amount
Block generation time: 1 second
Block confirmation time: 8 seconds
Speed: from 1000 transactions per second
Commission: free of charge
Additional data:
Cryptography: sha3, secp256k1
Protection against DDoS: PoW (hash calculation)
Platform: Node.JS
Wallets: Windows (src/bin), MacOS (src only), Linux (src only)
Network launch: 01.07.2018 12:0:0 (UTC)
Mining launch: postponed to block 2.000.000
How to install the Wallet
Step 1— Installing on Windows by steps:
1. Download and install Nodejs
https://nodejs.org (v8.11 is recommended) Run and install the downloaded file
2. Download and install git
https://git-scm.com/download/ win Run and install the downloaded file
3. Then run the commands (to do this, run the program cmd or PowerShell), follow as administrator :
Opening ports:
netsh advfirewall firewall add rule name="Open 30000 port" protocol=TCP localport=30000 action=allow dir=IN
Now execute these commands, one line at a time
cd ..\..\..\
git clone
https://github.com/terafoundation/wallet.gitcd wallet/Source
npm install
run-node.bat
at the end of the last command you will see something similar to this
the installation of your wallet is completed and running. STOP.
Step 2— Open Wallet
Open your Browser (Chrome-Firefox-Opera) and type in the address bar
127.0.0.1
now you will see your wallet.
If you have done everything correctly you should see the synchronization start
wait for the synchronization to complete.
STEP 3— Generate new account
Remember, if you have not synchronized you can not continue with the guide, wait for the synchronization and then continue
Choose a name for your account and choose your Adviser (do not change your mining).
Insert 571 which is my Wallet.-> You will get double reward.
When you reach at least 1,000,000 blocks, your ID can also be used by others as Adviser
At the end you will receive your ID that will be your ID from now, you will use it for every operation, from mining to adviser until receiving coins.
Your wallet will look like this :
Your ID (example) 1010 : that number will be your ID
Adviser will be what you have chosen. I hope you have chosen mine
STEP 4— Start Mining
Now you are ready to undermine, you only have to press the button and decide the percentage of the power of your CPU to be reserved for mining, I use 100% without problems.
This is an optional command
If you want to run the wallet as a background process, then instead of the last command (run-node.bat), do the following:
npm install pm2 -g
pm2 start run-node.js
Future wallet updates
To perform updates later, you need to run:
cd wallet
git reset --hard
git pull
Problems encountered by same users
If you update the HTTP / Password Port and you are unable to log in (Password Error), try to perform an update.
cd wallet
git reset --hard
git pull
run-node.bat