Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which node to run as a fullnode #1232

Open
MatheusMorozetti opened this issue Jan 17, 2023 · 1 comment
Open

Which node to run as a fullnode #1232

MatheusMorozetti opened this issue Jan 17, 2023 · 1 comment

Comments

@MatheusMorozetti
Copy link

Hello Guys, I want to run a full node but they are many node type in your doc

https://developers.flow.com/nodes/node-operation/node-roles

I want to know, which node Node Roles run one similar to a fullnode with low cost, it would be the execution or the archieve? I need to make RPC calls to the node too

@vishalchangrani
Copy link
Contributor

Hi @MatheusMorozetti - The access, collection, verification, execution, and consensus nodes are staked nodes, while the observer and the archive nodes are not staked. If you would like to run a staked node to serve RPC calls then the Access node should be ideal for it. An access node runs on fairly nominal hardware - https://developers.flow.com/nodes/node-operation/node-setup. However, an access node does not participate in block production and hence does not receive staking rewards.
If you would like to run instead a node that participates in block production, then the Verification node would be ideal since it too requires nominal hardware compared to the other nodes. However, a new verification node will require to go through the approval process .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants