Klaus Frank
Klaus Frank
> We should have : > > Address Mask Total Usable Network Broadcast FirstUsable LastUsable Typical use > 1.0.0.1/32 255.255.255.255 1 **1** 1.0.0.1 1.0.0.1 1.0.0.1 1.0.0.1 Host route > 1.0.0.1/31...
You could just use the subnet feature e.g. subnet the given prefix into /32 for ipv4 only or /128 for version independence. [System.Net.IPNetwork]'::ffff:192.168.1.20/128' iterate over the list and use the...
1. Create an System.Net.IPAddress object from your ip (either ipv4 or ipv6) 2. Convert it to IPv6 using the MapToIPv6 function. Either it returns the same ipv6 address or it...
``` PRETTY_NAME="Ubuntu 21.10" NAME="Ubuntu" VERSION_ID="21.10" VERSION="21.10 (Impish Indri)" VERSION_CODENAME=impish ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=impish ```
Currently? No, but I could just use a docker container or spin up a VM. Could you please add a disclaimer to the cross-compile section within the readme? Just knowing...
I ran into this issue too. I spent a few hours trying to debug it. Apparently, it crashes when trying to get the length of some string. I haven't found...
I dought that it's a corrupt database. After all it started syncing from noting yesterday.
Not instantly, but immediately after the "SYNCHRONIZATION started" message. I tried to run it with increased loglevel, but even with 4 I couldn't see anything related to this (or I...
> If it doesn't help I would move / delete the blockchain (data.lmdb) and try to sync from scratch again. The blockchain can corrupt when there is a power loss...
"FILE SYSTEM LIMITATION" is the result of the API call to SetEndOfFile https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setendoffile which sets the physical size of a file (There is still about 156 GB free on that...