Post
Topic
Board Announcements (Altcoins)
Re: [ANN] RinCoin (RIN) | CPU & GPU Friendly | ASIC Resistant RinHash
by
Tritonn
on 14/06/2025, 02:57:41 UTC
Hi,

I downloaded the ttn miner but got a syntax issue

How much I run ttn miner with this info?

ttn-miner-cpu.exe --rin --stratum rinhash.eu.mine.zergpool.com --port 7148 --wallet <mywallet address> --worker-name <my workername>

I need to set a password aswell to set the following option

c=RVN,mc=RIN but I cannot see a parameter for the password.

Any help would be great.

Hi there, thank you for your interest! I have a few things to note about your command line setup
  • "ttn-miner" should be "tnn-miner"
  • "--stratum" is a replacement for "stratum+tcp://" in front of a pool url. So you either need "--daemon-address <pool:port> --stratum" or "--daemon-address stratum+<tcp or ssl>://<pool:port>"

The rest looks pretty good, although you can also use <wallet.workerName> if you want to  Smiley

For the password issue, I suppose TNN doesn't work with zergpool yet (I mine this on rplant). You're correct in noticing no param for password setup, it has not yet been implemented in the miner. I'll probably change this soon though, as I am currently making a lot of changes to the miner.