File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ def run():
460
460
help = 'number of mincoin auto-generated addresses to maintain for getwork dynamic address allocation' ,
461
461
type = int , action = 'store' , default = 2 , dest = 'numaddresses' )
462
462
parser .add_argument ('-t' , '--timeaddresses' ,
463
- help = 'seconds between acquisition of new address and removal of single old (default: 2 days or 172800s )' ,
464
- type = int , action = 'store' , default = 172800 , dest = 'timeaddresses' )
463
+ help = 'seconds between acquisition of new address and removal of single old (default: 4 hours or 14400s )' ,
464
+ type = int , action = 'store' , default = 14400 , dest = 'timeaddresses' )
465
465
parser .add_argument ('--datadir' ,
466
466
help = 'store data in this directory (default: <directory run_mincoinpool.py is in>/data)' ,
467
467
type = str , action = 'store' , default = None , dest = 'datadir' )
You can’t perform that action at this time.
0 commit comments