-
There is no API yet to change the runtime values from the config file like feePerByte, maxFee and autoMineRounds
-
I was researching why operations vbtca7c07d4e and vbtcf4545c0f were not progressing like the other operations.
```
vbtc68bba8c3: vBitcoin (180 -> 220) | PoP Transaction Confirmed | Wait for Payou…
-
Can you please add a command like viewrecentrewards on VPM which shows at least the endorsed block, the altchain, (projected) reward and in which block it's paid and if possible the VBK fee paid.
-
After submitting a tx to vBitcoin the next step is waiting for the transaction to confirm. But no message is shown when the tx is confirmed in a block. Only after 10 confirmations do I see the result.…
-
It's possible to configure a testnet nodecore and connect it to a mainnet nodecore. A testnetwallet is created but the mistake is not detected by the APM. After correcting the node in application.conf…
-
I think the automineround settings can be improved when using listconfig:
```
listconfig
Configuration Properties:
...
securityInheriting.vbtc.autoMineRounds=[
# .\application.conf: …
-
Mining an old block, causes the operation to stay in the SUBMIT_POP_TRANSACTION state
I think because of this:
2020-06-10 10:07:42 pop-tasks- WARN ApmTaskService - Error submitting pro…
-
After upgrading a PoP miner, restoring a seed or when bitcoin-pop.spvchain got corrupted one has to sync the Bitcoin blockchain in the PoP miner. In case of a wallet with a long history this takes lon…
-
We use CMake and googletest. We add `googletest` as submodule (version release-1.10.0) and include it as `add_subdirectory(gtest)`.
Once we did that, our Linux CI started crashing randomly:
https…
-
I noticed in my logs that it often happens that the latest block is being overwritten. I just checked the logs of one of those cases and wonder why this happens in this case:
For some reason there …