conradoqg / naivecoin

A cryptocurrency implementation in less than 1500 lines of code
Apache License 2.0
1.22k stars 319 forks source link

Connected Nodes DB #74

Open mitmelon opened 2 years ago

mitmelon commented 2 years ago

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.