Re: bitcoind as daemon in OSX

Figures: nelisky

Yep, that did the trick. Thank you.

Now I just need you to include the getblock and listtransactions patches and I’m a happy camper. If you still feel strongly against these, I just need parts of them, really:

  • From getblock: A way to extract the hash signature from a specific block (which I use in the lottery)
  • From listtransactions: Well, I need everything there, really, but mostly for housekeeping as I need a way of quickly getting a log of transactions. But not all information is important, only the address (in or out, depending on credit or debit) the type and the confirmation count. I also like to be able to see blocks generated before they mature, but that’s not that important.