This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Eth] | |
NetworkId = 1 | |
SyncMode = "fast" | |
NoPruning = false | |
LightPeers = 100 | |
DatabaseCache = 512 | |
TrieCleanCache = 256 | |
TrieDirtyCache = 256 | |
TrieTimeout = 3600000000000 | |
MinerGasFloor = 8000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMMANDS: | |
account Manage accounts | |
attach Start an interactive JavaScript environment (connect to node) | |
bug opens a window to report a bug on the geth repo | |
console Start an interactive JavaScript environment | |
copydb Create a local chain from a target chaindata folder | |
dump Dump a specific block from storage | |
dumpconfig Show configuration values | |
export Export blockchain into file | |
export-preimages Export the preimage database into an RLP stream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration file for libinput-gestures. | |
# Mark Blakeney, Sep 2015 | |
# | |
# The default configuration file exists at /etc/libinput-gestures.conf | |
# but a user can create a personal custom configuration file at | |
# ~/.config/libinput-gestures.conf. | |
# | |
# Lines starting with '#' and blank lines are ignored. Currently | |
# "gesture" and "device" configuration keywords are supported as | |
# described below. The keyword can optionally be appended with a ":" (to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Don't try to be vi compatible | |
set nocompatible | |
" Helps force plugins to load correctly when it is turned back on below | |
filetype off | |
" Turn on syntax highlighting | |
syntax on | |
" set the runtime path to include Vundle and initialize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Elasticsearch | |
Documentation=http://www.elastic.co | |
Wants=network-online.target | |
After=network-online.target | |
[Service] | |
Type=notify | |
RuntimeDirectory=elasticsearch | |
PrivateTmp=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default config: | |
#[API] | |
# ListenAddress = "/ip4/127.0.0.1/tcp/1234/http" | |
# Timeout = "30s" | |
# | |
#[Libp2p] | |
# ListenAddresses = ["/ip4/0.0.0.0/tcp/0", "/ip6/::/tcp/0"] | |
# | |
#[Metrics] | |
# Nickname = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
LOOPS=5 #How many times to run each test | |
SIZE=1024 #Size of each test, multiples of 32 recommended for Q32 tests to give the most accurate results. | |
WRITEZERO=0 #Set whether to write zeroes or randoms to testfile (random is the default for both fio and crystaldiskmark); dd benchmarks typically only write zeroes which is why there can be a speed difference. | |
QSIZE=$(($SIZE / 32)) #Size of Q32Seq tests | |
SIZE+=m | |
QSIZE+=m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lotus-storage-miner run -h | |
NAME: | |
lotus-storage-miner run - Start a lotus storage miner process | |
USAGE: | |
lotus-storage-miner run [command options] [arguments...] | |
OPTIONS: | |
--api value (default: "2345") | |
--enable-gpu-proving enable use of GPU for mining operations (default: true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lotus daemon -h | |
NAME: | |
lotus daemon - Start a lotus daemon process | |
USAGE: | |
lotus daemon [command options] [arguments...] | |
OPTIONS: | |
--api value (default: "1234") | |
--genesis value genesis file to use for first node run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./prometheus -h | |
usage: prometheus [<flags>] | |
The Prometheus monitoring server | |
Flags: | |
-h, --help Show context-sensitive help (also try --help-long and --help-man). |
OlderNewer