Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Textstyles
Size16px
Colorrgb(236,0,140)

WORK IN PROGRESS | Services are in active development and are subject to change.

 

When computing on Charity Engine, you virtually have a million CPU cores available right on your own machine. Tap into the power of the distributed network by following these three steps.

...

This command will create a job on the Charity Engine network that launches a docker container from the public image called node at DockerHub. The job will then run echo 2+2 > /local/output/out.txt inside of that container and the result will be written to your local machine in local-file.txt. Try adding the --debug flag to see more information.

...