Skip to content

[BUG] Miner --dry-run output missing OS/architecture info #471

@Joshualover

Description

@Joshualover

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

  1. Run python3 rustchain_linux_miner.py --dry-run
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions