Bug Report
Description
When running python3 rustchain_linux_miner.py --dry-run as part of bounty #464, the output does not include clear OS and architecture information.
Expected Behavior
The --dry-run output should include:
- Operating system name and version
- CPU architecture (x86_64, arm64, etc.)
- Python version
Actual Behavior
The dry-run output shows payload and configuration but lacks clear system identification.
Steps to Reproduce
- Run
python3 rustchain_linux_miner.py --dry-run
- Observe output lacks OS/arch info
Suggested Fix
Add system info using Python's platform module.
Environment
- OS: Linux x86_64
- Python: 3.x
Bounty Reference
Related to #464
Bug Report
Description
When running
python3 rustchain_linux_miner.py --dry-runas part of bounty #464, the output does not include clear OS and architecture information.Expected Behavior
The
--dry-runoutput should include:Actual Behavior
The dry-run output shows payload and configuration but lacks clear system identification.
Steps to Reproduce
python3 rustchain_linux_miner.py --dry-runSuggested Fix
Add system info using Python's platform module.
Environment
Bounty Reference
Related to #464