Files
linea-besu/docs/development/running-developer-builds.md
Joshua Fernandes d6a2394e2d Migrating Pantheon to Besu (#1945)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-09-16 11:14:10 +10:00

324 B

Running Developer Builds

Build and run Besu with default options using:

./gradlew installDist

By default this stores all persistent data in build/install/besu.

To set custom CLI arguments for the Besu execution:

cd build/install/besu

./bin/besu --discovery-enabled=false --data-path=/tmp/besutmp