自分用メモ
Bitcoin Coreの話。
cpulimitを使う方法
bitcoind -daemon
cpulimit -z -l 10 -p `pidof bitcoind` &
OPID=($(pidof bitcoind))
su bitcoin -c "$BITCOIND_DIR/bitcoind -datadir=$TEST_DATA $*"
BPID=$(pidof ${OPID[@]/#/-o } bitcoind)
if [[ -n $BPID ]]; then (cpulimit -z -l 10 -p $BPID &); fi
検索用語
- Bitcoin, Bitcoin Core, bitcoind, bitcoin-cli
- ビットコイン