forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Backports 0.18 pr18 #4638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
PastaPastaPasta
merged 6 commits into
dashpay:develop
from
Munkybooty:backports-0.18-pr18
Mar 5, 2022
Merged
Backports 0.18 pr18 #4638
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3834c10
Merge #15415: [test] functional: allow custom cwd, use tmpdir as default
525c12e
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, cu…
80bbd42
Merge #14075: Import watch only pubkeys to the keypool if private key…
meshcollider 54de28a
Merge #15354: doc: Add missing bitcoin-wallet tool manpages
26bb8ee
Merge #15332: [Docs] Small updates to getrawtransaction description
0d59e4d
Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
laanwj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. | ||
| .TH DASH-WALLET "1" "February 2019" "dash-wallet v0.17.99.0" "User Commands" | ||
| .SH NAME | ||
| dash-wallet \- manual page for dash-wallet v0.17.99.0 | ||
| .SH DESCRIPTION | ||
| DASH Core dash\-wallet version v0.17.99.0 | ||
| .PP | ||
| wallet\-tool is an offline tool for creating and interacting with Dash Core wallet files. | ||
| By default wallet\-tool will act on wallets in the default mainnet wallet directory in the datadir. | ||
| To change the target wallet, use the \fB\-datadir\fR, \fB\-wallet\fR and \fB\-testnet\fR/\-regtest arguments. | ||
| .SS "Usage:" | ||
| .IP | ||
| dash\-wallet [options] <command> | ||
| .SH OPTIONS | ||
| .HP | ||
| \-? | ||
| .IP | ||
| This help message | ||
| .HP | ||
| \fB\-datadir=\fR<dir> | ||
| .IP | ||
| Specify data directory | ||
| .HP | ||
| \fB\-wallet=\fR<wallet\-name> | ||
| .IP | ||
| Specify wallet name | ||
| .PP | ||
| Debugging/Testing options: | ||
| .HP | ||
| \fB\-debug=\fR<category> | ||
| .IP | ||
| Output debugging information (default: 0). | ||
| .HP | ||
| \fB\-printtoconsole\fR | ||
| .IP | ||
| Send trace/debug info to console (default: 1 when no \fB\-debug\fR is true, 0 | ||
| otherwise. | ||
| .PP | ||
| Chain selection options: | ||
| .HP | ||
| \fB\-testnet\fR | ||
| .IP | ||
| Use the test chain | ||
| .PP | ||
| Commands: | ||
| .IP | ||
| create | ||
| .IP | ||
| Create new wallet file | ||
| .IP | ||
| info | ||
| .IP | ||
| Get wallet info | ||
| .SH COPYRIGHT | ||
| Copyright (C) 2014-2021 The Dash Core developers | ||
| Copyright (C) 2009-2019 The Bitcoin Core developers | ||
|
|
||
| Please contribute if you find Bitcoin Core useful. Visit | ||
| <https://bitcoincore.org> for further information about the software. | ||
| The source code is available from <https://github.com/bitcoin/bitcoin>. | ||
|
|
||
| This is experimental software. | ||
| Distributed under the MIT software license, see the accompanying file COPYING | ||
| or <https://opensource.org/licenses/MIT> | ||
|
|
||
| This product includes software developed by the OpenSSL Project for use in the | ||
| OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by | ||
| Eric Young and UPnP software written by Thomas Bernard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit should've bumped to 2019