conradoqg / naivecoin

A cryptocurrency implementation in less than 1500 lines of code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connected Nodes DB

mitmelon opened this issue · comments

I have a question!

If I hosted this on a vps server and built a node client using the node folder for an outside node to connect to the node on the vps through API call, does a connected node stores retrieved blockchain data and transactions inside its own computer or I will have to implement this on the node client for the connected outside node?

Or are the folders in the lib a separate components to upload to separate vps servers...

For instance the operator lib on one vps server, then the node only on another and the blockchain on another?

Please help because I do not understand how to upload this on production server to start coin distributions.