pythcoiner

Results 305 comments of pythcoiner

> Where does the GUI uses the genesis timestamp? The GUI does not connect to bitcoind itself, so if it needs the genesis timestamp it needs to be routed through...

can you try w/ absolute path in `-conf` arg? (in case)

maybe related to https://github.com/wizardsardine/liana/issues/929#issuecomment-1900021680, will try to reproduce in a VM. @GaloisField2718, can you check wich bitcoind version you run ? you can check the content of `/Users/galoisfield/Library/Application Support/Liana/bitcoind/`, oerhaps...

I think i reach to reproduce on linux, the steps are: - Make a new signet wallet - Make full IBD - Stop Liana - Manually remove .liana/signet - Manually...

@GaloisField2718 did you come to this issue by this way?

It looks to me it was a bitcoin core auth w/ cookie [issue](https://github.com/bitcoin/bitcoin/pull/28784) that have been fixed in 26.1. So i close it, anyone feel free to reopen if upgrading...

my first draft implementation of miniscript workflow on seedsigner is available [here](https://github.com/pythcoiner/seedsigner/tree/seedsigner_miniscript_v0), the flow can be summarized as: ```mermaid graph TB classDef user fill:#3c3d3e, color:#fff; classDef test fill:#46d367, color:#000; classDef...

few remarks: - 1) I think to UX improvements we need to split this process into 2 parts: - A) Liana supply JSON data (descriptor w/out PoR) encoded into Multi...

after a quick check i found this [crate](https://docs.rs/bc-ur/latest/bc_ur/) implementing [Blockchain Commons UR Types](https://github.com/BlockchainCommons/bc-ur-rust)

About the label field, I just left it there because it is used by seedsigner QRCode decoding function to determine that the data are representing a descriptor. I just check...