limenka-wallet.1 raw

   1  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
   2  .TH LIMENKA-WALLET "1" "May 2026" "limenka-wallet v29.3.0.knots20260508" "User Commands"
   3  .SH NAME
   4  limenka-wallet \- manual page for limenka-wallet v29.3.0.knots20260508
   5  .SH SYNOPSIS
   6  .B limenka-wallet
   7  [\fI\,options\/\fR] \fI\,<command>\/\fR
   8  .SH DESCRIPTION
   9  Limenka Knots limenka\-wallet utility version v29.3.0.knots20260508
  10  .PP
  11  limenka\-wallet is an offline tool for creating and interacting with Limenka Knots wallet files.
  12  .PP
  13  By default limenka\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
  14  .PP
  15  To change the target wallet, use the \fB\-datadir\fR, \fB\-wallet\fR and (test)chain selection arguments.
  16  .SH OPTIONS
  17  .HP
  18  \fB\-datadir=\fR<dir>
  19  .IP
  20  Specify data directory
  21  .HP
  22  \fB\-descriptors\fR
  23  .IP
  24  Create descriptors wallet. Only for 'create'
  25  .HP
  26  \fB\-dumpfile=\fR<file name>
  27  .IP
  28  When used with 'dump', writes out the records to this file. When used
  29  with 'createfromdump', loads the records into a new wallet.
  30  .HP
  31  \fB\-format=\fR<format>
  32  .IP
  33  The format of the wallet file to create. Either "bdb" or "sqlite". Only
  34  used with 'createfromdump'
  35  .HP
  36  \fB\-help\fR
  37  .IP
  38  Print this help message and exit (also \fB\-h\fR or \-?)
  39  .HP
  40  \fB\-legacy\fR
  41  .IP
  42  Create legacy wallet. Only for 'create'
  43  .HP
  44  \fB\-version\fR
  45  .IP
  46  Print version and exit
  47  .HP
  48  \fB\-wallet=\fR<wallet\-name>
  49  .IP
  50  Specify wallet name
  51  .PP
  52  Debugging/Testing options:
  53  .HP
  54  \fB\-debug=\fR<category>
  55  .IP
  56  Output debugging information (default: 0).
  57  .HP
  58  \fB\-printtoconsole\fR
  59  .IP
  60  Send trace/debug info to console (default: 1 when no \fB\-debug\fR is true, 0
  61  otherwise).
  62  .HP
  63  \fB\-withinternalbdb\fR
  64  .IP
  65  Use the internal Berkeley DB parser when dumping a Berkeley DB wallet
  66  file (default: false)
  67  .PP
  68  Chain selection options:
  69  .HP
  70  \fB\-chain=\fR<chain>
  71  .IP
  72  Use the chain <chain> (default: main). Allowed values: main, test,
  73  testnet4, signet, regtest
  74  .HP
  75  \fB\-signet\fR
  76  .IP
  77  Use the signet chain. Equivalent to \fB\-chain\fR=\fI\,signet\/\fR. Note that the network
  78  is defined by the \fB\-signetchallenge\fR parameter
  79  .HP
  80  \fB\-signetblocktime\fR
  81  .IP
  82  Difficulty adjustment will target a block time of the given amount in
  83  seconds (only for custom signet networks, must have
  84  \fB\-signetchallenge\fR set; defaults to 10 minutes)
  85  .HP
  86  \fB\-signetchallenge\fR
  87  .IP
  88  Blocks must satisfy the given script to be considered valid (only for
  89  signet networks; defaults to the global default signet test
  90  network challenge)
  91  .HP
  92  \fB\-signetseednode\fR
  93  .IP
  94  Specify a seed node for the signet network, in the hostname[:port]
  95  format, e.g. sig.net:1234 (may be used multiple times to specify
  96  multiple seed nodes; defaults to the global default signet test
  97  network seed node(s))
  98  .HP
  99  \fB\-testnet\fR
 100  .IP
 101  Use the testnet3 chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR. Support for testnet3
 102  is deprecated and will be removed in an upcoming release.
 103  Consider moving to testnet4 now by using \fB\-testnet4\fR.
 104  .HP
 105  \fB\-testnet4\fR
 106  .IP
 107  Use the testnet4 chain. Equivalent to \fB\-chain\fR=\fI\,testnet4\/\fR.
 108  .PP
 109  Commands:
 110  .IP
 111  create
 112  .IP
 113  Create new wallet file
 114  .IP
 115  createfromdump
 116  .IP
 117  Create new wallet file from dumped records
 118  .IP
 119  dump
 120  .IP
 121  Print out all of the wallet key\-value records
 122  .IP
 123  importfromcoldcard
 124  .IP
 125  Create new wallet file and import descriptors from Coldcard wallet
 126  .IP
 127  info
 128  .IP
 129  Get wallet info
 130  .IP
 131  salvage
 132  .IP
 133  Attempt to recover private keys from a corrupt wallet. Warning:
 134  \&'salvage' is experimental.
 135  .SH COPYRIGHT
 136  Copyright (C) 2009-2026 The Limenka Knots developers
 137  Copyright (C) 2009-2026 The Limenka developers
 138  
 139  Please contribute if you find Limenka Knots useful. Visit
 140  <https://limenkaknots.org/> for further information about the software.
 141  The source code is available from <https://github.com/limenkaknots/limenka>.
 142  
 143  This is experimental software.
 144  Distributed under the MIT software license, see the accompanying file COPYING
 145  or <https://opensource.org/licenses/MIT>
 146  .SH "SEE ALSO"
 147  limenkad(1), limenka-cli(1), limenka-tx(1), limenka-util(1), limenka-qt(1)
 148