how to solo mine this?
Like other eth clone...
start node with parameters and connect miner to it.
If you have pgc local wallet on mining rig then connect miner to 127.0.0.1:9999
if you want to connect miner from others ip than better launch node without wallet.
Make start_node.bat file in the same folder where gpg.exe (node) located and paste there code:
gpg.exe --rpc --rpcaddr NODE_IP --rpcport 9999 --rpcapi "eth,net,web3" --etherbase "TYPE_THERE_ADDRESS_FOR_MINING_REWARD" --maxpeers 100 console
pause
Launch start_node.bat and wait while all blocks synced.
After that connect miner to node
For example Claymore miner:
EthDcrMiner64.exe -epool http://NODE_IP:9999 -mode 1 -allcoins 1 -estale 0 -allpools 1
this works great. however, it only works with localhost and 1 wallet. and the wallet needs to be in the miner.
i have 2 miners, i want it to point to 1 wallet to solo.
for example:
3 pc
pcA = wallet, pcB = miner 1, pcC = miner 2
how can i solo mine pcB and pcC and let the wallet run on pcA?
cant find specific article about this on the intetnet
while solo pools are great, i have trust issues about them.
ans btw, what is the equation for profitability in this? i dont seem to find any calculators online. i'd like to check if a pool is skimming or not. thanks.