Old Dip Tracker
Old Dip Tracker
In reworking the fixes for non-linux arm64, I have found that: - #3308 applies here and can be cherry-picked. After that the CI configuration for MacOS native also becomes simpler...
@victorsk2019 I see in your config.log that this is gcc 13.2, but I cannot find your boost version in there. Which version of boost are you using? You can find...
Conditions for this to occur: - boost > 1.78 - configuring with `--enable-debug` I have reproduced this on gentoo x86_64 with boost 1.84 and macOS arm64 with boost 1.82. The...
### `importaddress` ```console ubuntu@ip-172-31-35-31:~/dogecoin$ sudo /home/ubuntu/dogecoin/src/dogecoin-cli importaddress 5321039f0b5d474f082e0ba6a60248ea903dc65b6535bc142d5e7359a2f979cf5055e7210318bb70a17ff8d85a8dab210e038bb02ac7b9c11b0a0faeda656c4df16cafa0222103356efa507756281e0a544a4913705f4a2e633da9b8ed4ebebce2aacd1d6261fc53ae "new" false error code: -4 error message: The wallet already contains the private key for this address or script ``` Since you're...
If you don't generate the keys inside your wallet, but have the redeemscript imported as above, you can simply use the `privatekey` argument when testing: ``` signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...]...
1. You don't need to `fundrawtransaction` if you already create the transaction with the inputs you want to spend 2. You didn't use p2sh flag on `importaddress` as I just...
> error: Error parsing JSON:p2sh the value you need to give is `true`
> After setting value "true" and importing redeemScript still issue has not been resolved getting error when i am doing listunspent getting spendable false. The only way how I can...
> how we can calculate fee without fundraw transaction method with `estimatesmartfee` and estimating the signed transaction size. for 3-of-3 multisig: **tx overhead:** 10 bytes **for each input**: ``` -...
Added label `help wanted`: we need testers to see if this can be reproduced on: - [x] Windows - [x] Linux x86_64 - [x] Linux aarch64