jgriffiths
jgriffiths
@android441user The code currently uses Environment.getExternalStorageDirectory() to determine where to put the exported file. The API documentation explains this [here](https://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory%28%29).
Crap, no attachments. Apologies for the code dump, I'll set up a repo here when I get time. ``` /* linenoise_win32.c -- Linenoise win32 port. * * Modifications copyright 2010,...
Cool stuff. I see you are listed as the author, could you put an ack in the comments? Cheers Jon --- From: Steve Bennett [email protected] To: jgriffiths [email protected] Sent: Wednesday,...
Brilliant, cheers mate :) J --- From: Steve Bennett [email protected] To: jgriffiths [email protected] Sent: Thursday, September 15, 2011 3:19 PM Subject: Re: [linenoise] Win32 port (#8) Sure. See the latest...
Please note that wally now has a wrapper generator script: https://github.com/ElementsProject/libwally-core/blob/master/tools/build_wrappers.py This has enough information to generate the c++ wrapper https://github.com/ElementsProject/libwally-core/blob/master/include/wally.hpp, and so should be enough to generate a low-level...
> Last time I tried it was an unbelievable pain to get C++ to work with Swift, whereas C was easy. But that may just me my bad. Yes, its...
@Sjors You could _maybe_ use a secp from elsewhere by passing `-I` in `$CFLAGS` and `-L` in `$LDFLAGS`, assuming `LIBADD_SECP256K1` in `configure.ac` doesn't need modifying to ensure you pick up...
Worth noting that the upgrade to 0.8.5 includes bip32 derivation directly from string paths, so you could remove your path parsing code in favour of using wallys if you wished...
> Are you planning to implement the opposite direction as well? At some point, yes - there is a backlog of wally features to implement and there hasn't been a...
> Side note: Can Blockstream also access my funds without my cooperation after one year if I forget about my wallet? No, coins can never be moved with only the...