Presenting my website, filled with, what i hope are usefull bitcoin tools for everybody not running a full node and/or lacking the time or knowledge to get the most out of their BTC .The tools are suited for most standard transactions, but some also work for other tx's:
mocacinno.com
Currently implemented:
- a tool to check if your transaction is not getting confirmed because you didn't add enough fees
- including a wizard to create a CPFP for a stuck transaction
- including a wizard to create a RBF for a stuck transaction
- including a basic tutorial on how to get a stuck transaction confirmed
- shortlink http://www.mocacinno.com/feecheck.php?tx=[txid]
- a tool to get your raw, signed transaction from my mempool
- i keep transactions in my mempool for 10 days instead of 3, and my mempool can grow up to 600 Mb instead of 150
- shortlink http://www.mocacinno.com/getraw.php?txid=[txid]
- a tool to decode any raw transaction and shows it in a simple json format
- a tool to create raw, unsigned transactions based on unspent input tx's, n's, addresses and vouts (high difficulty level)
- a tool to push a raw, signed transaction to my node
- a tool to estimate which fee you should add to your transaction BEFORE you create it, so it has less chance of getting stuck
- or - based on the size you estimated
- or - based on the number of inputs and outputs
- or - based on a comma seperated address list and a transferred value
- a tool to validate signed messages
- a tool to check if an address is valid
- a tool to timestamp any message you'd like
- a list of usefull links
- Members area where you can set an alert once your transaction confirms
- Members area where you can set enter tx's which i need to re-broadcast untill they confirm
- Price ticker
- loads more tutorials and how-to's
- decission trees on which wallet to pick
- decission trees on how to unstick your transaction
- layout rework (not all tools shown on a single page)
- using mod_rewrite for nicer urls
- captcha's on resource intensive pages, including the page where i use the blockr.io api
- a contact form
- rewriting the TOS