kumacoin.confの設定内容

#DNS SEED
#P2Pネットワークの一番最初の接続先
addnode=kumacoin.seed.lapool.me

#JSON-RPCサーバー
#外部アプリケーションから操作するための入口
#coind運用の場合は必須、kumacoind getinfo 等のコマンドで操作できる
server=1
rpcuser=kumacoinrpc
rpcpassword=1234567890
rpcallowip=127.0.0.1
rpcport=7585
maxconnections=100

#動作モード
#バックグラウンドで実行
daemon=1

#ログファイル出力先
#デフォルトはウォレット保存先/debug.log
#Raspberry Piで動作させる場合はSDカードが消耗するのでtmpfs等を指定する
debuglog=/tmp/kumacoind.log