mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Refactoring wallets data format to make it easier to process
This commit is contained in:
parent
d206471809
commit
2fb9b4d136
26 changed files with 822 additions and 915 deletions
|
@ -5,24 +5,29 @@ titleshort: "Bitcoin<br>Core"
|
|||
compat: "desktop windows mac linux"
|
||||
level: 1
|
||||
platform:
|
||||
desktop:
|
||||
text: "walletbitcoinqt"
|
||||
link: "bitcoincore"
|
||||
source: "https://github.com/bitcoin/bitcoin"
|
||||
screenshot: "bitcoincore.png"
|
||||
- desktop:
|
||||
name: desktop
|
||||
default: &DEFAULT
|
||||
text: "walletbitcoincore"
|
||||
link: "bitcoincore"
|
||||
source: "https://github.com/bitcoin/bitcoin"
|
||||
screenshot: "bitcoincore.png"
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkgoodvalidationfullnode"
|
||||
transparency: "checkgoodtransparencydeterministic"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
privacynetwork: "checkpassprivacynetworksupporttorproxy"
|
||||
os:
|
||||
- windows
|
||||
- mac
|
||||
- linux
|
||||
check:
|
||||
control: "checkgoodcontrolfull"
|
||||
validation: "checkgoodvalidationfullnode"
|
||||
transparency: "checkgoodtransparencydeterministic"
|
||||
environment: "checkfailenvironmentdesktop"
|
||||
privacy: "checkgoodprivacyimproved"
|
||||
fees: "checkgoodfeecontrolfull"
|
||||
privacycheck:
|
||||
privacyaddressreuse: "checkpassprivacyaddressrotation"
|
||||
privacydisclosure: "checkpassprivacydisclosurefullnode"
|
||||
privacynetwork: "checkpassprivacynetworksupporttorproxy"
|
||||
- name: windows
|
||||
<<: *DEFAULT
|
||||
- name: mac
|
||||
<<: *DEFAULT
|
||||
- name: linux
|
||||
<<: *DEFAULT
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue