Lucas Betschart

Results 17 comments of Lucas Betschart

It shouldn't be, I just compared and updated it with what is in the core repo here https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp.

Actually -? is an invalid command (according to the code) and the application shows the help text when there is a invalid command. So the bug is -? not working...

See this Bitcoin Core PR regarding sendrawtransaction: https://github.com/bitcoin/bitcoin/pull/6844

Hi, testnet support would be great. Are there third party APIs to get that data for testnet? Otherwise consider doing a lighthouse fundraising.

Nice. > unfortunately I can't find suitable service to broadcast via or retrieve unspent outputs from Maybe https://test-insight.bitpay.com/ using https://github.com/bitpay/insight-api Or, if that's possible / easy, Stratum / Electrum-servers using...

get_mempool is not used by the Electrum-Client (or any other client I'm aware of) afaik, so shouldn't affect many users For what do you use it?

Can you reach bitcoind using bitcoin-cli ?

I run in to the same error message, but only on OSX, using 0.30.4. We want to use NWJS with Python (and PyInstaller). Here is our small PoC where we...