Author

Topic: Technical advice needed for bitcoind (Read 445 times)

legendary
Activity: 2058
Merit: 1431
November 29, 2013, 12:02:47 PM
#2
there's a build of bitcoind/bitcoin-qt with experimental features called "bitcoinomg" (or something like that). that build contains watch only address feature, which looks like what you you need.
full member
Activity: 223
Merit: 100
November 29, 2013, 11:34:01 AM
#1
Hello,

I am desesperatly trying to do the following :

- Check if an incoming transaction is coming into a bitcoin public address
- Without owning the corresponding private key

I dont want to rely on an external website to do that like blockchain.info

Is there a way to do that ? So far I am struggling. I have tried both "listreceivedbyaddress" and "getreceivedbyaddress" commands but none of them is helpful since they work only if the client have the private key in him.

Please help Sad This is for a bitcoin exchange btw. Else we have no other solution than put the private key in the production wallet but this is something that we want to avoid for optimal security.

Jump to: