Difference between revisions of "Geth (Go-ethereum)"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
* Configuration:  
 
* Configuration:  
 
** <code>[[~/Library/Ethereum/geth/]]</code>
 
** <code>[[~/Library/Ethereum/geth/]]</code>
 +
*** <code>[[~/Library/Ethereum/geth/chaindata/]]</code>
 
** <code>[[~/Library/Ethereum/goerli/]]</code>
 
** <code>[[~/Library/Ethereum/goerli/]]</code>
 
** Linux?: <code>[[~/.ethereum/geth/]]</code>
 
** Linux?: <code>[[~/.ethereum/geth/]]</code>

Revision as of 08:09, 13 August 2024

wikipedia:geth an Ethereum execution client meaning it handles transactions, deployment and execution of smart contracts and contains an embedded computer known as the Ethereum Virtual Machine.


Commands

Examples

  geth --http --http.addr "0.0.0.0" --http.vhosts "*" --http.api "eth,net,web3,txpool"
geth --goerli --http --http.addr "0.0.0.0" --http.vhosts "*"  --http.api "eth,net,web3,txpool"

geth --http.api eth,web3,net,txpool --ws --ws.api eth,web3,net,txpool
geth (no options)
.../...
WARN [05-31|13:08:45.397] Post-merge network, but no beacon client seen. Please launch one to follow the chain!

Related

Activities

See also

Advertising: