[
{
"name" : "geth",
"cwd" : "/usr/bin/",
"script" : "geth",
"args" : "--rpc --fast --maxpeers 100 --cache 512",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"merge_logs" : false,
"watch" : false,
"max_restarts" : 10,
"exec_interpreter" : "none",
"exec_mode" : "fork_mode"
},
{
"name" : "ethstats-client",
"cwd" : "/home/deploy/ethstats-client/",
"script" : "app.js",
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"log_file" : "/home/deploy/ethstats-client/logs/node-app-log.log",
"out_file" : "/home/deploy/ethstats-client/logs/node-app-out.log",
"error_file" : "/home/deploy/ethstats-client/logs/node-app-err.log",
"merge_logs" : true,
"watch" : false,
"max_restarts" : 10,
"exec_interpreter" : "node",
"exec_mode" : "fork_mode",
"env":
{
"NODE_ENV" : "production",
"RPC_HOST" : "localhost",
"RPC_PORT" : "8545",
"LISTENING_PORT" : "30303",
"INSTANCE_NAME" : "", //<-双引号内填写您的节点名称信息。
"CONTACT_DETAILS" : "", //<-双引号内填写您的联系信息,如网址或邮箱地址。
"WS_SERVER" : "wss://stats.ethfans.org",
"WS_SECRET" : "ethfans4you",
"VERBOSITY" : 2
}
}
]