Yeah that makes sense. Thanks Sravas!
Out of curiosity, does anyone know what is the total of valid, outstanding Flap?
It's been a while since I've played with this interface, but I found this command:
gettxoutsetinfo
{
"height" : 770300,
"bestblock" : "a6a9fc86471046194e13984f79e26857aa363e229ae5e8e5af7e45120cfd7478",
"transactions" : 387128,
"txouts" : 458774,
"bytes_serialized" : 26298262,
"hash_serialized" : "e41dddbccadc84c8b510344219b15eb60d2ded8ab660c74d673919aeba11bd7a",
"total_amount" : 72429393501.99800110
}
which would indicate about 72.4 billion FLAP, somewhat higher than the original 70 billion target.
our only mining pool has been shutdown. Can anyone startup another one. Reward offering.
I may be interested in attempting this. How much is the reward offering?
That's not my main motivation, but it would be nice to avoid any surprise if I happen to get stuck debugging some challenging issues in an unfamiliar setup.
Also the tx fee issue has to be sorted out, that is bugged. No matter what i set as minimum, it takes sometimes 50 % of the transaction as plus for tx fee.
I saw
https://github.com/Flapmin/Flappy5/issues/1 and confirmed the same problem with a screenshot. I think it wouldn't be hard to set a breakpoint in the applicable TxFee source lines and step through to see where it blows up. However, using a debugger would first require building from source. Are any of you guys doing that already and have some tips?
if i would be able to compile the linux version - that would help, but it seems it is not possible neither on my vserver nor on a local virtual machine, seems to be open ssl related. ( 1.1 vs 1.01).
I may be able to help as I have a bit of experience building openssl from source and can do it in any Docker container to match your system, then send you either compiled binaries or my build script. What Linux distro / libc version are you targeting? Assuming v1.0.1u will do.