Sign inSign up

sadpoyo112/xlarig

By sadpoyo112

•Updated 7 months ago

Scala (XLA) crypto miner

Image
Data science
0

1.3K

sadpoyo112/xlarig repository overview

⁠XLArig Docker Image (Scala/XLA)

Custom Docker image for XLArig, the high-performance miner for Scala (XLA).

🌐 Official Website: https://scala.network⁠
šŸ’» Source Code: GitHub - Scala Network⁠


ā šŸš€ Quick Start

Run the miner with your custom configuration file:

docker run -it --rm \
  --privileged \
  -v /path/to/your/config.json:/config.json \
  sadpoyo112/xlarig:latest \
  -c /config.json

šŸ’” Recommended Command (Performance Mode) To get the best hashrate (enables Huge Pages and MSR), run:

docker run -it --rm \
  --privileged \
  --cap-add=SYS_ADMIN \
  -v ~/Apps/config.json:/config.json \
  sadpoyo112/xlarig:latest \
  -a panthera -o mine.scalaproject.io:3333 -u YOUR_WALLET -p YOUR_WORKER

ā šŸ’° Donate

XLA: SvkFweFR7GeAGus6pt7jpg5ZYEvZgqjaUEnYnkqqBRQg57LUuKCMY849e79oVsmDbH9jYH5BVyLJMSweBAQ6YdPB1ekUGaPwc

Tag summary

Content type

Image

Digest

sha256:b71349c25…

Size

46.9 MB

Last updated

7 months ago

docker pull sadpoyo112/xlarig