File tree Expand file tree Collapse file tree 6 files changed +8
-1
lines changed Expand file tree Collapse file tree 6 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const (
3131	// version is the current version of the tool. It is set during build. 
3232	// NOTE: When changing this, please also update the version in the 
3333	// download link shown in the README. 
34- 	version  =  "0.13.5 " 
34+ 	version  =  "0.13.6 " 
3535	na       =  "n/a" 
3636
3737	// lndVersion is the current version of lnd that we support. This is 
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ chantools forceclose \
3737      --bip39                    read a classic BIP39 seed and passphrase from the terminal instead of asking for lnd seed format or providing the --rootkey flag 
3838      --channeldb string         lnd channel.db file to use for force-closing channels 
3939      --fromchanneldb string     channel input is in the format of an lnd channel.db file 
40+       --fromchanneldump string   channel input is in the format of a channel dump file 
4041      --fromsummary string       channel input is in the format of chantool's channel summary; specify '-' to read from stdin 
4142  -h, --help                     help for forceclose 
4243      --listchannels string      channel input is in the format of lncli's listchannels format; specify '-' to read from stdin 
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ chantools rescueclosed --fromsummary results/summary-xxxxxx.json \
5454      --commit_point string       the commit point that was obtained from the logs after running the fund-recovery branch of guggero/lnd 
5555      --force_close_addr string   the address the channel was force closed to, look up in block explorer by following funding txid 
5656      --fromchanneldb string      channel input is in the format of an lnd channel.db file 
57+       --fromchanneldump string    channel input is in the format of a channel dump file 
5758      --fromsummary string        channel input is in the format of chantool's channel summary; specify '-' to read from stdin 
5859  -h, --help                      help for rescueclosed 
5960      --listchannels string       channel input is in the format of lncli's listchannels format; specify '-' to read from stdin 
Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ chantools summary --fromchanneldb ~/.lnd/data/graph/mainnet/channel.db
2222### Options  
2323
2424``` 
25+       --ancient                  Create summary of ancient channel closes with un-swept outputs 
26+       --ancientstats string      Create summary of ancient channel closes with un-swept outputs and print stats for the given list of channels 
2527      --apiurl string            API URL to use (must be esplora compatible) (default "https://api.node-recovery.com") 
2628      --fromchanneldb string     channel input is in the format of an lnd channel.db file 
29+       --fromchanneldump string   channel input is in the format of a channel dump file 
2730      --fromsummary string       channel input is in the format of chantool's channel summary; specify '-' to read from stdin 
2831  -h, --help                     help for summary 
2932      --listchannels string      channel input is in the format of lncli's listchannels format; specify '-' to read from stdin 
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ chantools sweeptimelock \
3333      --bip39                    read a classic BIP39 seed and passphrase from the terminal instead of asking for lnd seed format or providing the --rootkey flag 
3434      --feerate uint32           fee rate to use for the sweep transaction in sat/vByte (default 30) 
3535      --fromchanneldb string     channel input is in the format of an lnd channel.db file 
36+       --fromchanneldump string   channel input is in the format of a channel dump file 
3637      --fromsummary string       channel input is in the format of chantool's channel summary; specify '-' to read from stdin 
3738  -h, --help                     help for sweeptimelock 
3839      --listchannels string      channel input is in the format of lncli's listchannels format; specify '-' to read from stdin 
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ chantools sweeptimelockmanual \
5151      --feerate uint32              fee rate to use for the sweep transaction in sat/vByte (default 30) 
5252      --frombackup string           channel backup file to read the channel information from 
5353      --fromchanneldb string        channel input is in the format of an lnd channel.db file 
54+       --fromchanneldump string      channel input is in the format of a channel dump file 
5455      --fromsummary string          channel input is in the format of chantool's channel summary; specify '-' to read from stdin 
5556  -h, --help                        help for sweeptimelockmanual 
5657      --listchannels string         channel input is in the format of lncli's listchannels format; specify '-' to read from stdin 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments