Apps112

Fully Noded 2.3.1 - App Store




About Fully Noded

Your node, your Bitcoin! Fully Noded is a bitcoin wallet that is powered completely by your own node over Tor. This makes using Bitcoin a truly self sovereign, private and secure experience, exactly the way it should be....

Your node, your Bitcoin! Fully Noded is a bitcoin wallet that is powered completely by your own node over Tor. This makes using Bitcoin a truly self sovereign, private and secure experience, exactly the way it should be. Fully Noded offers an intuitive yet powerful interface where the home screen displays stats about the Bitcoin network as seen by your node, the active wallet tab offers a powerful but simple wallet experience that allows you to utilize single signature and multi signature wallets. Fully Noded uses psbt’s (partially signed bitcoin transactions) and output descriptors to take advantage of the latest and greatest functionality the Bitcoin Core codebase has to offer. With this architecture Fully Noded always keeps your private keys safely encrypted and securely stored on your device, users always have the ability to delete their seed words from the device and add them later at anytime. Fully Noded never stores your private keys on your node. Generally the way it works is Fully Noded uses a Bitcoin library called LibWally to sign transactions locally and create private keys locally. Your node acts a watch-only wallet and builds psbt’s which Fully Noded signs without letting your private keys get exposed to network requests. Fully Noded is also a powerful recovery tool, you can add any BIP39 recovery phrase and it will recover all of the popular wallets for you. The app offers excellent interoperability with Coldcard, just airdrop wallet export files and psbt’s to Fully Noded and watch the magic happen, using your Coldcard as a watch-only or multisig wallet powered by your own node has never been easier. Read more here: https://github.com/Fonta1n3/FullyNoded/blob/master/Readme.md For full functionality and compatibility we recommend using Bitcoin Core 0.20.0 For advanced users Fully Noded has a powerful suite of tools which are essentially a interface between you and your node’s bitcoin-cli commands as well, its a great learning tool where you can interact with Bitcoin Core like never before. If you have any questions please feel free to reach out to us on our Telegram group: https://t.me/FullyNoded

