Skip to content

Instantly share code, notes, and snippets.

View mellery451's full-sized avatar

Michael Ellery mellery451

  • NVIDIA
  • California
View GitHub Profile
@mellery451
mellery451 / # emscripten - 2021-02-01_13-23-17.txt
Created February 1, 2021 21:35
emscripten on Ubuntu 18.04.2 LTS - Homebrew build logs
Homebrew build logs for emscripten on Ubuntu 18.04.2 LTS
Build date: 2021-02-01 13:23:17
@mellery451
mellery451 / # vim - 2020-12-28_08-31-57.txt
Created January 10, 2021 19:11
vim on Ubuntu 18.04.5 LTS - Homebrew build logs
Homebrew build logs for vim on Ubuntu 18.04.5 LTS
Build date: 2020-12-28 08:31:57
@mellery451
mellery451 / # vim - 2020-12-28_08-31-57.txt
Created January 10, 2021 19:09
vim on Ubuntu 18.04.5 LTS - Homebrew build logs
Homebrew build logs for vim on Ubuntu 18.04.5 LTS
Build date: 2020-12-28 08:31:57
@mellery451
mellery451 / # buildozer - 2020-11-18_12-21-41.txt
Created November 18, 2020 20:25
buildozer on Ubuntu 18.04.5 LTS - Homebrew build logs
Homebrew build logs for buildozer on Ubuntu 18.04.5 LTS
Build date: 2020-11-18 12:21:41

rippled report info

generated at Tue, 11 Feb 2020 21:27:50 +0000

cleaned config file

[server]
port_rpc_admin_local
port_peer

port_ws_admin_local

#!/usr/bin/env bash
set -eu
# verify running as root
if [[ $(id -u) -ne 0 ]] ; then
echo "Script must be run as root/sudo" 2>&1
exit 1
fi
ORIG_CORE=$(cat /proc/sys/kernel/core_pattern)

Proposal For Version 2 of Validator Lists

Current Version 1 Format