Files
OpenJarvis/tests/mining/fixtures/config_minimal.toml
T
Jon Saad-Falcon f41cf420be feat(mining): Pearl mining integration
Consolidates NVIDIA vLLM, Apple Silicon, CPU Pearl mining support, CLI/docs, and live H100 validation.
2026-05-05 19:11:15 -07:00

13 lines
378 B
TOML

[mining]
provider = "vllm-pearl"
wallet_address = "prl1qexampleaddress"
submit_target = "solo"
fee_bps = 0
fee_payout_address = ""
[mining.extra]
model = "pearl-ai/Llama-3.3-70B-Instruct-pearl"
pearld_rpc_url = "http://localhost:44107"
pearld_rpc_user = "rpcuser"
pearld_rpc_password_env = "PEARLD_RPC_PASSWORD"