forked from litecoin-project/p2pool-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scanner.cfg
13 lines (13 loc) · 850 Bytes
/
scanner.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
{
http_port : 8080, // local http port (set 0 to disable http server)
currency : "Litecoin",
speed_abbrev : "Mh/s", // should be Mh/s for Litecoin and Gh/s for Bitcoin
addr_file : "../p2pool/data/litecoin/addrs", // p2pool address file to scan
init_file : "p2pool-litecoin-init.txt", // p2pool address file to scan on initial run (if no storage file found)
store_file : "p2pool-litecoin-public.json", // p2pool address file to store data
probe_N_IPs_simultaneously : 5, // number of IPs to probe simultaneously
http_socket_timeout : 10*1000, // msec
rescan_list_delay : 5000, // msec to wait (when done) before restarting full rescan
flush_to_file_every_N_msec : 1000 * 60, // set to 0 to disable file flushing
flush_filename : "index.html", // filename to which the app will flush the web page rendering
}