Jonathan Chappelow

Results 191 comments of Jonathan Chappelow
trafficstars

My testnet ticketbuyer is presently not mixing. Will set it and try now.

```ini enableticketbuyer=1 ticketbuyer.limit=200 ticketbuyer.votingaccount=voter ``` ``` 2022-09-30 10:31:03.390 [INF] SYNC: Connected block 0000000081f4f46942dd0f5104067100b7f79714c1e5e44cd17f81d79d6c6b73, height 1003620, 6 wallet transaction(s) 2022-09-30 10:31:03.401 [INF] WLLT: Returning address (account=0 branch=1 child=101353) 2022-09-30 10:31:03.407 [INF]...

Oh dang, `ticketbuyer.limit` is the wrong setting. Where did that come from? :angry:

Ok, sorry for the noise, this was just a screw up on my part it seems. With `--ticketbuyer.balancetomaintainabsolute=200` and no mixing it's working as expected. There may be a warranted...

No Decrediton involvement. It's not required to run DEX.

> Observed behaviour... build failure, stdout ending with: > > ``` > checking whether the C compiler works... no > configure: error: in `.../zcash/depends/work/build/x86_64-pc-linux-gnu/libevent/2.1.12-86b28079bae': > configure: error: C compiler cannot...

ldd reports that `./depends/x86_64-pc-linux-gnu/native/bin/ld.lld` is not linked with libz/zlib support. On the other hand, the system package's llvm-link is (ldd /usr/bin/llvm-link). Seems like the issue is that the native clang...

Sorry to butt in again, but future release tags should really have a go.mod with **no `replace` statements**. Recent go versions even refuse to build such releases in the modern...

This was resolved in https://github.com/btcsuite/btcwallet/commit/3a5d9f84b0bc512c9caf7d4ac7c2bf0b45b059d5.

> I wonder if it's possible to remove the panic logic in `*Wallet.handleChainNotifications` altogether and handle errors more gracefully? This would be good. There are numerous ways this explicit panic...