Skip to content

Commit

Permalink
adds run geth-bsp from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
noslav committed Jan 25, 2022
1 parent 89ed83c commit fd646f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ clean:
env GO111MODULE=on go clean -cache
rm -fr build/_workspace/pkg/ $(GOBIN)/*

run-geth-bsp:
./build/bin/geth \
--mainnet \
--port 0 \
--log.debug \
--syncmode full \
--datadir /Users/pranay/Library/Ethereum/workshop/ \
--replication.targets "redis://localhost:6379/?topic=replication" \
--replica.result \
--replica.specimen

# The devtools target installs tools required for 'go generate'.
# You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'.

Expand Down

0 comments on commit fd646f6

Please sign in to comment.