also you can't use free ETH RPC for this. you need to buy any subscription plan. but i'm recomend you to use reliable service like alchemy, infura or any other. i personally use BlockPi (49$) and NodeReal (39$) because they has more cheaper price and reliable services. for nodereal you can use my links https://nodereal.io/invite/39aa0451-acb0-440c-8bcd-ab566857a3da and get some bonus referral registration too.
git clone https://github.com/PowerLoom/deploy.git --single-branch powerloom_testnet_pretask --branch testnet_pretask && cd powerloom_testnet_pretask
Copy .env configuration
cp env.example .env
Edit your configuration
// Change SOURCE_RPC_URL, SIGNER_ACCOUNT_ADDRESS, SIGNER_ACCOUNT_PRIVATE_KEY and POOLER_API_PREFIX
// SOURCE_RPC_URL need to use paid services!
// SIGNER_ACCOUNT_ADDRESS = your new address. create one on https://vanity-eth.tk/
// SIGNER_ACCOUNT_PRIVATE_KEY = your private key of wallet SIGNER_ACCOUNT_ADDRESS
// POOLER_API_PREFIX please use: http://YOUR_IP:8002 , change YOUR_IP to your vps ip.
sudo nano .env
// after editing, use CTRL+X, then press Y and enter to close file editor
Run the program
// Run for 24-48 Hours, then ping the team on your ticket raised on discord.
./build.sh