Documentation exported from Syscoin Core 4.1.2

generatetoaddress (4.1.2 RPC)

blockchain

control

generating

governance

governancewallet

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

generatetoaddress nblocks "address" ( maxtries )

Mine blocks immediately to a specified address (before the RPC call returns)

Arguments:
1. nblocks     (numeric, required) How many blocks are generated immediately.
2. address     (string, required) The address to send the newly generated syscoin to.
3. maxtries    (numeric, optional, default=1000000) How many iterations to try.

Result:
[ blockhashes ]     (array) hashes of blocks generated

Examples:

Generate 11 blocks to myaddress
> syscoin-cli generatetoaddress 11 "myaddress"
If you are running the syscoin core wallet, you can get a new address to send the newly generated syscoin to with:
> syscoin-cli getnewaddress