Peter John Bushnell
Peter John Bushnell
That TX does not exist, what was the destination address? Just to confirm you are talking about coins going to the desktop wallet and not the Android wallet?
That is odd, the last fork happened in July. Please contact EZPool for an explanation of where your coins went. Perhaps they did not update their client and are mining...
Remove the distribute_setup.py and edit setup.py to remove these lines. From -from distribute_setup import use_setuptools -use_setuptools() -py_modules=['distribute_setup',], Then run this to make sure that distribute is up-to-date. pip install --upgrade...
Latest release includes changes for those that build manually. Binaries from the previous release can be used by those that require them.
You can get the binaries for Linux distros from the following link. https://software.opensuse.org/package/feathercoin
Please use `listvaulthistory` to get the correct information about vault withdrawals. `listaccounthistory` is not able to track all changes that occur in vault TXs. In `listvaulthistory` what you are seeing...
Can you build defid with debug enabled using `MAKE_DEBUG=1` and get a core dump for this? Install coredumpctl and make sure that `ulimit -c` returns unlimited. This would be incredibly...
I'd just build with the following and skip the release steps. Binaries will be in `./build/src/` `MAKE_DEBUG=1 ./make.sh build` `coredumpctl` can be resource intensive at the point of capturing a...
Run `coredumpctl list` to see all the core dumps, note the PID of the core dump you want to export and run the following command. `coredumpctl dump PID --output=defid.dump` Then...
Were these nodes all clean syncs of changi or was a snapshot used and if a snapshot was used where did you get it from?