Hi i’m running bitconnectd (bitconnect daemon) on server. its running already with this getinfo :
root@XXXXXXXXX:/usr/bin# bitconnectd getinfo { "version" : "v1.0.0.0-g32a928e", "protocolversion" : 60013, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 288614, "timeoffset" : 0, "moneysupply" : 9573709.15614392, "connections" : 103, "proxy" : "", "ip" : "xxx.xx.xx.xx", "difficulty" : { "proof-of-work" : 21245.27231176, "proof-of-stake" : 0.01691966 }, "testnet" : false, "keypoololdest" : 1514978822, "keypoolsize" : 101, "paytxfee" : 0.00010000, "mininput" : 0.00000000, "errors" : "" }
now i want to know how to generate block like in a regtest mode with this command : bitcoin-cli -regtest setgenerate true 101. how can i do it in bitcoin daemon? so i can know my balance value and can transfer the amount to another address. thanks in advance.