All Projects → Coding-Enthusiast → BitcoinTransactionTool

Coding-Enthusiast / BitcoinTransactionTool

Licence: MIT License
A complete tool for creating and editing bitcoin transactions

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to BitcoinTransactionTool

threshold-signatures
Threshold Signature Scheme for ECDSA
Stars: ✭ 79 (+393.75%)
Mutual labels:  bitcoin-transaction
bitcoin-kit-android
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
Stars: ✭ 102 (+537.5%)
Mutual labels:  bitcoin-transaction
tape-recorder
BSV Hackathon: Use Tape Recorder to record any computation onto Bitcoin Script using a Wang B machine written in Forth
Stars: ✭ 22 (+37.5%)
Mutual labels:  bitcoin-script
easy-school
A Django based School Management Web Application
Stars: ✭ 92 (+475%)
Mutual labels:  fee
bitcoin-transactions
Javascript implementation of the Bitcoin protocol for any Bitcoin based coins, on server and inside browsers, discover and move/manage your coins by yourself: Bitcoin transactions made simple for standard or multisig wallets, segwit and bech32 are supported, create and send by your own your Bitcoin, Bitcoin Cash, Zcash, Litecoin, DOGE, Dash, etc…
Stars: ✭ 97 (+506.25%)
Mutual labels:  fee
prometheus-spec
Censorship-resistant trustless protocols for smart contract, generic & high-load computing & machine learning on top of Bitcoin
Stars: ✭ 24 (+50%)
Mutual labels:  bitcoin-script
cashscript
⚖️ Easily write and interact with Bitcoin Cash smart contracts
Stars: ✭ 85 (+431.25%)
Mutual labels:  bitcoin-script

Update 2021
This project is old and will not be updated. If you are going to use it know that some parts of the protocol (such as SegWit and Taproot) are missing and it has some bugs.
However, it is being migred to a more complete project that covers everything there is in Bitcoin protocol called Denovo. It can be found here https://github.com/Autarkysoft/Denovo

Logo

Bitcoin Transaction Tool

Language: C#

Packages needed:

  • Newtonsoft.Json
  • QRCoder

This is an open source tool for creating bitcoin transactions (unsigned raw transaction) and also to edit existing transactions by taking the same input and output and changing them (e.g. changing fee, locktime,...) ScreenShot

Features

  1. Making Raw Unsigned Bitcoin Transaction.
  2. Coin Control.
  3. Making QR Code of any type of Input!
  4. Editing transactions.
  5. Compatible with most bitcoin wallets including but not restricted to (bitcoin Core and Electrum).

To Do List

the following are the features that will be added in the future. Please leave your feedback in the Bitcointalk Announcement topic or in Issues of Github.

  • Add ability to push signed transactions to network.
  • Add a new feature to suggest fee based on current network fee.
  • Considering multi-signature addresses and their appropriate transaction.
  • Add unit test.

Announcement Link

Topic on bitcointalk.org

https://bitcointalk.org/index.php?topic=1701507.0

Don't forget to leave your feedback, Thank you.

Wanna help?

Then review the code and leave your feedback.

Wanna help more?

Donate: 1Q9swRQuwhTtjZZ2yguFWk7m7pszknkWyk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].