RPC

Rpc.csv

This Comma-Sepparated Values (CSV) file, contains all the Solana RPC's used for performing operations on the blockchain. I personally recommend Ron's Editor for a fast and easy way to edit these sort of files.

rpc.csv example file

There are two columns to be entered.

Url

This is the RPC Url used to connect to. It is provided by your node provider, and there are two type of URLs which should be introduced:

  • http/https: standard RPC url, which is used to submit transactions and fetch information of collections/drops initially. They always start with http:// or https://

  • ws/wss (websocket): websocket RPC url, used to monitor pools/collections. They always start with ws:// or wss://

Use With Proxies

This indicates Minter Suite, if it should proxies to connect to the RPC url you loaded. It's always recommended to set this to no unless you are running public RPC nodes which can be rate-limited, in such cases set this to yes.

rpc selection prompt

Last updated