F2Pool Yilifang ETN Mining Tutorial

F2Pool Yilifang ETN Mining Tutorial

Currently, ETN can be mined through CPU, graphics card (N card and A card) and some ASIC miners (white card N/N+, A8/A8+, X3 and other ASIC miners that support cryptonight algorithm). Both Windows and Linux systems can mine.

However, the computing power of ASIC mining machines is hundreds or even thousands of times higher than that of CPU and graphics cards. The profit from graphics card mining is not very ideal. It is recommended to use AISC mining machines for mining before the ETN algorithm is adjusted.

  • 1. The simple mining tutorial is as follows:

  • ETN official information:

【Official website link】:https://electroneum.com

  • How to get a wallet:

    Official Wallet】: Create an account on the official website https://my.electroneum.com/ (you need to use the Internet to verify the login), and use the "Public Wallet Address" on the right for mining.

    【Mobile App】: In the Google Play app store, search for “electroneum” directly, download the app, and get the wallet address.

    [Exchange]: There are many exchanges that support ETN, here are a few: Cryptopia website: https://www.cryptopia.co.nz;

    Bitbns website: https://bitbns.com

  • How to obtain mining software:

    • F2Pool version (including CPU, N card, A card)

【Baidu Netdisk】: https://pan.baidu.com/s/1EYaUSgNrBedBLxv5jrhUnw

【Mega Cloud Disk】:https://mega.nz/#F!ddhXybCL!F2Wu2cVaehzOe7DK8Wp4yw

Developer original version

【CPU download link】:

Xmrig releases: https://github.com/xmrig/xmrig/releases

Claymore version: https://bitcointalk.org/index.php?topic=638915.0

【N card download link】:

Xmrig version: https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.6.1

Ccminer version: http://ccminer.org/

【A card download link】:

Xmrig version: https://github.com/xmrig/xmrig-amd/releases

Claymore version: https://bitcointalk.org/index.php?topic=638915.0

For Linux miners, you can download the Linux version of the mining software through the original link.

  • #### Command line (mining parameters)

【CPU Mining Machine】:

Xmrig miner:

xmrig.exe --donate-level 1 --max-cpu-usage 85 --cpu-priority 3 -o etn.f2pool.com:13333 -u 钱包地址.矿工号-px -k

Claymore miner:

NsCpuCNMiner64.exe -o etn.f2pool.com:13333 -u 钱包地址.矿工号-px

【N card mining machine】:

Xmrig miner:

xmrig-nvidia.exe --donate-level 2 -o etn.f2pool.com:13333 -u 钱包地址.矿工号-px -k

ccminer:

ccminer-x64.exe -a cryptonight -o stratum+tcp://etn.f2pool.com:13333 -u 钱包地址.矿工号-px

【A card mining machine】:

Xmrig miner:

xmrig-amd.exe --donate-level 2 -o etn.f2pool.com:13333 -u 钱包地址.矿工号-px -k

Claymore miner:

NsGpuCNMiner.exe -xpool etn.f2pool.com:13333 -xwal 钱包地址.矿工号-xpsw x

【ASIC Miner】:

Pool URL: stratum+tcp://etn.f2pool.com:13333

Worker (user): wallet address. miner name

Special note: If you are required to fill in the payment ID for recharge, please add the payment ID in the wallet address in the mining parameters. The format is: wallet address. payment ID. miner number

  • #### View the income method:

On the official website of F2Pool: https://www.f2pool.com, click the search icon in the upper right corner, enter the wallet address, and click "View" to monitor the mining machine and view the account income.

  • #### Block Browser:

https://blockexplorer.electroneum.com/

  • ### 2. How to set up GPU mining

Under the Cryptonight algorithm, the CPU's computing power is too low, so it is not recommended to use the CPU for mining. If you are interested in trying, you can obtain the CPU mining software through the link in the "Simple Tutorial" and start mining. I will not go into details here.

  • #### Get the graphics card mining software

Ÿ F2Pool version (including CPU, N card, A card)

【Baidu Netdisk】: https://pan.baidu.com/s/1EYaUSgNrBedBLxv5jrhUnw

【Mega Cloud Disk】:https://mega.nz/#F!ddhXybCL!F2Wu2cVaehzOe7DK8Wp4yw

ŸDeveloper original version:

【N card download link】:

Xmrig version: https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.6.1

Ccminer version: http://ccminer.org/

【A card download link】:

Xmrig version: https://github.com/xmrig/xmrig-amd/releases

Claymore version: https://bitcointalk.org/index.php?topic=638915.0

  • How to set up graphics card mining:

    Using Xmrig Miner Software

Download the A card (or N card) mining software, decompress it, and find the "start" file, as shown in the figure below.

Right-click the "start" file, select "Edit", and after opening it, fill in the following command line:

N card:

