What does this error mean and can it be resolved? I am running the proton wallet on an Ubuntu VM. I am attempting to send funds.
@aszepieniec @sword-smith Any ideas?
I assume this means my processing power is insufficient even to send funds - let alone attempt to mine? Is that the case?
The application comes to the conclusion that you do not have the processing power needed to produce SingleProofs based on the number of cores and amount of RAM it sees. If you’re running it in a virtual machine, it’s possible that these hardware specs, from the application’s perspective, are insufficient – leading to the observed error.
Try starting neptune-core with the CLI argument --tx-proving-capability proofcollection. This overrides the default estimator which is likely the source of the problem.
Thanks @aszepieniec - that worked perfectly and I was able to send.
1 Like
