Setup an Actor
Last updated
Last updated
This instruction explain how to be an actor Fair Math Computer. More details about actors can be found here.
Follow provided steps to run your own actor for FHE Computer.
Get the actor execution file: Mac OS darwin-amd64 Mac OS darwin-arm64 Linux amd64 Linux arm64
Install fairmath certificate to /etc/ssl/certs
Create an account in the Fairmath Testnet
Run init command
Update the .fairmath/config/client.toml
file with the following fields:
Create a Fairmath Net account
Note that keyring backend test will store your private key in the open file, never use this option for mainnet
Ask someone to send several tokens for your, it could be done via command
You can use --gas-adjustment
flag or perform transaction in dry-run mode to estimate needed gas value
Validate your token’s amount:
Register actor
Run a transaction to register your actor:
actorname
- is an actor human readable name, just string
account name or address
- account name from step 2.b
if everything is ok then you should see the message like this:
Also an actor config file template will be created in the ~/.faitmath
. Config file name contains actor name and ID, so in the example below it should be ~/.fairmath/testactor-30.yaml
with the following content:
You have to specify some settings to run actor:
owner
- your account name from step 2.b
query-grpc-address
- grpc address of validator, should be testnet.computer.fairmath.xyz:9090
ipfs.node-url
- address for IPFS node, kubo rpc should be available (our IPFS node - 167.235.197.94:5001
)
min-price
and backup-min-price
- Set the minimum price for which your actor will perform the job.
interpreter
- path to FHE virtual machine
Also you should add a custom code component which is 18446744073709551615
Example of the config:
Your are ready to run your own actor, please run the command
Note that you should NOT specify the full path to the actor config, just place the config file name, e.g. testactor-30.yaml
. If you see logs then everything is ok: