totaloutput
totaloutput
@lzl124631x there are couple reasons that btcd is slower than bitcoind. The main reason I see is that btcd download from one peer only in bootstrapping the blocks, while bitcoind...
@lzl124631x : If your node is in US (like mine), your connection will be slow to the default nodes in btcd DNSSeed under chaincfg/params.go . If you just manually add...
@lzl124631x I don't think current bitcoind code is smart enough to find geographically closer nodes to sync. (I could be wrong) The current code is to find 1 node to...
@cemilcelik can you post more information about what is your environment and how did you call getbalance?
the blockreward generated by the miners need to wait for 100 confirmation before it can be spent.
I don't have an environment to compile and run your code @huahuayu , which line of your code generate that rpc error? What were you trying to do with your...
@huahuayu I checked log from btcwallet, its's this one: 2018-10-05 15:45:07.599 [WRN] RPCS: Unauthorized client connection attempt 2018/10/05 15:45:07 http: TLS handshake error from 127.0.0.1:45222: EOF are you able to...
@huahuayu I don't think it's a real issue, it's just an issue with the demo code in the document.. if you search for "NewWalletServiceClient", it's only called from the demo...
that is great, just use the source code of btcctl as example, don't use the one from the document.
@jordansaints will you be able to use the indexers in this case? Transaction-by-address (txbyaddridx) Index Creates a mapping from every address to all transactions which either credit or debit the...