Old Dip Tracker
Old Dip Tracker
@Dogihub I cannot reproduce your error; I synched past 4954439 with your Dockerfile: ``` 2024-02-23 11:35:23 UpdateTip: new best=3ac8ddaea330e0ef5872cd659e628ea345bcab516dbc0b8fbc8da9c5b6ea4573 height=5101840 version=0x00620104 log2_work=75.931572 tx=272134307 date='2024-02-23 11:35:03' progress=1.000000 cache=1715.4MiB(7272205tx) ``` I was...
Hi! Need a little more information. 1. Which version of dogecoind do you use? You can see with `dogecoind -version` 2. What settings are in your `dogecoin.conf`? It's located in...
> is that normal? I've not heard of this one before; it sounds like this is a specific limit to your provider. > the computer used 4.2 tb read, 3.7tb...
> Here is the code that I create and sign a transaction You need to add the change address to `createrawtransaction`. Replace that with something like the following, creating a...
Yes, but that's not the recommended way to do it. You should really only use a key once (ie don't send coin to an address after you've spent coin from...
Accidentally did a bad commit so I had to fix it.
Found 3 issues with remaining OpenSSL/proxy includes while cleaning up depends. Added these separately.
Squashed the additional commits. The pre-squash version of this PR can be found at [`patricklodder:3466-iter-1`](https://github.com/patricklodder/dogecoin/tree/3466-iter-1). I think this is as ready for review as it will get, assuming 3 PRs:...
> the removal of `--enable-bip70` from `src/init.cpp` Thanks! Removed.
I'm having some issues reproducing deadlock detection on macOS w/ a set of wip code that I know to have the issue (and does trigger both before and after this...