Post
Topic
Board Bitcoin Discussion
Re: 4.50$ Fee for 0.09$ Transaction..?!
by
Decoded
on 19/01/2017, 20:59:38 UTC
Is there some sort of fix price for X byte?  Cheesy
Thank you very much, you helped me alot!
Are you actually familiar with bitcoinjs-lib?
Because I'm wondering how I could actually automate transaction on a website if I have to know what transaction ID's are unspent.
This Unspent Transaction stuff is a hurdle I didn't expect.  Grin

I'm not totally sure with bitcoinjs-lib, but most Bitcoin libraries are kin in functionality. You should be able to simply pass a simple command to retrieve all transactions received to an address, and probably within that same command trim it down to 1 confirmation or more.