https://github.com/manifoldfinance/mev-gethx
flashbots mev-geth enhanced by Code0x2
https://github.com/manifoldfinance/mev-gethx
ethereum flashbots geth go-ethereum mev mev-geth
Last synced: 4 months ago
JSON representation
flashbots mev-geth enhanced by Code0x2
- Host: GitHub
- URL: https://github.com/manifoldfinance/mev-gethx
- Owner: manifoldfinance
- License: lgpl-3.0
- Created: 2022-08-13T16:02:04.000Z (about 3 years ago)
- Default Branch: build-go-updates
- Last Pushed: 2022-09-20T03:03:09.000Z (about 3 years ago)
- Last Synced: 2024-05-19T00:36:43.160Z (over 1 year ago)
- Topics: ethereum, flashbots, geth, go-ethereum, mev, mev-geth
- Language: Go
- Homepage:
- Size: 165 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# MEV-geth
This is a fork of go-ethereum, [the original README is here](README.original.md).
Flashbots is a research and development organization formed to mitigate the negative externalities and existential risks posed by miner-extractable value (MEV) to smart-contract blockchains. We propose a permissionless, transparent, and fair ecosystem for MEV extraction that reinforce the Ethereum ideals.
## Quick start
```
git clone https://github.com/flashbots/mev-geth
cd mev-geth
make geth
```
See [here](https://geth.ethereum.org/docs/install-and-build/installing-geth#build-go-ethereum-from-source-code) for further info on building MEV-geth from source.
## Documentation
See [here](https://docs.flashbots.net) for Flashbots documentation.
| Version | Spec |
| ------- | ------------------------------------------------------------------------------------------- |
| v0.6 | [MEV-Geth Spec v0.6](https://docs.flashbots.net/flashbots-auction/miners/mev-geth-spec/v06) |
| v0.5 | [MEV-Geth Spec v0.5](https://docs.flashbots.net/flashbots-auction/miners/mev-geth-spec/v05) |
| v0.4 | [MEV-Geth Spec v0.4](https://docs.flashbots.net/flashbots-auction/miners/mev-geth-spec/v04) |
| v0.3 | [MEV-Geth Spec v0.3](https://docs.flashbots.net/flashbots-auction/miners/mev-geth-spec/v03) |
| v0.2 | [MEV-Geth Spec v0.2](https://docs.flashbots.net/flashbots-auction/miners/mev-geth-spec/v02) |
| v0.1 | [MEV-Geth Spec v0.1](https://docs.flashbots.net/flashbots-auction/miners/mev-geth-spec/v01) |
### Feature requests and bug reports
If you are a user of MEV-Geth and have suggestions on how to make integration with your current setup easier, or would like to submit a bug report, we encourage you to open an issue in this repository with the `enhancement` or `bug` labels respectively. If you need help getting started, please ask in the dedicated [#⛏️miners](https://discord.gg/rcgADN9qFX) channel in our Discord.