Fontaine

Results 108 comments of Fontaine

https://api.coindesk.com/v1/bpi/historical/close.json?start=2022-06-14&end=2022-06-14 returns `{"disclaimer":"This data was produced from the CoinDesk Bitcoin Price Index. BPI value data returned as USD.","time":{"updated":"Jun 15, 2022 00:03:00 UTC","updatedISO":"2022-06-15T00:03:00+00:00"}}`

Could make p2p cj and p2ep UX amazing and self hosted.

This is done for macOS, iOS more involved

I had difficulties too, its been a little while, if i remember correctly I had to manually run files update_openssl.sh and build_libraries.sh, I think that sorted my installation issues. Good...

@vladislav-k no :( I gave up and have been putting my attention elsewhere. Maybe you can play with my code and see if you can get it to work. Please...

Thank you so very much I was able to build the transaction succesfully! :)

Hi Saz, My goal was to get a successful raw transaction output in hex form which i was able to do, unfortunately when i go to decode it on the...

Here is my full code, again when I put the result of: print("transactionRaw = \(String(describing: result?.transaction))") in hex form of raw transaction into the decoder at https://live.blockcypher.com/btc-testnet/decodetx/it returns "error": "sequence...

I appreciate you reaching out tbsiosdev, unfortunately I only know swift and its just too confusing reading obj-c.. Ive looked it over many times and tried and tried but my...

Ho Oleg, Just fyi. Thanks for that advice, I tried to declare `keychain.network = BTCNetwork.testnet` but xcode gives `use of unresolved identifier 'BTCNetwork'` error. I have tried inputting the testnet...