Advertisement
bulrush

ETHNode

Nov 22nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Make ETH node

Jul 2016 blockchain was 30.5gb. Current bc size. May 2017 blockchain size is 72gb.

  1. DDG search.
  2. 2015. http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/installing-binaries/linux-sbcs.html
  3. 2016. *** Better instructions. http://raspnode.com/diyEthereumGeth.html
  4. 2016. https://themerkle.com/how-can-i-run-an-ethereum-node-on-my-raspberry-pi/
  5. Go-based Geth releases. https://github.com/ethereum/go-ethereum/releases
  6. EthRaspbian is a custom Linux image for the Raspberry pi 2/3 that runs Geth or Parity Ethereum client as a boot service and automatically turns your Rasberrypi into an full Ethereum node. https://github.com/diglos/pi-gen.
  7. May 2017. Instructions for installing on Windows. https://www.bitcoinisle.com/2017/05/25/tutorial-how-to-run-a-full-ethereum-node-on-windows-2/

Setup geth

pi@raspnode~/bin$ git clone -b release/1.3.3 https://github.com/ethereum/go-ethereum.git
pi@raspnode~/bin$ cd go-ethereum/
pi@raspnode~/bin/go-ethereum$ make geth
pi@raspnode~/bin/go-ethereum$ sudo cp build/bin/geth /usr/local/bin/ 

I'm getting errors with this one.

DL blockchain

  1. Use geth --fast --cache=4096 --verbosity 5. Also try --cache-1024. https://ethereum.stackexchange.com/questions/392/how-can-i-get-a-geth-node-to-download-the-blockchain-quickly

Help with ETH node

  1. Stack exchange
  2. Ethereum.org forums

ETH mining

CAUTION: When Proof of Stake starts, all ETH miners will stop. Their hardware will be worthless.

  1. Ethermine.org. See here for correct settings. Good reviews. Connect using program ethermine. Download and run ethermine for Windows or Linux. https://ethermine.org/.
  2. ASIC rig will always be more profitable. But repairing an ASIC machine is expensive, repairing/replacing a GPU card is cheaper.

Mining pools

Larger pools

  1. Earn more.

Smaller pools

  1. Smaller fees
  2. Support tends to be better.

Pool info

  1. With fees, which countries it supports, etc. https://www.reddit.com/r/EtherMining/wiki/software/pools

Pool Sites

  1. Kryptogold. https://krypto-gold.com/backoffice/register/user_register/VX16iQ%3D%3D
  2. Ethermine.org. http://ethermine.org

Mining apps

  1. Genoil's Ethminer. Easy to use.
  2. List of Windows mining apps. https://www.reddit.com/r/EtherMining/wiki/software/apps/windows
  3. Linux mining sw. https://www.reddit.com/r/EtherMining/wiki/software/apps/linux
  4. Parity. http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/installing-binaries/linux-sbcs.html

Mining OS

  1. Ethos. $39. Easy to use with AMD cards. Web-based shell access. Buy it at https://gpushack.com/collections/gpushack/products/ethos-16gb-digital-download.

Parity

  1. Parity. http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/installing-binaries/linux-sbcs.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement