Nexus Testnet II Guide
✅ Fundraising: $25M
✅Confirm Airdrop (based on NEX Points)
💯FREE
Guide:
- Access:
app.nexus.xyz/
- Connect email > press CONNECT TO NEXUS and it will mine automatically
- Ae has participated in Phase 1 > homepage > Earnings > View previous Point > will get the Points earned in Phase 1
————————-
Guide to running with CLI on the server (less heavy machine and faster mining):
✅ VPS I use from DigitalOcean:
- New accounts will be FREE 200$, use until it runs out (Requires a visa card). Use as much as you pay (calculated by hour) if you don't use it anymore, delete the VPS to avoid wasting money
➡️ Registration link: DigitalOcean
✅ Create VPS by > Create Droplets > select VPS configuration > note the OS section select Ubuntu: 22.04
✅ After accessing the VPS, run the following commands:
✅ End: February 21
✅ Currently CLI is still lagging and cannot run
✅ If you want to hang a website, paste the code below into the console, it will automatically turn on the connect button if it is turned off
function checkAndClick() {
let offlineText = Array.from(document.querySelectorAll("p")).find(p => p.textContent.includes("CONNECT TO NEXUS")); // Check if the text "CONNECT TO NEXUS" is present on the page
let switchButton = document.querySelector("div.related.w-24.h-16.rounded-full.cursor-pointer"); // Select the switch button based on its class
if (offlineText) {
console.log("Offline detected! Turning the switch back on...");
if (switchButton) {
switchButton.click();
console.log("Switch has been clicked.");
} else {
console.log("Switch button not found!");
}
}
}
// Run the check periodically every 2 seconds
setInterval(checkAndClick, 2000);
FAQ: Can I use multiple devices?
Yes, you can connect as many devices as you like, including desktops, laptops, mobile phones, and servers. You can link and manage all your devices from a single Nexus account. You can also demonstrate calculations in multiple browser tabs at the same time.