Skip to content

Commit

Permalink
added coin control
Browse files Browse the repository at this point in the history
  • Loading branch information
svrgnty committed Apr 9, 2024
1 parent f2de591 commit bbdae0a
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 6 deletions.
Binary file added data/images/bitcoins-utxo-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/labelbase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tx-pusher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data/resources/blockchain-explorers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"position": 11,
"position": 12,
"page": "/resources/blockchain-explorers/",
"title": "Blockchain Explorers",
"lead": "Explore blocks, addresses, and transactions.",
Expand All @@ -14,7 +14,7 @@
"image": "./../images/mempool-space.png"
},
{
"title": "Bitcoin Explorer",
"title": "Bitcoin RPC Explorer",
"url": "https://bitcoinexplorer.org/",
"description": "Free, open-source, easy-to-setup, easy-to-use, self-hosted explorer.",
"image": "./../images/bitcoin-explorer.png"
Expand Down
24 changes: 24 additions & 0 deletions data/resources/coin-control.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"position": 11,
"page": "/resources/coin-control/",
"title": "Coin Control",
"lead": "Coin control, labeling, UTXO management.",
"description": "Coin control allows users to choose which coins are to be spent as inputs in an outgoing transaction. It gives you total control over what information you choose to reveal each time you use Bitcoin.",
"icon": "tags",
"iconPrefix": "fas",
"lastUpdate": "9 April 2024",
"links": [
{
"title": "Bitcoin’s UTXO Model",
"url": "https://river.com/learn/bitcoins-utxo-model/",
"description": "UTXO (Unspent Transaction Output) consolidation is a management technique where multiple UTXOs are combined into a single UTXO.",
"image": "./../images/bitcoins-utxo-model.png"
},
{
"title": "Labelbase",
"url": "https://labelbase.space/",
"description": "All-in-one coin control/label management service for Bitcoin. Add, import, export labels. REST API for integration. Supports BIP-329 format.",
"image": "./../images/labelbase.png"
}
]
}
2 changes: 1 addition & 1 deletion data/resources/other.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"position": 20,
"position": 19,
"page": "/resources/other/",
"title": "Other Resources",
"lead": "More resources to learn about bitcoin.",
Expand Down
2 changes: 1 addition & 1 deletion data/resources/privacy-security.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"position": 12,
"position": 13,
"page": "/resources/security-privacy/",
"title": "Security and Privacy",
"lead": "Security and privacy basics.",
Expand Down
10 changes: 8 additions & 2 deletions data/resources/tools.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"position": 18,
"page": "/resources/tools/",
"title": "Wallet Tools",
"lead": "Useful bitcoin wallet tools.",
"title": "Tools",
"lead": "Useful bitcoin tools.",
"icon": "toolbox",
"iconPrefix": "fas",
"links": [
Expand Down Expand Up @@ -47,6 +47,12 @@
"url": "https://seedpicker.net",
"description": "Construct your own Seed Phrase and calculate the corresponding Extended Public Key.",
"image": "./../images/seedpicker.png"
},
{
"title": "TX Pusher",
"url": "https://www.txpusher.com/",
"description": "TX Pusher allows you to automatically broadcast your signed Bitcoin transaction based on predefined conditions.",
"image": "./../images/tx-pusher.png"
}
]
}

0 comments on commit bbdae0a

Please sign in to comment.