Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Jun 25, 2021
1 parent fd225e1 commit 918d241
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/build
config.env
inventory.yml
.vagrant
2 changes: 1 addition & 1 deletion ansible/nimbus/templates/nimbus_run
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ nimbus_executable_name }} \
--network={{ nimbus_network }} \
--data-dir={{ nimbus_data_dir }} \
--log-level="DEBUG" \
--log-level="INFO" \
--log-file={{ nimbus_data_dir }}/log/nbc_bn.log \
--web3-url={{ web3_url }} \
--tcp-port=9000 \
Expand Down
2 changes: 1 addition & 1 deletion docker/nimbus/build-nimbus.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export MAKE_BUILD_TARGET=nimbus_beacon_node;
export NIMFLAGS="-d:insecure";
# export NIMFLAGS="-d:insecure"; # old, used to get metrics.

echo "fetching..." && \
git fetch && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

ansible all -i inventory.yml \
-a '/usr/bin/curl curl -s localhost:8008/metrics' | \
grep "^libp2p_peers \|^beacon_current_epoch \|^beacon_head_slot " | \
grep "^libp2p_peers \|^beacon_current_epoch \|^beacon_head_slot \|^next_action_wait " | \
column -t

0 comments on commit 918d241

Please sign in to comment.