Because it is required to use pubkey for POS coins, please add possibility to use pubkey as pool's address instead of normal addresses, so coins can be mined if wallet is outside server.
Currently, wallets needs to be on coin's daemon and NOMP uses validateaddress to get pubkey. There is validatepubkey to do validation (I am not sure all clients have it).
This can be applied for private mining or non-standard payment system.
Because it is required to use pubkey for POS coins, please add possibility to use pubkey as pool's address instead of normal addresses, so coins can be mined if wallet is outside server.
Currently, wallets needs to be on coin's daemon and NOMP uses
validateaddress
to get pubkey. There isvalidatepubkey
to do validation (I am not sure all clients have it).This can be applied for private mining or non-standard payment system.