# nillion node

By [Untitled](https://paragraph.com/@0x268606fb0b6bd4f49c5a456c2368a08682a34c27) · 2024-08-29

---

1

    sudo apt update && sudo apt upgrade -y
    

2

    sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
    

3

    docker pull nillion/retailtoken-accuser:v1.0.0
    

4

    mkdir -p nillion/accuser
    

5

    docker run -v ./nillion/accuser:/var/tmp nillion/retailtoken-accuser:v1.0.0 initialise
    

6

    sudo cat /root/nillion/accuser/credentials.json
    

**!!!Follow the steps in the thread!!!**

**!!!Wait 1 HOUR!!!**

7

    cd
    

8

!!!!!copy the command from step 7 on the verifier website!!!!!

---

*Originally published on [Untitled](https://paragraph.com/@0x268606fb0b6bd4f49c5a456c2368a08682a34c27/nillion-node)*
