Tron and its BlockChain implementation

Based on Block chain based P2P for media sharing

1. When a new user registers, it uses the BlockChain concept to get the user registered to the Block usign consensus. 
The new user would broadcast his info into the P2P network, and the other nodes would accept it based on the Proof of Work concept and reach a consensus with N number of nodes. This would register a new user, safely into the network, and avoid false registrations
2. A P2P overlay network is used to store data. Each user has a IDNode based on (IP address, Port number). 
A payload is transmitted as
packet = (ID src, ID dest, SIG payload, ID j)
To verify transmission, the destination host can check if - the ID destination in the request is equal to its IP, ID of the neighbor

Comments

Popular posts from this blog

Substratum and the Tech

SmartMesh and its Blockchain implmentation