Post
Topic
Board Announcements (Altcoins)
Re: Tesoro [TSX] - CPU-mineable. Privacy-oriented. Decentralized.
by
pulsoft
on 28/05/2020, 08:22:16 UTC
Pool mining works beautifully with XMRig 5.11.2

config.json:
{
    "autosave": true,
    "cpu": true,
    "opencl": false,
    "cuda": false,
    "pools": [
        {
            "coin": null,
            "algo": "rx/0",
            "url": "pool.tesoro.network:7777",
            "user": "**address**",
            "pass": "x",
            "tls": false,
            "keepalive": true,
            "nicehash": false
        }
    ]
}