xmrig-nvidia.exe --donate-level 2 -o etn.f2pool.com:13333 -u 钱包地址.矿工号-px -k

A card:

xmrig-amd.exe --donate-level 2 -o etn.f2pool.com:13333 -u 钱包地址.矿工号-px -k

The meanings of the various parameters are as follows:

  • xmrig-amd.exe (or xmrig-nvidia) calls the program named "xmrig.amd.exe" (or xmrig-nvidia) in the same folder

  • -o mining pool address and port number, F2Pool version program, the default mining pool is: etn.f2pool.com:13333

  • -u wallet address and worker number. The wallet address and worker number should be separated by a period.

Verify that the mining pool address and port are correct, modify and fill in the correct wallet address and miner number, save and exit the "start" file, and the parameter settings are complete (as shown in the figure below). Directly run the "start" file to start mining.

Using claymore miner software

For A card mining machine, download the claymore version of AMD GPU Miner from the relevant link, unzip the file, and find the "start" file, as shown below:

Right-click the "start" file, select "Edit", and add the following command line to the opened text file:

NsGpuCNMiner.exe -xpool etn.f2pool.com:13333 -xwal 钱包地址.矿工号-xpsw x

After setting the parameters, save and exit the "start" file, then double-click to run "start" to start mining.

  • #### Use ccminer mining software

For N card mining machine, download ccminer from the relevant link, unzip the file, and find the "start" file, as shown below:

Right-click the "start" file, select "Edit", and add the following command line to the opened text file:

ccminer-x64.exe -a cryptonight -o stratum+tcp://etn.f2pool.com:13333 -u 钱包地址.矿工号-px

  • ### 3. How to use ASIC mining machine for mining

ETN and Monero have the same algorithm, so ASIC miners that can mine Monero, such as White Card N/N+, A8/A8+, X3 and other Monero-type miners, can also mine ETN, using the cryptonight algorithm. The settings of the miners are similar. Taking X3 as an example, the settings of the miners are mainly divided into two steps:

  • #### Check the mining machine IP

Download IP search software: https://pan.baidu.com/s/1o8UiM3C.

Unzip the downloaded IP Finder and double-click IPReporter in the folder.

Click "Start", then press and hold the IP Reporter button of the mining machine for one second and then release it.

At this time, the IP address of the mining machine will automatically pop up on the software. Copy the IP address to the browser.

Open the browser, paste the mining machine IP found above into the browser address bar, press Enter, in the pop-up authentication, enter "root" for both username and password, and click OK. At this time, we will enter the background of managing the mining machine.

  • #### Set up the mining machine background

In Miner Configuration/General Settings, set up the mining pool and miners.

URL: stratum+tcp://etn.f2pool.com:13333

Worker: wallet address. miner name

The miner name can be customized, which can be a number or letter number. One miner name is enough for one miner. For example: etnk6VC2Hn6DnFM2HB3VnyZh9mnwKwbdZgZjrnvoWJE6GJDcLGyadAei73kWehbrHTTNk8V9QNYb6H7UcMiyA8SW8oJF971iMn.01

Password: miner password (can be set at will).

After the mining pool and miner settings are completed, click "Save&Apply" in the lower right corner.

  • ### 4. Mining machine monitoring and revenue query methods

Visit the official website of F2Pool: https://www.f2pool.com, click the search icon in the upper right corner, enter the wallet address set when mining, and click "View", as shown below:

You can view the mining machine operation status and daily income.

<<:  Japanese IT giant GMO launches first 7nm chip-based Bitcoin mining machine

>>:  Hut 8, a Bitfury-backed mining company, mined 828 bitcoins in the first quarter of this year

Recommend

What are the facial features of a successful man?

Men have different facial features and different ...

What does Tianji in the Palace of Illness represent?

The star Tianji has the characteristics of being ...

Is the civil war among Bitcoin bulls really over?

Author: Cleopatra About a year ago, a debate over...

What kind of faces pay attention to dining etiquette?

Sometimes, many aspects of etiquette cannot be ig...

Kakao Talk, the Korean version of WeChat, enters the Bitcoin remittance market

At more than six years old, Seoul-based chat app ...

A smooth and round forehead indicates a rich and noble fate

There are actually many definitions of a wealthy ...

EU's change in stance on Bitcoin won't hurt ISIL

The recent terrorist attacks in Paris have caused...

Why encrypted phones are becoming popular

Hardware has always been hard. Niche tech devices...

Grayscale wins court case, GBTC trading volume surges 17%

Grayscale scored a major victory in court against...

Ox nose facial features

Niubi Dafu Characteristics of the ox nose <br ...

Your face and facial features can tell whether you have a romantic relationship

In fact, in daily life and predictions, topics su...

Bitcoin price stabilizes above value support line

The price of Bitcoin is firmly above the support ...