Version History - Sweeping an address balance via nodeless. - Nodeless improvements. - Fixes broken localhost clearnet usage. - Fixes never ending spinner on utxos view. - General fixes and improvements. - Advanced button moved to the wallet creator and labeled as Bitcoin Core Wallets, allows existing Core wallets to be synced to FN if they are descriptor wallets. - Bitcoin Core wallets now shows the FN wallet label instead of the filename. - Data protection entitlement added for both release and debug. - Hardcode dark mode. - Testnet4 for nodeless enabled. - Copy QR text button added to QR displayer. - Import a psbt or signed raw transaction from the nodeless view. 2.3.1 Jan 6 - Full address, txid and descriptor now shown in UTXO detail view. - Transaction creator view removed the text input for addresses and added a dedicated paste button (you can still scan QR invoices or paste them). - UTXOs are now cached. - Nodeless feature where you can navigate to a signer, tap the nodeless button on an output descriptor to derive its addresses in an address explorer, optionally tap check balance to check the balance over Tor. Allows you to receive btc and check the balance of individual addresses without a node. If any of the cached utxos match an address in the address explorer that balance is displayed for that address. - BIP86 added to signer detail. - Addresses throughout the app show a xxxxx-xxxxx-xxxxx format to make visually verifying them a breeze. - Info button added to the address on the transaction creator so you can view full details about that address direct from your node. - Update Tor to v0.4.8.21.2 - Utilize listdescriptors to dynamically fetch the range and next index of each descriptor in your wallet, previously Fully Noded kept track of the max index and checked to see if additional keys needed to be imported, Bitcoin Core now handles that automatically resulting in a much faster active wallet view load time. The range and next index of each descriptor will be displayed in wallet detail view and the address explorer in wallet detail will show the respective address range. - When exporting a QR in signer detail you will be prompted for BBQr, UR or plain text QRs. - Much improved flow and help text when adding a node via QR scan. - Tor bootstrapping status now shows when the app reenters the foreground, previously it quit and rebooted silently. - When creating a wallet we only import 100 keys as Core handles importing more keys as needed. - The app should be faster when signing transactions and creating wallets. - Fixes a bug where the spinner may not have showed on the transaction verifier view. 2.3.0 12/30/2025 - Taproot single sig (BIP86) and multisig (sortedmulti_a)! - Miniscript support (multi_a)! - Rescanning a wallet via wallet detail view will now prompt for a year to rescan from. - Remove crypto-seed from signer export options, BIP39 is supported for export only to avoid confusion. - Show raw subversion of bitcoin core in network info. - Fixes a bug that hid the utxos lock button. - Fixes a bug where wallets were not automatically loaded. - Fixes a bug where unloading a wallet would fail. 2.2.0 12/03/2025 - Utilizes Bitcoin Dev Kit to sign transactions. - Fixes a bug where the wallet view spinner may have gone on too long, this was due to the exchange rate endpoint failing, both issues have been fixed. - The available balance label on the transaction creator was broken, it's been fixed. - Fiat amounts and btc amounts with spaces has been added to inputs and outputs on the transaction verifier. - Get address info buttons have been added to each input and output on the transaction verifier. - Pull the home node view table to force refresh the node. - Allow clearnet for LAN networks with a warning. - Fix a crash when tapping the edit label on the transaction verifier. - Fix a bug which caused transaction labels to not show in the transaction history cell. - Users must tap the sign button and enable the "prompt with passphrase" (if using a passphrase) setting to sign a transaction. - Security improvements added. - No longer display signer info on the wallet detail, instead you can view the signer directly. 2.1.0 11/26/2025 - v2.0.1 is a hot fix release that fixes a bug where adding an onion address manually in the node credentials view would fail. 2.0.1 11/22/2025 - A major update to the UI throughout the app, many small UX bugs were fixed. - Updates Tor to v0.4.8.19. - Enumerate seed words when displaying them. - The Home view and Wallet view now loads immediately if using localhost or LAN rather than waiting for Tor to bootstrap. - Add a Tor status label to the home view to make it clear whether or not Tor is connected. - Light and dark mode will mirror system settings for your device. - Many small bug fixes and improvements to functionality. - Nostr, Lightning and Join Market are removed. You may utilize dedicated apps such as Plasma and FN-Join Market for these services. - SSL over HTTPS is now possible by adding a cert to your node credentials, if using an onion your cert will be overridden as Tor utilizes SSL already. - Ability to ban peers. - Settings has been updated, you can no longer switch between exchange rate API providers as Coindesk was not working. - BTC denominations will show in the x.xx xxx xxx format making it easy to see the sats or btc balance in one format, fiat denominations added throughout the app, therefore denomination controls were removed. - UTXOs has been revamped and shows much more functionality and information, tap the arrow button to spend a specific UTXO. - A Duress PIN has been added in settings. - If using a passphrase you must enable the passphrase prompt in Security settings to be prompted for a passphrase, it is no longer automatically fetched if saved in Signer Details. - Taproot wallet creation via the single sig wallet button is removed until it is integrated properly and not as a hot wallet. You may still import a hot descriptor if you are an advanced user. - The original app icon is now default, you may revert to the previous icon in Settings. - The app now runs much smoother, more reliably, faster and with less code and dependencies. 2.0.0 11/20/2025 - Fixes a spacing issue between the exchange rate and amount available labels in the send view. PR #255 1.3.3 05/23/2025 Fixes a bug which prevented UR strings from displaying on the wallet detail view and signer detail view. 1.3.2 03/15/2025 Fixes a bug which could prevent the signer detail view from loading. Updates Tor to v0.4.8.14. 1.3.1 03/12/2025 - Export your rpc auth credentials and auto create cryptographically secure rpc passwords. - Updates Tor to 0.4.8.13. - Start deprecating Join Market (use Fully Noded - Join Market instead). 1.3.0 11/16/2024 - Updated Tor to v0.4.8.12 1.2.3 08/27/2024 - Fixes a bug where a crash could occur when loading an off chain balance from LND. 1.2.2 07/25/2024 - Fixes a bug introduced in v1.2.0 where navigating to wallet detail caused a crash. 1.2.1 07/21/2024 - Coldcard Q1 bbqr support for single sig and multisig wallet flows. v.1.2.0 07/18/2024 - Fixes a bug where the fiat amount in the transaction cell would incorrectly show as zero. 1.1.6 07/16/2024 - Fixes a bug where an extra space was prefixed to the fingerprint of the multisig wallet export text file. - Fixes a bug where the prompt to rescan alert would show even if the wallet had a transaction history. 1.1.5 07/16/2024 - Fixes a bug where UR crypto-psbt was not being encoded correctly when exporting a psbt via UR QR. - Prompt user to rescan from a specified year if not in initial block download or already rescanning when a wallet has zero transactions. 1.1.4 07/13/2024 - Fixes BBQr and UR bugs, more efficient scanning. - Adds rpcauth to node credentials. 1.1.3 07/12/2024 - BBQrs should now be more condensed. - Add option to export multisig wallet as BBQr after creating a wallet with cosigners. 1.1.2 07/11/2024 - Fixes a bug when creating a transaction with a non Fully Noded wallet could result in a never ending spinner. - Fixes a crash that could occur after creating a multi-sig wallet when opting to view the backup QR code. - Updates to latest UR spec. - BBQr support for importing/exporting psbts and wallets. - Improved compatibility with wallets utilizing UR and BBQr. - Utilize 0.01 002 030 btc balance format. - Display available balance on the transaction creator view. - Remove DNS port from Tor config options as it was unused. - Fix a bug that erroneously displayed the "Error" header on alerts when copying values on the invoice view. - Displays the Coldcard wallet text file format in the wallet detail view. - Export your wallet in ur bytes, ur output descriptor and BBQr formats. - Display first 5 addresses when importing a wallet via a descriptor. - Hot wallets will now display the xprv in the backup QR/text. - Add a button for animating static UR QR's in the QR displayer view, BBQr will automatically animate. 1.1.1 07/10/2024 - Fixes a bug that may have prevented a psbt from being displayed. - Improves compatibility with other wallets (wallet pairing, psbt importing, multisig wallet creation and exporting). - Upgrades Tor to v408.11.2. 1.1.0 07/07/2024 - updates Tor to v0.4.8.10 1.0.0 02/05/2024 - Fixes a bug that caused increasing the gap limit to fail. 0.6.9 06/27/2023 - Removes bare xpub imports. 0.6.8 06/22/2023 - Update Tor to v0.4.7.13 - Update nostr dependency to https://github.com/jb55/secp256k1.swift.git 0.6.7 06/21/2023



