Geth (Go Ethereum)
Blockchain is a Distributed Immutable Lager. Ethereum Blockchain has Smart Contract.
Using Geth we can join Ethereum network or create our own private Ethereum network, transfer ether
between accounts or even mine ethers.
Vscode:
>geth init .\genesis.json –datadir Ethereum
>geth –datadir .\Ethereum\ --nodiscover
>geth attach ipc://./pipe/geth.ipc
Welcome to the Geth JavaScript console!
>personal.newAccount()
>eth.accounts
>eth.syncing
>miner.setEtherbase(eth.accounts[0])
>miner.start(1)
>eth.getBalance(eth.accounts[0])
IPFS
The machine that runs IPFS S/W to store and retrieve files from the IPFS network is called the IPFS node.