Ethereum catalog
Ethernet mining tutorial
1. Create a new folder on the hard disk, which is better than C: eth. Then all the mining software is stored here
2. Download the following software
1) geth -- select geth win download and unzip
2) ethernet -- download and unzip to the same folder and rename it as "miner"
3) Ethereum wallet -- Download the win Ethereum wallet and unzip it and rename it as "wallet"
install all the software
3 Open the command prompt (click win and R at the same time, or click Start menu and enter CMD). The command prompt is a command line parser that allows you to execute command input software in the operating system
After
, you will have Ethereum wallet. But there is no balance, so next you need to build an ethminer. It's time to minimize your wallet
Mining
make: * * [geth] error 1
there is no such directory, or the directory has insufficient permissions
java_ The home value is: the directory where JDK is installed, and mine is C: 92; Program Files\ Java\ jdk1.6.0_ 34
the classpath value is:;% JAVA_ HOME%\ lib\ tools.jar;% JAVA_ HOME%\ lib\ dt.jar;% JAVA_ HOME%\ bin;( Pay attention to the & quot& quot; To add)
Path: append at the beginning.;% JAVA_ HOME%\ bin;% JAVA_ HOME%\ jre\ bin;( Pay attention to the & quot& quot; To add)
after the installation, you can check whether the JDK is installed successfully. Open the CMD window and enter Java – version to view the version information of JDK.
DNS is recorded in resolv.conf under / etc
the domain name is in named.conf under / etc
- eth0 is the default naming method for versions below 7
- in your system, 33 is the correct network card configuration file
- hope to help you, please adopt it, thank you < / OL >
Problem Description:
ifconfig command cannot find eth0 device, and / etc / sysconfig / network scripts / has only ifcfg Lo file, but no ifcfg-eth0
temporary solution 1:
using the command ifconfig
eth0
192.168.1. X, the IP of eth0 can be set normally. This method is only a temporary method, and it will be invalid after the system is restarted
permanent solution 2:
1. Create ifcfg-eth0 file in / etc / sysconfig / network scripts / directory
2. Set device, bootproto, onboot, IPADDR, gateway, dns1, domain, netmask, network, name, etc. of ifcfg-eth0 correctly, for example:
device = eth0