Previous Versions

Here you can find the changelog of Fully Noded since it was posted on our website on 2021-12-16 20:17:08. The latest version is 2.3.1 and it was updated on 2026-06-19 22:19:25. See below the changes in each version.

Fully Noded version 2.3.1
Updated At: 2026-06-19
Changes: Version History - Sweeping an address balance via nodeless. - Nodeless improvements. - Fixes broken localhost clearnet usage. - Fixes never ending spinner on utxos view. - General fixes and improvements. - Advanced button moved to the wallet creator and labeled as Bitcoin Core Wallets, allows existing Core wallets to be synced to FN if they are descriptor wallets. - Bitcoin Core wallets now shows the FN wallet label instead of the filename. - Data protection entitlement added for both release and debug. - Hardcode dark mode. - Testnet4 for nodeless enabled. - Copy QR text button added to QR displayer. - Import a psbt or signed raw transaction from the nodeless view. 2.3.1 Jan 6 - Full address, txid and descriptor now shown in UTXO detail view. - Transaction creator view removed the text input for addresses and added a dedicated paste button (you can still scan QR invoices or paste them). - UTXOs are now cached. - Nodeless feature where you can navigate to a signer, tap the nodeless button on an output descriptor to derive its addresses in an address explorer, optionally tap check balance to check the balance over Tor. Allows you to receive btc and check the balance of individual addresses without a node. If any of the cached utxos match an address in the address explorer that balance is displayed for that address. - BIP86 added to signer detail. - Addresses throughout the app show a xxxxx-xxxxx-xxxxx format to make visually verifying them a breeze. - Info button added to the address on the transaction creator so you can view full details about that address direct from your node. - Update Tor to v0.4.8.21.2 - Utilize listdescriptors to dynamically fetch the range and next index of each descriptor in your wallet, previously Fully Noded kept track of the max index and checked to see if additional keys needed to be imported, Bitcoin Core now handles that automatically resulting in a much faster active wallet view load time. The range and next index of each descriptor will be displayed in wallet detail view and the address explorer in wallet detail will show the respective address range. - When exporting a QR in signer detail you will be prompted for BBQr, UR or plain text QRs. - Much improved flow and help text when adding a node via QR scan. - Tor bootstrapping status now shows when the app reenters the foreground, previously it quit and rebooted silently. - When creating a wallet we only import 100 keys as Core handles importing more keys as needed. - The app should be faster when signing transactions and creating wallets. - Fixes a bug where the spinner may not have showed on the transaction verifier view. 2.3.0 12/30/2025 - Taproot single sig (BIP86) and multisig (sortedmulti_a)! - Miniscript support (multi_a)! - Rescanning a wallet via wallet detail view will now prompt for a year to rescan from. - Remove crypto-seed from signer export options, BIP39 is supported for export only to avoid confusion. - Show raw subversion of bitcoin core in network info. - Fixes a bug that hid the utxos lock button. - Fixes a bug where wallets were not automatically loaded. - Fixes a bug where unloading a wallet would fail. 2.2.0 12/03/2025 - Utilizes Bitcoin Dev Kit to sign transactions. - Fixes a bug where the wallet view spinner may have gone on too long, this was due to the exchange rate endpoint failing, both issues have been fixed. - The available balance label on the transaction creator was broken, it's been fixed. - Fiat amounts and btc amounts with spaces has been added to inputs and outputs on the transaction verifier. - Get address info buttons have been added to each input and output on the transaction verifier. - Pull the home node view table to force refresh the node. - Allow clearnet for LAN networks with a warning. - Fix a crash when tapping the edit label on the transaction verifier. - Fix a bug which caused transaction labels to not show in the transaction history cell. - Users must tap the sign button and enable the "prompt with passphrase" (if using a passphrase) setting to sign a transaction. - Security improvements added. - No longer display signer info on the wallet detail, instead you can view the signer directly. 2.1.0 11/26/2025 - v2.0.1 is a hot fix release that fixes a bug where adding an onion address manually in the node credentials view would fail. 2.0.1 11/22/2025 - A major update to the UI throughout the app, many small UX bugs were fixed. - Updates Tor to v0.4.8.19. - Enumerate seed words when displaying them. - The Home view and Wallet view now loads immediately if using localhost or LAN rather than waiting for Tor to bootstrap. - Add a Tor status label to the home view to make it clear whether or not Tor is connected. - Light and dark mode will mirror system settings for your device. - Many small bug fixes and improvements to functionality. - Nostr, Lightning and Join Market are removed. You may utilize dedicated apps such as Plasma and FN-Join Market for these services. - SSL over HTTPS is now possible by adding a cert to your node credentials, if using an onion your cert will be overridden as Tor utilizes SSL already. - Ability to ban peers. - Settings has been updated, you can no longer switch between exchange rate API providers as Coindesk was not working. - BTC denominations will show in the x.xx xxx xxx format making it easy to see the sats or btc balance in one format, fiat denominations added throughout the app, therefore denomination controls were removed. - UTXOs has been revamped and shows much more functionality and information, tap the arrow button to spend a specific UTXO. - A Duress PIN has been added in settings. - If using a passphrase you must enable the passphrase prompt in Security settings to be prompted for a passphrase, it is no longer automatically fetched if saved in Signer Details. - Taproot wallet creation via the single sig wallet button is removed until it is integrated properly and not as a hot wallet. You may still import a hot descriptor if you are an advanced user. - The original app icon is now default, you may revert to the previous icon in Settings. - The app now runs much smoother, more reliably, faster and with less code and dependencies. 2.0.0 11/20/2025 - Fixes a spacing issue between the exchange rate and amount available labels in the send view. PR #255 1.3.3 05/23/2025 Fixes a bug which prevented UR strings from displaying on the wallet detail view and signer detail view. 1.3.2 03/15/2025 Fixes a bug which could prevent the signer detail view from loading. Updates Tor to v0.4.8.14. 1.3.1 03/12/2025 - Export your rpc auth credentials and auto create cryptographically secure rpc passwords. - Updates Tor to 0.4.8.13. - Start deprecating Join Market (use Fully Noded - Join Market instead). 1.3.0 11/16/2024 - Updated Tor to v0.4.8.12 1.2.3 08/27/2024 - Fixes a bug where a crash could occur when loading an off chain balance from LND. 1.2.2 07/25/2024 - Fixes a bug introduced in v1.2.0 where navigating to wallet detail caused a crash. 1.2.1 07/21/2024 - Coldcard Q1 bbqr support for single sig and multisig wallet flows. v.1.2.0 07/18/2024 - Fixes a bug where the fiat amount in the transaction cell would incorrectly show as zero. 1.1.6 07/16/2024 - Fixes a bug where an extra space was prefixed to the fingerprint of the multisig wallet export text file. - Fixes a bug where the prompt to rescan alert would show even if the wallet had a transaction history. 1.1.5 07/16/2024 - Fixes a bug where UR crypto-psbt was not being encoded correctly when exporting a psbt via UR QR. - Prompt user to rescan from a specified year if not in initial block download or already rescanning when a wallet has zero transactions. 1.1.4 07/13/2024 - Fixes BBQr and UR bugs, more efficient scanning. - Adds rpcauth to node credentials. 1.1.3 07/12/2024 - BBQrs should now be more condensed. - Add option to export multisig wallet as BBQr after creating a wallet with cosigners. 1.1.2 07/11/2024 - Fixes a bug when creating a transaction with a non Fully Noded wallet could result in a never ending spinner. - Fixes a crash that could occur after creating a multi-sig wallet when opting to view the backup QR code. - Updates to latest UR spec. - BBQr support for importing/exporting psbts and wallets. - Improved compatibility with wallets utilizing UR and BBQr. - Utilize 0.01 002 030 btc balance format. - Display available balance on the transaction creator view. - Remove DNS port from Tor config options as it was unused. - Fix a bug that erroneously displayed the "Error" header on alerts when copying values on the invoice view. - Displays the Coldcard wallet text file format in the wallet detail view. - Export your wallet in ur bytes, ur output descriptor and BBQr formats. - Display first 5 addresses when importing a wallet via a descriptor. - Hot wallets will now display the xprv in the backup QR/text. - Add a button for animating static UR QR's in the QR displayer view, BBQr will automatically animate. 1.1.1 07/10/2024 - Fixes a bug that may have prevented a psbt from being displayed. - Improves compatibility with other wallets (wallet pairing, psbt importing, multisig wallet creation and exporting). - Upgrades Tor to v408.11.2. 1.1.0 07/07/2024 - updates Tor to v0.4.8.10 1.0.0 02/05/2024 - Fixes a bug that caused increasing the gap limit to fail. 0.6.9 06/27/2023 - Removes bare xpub imports. 0.6.8 06/22/2023 - Update Tor to v0.4.7.13 - Update nostr dependency to https://github.com/jb55/secp256k1.swift.git 0.6.7 06/21/2023
Fully Noded version 2.3.1
Updated At: 2026-01-06
Changes: - Sweeping an address balance via nodeless. - Nodeless improvements. - Fixes broken localhost clearnet usage. - Fixes never ending spinner on utxos view. - General fixes and improvements. - Advanced button moved to the wallet creator and labeled as Bitcoin Core Wallets, allows existing Core wallets to be synced to FN if they are descriptor wallets. - Bitcoin Core wallets now shows the FN wallet label instead of the filename. - Data protection entitlement added for both release and debug. - Hardcode dark mode. - Testnet4 for nodeless enabled. - Copy QR text button added to QR displayer. - Import a psbt or signed raw transaction from the nodeless view.
Fully Noded version 1.3.3
Updated At: 2025-05-23
Changes: May 23, 2025 Version 1.3.3 - Fixes a spacing issue between the exchange rate and amount available labels in the send view. PR #255
Fully Noded version 1.3.2
Updated At: 2025-03-15
Changes: Mar 15, 2025 Version 1.3.2 Fixes a bug which prevented UR strings from displaying on the wallet detail view and signer detail view.
Fully Noded version 1.3.0
Updated At: 2024-11-16
Changes: Nov 16, 2024 Version 1.3.0 - Export your rpc auth credentials and auto create cryptographically secure rpc passwords. - Updates Tor to 0.4.8.13. - Start deprecating Join Market (use Fully Noded - Join Market instead).
Fully Noded version 1.2.3
Updated At: 2024-08-27
Changes: Aug 27, 2024 Version 1.2.3 - Updated Tor to v0.4.8.12
Fully Noded version 1.2.2
Updated At: 2024-07-25
Changes: Jul 25, 2024 Version 1.2.2 - Fixes a bug where a crash could occur when loading an off chain balance from LND.
Fully Noded version v.1.2.0
Updated At: 2024-07-18
Changes: Jul 18, 2024 Version v.1.2.0 - Coldcard Q1 bbqr support for single sig and multisig wallet flows.
Fully Noded version 1.0.0
Updated At: 2024-02-05
Changes: Feb 5, 2024 Version 1.0.0 - updates Tor to v0.4.8.10
Fully Noded version 0.6.9
Updated At: 2023-06-27
Changes: Jun 27, 2023 Version 0.6.9 - Fixes a bug that caused increasing the gap limit to fail.


Related Apps

Here you can find apps that are similar with Fully Noded.



Disclaimer

Official App Store Link


We do not host Fully Noded on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Apple and passed their terms and conditions to be listed there. We recommend caution when installing it.

The App Store link for Fully Noded is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 10
Updated At: 2026-06-19 22:19:25
Publisher: Denton LLC
Operating System: IOS
License Type: Free