forked from litecoin-project/p2pool-scanner
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathscanner.cfg
13 lines (13 loc) · 866 Bytes
/
scanner.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
{
http_port : 8085, // local http port (set 0 to disable http server)
currency : "Vertcoin",
speed_abbrev : "Mh/s", // should be Mh/s for Litecoin and Gh/s for Bitcoin
addr_file : "/home/james/p2pool-vert-dev/data/vertcoin/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 : 50, // number of IPs to probe simultaneously
http_socket_timeout : 3000, // msec
rescan_list_delay : 18000000, // msec to wait (when done) before restarting full rescan
flush_to_file_every_N_msec : 10000, // set to 0 to disable file flushing
flush_filename : "index.html", // filename to which the app will flush the web page rendering
}