Why pay attention to the SVM track: SVM, a new track, is still worth the risk. Currently, the four kings of SVM: @EclipseFND @soon_svm @Terminaxyz @atlasxyz have not issued coins, and the market has no valuation anchor, which makes it easy for big losses to occur.

As the leading project of SVM, @EclipseFND is far ahead in both popularity and strength. The project was founded in 2022, with a total financing of 65 million US dollars. The most recent financing was 50 million US dollars. The valuation reached 1 billion US dollars, far ahead of the other three.

Eclipse is a platform designed to facilitate efficient execution of Ethereum, providing developers with customized components by supporting multiple execution environments such as EVM, SVM, and MoveVM. The platform enables developers to deploy their own rollups powered by Solana OS and use any chain for security or data storage.



Financing information: www.rootdata.com/zh/Projects/detail/Eclipse?k=MTk4Mw%3D%3D

图像


Preparation

Since Eclipse does not support OKX wallet, I have been waiting for a long time, but cattle farming is so popular that I have to compromise!

1. EVM wallet, we recommend using #OKXWallet

2. The order number is recommended to be 25-50U ETH

3. Backpack wallet plug-in: https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof

4. ADSpower Fingerprint Browser (multiple use) registration link: https://share.adspower.net/tRQ7vcJHZVAuVCg




Cross-chain

Guanqiao: app.eclipse.xyz (it is recommended to run once when GAS is low)

Third-party bridge: relay.link/bridge/eclipse (gas is almost 0)

Demo:

1. Connect OKX wallet and Backpack wallet respectively

图像

2. Cross-chain (it is recommended to cross when GAS is low, and less than 1U when GAS is 5)

图像



Ecological interaction

There are two main types of on-chain interactions: one is ecological project interaction, and the other is the official mini-game, raising cattle, which is also the focus of our tutorial today. There is nothing much to say about ecological interaction, it’s the same old stuff.

DEX:orca.so

Loan: eclipse.save.finance

LIKE NFT 1: eclipse.underdogprotocol.com

LIKE NFT 2: scopenft.xyz



Cyber ​​cattle farming

Raising cattle is a small game officially released. The game is very simple. You just need to tap the screen to feed the cattle, but tapping all the time is very time-consuming and labor-intensive. Many smart friends thought of using a clicker, but some people in the community have reported that their accounts have been blocked, so you can use a script to achieve it, and you can open multiple games to raise cattle to save time and electricity.

Game entrance: tap.eclipse.xyz

Data dashboard: flipsidecrypto.xyz/Hessish/turbo-tap-9t6b2f

Invitation code: Rnh4br 4m58oJ 2V7kML (Each invitation code can only be used once. If you have an invitation code, please leave it in the comment section to share with each other)


Detailed process:

Visit the game portal: tap.eclipse.xyz, bind Twitter and DC (the card will be refreshed in this step), and mint a good name.

Click the screen to complete the transaction several times, and then the prepaid GAS will pop up. It is recommended to select 10,000 times, because the prepaid GAS is stored locally and will be lost if you clear the cookies!!!

图像

After prepaying GAS, press F12 to bring up the console. Select "console" and paste the code. You will be prompted with an error message, asking you to confirm whether to use the code. You need to manually enter "allow pasting"

图像

Then paste the following JavaScript code and press Enter:




// Configuration items
const stopMinutes = 100; // Stop time, unit: minutes
const maxClicks = 10000; // Maximum number of clicks
const minDelay = 100; // Minimum click delay (milliseconds)
const maxDelay = 1000; // Maximum click delay (milliseconds)

// Calculate stop timestamp
const stopTime = Date.now() + stopMinutes 60 1000;

//Record the current number of clicks
let clickCount = 0;

// Global switch: You can stop the program by modifying this variable
let isRunning = true;

//Format time as YYYY-MM-DD HH:mm:ss
function getCurrentTime() {
const now = new Date();
const year = now.getFullYear();
const month = String(now.getMonth() + 1).padStart(2, '0');
const day = String(now.getDate()).padStart(2, '0');
const hours = String(now.getHours()).padStart(2, '0');
const minutes = String(now.getMinutes()).padStart(2, '0');
const seconds = String(now.getSeconds()).padStart(2, '0');
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
}

function randomCenterClick() {
// Check if the global switch is off
if (!isRunning) {
console.log("The program has been manually stopped.");
return;
}

// Get the current time
const currentTime = Date.now();

// Check if the stop condition (time or number of clicks) is reached
if (currentTime >= stopTime || clickCount >= maxClicks) {
console.log("The set condition has been reached and the program has stopped running.");
return; // Stop execution
}

// Get the screen size
const screenWidth = window.innerWidth || document.documentElement.clientWidth;
const screenHeight = window.innerHeight || document.documentElement.clientHeight;

// Define the border ratio of the central area
const marginRatio = 0.1; // Margin ratio (10%)
const minX = screenWidth * marginRatio;
const maxX = screenWidth * (1 - marginRatio);
const minY = screenHeight * marginRatio;
const maxY = screenHeight * (1 - marginRatio);

// Generate a random position (within the center area)
const randomX = () => Math.floor(minX + Math.random() * (maxX - minX));
const randomY = () => Math.floor(minY + Math.random() * (maxY - minY));
const x = randomX();
const y = randomY();

// Create and trigger a click event
const clickEvent = new MouseEvent("click", {
view: window,
bubbles: true,
cancelable: true,
clientX: x,
clientY: y
});
const targetElement = document.elementFromPoint(x, y);
if (targetElement) {
targetElement.dispatchEvent(clickEvent);
}

// Record a click
clickCount++;

// Output debug information
const currentFormattedTime = getCurrentTime();
console.log(
`Click position: (${x}, ${y}), current click count: ${clickCount}, current time: ${currentFormattedTime}, next click delay: ${(minDelay + Math.random() * (maxDelay - minDelay)).toFixed(2)}ms`
);

// Generate a random delay (within the specified range)
const delay = minDelay + Math.random() * (maxDelay - minDelay);

// Schedule the next click
setTimeout(randomCenterClick, delay);
}

// Start random click loop
randomCenterClick();

// Method to stop the program
function stopClicking() {
isRunning = false; // Set the global switch to false
console.log("The program will stop at the next check.");
}



The first part of the code is the configuration item. You can customize the number of clicks, click time, and random click frequency.

图像

It is recommended to modify 100 minutes, 10,000 clicks, and delay setting 0.1-100 seconds
It will run automatically at this time, and the screen will keep popping up +1 +1 +1. If you have any questions or comments, please leave a message and I will help you solve them when I see them!

图像


Small benefits at the bottom of the text

If you want to open multiple accounts because you need DC and Twitter, I recommend using ADSPower Fingerprint Browser, which is the best in the industry and the first fingerprint browser I came into contact with. It has always had a good reputation.

Register now using my link: https://share.adspower.net/tRQ7vcJHZVAuVCg

Benefit 1. Those who register through my invitation can try 15 environments for free for 7 days.

Benefit 2: 40% off for annual payment now.

Benefit 3. Register through my invitation, use my discount code (zuoye) to save another 5%

Benefit 4: Energy deduction 10U

Welfare 5. I will return 10% of my rebate to everyone (add my WeChat zyjienichao, report your account number, and wait for a week. Please understand that the commission needs to be reviewed)

Counting all the discounts, the original cost of 50 windows a year is 252 US dollars, and after deductions + rebates, it only costs 115 US dollars. It is equivalent to 45% off!!!

图像