You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
---
Added miner input processing to the minotari miner and merge mining
proxy. The miner wallet address, base node gRPC address and basic gRPC
connection will be verified.
Motivation and Context
---
Users did not have a good user experience
See #5929
How Has This Been Tested?
---
System-level testing
What process can a PR reviewer use to test or verify this change?
---
Code walk-through
System-level testing
<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->
Breaking Changes
---
- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify
<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
---------
Co-authored-by: SW van Heerden <swvheerden@gmail.com>
The miner should print pretty errors on failing grpc connection.
The miner should use a basic function like get constants or something to test the connection
And then it should use get_version to see if those methods are available.
It should print pretty and helpful error messages when those steps fail.
The text was updated successfully, but these errors were encountered: