Qwertycoin need more Daemons for faster, stronger and more stable Network.
Also need for faster Confirmations of every single transaction.
Masternodes
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. But these remote nodes are not rewarded anyhow in any CN coin. Only in Qwertycoin 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 Qwertycoin 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. Qwertycoin 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 Qwertycoin nodes.
These Masternodes are providing service necessary for mobile wallets, and besides are helping to maintain and enlarge Qwertycoin network. We have plans no incentivize such nodes even more in the future.
To start own Qwertycoin 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 qwertycoin daemon specifying a wallet address where fees would go like this:
./qwertycoind --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=8197 --fee-address=QWC1VCm4QNGbyaFeBHdZqGYadFGbTZHQRGhPZuZSS2LxjcBjxH1s9rYHp5Qe5LxLRyPY1bAkXtYGPetZJ5X4Fm2a1ZMkTrZLYL
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 Qwertycoin network, run daemon as in example and send me you IP so We can add it do default nodes list.
You can check if your node is running opening its IP in browser like this
http://78.47.85.215:8197/feeaddress
{"fee_address":"QWC1VCm4QNGbyaFeBHdZqGYadFGbTZHQRGhPZuZSS2LxjcBjxH1s9rYHp5Qe5LxLRyPY1bAkXtYGPetZJ5X4Fm2a1ZMkTrZLYL","status":"OK"}
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 run node on VPS now specially for Qwertycoin, do it only when you already have spare 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.
Donate to the Qwertycoin Project:
QWC: QWC1VCm4QNGbyaFeBHdZqGYadFGbTZHQRGhPZuZSS2LxjcBjxH1s9rYHp5Qe5LxLRyPY1bAkXtYGPetZJ5X4Fm2a1ZMkTrZLYL
Donations will go towards infrastructure maintenance and development.