[Blockchain] ethereum manually add static nodes

Source: Internet
Author: User

If the chunk is synchronized to a node each time, it can be manually added as a static node, which can greatly improve the efficiency of synchronization

Here to apply a 79619646 of the private chain, thank you, I will not have to create a virtual machine to do the static node

Function default everyone has installed mist, it is a set of WEB3 and wallet tools, the default will also have Geth installation, of course, can also use the above address Geth installation method

The creation of a document to one, must apply to someone else's, address

After the download is complete, I put it in the Geth's sibling directory for convenience, and then enter the following command

C:\users\administrator\appdata\roaming\mist\binaries\geth\unpacked>geth.exe--datadir "D:\geth" Init Genesis.json

Then decisive access to the console after using the selected network

C:\users\administrator\appdata\roaming\mist\binaries\geth\unpacked>geth   --datadir "D:\geth"  -- Networkid--nodiscover Console

Then add the private chain that others provide

Admin.addpeer ("Enode://f1030923b597e47148e6824756aa2d43039cae0da4db20f23e60fe819d5264019[email protected") 193.112.92.214:30303 ")

Add a user setting password of 123456

Personal.newaccount ("123456")

Start digging, take a look at the thread.

Miner. Start (1)

When you stop digging through miner.stop () and enter your wallet, be sure to datadir when you enter your wallet.

D:\ethereum-wallet-win64-0-11-1> "Ethereum Wallet.exe"--datadir "D:\geth"

Then you can see the results, although it is false, but still very happy.

[Blockchain] ethereum manually add static nodes

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.