@memeceo.eth
Step by Step guide to run Hypersnap node
Step 1:
Download Docker from here:
https://www.docker.com/products/docker-desktop/
Choose **AMD64 (x86_64) version** while downloading
Open Docker Desktop
Wait until it shows “Docker is running”
use chatgpt or yt if you get any error
---
Step 2:
Open terminal and type:
wsl --install
then
wsl --update
---
Step 3:
Open terminal again and choose **Ubuntu tab**
First time you open Ubuntu, it will automatically ask:
* Enter new username
* Enter new password
If you type wrong password then run
wsl -u root
then
passwd <yourusername>
then change new password
While typing password you will not see anything (normal)
---
Step 4:
Open terminal again and choose **Ubuntu tab** again
Type:
mkdir hypersnap
then
cd hypersnap
then
curl -sSL https://raw.githubusercontent.com/farcasterorg/hypersnap/refs/heads/main/scripts/hypersnap-bootstrap.sh | bash
---
Step 5:
they will ask you farcaster uid or username in step 4 so write properly
After this it will ask for sudo password
Enter the password you created in Step 3
While typing password you'll not see anything
---
Step 6:
Now you are ready to run a node
If you get any error, close all and start from Step 3
If you get any error ask ChatGPT
@cassie