Freewallet.io User Manual
Freewallet.io User Manual
  • Getting Started
    • What is Freewallet?
    • What are the features of Freewallet?
    • Where can I access Freewallet?
    • Where can I access previous versions of Freewallet?
    • What is Tokenscan.io?
    • Why do I need small amounts of Bitcoin to do things in Freewallet?
    • What BTC fee should I use?
    • What is the Automatic Donation System? How do I turn it off?
    • What is an Asset/Token/NFT? How can I store them?
    • I want to trade a certain Asset, is it legitimate?
    • How to find the License Agreement
    • What else do I need to know?
  • Exploring Balances, History, Exchange and Dispensers
    • Address Balances
    • Address History
    • Viewing Tokens
    • Exploring Token Information and Enhanced Asset Information
    • Understanding Dispenser Markets
    • Buying XCP and User Created Tokens from a Dispenser
    • The Decentralized Counterparty Exchange (DEx)
    • Understanding Exchange Pairs
    • Buying and Selling XCP and Tokens on the DEx
    • Understanding BTCpay and BTC/TOKEN on the DEx
  • Freewallet Functions
    • Creating a Wallet
    • Locking and Unlocking Your Freewallet
    • Viewing, Creating and Importing Addresses
    • Show a QR Code for your Address
    • Sending and Receiving BTC
    • Sending / Receiving XCP and User Created Tokens
    • Displaying the Seed Phrase and Private Key of your Address(s)
    • Using the Multi Send function
    • Create a Counterparty Token (NFTs and FTs)
    • How to Change Token Properties
    • Changing the Token Description
    • Issuing more Token Units
    • Resetting Your Token Issuance
    • Locking Your Token Issuance
    • Transfer Token Ownership
    • Destroying Tokens
    • Paying Dividends to Token Holders
    • Voting with Tokens
    • Broadcast information on the Bitcoin blockchain
    • Signing a Message Using Freewallet
    • Signing a Transaction Using Freewallet
    • Using the Sweep Function
    • Setting up a Dispenser
    • Closing a Dispenser
    • Cancelling Exchange Orders
    • Starting an Exchange Pair that has no orders up yet on the DEx
    • Minting Open Fairmints
  • Common Questions Using Freewallet (FAQ)
    • What if you make a mistake?
    • Where can I see my current version?
    • How do I check my Freewallet Server settings?
    • How do I use the Debug function on Freewallet?
    • Can I use the Counterparty/Bitcoin Testnet in Freewallet?
    • Can I burn BTC for XCP?
    • What’s a Stamp?
    • What’s an Ordinal?
    • If Tokenscan is down for maintenance, can I still access my funds?
    • Why is there more than one input on my BTC transactions?
    • Does Freewallet support two-factor authentication?
    • Can you lock a Token description?
    • Can I run my own Counterparty server?
    • How do I use Freewallet to mint an Emblem Curated Vault?
    • How do you create a Burn Address for use on Counterparty?
  • Troubleshooting / Issues
    • I sent BTC (or a Token) to Freewallet, why doesn't it show up?
    • Why can't I see my assets I own or created with 0 issuance?
    • "Error While Trying to Broadcast Transaction"
    • "Failure to send not enough BTC in wallet"
    • My Freewallet Exchange/Dispenser tab is resetting the data when I try to sort by BTC Price?
    • "Public key was neither provided nor published in blockchain."
    • I logged in and see none of my assets but I see them on tokenscan!
    • Help! I used too small of a fee and my transaction is not confirming!
    • I sent/dispensed an XCP asset to a Wrapped Segwit Address (address beginning with "3")
    • I sent/dispensed an XCP asset to a Taproot Address (an address that starts with "bc1p")
    • I updated Freewallet and can only see my first 20 addresses! How can I get them back?
    • My second transaction on an MPMA (Multi-send) is not getting confirmed and giving me an error
    • Freewallet gave me a TX link but Tokenscan says "Transaction not found on tokenscan"
    • Error composing dividend transaction via API: ['zero dividend']
    • My MacOS/Windows is saying Freewallet is not verified by the app store. What should I do?
    • Counterparty API Communication Error!
    • What is a Counterparty API Error?
    • Stuck on "Checking Data Encoding Fees"
    • Constructed transaction does not parse correctly
    • My transaction is too low of an "Effective Fee Rate"
    • Error Composing Dispenser TX - Balance History
    • I entered my created password and stuck on "You will need to unlock..."
  • Getting Support
Powered by GitBook
On this page
  1. Freewallet Functions

Signing a Transaction Using Freewallet

PreviousSigning a Message Using FreewalletNextUsing the Sweep Function

Last updated 1 year ago

Freewallet lets you also manually Sign Transactions on the Bitcoin blockchain using the Counterparty API. This feature has the option to Sign a Transaction and also broadcast this signing publicly on the Bitcoin blockchain.

Please keep in mind this feature is for only advanced Bitcoin users that understand and know how to read and sign transaction hex's. Please be careful of what you do with this function. The provider of the hex you are signing can STEAL ALL YOUR FUNDS if you broadcast. Prefer the use of our built-in features (like Auto-BTC pay for ) as mentioned in all other areas of this User Manual.

You should never blindly sign an unsigned transaction hex without first decoding it and verifying it is what you want to sign. Especially if you did not create said transaction hex yourself. Anyone can create a transaction that "says" a function will happen, but only the private key holder signature (which is YOU as the user signing a transaction) makes this function broadcast-able and mineable to the network.

It is helpful to first read a transaction and its contents in full by using a hex decoder but the responsibility of signing a transaction manually is at the user's discretion.

Please note it is recommended here to use this hex decoder mentioned above for use with Freewallet as it is community trusted and decodes Bitcoin and Counterparty hex information into a readable JSON format.

To Sign a Transaction first navigate to the top right of Freewallet and select “Actions.” Then select the “Sign Transaction” button:

Here a pop-up titled “Sign Transaction” will appear.

  • The Source input is the address you are using to sign the transaction.

  • The Unsigned Transaction is where you input the transaction details you wish to sign.

  • Click “Sign” and the Signed transaction input will now be visible in the Signed Transaction section of this popup

  • You also have the option to Broadcast this Transaction signing to the Bitcoin blockchain.

Again, please keep in mind this is for advanced users only that know how to sign transaction hex's and understand the provider of the hex you are signing can STEAL ALL YOUR FUNDS if you broadcast a signed transaction without knowing what you are doing.

A good example of an automated way this is used in Freewallet is for features like though only when pressing the "Auto-BTC pay" function is this is done automatically by Freewallet. The function mentioned below is for manually signing transactions.

signing a BTCpay transaction
BTCpay orders
like this one made by Jdog
Transaction hash, hex or BTNS decoder built by Jdog