RoadmapSmart-contracts October, 2018
Decentralized forum November, 2018
Decentralized stock exchange November 2018
Web wallet - December 2018
2019Android/iOS Wallets
Creation of IDE for DApps development
Creating DApp for anonymous payments
Research to increase transactions with sharding up to 1 million tps
Creation of financial instruments for actions on tokens: futures, options, pawnshops
2020Sharding (1 million tps)
2021Development of DeFi ecosystem
Development of bridges across Bitcoin, Ethereum and other blockchains
Full node & MiningAttention: To connect to the network, it's better to have a public IP address.
Installation instruction:
https://gitlab.com/terafoundation/teraRequirementsThe 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 Cores RAM are:04 Cores// 08 GB RAM
08 Cores// 16 GB RAM
12 Cores// 24 GB RAM
16 Cores// 32 GB RAMFor example: The Intel i7-4770K CPU have 4 cores and 8 threads.
Starting the walletWait until the synchronization is complete - the green message Synchronization complete should
appear. Below, when you start first time, two fields will appear: name and adviser. Enter the code of
the adviser (if you have one), enter account name and click the Create button. After about 8 seconds,
the account creation transaction will fit in the blockchain and you will have an open account where
you can mine the coins.
Solving connection problems- Check the firewall (port must open on the computer)
Transfer your coins "bank like"
The coins are kept in accounts by analogy with bank accounts. The accounts are numbered from 0
sequentially. The zero account number is for system account, to which initially 1 bln coins were
issued. To create new account you need to send to the network special transaction
ACCOUNT_CREATE where you need to specify a public key of the account owner and unnecessary
characteristic name of account (a line with length up to 40 bytes). It is advisable to specify the
name to check the correctness of the account number input when sending the payment.
Test NetworkDefault values:Launch:cd ~/wallet
cp -a Source SourceJinn
cd SourceJinn
node set-jinn httpport:8800 password:<Password>
pm2 start run-jinn.js