Chia_recompute_server

I need help on how to run CHIAPOS_RECOMPUTE_HOST= on harvester to COMPUTE on different windows machine

I’m running chia_recompute_server on one machine and I get this:

[chiapos] Using 16 / 32 CPU threads
[chiapos] Using 1 / 1 CUDA devices
Using 16 / 32 CPU threads
Using NVIDIA GeForce RTX 3080 (CUDA (native))
ReComputeServer listening on 0.0.0.0 port 11989

On HARVESTER I run

.\CHIAPOS_RECOMPUTE_HOST=(IP ADDRES OF COMPUTE SERVER) : The term '.\CHIAPOS_RECOMPUTE_HOST=( IP ADDRES OF COMPUTE SERVER ) ’ is not recognized as the name of
a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1

  • .\CHIAPOS_RECOMPUTE_HOST= (IP ADDRES OF COMPUTE SERVER)
  •   + CategoryInfo          : ObjectNotFound: (.\CHIAPOS_RECOMPUTE_HOST=(IP ADDRES OF COMPUTE SERVER):String) [], CommandNotFoundExceptio
     n
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

What I’m I doing wrong?

Go edit your Environment variables in you Harvester machine


under system variables, the right value is the farmer IP address.
.
.
So you need to add your own in.

excellent, thanks!!!

Any command we can run to check it is working?

When you run the run_recompute_server.cmd on the farmer and it says listening, When you start the harvester script on the harvester you will see the IP from the harvester in that recompute window. It see both of my harvesters.

great, thanks, now I can see it. I was running:
.\chia start harvester -r from power shell and did not work but now, after
running: start_harvester.cmd
it is showing up on the remote computer!! works great!

1 Like

Using the short cuts does make life a little easier when its setup.

yes! absolutely, will start using them, need to get use to :slight_smile:

how to change these settings in linux?