sonepoint / steem

The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
https://steem.io
Other
1 stars 0 forks source link

Node Types #1

Open sonepoint opened 6 years ago

sonepoint commented 6 years ago

Let's figure out the node types or terminology:

sonepoint commented 6 years ago

Resource usage depending on node types is described in https://github.com/sonepoint/steem/blob/master/doc/quickstart.md#resources-usage

huMintQueue commented 6 years ago

There is no term seed node in whitepaper.

Instead there seems to be a list of seednodes. https://github.com/steemit/steem/blob/master/doc/seednodes.txt https://github.com/steemit/steem/blob/master/contrib/steemd.run https://github.com/steemit/steem/blob/1cfdf8101ec415156b155c9ec90b0a4d439a039f/contrib/startpaassteemd.sh

It seems that p2p-seed-node is going to replace seed node. Please take look at https://github.com/steemit/steem/blob/master/contrib/fullnode.config.ini https://github.com/steemit/steem/blob/master/tests/smoketest/account_history/config.ini

huMintQueue commented 6 years ago

For witness node, I've summarize witness at https://github.com/huMintQueue/steem/issues/4

huMintQueue commented 6 years ago

After reading https://github.com/steemit/steem/blob/master/doc/exchangequickstart.md and https://github.com/steemit/steem/blob/master/doc/quickstart.md, it seems that

Full API node = Exchange node + Web API service (?) The only difference is using --env USE_WAY_TOO_MUCH_RAM=1 --env USE_FULL_WEB_NODE=1 when launching steam deamon.