Spare-Network / spare-blockchain

Apache License 2.0
68 stars 32 forks source link

Farming on many machines??? #83

Closed alex826-pex closed 3 years ago

alex826-pex commented 3 years ago

How to harvest on other machines that are not your main machine???

dfunked commented 3 years ago

It's based on Chia, so same exact principal as the "farming on many machines" page from their Wiki

alex826-pex commented 3 years ago

Does the port number need to be changed? Is the command exactly the same? chia start harvester ? Thx

dfunked commented 3 years ago

You seem to be asking this on all of the forked coins... It'll be the same steps for each. Look at the config.yaml file on your main node and you should be able to identify which port the farmer uses, but you shouldn't need to change anything there.

Copy the CA folder from the full node to the harvester, edit config.yaml on that and put in the IP of your full node and then init + start harvester. In this case you would do "spare init" followed by "spare start harvester"