RE: Full Node Configuration Testing

You are viewing a single comment's thread from:

Full Node Configuration Testing

in eos •  7 years ago  (edited)

It would require a little more setup, but you could minimize ram requirements and processing if you ran one nodeos dedicated to RPC requests (minus push_transaction) with the filter-on = * for history_plugin and read-mode = head.

And ran another for handling push_transaction without the filter-on = *. This of course would require a proxy to route the requests.

Update: Actually a proxy is not necessary as nodoes will forward on the transaction to other nodeos.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Oh cool, will give this a go - thanks for the info!