core-geth
core-geth copied to clipboard
A highly configurable Go implementation of the Ethereum protocol.
These bootnodes did not respond to `./build/bin/devp2p discv4 ping` requests. For details: https://github.com/etclabscore/core-geth/actions/runs/3202643161.
This PR builds from and replaces #452 (thanks @ziogaschr) which provided the pattern for configurable HD derivation path support. This branch has been rebased on master since then. When `--usb`...
We've had a couple questions lately (#494, #492) regarding GPU and Stratum mining. This document is a work in progress, but I'll get the PR up and running so it...
mine etc
hola, donde puedo encotrar informacion completa para minar etc con gpu en core geth, mediante http, y en stratum?, gracias
Hi! I donwloaded the last version Demeter (v1.12.8) to launch my local solo mining pool. I have 15 Gh/s mining power. I launched geth with this command: geth --classic --http...
On an initial sync for Mordor, it fails with issues similar (but not exactly the same) as https://github.com/etclabscore/core-geth/issues/439 - the behavior seems most similar to https://github.com/etclabscore/core-geth/issues/439#issuecomment-1095117018. It was pretty easy...
#### System information Geth version: 1.12.7 OS & Version: Linux #### Expected behaviour [This transaction](https://blockscout.com/etc/mainnet/tx/0x9a5c2f858d891683ce66d25cce97c4eda58ac520534dfbae77d8529262899d7b) successfully creates a smart contract. The receipt indicates the address of the created contract: Web3...
Merges [our 1.10.20 merge branch](https://github.com/etclabscore/core-geth/tree/merge/foundation-release/1.10.20) with ethereum/go-ethereum's currently-latest `release/1.10` branch, which has its head at ``` commit 671094279e8d27f4b4c3c94bf8b636c26b473976 (tag: v1.10.21, foundation/release/1.10) Author: Felix Lange Date: Wed Jul 27 13:53:06 2022...
Resolving #358. ### Notes - EIP3436 is a "soft" feature; it doesn't need to be activated with a hard fork. Despite that, I've added it as a transitional value. -...