We aim to provide the general Masari public a list of IP's to connect to. We scan the Masari network using our daemon and then get information from daemons we find to find even more nodes. Our list is updated on a daily basis.
Each machine that runs the Masari daemon software is considered a node. Public nodes, or open nodes, are nodes ran by unknown operators who allow you to use their node to broadcast your transaction. There are risks to using public nodes, such as IP+time logging, in which operators of the node can tell when your IP started a transaction. Due to the natural privacy of Masari, your amounts and destinations are unknown to that node!
There are many reasons for using a public node. You're new to the project and want a wallet address that is always sychronized to collect and see your sweet Masari's! Perhaps you are a merchant who does not have the resources currently allotted for accepting MSR, but you want to start accepting immediately. Whatever the case, there may be open nodes for use.
Each node may operate in different places and on different hardware. Performance, and reliabilty, of the node you use may not be optimal for your setup. As always, use your own node when you can!
Status | Node IP Address | Time scanned | Reverse DNS |
---|---|---|---|
Open | 131.153.56.98 | 2021-04-03 17:04:40 | |
Open | 83.171.238.140 | 2021-04-03 17:04:40 | 83.171.238.140.static.as201206.net. |
Open | 144.76.113.157 | 2021-04-03 17:04:41 | hashvault.pro. |
Open | 5.9.16.30 | 2021-04-03 17:04:41 | static.30.16.9.5.clients.your-server.de. |
Open | 37.9.3.26 | 2021-04-03 17:04:42 | |
Open | 144.91.88.92 | 2021-04-03 17:04:42 | vmi309762.contaboserver.net. |
Open | 83.151.238.33 | 2021-04-03 17:04:42 | main.gntl.co.uk. |
To use with masari-wallet-cli, use these commands
masari-wallet-cli.exe --daemon-address ADDRESS.OF.HOST:38081
./masari-wallet-cli --daemon-address ADDRESS.OF.HOST:38081
There are many pool operators, node operators and more in the Masari community. Some offer their nodes up for use!
If you would like to offer your node up for inclusion in the list of open public nodes: you can simply add the following code to the launch of your daemon (and open your firewall), and our script will sniff you out and add your node to the random list
--rpc-bind-ip 0.0.0.0 --rpc-bind-port 38081 --restricted-rpc --confirm-external-bind
Credits: Script originally from Moneroworld/gingeropolous. Adapted for Masari by camthegeek