Justus Ranvier

Results 33 comments of Justus Ranvier

I imagine most users don't run Armory from the command line and won't know how to do so. For those users, if it can't be done in the GUI it...

People are using Dark Wallet right now, and other wallets are implementing support for sending to stealth addresses. Armory at least support sending to those addresses - that doesn't present...

bitcore2 has Dark Wallet-compatible stealth address sending support: https://twitter.com/ryanxcharles/status/514224778052243456

@dajohi: Somebody has written the SAM API go: https://bitbucket.org/kallevedin/sam3

I really wish Tor was developed primarily as a library, with the actual application being a thin wrapper around the core library. That would make it easier for developers to...

> the best practice is to [use vcpkg as a submodule](https://github.com/lukka/run-vcpkg/blob/main/README.md#use-vcpkg-as-a-submodule-of-your-repository) I guess you've never run into this issue before, but using vcpkg as a submodule is actually a terrible...

> * Is it a complete failure in any case, or only surfacing when some port is being used? Not all ports will result in exceeding MAX_PATH, but qtdeclarative and...

I guess the real request is for both passwords to be optional. Having a password-protected wallet doesn't make sense in every application. For example, an OpenStack application where many instances...

@jrick "I'm beginning to wonder whether our account system is too restrictive." The account system, as well as the API as a whole, in both bitcoind and btcwallet is an...

I think the two biggest customers of a wallet API are: * exchanges * payment processors / merchants Most things that people want to do with an API are either...