Boundless Guild Role Quest Guide:
In this guide, the script will automatically install all the requirements and perform the operations. You can follow the steps via the terminal. Attention: This is not a node installation. We will only interact with the contract and send money to perform the task.
Conditions:
- A github account that is older than 6 months. - A discord account that is older than 6 months. - A new metamask wallet. - If you don't have these, completing the last task below will be useless.
Requirements:
You can do this on free server providers. The cheapest server may be included.
Pre-Installation Requirements:
- Link Guild Accounts
→ Guild go. → Connect your newly created Metamask wallet. → Connect your Discord and github accounts.
- Alchemy Base Mainnet RPC URL
→ Alchemy Create an account. → Get RPC for Base Mainnet. → Format: https://base-mainnet.g.alchemy.com/v2/YOUR_API_KEY
- Wallet Information
→ IMPORTANT: Use only empty and unused wallets. → Have the private key ready.
- Required Balances
→ For Prover Role: 10+ USDC + 1$ ETH (gas) → For the Giant Role: 0.000001+ ETH + ETH for gas → For both: 10+ USDC + 0.000001+ ETH + 1-2$ ETH (commission) = Total 12$
Installation Steps:
1. Connect to Server:
→ Open your terminal and connect to your server by running the following command.
ssh root@server-ip-enter
2. Install Necessary Dependencies:
sudo apt update && sudo apt install -y curl
3. Download and Run the Script
bash <(curl -s https://raw.githubusercontent.com/UfukNode/boundless-guild-rol/refs/heads/main/guild.sh)
📌 After entering the information below, it may take a while to install the necessary tools. Please be patient!
4. Information Required by the Script:
- 1. RPC URL Entry - 2. Private Key Entry - 3. Role Selection - 4. Quantity Adjustment - 5. Balance Check - 6. Transaction Execution
✅ After Successful Installation:
You will receive an output like the one below. You can return to https://guild.xyz/boundless-xyz to confirm the quests.
⚠️ Troubleshooting
Problem: Insufficient funds error: - Check wallet balance. - Keep extra ETH for gas fees. - Make sure transactions are made on the base network.
Problem: RPC connection error: - Check the Alchemy RPC URL. - Make sure the API key is correct.