As I'm trying to wrap my head around this, I've got a couple of questions regarding multichain.
I read on another thread that nodes connected to the blockchain mine by default if that's what's configured in params.dat, which in mine, it is. Until another node connects, the only node that would be mining would be the one that created the blockchain, correct? When I type getinfo, I get
{"method":"getinfo","params":[],"id":1,"chain_name":"testcoin"}
{
"version" : "1.0 alpha 21",
"protocolversion" : 10005,
"chainname" : "testcoin",
"description" : "testcoin instance",
"protocol" : "multichain",
"port" : 6821,
"setupblocks" : 60,
"nodeaddress" : "testcoin@xxx.xxx.xx.xx:6821",
"burnaddress" : "1XXXXXXWhXXXXXXXX7XXXXXXXnXXXXXXYHYmPP",
"incomingpaused" : false,
"miningpaused" : false,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 93,
"timeoffset" : 0,
"connections" : 0,
"proxy" : "",
"difficulty" : 0.00001526,
"testnet" : false,
"keypoololdest" : 1468291815,
"keypoolsize" : 2,
"paytxfee" : 0.00000000,
"relayfee" : 0.00000000,
"errors" : ""
}
It says blocks 93, balance 0. So where in my interpretation am I going wrong. I thought that when you mine a block, that adds some sort of value to your balance. I might be naive in my thinking, like I said I am new to this, but I thought that's kind of how bitcoin works. So what is the correlation between blocks and balance, if any.
If there is no correlation between blocks and balance or blocks and assets, etc, then what is the purpose of mining?
And what is the correlation between blocks, and assets? I understand you can create an asset which can be sent, received, traded, etc. Does the asset number received correlate to the balance? Could someone please clear these questions up for me?