3
1
I would like to accept 0-confirmation bitcoin for very small amounts. I am happy to accept zero-confirmation spends and am aware of the risks. However, the tool needs the ability to "flag" the accepted transaction/s if a double-spend is detected. I can then decide what action to take.
I do not want to use a centralized third-party tool. I would like to use something locally on the server. It would simply display pre-generated public addresses. No need for private keys and/or seeds to be on the server.
Does such a tool exist?
Thank you.
I tried to clarify a title bit. Hopefully it is ok. – Mikko Ohtamaa – 2014-10-01T08:45:37.223
I would imagine you need to interact directly with bitcoind, but there are some wrappers. – Mikko Ohtamaa – 2014-10-01T08:46:02.613
Here is one: https://github.com/snitko/straight-server - you can try to fish out Bitcond wrappers for your favorite programming language on Github search. EDIT: Straight uses blockchain.info instead of Bitcoin network, so it is out of the question
– Mikko Ohtamaa – 2014-10-01T08:52:35.813