Justus Ranvier

Results 12 issues of Justus Ranvier

Please add support in Armory for sending to stealth addresses. https://wiki.unsystem.net/en/index.php/DarkWallet/Stealth https://gist.github.com/ryanxcharles/1c0f95d0892b4a92d70a

I have an Armory wallet that I use to generate keys for a mobile Mycelium wallet, since Mycelium doesn't have deterministic wallet support yet and because I want to use...

There exists a fork of the Satoshi client with native I2P support via the SAM API. https://bitcointalk.org/index.php?topic=151181.0;all http://www.i2p2.de/sam It would be good if btcd could also operate on that network.

enhancement
low priority

Please add support for stealth addresses in order to provide compatibility with Dark Wallet users. https://wiki.unsystem.net/index.php/DarkWallet/Stealth

enhancement
low priority

the --walletpass option does not appear to be honored when creating a wallet for the first time using --create. This prevents the automatic creation of wallets via non-interactive scripts.

Split from: https://github.com/btcsuite/btcwallet/pull/471 Exchanges want things like: * Deposit instructions for users. * When an incoming transaction is received, which user should be notified of a pending deposit? * When...

Add a constructor and type trait specialization which is active if T is allocator-aware This allows a std::shared_ptr for a guarded type to be constructed with std::allocate_shared.

Using the most recent commit, when I launch xembedsniproxy empty space appears in my system tray where the icons should go, however the icons are not actually displayed. I know...

Section 3.3 of the specification states "No non-source-code files will should be placed or generated in any subdirectories of a source directory." however this conflicts with the requirements of some...