Newbie alert! :)
Hi Team,
Just installed multichain and followed the official get started guide and I 've 2 nodes running multichain. The 2nd node has connect, send and receive permissions. Now when I create an asset from the 1st it should be visible from the 2nd node and when I transfer it, I should be able to see the walletbalance of 2nd node from it.
What's happening is I can create assets, but they are not visible from 2nd node. When I transfer the asset, it gets deducted from 1st node, but I can't see it on the 2nd node.
Node: 1
{
"name" : "asset4",
"issuetxid" : "1cfded38a8cbcaa36cff9848451f23f99fc4c27486a323b7276d8323e126eba8",
"assetref" : "192-267-64796",
"multiple" : 100,
"units" : 0.01000000,
"open" : false,
"details" : {
},
"issueqty" : 1000.00000000,
"issueraw" : 100000,
"subscribed" : false
}
]
Node 2
chain1: listassets
{"method":"listassets","params":[],"id":1,"chain_name":"chain1"}
[
Even though I've 4 different assets in the blockchain.
I strange thing I noticed, not sure if it has any implication. It has to do with blocks and headers which are different in both the nodes. So a wild guess is my blocks are not in sync?
Node 1:
chain1: getblockchaininfo
{"method":"getblockchaininfo","params":[],"id":1,"chain_name":"chain1"}
{
"chain" : "main",
"chainname" : "chain1",
"description" : "MultiChain chain1",
"protocol" : "multichain",
"setupblocks" : 60,
"reindex" : false,
"blocks" : 202,
"headers" : 202,
"bestblockhash" : "00e3ddd2ee5f887077f57243457db55d96a8ca8f166a4821a319a3e9ab2e2794",
"difficulty" : 0.00000006,
"verificationprogress" : 1.00000000,
"chainwork" : "000000000000000000000000000000000000000000000000000000000000cb00"
Node 2:
chain1: getblockchaininfo
{"method":"getblockchaininfo","params":[],"id":1,"chain_name":"chain1"}
{
"chain" : "main",
"chainname" : "chain1",
"description" : "MultiChain chain1",
"protocol" : "multichain",
"setupblocks" : 60,
"reindex" : false,
"blocks" : 0,
"headers" : 191,
"bestblockhash" : "00ba87b2664fcd92ee9e90b1ea5deea8ce615671a4025670ceaaefb441c96df0",
"difficulty" : 0.00000006,
"verificationprogress" : 1.00000000,
"chainwork" : "0000000000000000000000000000000000000000000000000000000000000100"
}
Can anyone please help me here to move forward.
Thanks.
- Ashish