Author

Topic: Distributed bitcoind (Read 1047 times)

legendary
Activity: 1890
Merit: 1072
Ian Knowles - CIYAM Lead Developer
August 02, 2015, 08:41:00 AM
#6
Edit: You wouldn't happen to know why the static builds of bitcoind got dropped?

Sorry - I have no idea about that at all (assuming that when you refer to static builds you mean the use of "static libs" vs. "dynamic libs").

In general though it easier to work with dynamic (or shared) libraries in open source projects (my own project only works with dynamic libs for this reason).
hero member
Activity: 725
Merit: 500
August 02, 2015, 08:04:58 AM
#5
Sure, I'm just going to digest the huge change I need to make in my infrastructure to switch to the latest bitcoind. Involves new machines, moving wallets and all that jazz. Urgh.

I hope this works with notify. We'll see.

Edit: You wouldn't happen to know why the static builds of bitcoind got dropped?
legendary
Activity: 1890
Merit: 1072
Ian Knowles - CIYAM Lead Developer
August 02, 2015, 07:55:54 AM
#4
If it works correctly could you please post to confirm that (I haven't been able to test that myself as for some reason the latest versions of Bitcoin are unable to connect to nodes properly for me so I am actually probably going to change to using Electrum).
hero member
Activity: 725
Merit: 500
August 02, 2015, 07:30:40 AM
#3
Ok, how does one add a public address to the watch-only list?

I really wish there was an auto generated JSON RPC API for bitcoind, the wiki one is always lagging...

Edit: Found it https://github.com/bitcoin/bitcoin/blob/0.10/doc/release-notes/release-notes-0.10.0.md#watch-only-wallet-support

Thx for restoring my faith in bitcointalk, was starting to consider adding myself to the mailinglist! Wink
legendary
Activity: 1890
Merit: 1072
Ian Knowles - CIYAM Lead Developer
August 02, 2015, 07:23:41 AM
#2
Doesn't the current version support "watch-only wallet addresses" (I thought it did from what I had read)?

Assuming it does wouldn't their UTXOs appear in the "listunspent" RPC call (which is about all you need for creating a raw tx)?
hero member
Activity: 725
Merit: 500
August 02, 2015, 07:21:38 AM
#1
Is there some way to track unspent and notify transactions + confirmations on a public address without private key in a secure way preferably in bitcoind?

With raw transactions I can store the private keys outside of the wallet but I still need unspent tracking to be able to create the raw transaction and notifications both on transaction propagation and confirms in order for the raw API to make any sense.

Are those planned?

Edit: it seems to me the "wallet" should only contain the private keys, and some other databases (call them track and notify) should store that data.
Jump to: