Hi,
Please can you explain the cause of this: I was trying to verify the wallet result published in your blogs (http://www.multichain.com/blog/2016/07/announcing-the-new-multichain-wallet/). I did a loop to 6 million, transferring a unit of an asset from one node to another. I had up to 100million unit of that asset. After about 2 million transactions, I get this error on the receiving node (which is also the first node and the only mining node)
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
and this on the sending node (accessing multichain via python json-rpc):
ConnectionError: HTTPConnectionPool(host='localhost', port=8358): Max retries exceeded with url: / (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2911db9cd0>: Failed to establish a new connection: [Errno 111] Connection refused',))
Also, I confirmed that there was enough hdd space on both nodes.
Is there somewhere i should have changed a sort of cap to the max number of transactions or something like that?
R.