- restricted RPC (for masternodes)
- fee for masternodes
Please tell us more about the masternodes... and what role they would play in a CryptoNote coin?
As you maybe already know, Cryptonote coin's wallets can operate through remote daemon without downloading blockchain. It allows to start working quickly when needed. It is quite safe as remote daemon can't steal your coins, running own node is more secure of course. To work through remote daemon in simplewallet you need to specify remote daemon's address with flag for example --daemon-address=http://136.243.158.27:32348, in GUI you can just select remote node in settings or add custom one. But these remote nodes are not rewarded anyhow in any CN coin. Only in Karbowanec such remote nodes are rewarded for their service. We call them Masternodes because this term is well known and to troll other coins
.
So, basically, Masternode it is the CLI Karbowanec daemon running on a machine with open port which allows to connect to it for such light wallets and, most important, mobile wallets in the future. Karbowanec wallets, connected to Masternode, are paying small fees to that node when are sending transactions through it. These fees are supposed to help to cover the costs of operating Karbowanec nodes.
These Masternodes are providing service necessary for mobile wallets, and besides are helping to maintain and enlarge Karbowanec network. We have plans no incentivize such nodes even more in the future.
To start own Karbowanec masternode all is needed is just a machine with static IP and open port. Machine should have enough CPU power to handle load when parsing blockchain for connected wallets, it can be even spare PC at home. On such machine you can run karbowanec daemon specifying a wallet address where fees would go like this:
./karbowanecd --restricted-rpc --enable-cors=* --rpc-bind-ip=0.0.0.0 --rpc-bind-port=32348 --fee-address=KaqCQAbx3BSKKv7ED98oQP9QSP3igqgo47hPYZ8q6KZyUY6GnDaQkh9WbVR4DxvmCq8mZcKPg3wfWFJQ5CsyrxPqKcXC3rx
You can specify any wallet address, it can be your GUI wallet address, even paper wallet.
You need to make sure your port is open and not blocked by firewall. If you are running it at home behind router you need to do port forwarding.
If you have PC at home constantly running with fast connection and static IP and want to operate such Masternode to help Karbowaec network, run daemon as in example and send me you IP so I can add it do default nodes list.
You can check if your node is running opening its IP in browser like this
http://185.51.246.81:32348/feeaddress
and you should see something like this
{"fee_address":"KhjM2KE6CXnDqERpSQckdgaT1VcpPuqxKavZwLxYwtqs4j3eWCVE9MtEV4xxdQVp13V4NYMRWbQqYG9jRw5XNkRUKLjfHwR","status":"OK"}
with your wallet addrees where fees should go.
You can also run Masternode on VPS with dedicated domain and publish here with description so people can add your node manually if they prefer it. It is not recommended to do now specially for Karbowanec, do it only when you already have VPS and it is idling.
For now, do not expect yet to earn a lot of fees because there is very low usage of such remote nodes.