Old Dip Tracker
Old Dip Tracker
> the 'Cirrus CI / macOS 11 native [gui] [no depends]' check is failing. Fails on the scrypt lib. We're working on fixes to the wrapped python code, [here](https://github.com/dogecoin/ltc-scrypt). Need...
Hi! Did you specify the `rescan` (3rd) parameter when you did `importaddress`? ``` dogecoin-cli importaddress "" "" ``` If you set it to `false` then you would need to do...
So currently, you would want to add this address before you publish it for your business rather than after. In that case, you don't need to rescan. This is the...
The second parameter to `getbalance` is "account", not "address". If you want to know the precise balance of a specific address (or set of) you can use: ```bash dogecoin-cli listunspent...
1.21 includes multi-wallet support.
How low is your fee? If it's over 0.01 DOGE/kb you can probably re-relay your transaction and get it mined. If under, most clients have only a 24h mempool retention...
The steps to resolve (from [the 1.14.6 release discussion](https://github.com/dogecoin/dogecoin/discussions/3054#discussioncomment-5292130)) are as follows and should be performed before upgrading to 1.14.5 or later: #### Purging all pending wallet transactions automatically To...
> But here I think the problem is with SegWit test part. Yes! this seems to be unrelated to the framework itself - I've made a new issue for this.
Addnodes aren't needed (I test the network discovery weekly) and is a way to poison someone's address book, as is sharing peers.dat (which can be a poisoning attack on its...
> the peers are taken from The problem is that we don't know if that's a honest list, whether it's been compromised, and so on. The fixed seeds we provide...