structsd query structs planet [id]. If currentOre == 0, explore new planet first.structsd tx structs struct-ore-mine-compute [struct-id] -D 14000 --from [key-name] --gas auto --gas-adjustment 1.5 -y, then structsd tx structs struct-ore-mine-complete [struct-id] --from [key-name] --gas auto --gas-adjustment 1.5 -y.structsd tx structs struct-ore-refine-compute [struct-id] -D 28000 --from [key-name] --gas auto --gas-adjustment 1.5 -y, then structsd tx structs struct-ore-refine-complete [struct-id] --from [key-name] --gas auto --gas-adjustment 1.5 -y.CRITICAL: Ore is stealable. Alpha Matter is not. Always refine immediately after mining.
| Action | CLI Command |
|---|---|
| Mine compute (PoW) | structsd tx structs struct-ore-mine-compute [struct-id] -D 14000 |
| Mine complete | structsd tx structs struct-ore-mine-complete [struct-id] |
| Refine compute (PoW) | structsd tx structs struct-ore-refine-compute [struct-id] -D 28000 |
| Refine complete | structsd tx structs struct-ore-refine-complete [struct-id] |
| Query planet | structsd query structs planet [id] |
| Query struct | structsd query structs struct [id] |
| Query player | structsd query structs player [id] |
Common tx flags: --from [key-name] --gas auto --gas-adjustment 1.5 -y.
currentOre decreases after mine-completecurrentOre.knowledge/mechanics/resources.mdknowledge/mechanics/planet.mdknowledge/lore/alpha-matter.md