Start a Machine
Navigate to the script location:
Use the cd command to navigate to the directory where the machine.js script is saved. (It will be inside the machine folder of the cloned directory). Repository for the provider and the machine is the same. If you were at the previous step then the command will be like:
Give Permission to Run the Script:
Run Machine Script:
Note: Replace <WALLET_ADDRESS> , <PRIVATE_KEY> & <MACHINE_ID> with your specific values
<WALLET ADDRESS> is the EVM address of the provider wallet. <PRIVATE_KEY> is the private key of the above wallet. <MACHINE_ID> is the id of the machine, that you get while adding the machine.
Replace all of the above in the following command and run it:
Example:
See Logs:
Run the following command to check the status:
Run the following command to check the logs:
Last updated