Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PIRL] POW No premine No ICO
by
vitiriha
on 03/10/2017, 10:26:34 UTC
solo ? solo pool?
please!!!!!

You can easily solo mine direct to your Windows wallet:

start Pirl CLI Client with (change ip address to your ip address):

Code:
pirl-windows-amd64.exe --rpc --rpcaddr 192.168.1.100 --rpcport 8545

start miner eg. Claymore with (change ip address to your ip address):

Code:
EthDcrMiner64.exe -epool http://192.168.1.100:8545 -tstop 85 -allcoins 1 -dbg -1

-allcoins 1 is important for devfee (Ethereum)

Thats it.

regards

Gary

CLI Client: https://github.com/pirl/pirl/releases/tag/1.0.0
thank you brother!