-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
Hey @tomisnotcat — welcome to RustChain!
We noticed your miner is attesting with device_family: arm but device_arch: modern. Our fingerprint system needs more detail about your hardware to assign the correct antiquity multiplier.
What we need (5 RTC bounty):
Please reply with the output of these commands on the machine running your miner:
# 1. CPU info
cat /proc/cpuinfo | head -30
# 2. Architecture
uname -a
# 3. Device model (if applicable)
cat /sys/firmware/devicetree/base/model 2>/dev/null || echo "N/A"
# 4. CPU details
lscpu | grep -i "model\|arch\|vendor\|cpu"Why this matters:
ARM covers everything from a $5 Raspberry Pi Zero to a $3,000 Ampere server. We need to know which so we can:
- Set the right reward multiplier for your hardware class
- Add your specific ARM variant to our fingerprint detection
If you're running something unique (vintage ARM, dev board, etc.) there may be an antiquity bonus available.
Current status: Your miner is attesting and enrolled, but at minimum ARM weight (0.001x) until we can verify the hardware class.
Thanks for mining!
Reactions are currently unavailable