Page 1
Install Dependencies
Install Docker
Copy
Docker without sudo
Copy
Docker version
Copy
Docker version 27.1.1, build 63125853e3
Faucet
Go to: https://faucet.testnet.nillion.com/
Faucet with your nillion address, remember address will start from nillion...
Initialize Accuser Image
Copy
Copy
Run Init
Copy
You will see somethings like below
Verify On Website
Go to website: https://verifier.nillion.com/
Connect your Nillion wallet then approve
Log Verifier, you will see the docs open then
Expand the fifth step
You will need to verify your
Account ID
andPublic Key
in 2 red boxes when you run initilizing docker image above- Faucet your Accuser wallet
Remember Accuser wallet is different as your Nillion wallet
Faucet with your Accuser wallet which is
Account ID
Check your Accuser walletRemember your address MUST have NIL token
Check token at explorer: https://testnet.nillion.explorers.guru/
Run Accuser NodeYOU MUST WAIT 30-60 MINUTES TO CONTINUE WITH THE STEPS BELOW. The secret verification is designed wait for a period of time before fully registering the accuser.
Copy
When it was registered successfully, you will see somethings like
Ctrl + C
three times to stop logs
Check Container ID with command
docker ps
Find Container with Image of
Nillion
in the list then getContainer ID
in the first word of lineCheck by command
docker logs CONTAINER_ID -n 200 -f
Save your keys
Your keys will be in ~/nillion/accuser
Show it by cat ~/nillion/accuser/credentials.json
Then must save all, if you lost, you will never access your Accuser wallet again
Last updated