New wallet update:
https://github.com/zettel-kasten/zettelkasten/releases/tag/v0.9.20.2This is not a mandatory update.
Protocol stays exactly the same.
It's just that with the "version" message there is additional information sent.
I am preparing a feature that will let us
reward users for hosting full nodes.For that, as part one, you can now put a donation address in your zettelkasten.conf like this
donation=ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ
This donation-address will then be broadcast to all peers you connect with.
(even those who haven't updated their wallet to this version)
Type getinfo to see your donation address:
getinfo
{
"version" : 92002,
"protocolversion" : 70024,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 1165581,
"timeoffset" : 0,
"connections" : 1,
"proxy" : "",
"difficulty" : 0.32828232,
"networkhashps" : 22133261,
"moneysupply" : 9957587.62252500,
"testnet" : false,
"keypoololdest" : 1592174858,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : "",
"donation" : "ZetterxMoFb2crhpMgRCHkivyrbapnQpzJ"
}
or
to see the donation-addresses of the peers you are connected with (if they have set a donation address)
This is just part 1.
Part 2 will consist of the automatic server tool that will pay out rewards based on regular checking and rating.