Post
Topic
Board Altcoin Discussion
Re: Bytecoin: Under the Hood
by
Ullo
on 08/04/2015, 10:40:48 UTC

There are problems with building on Ubuntu 13.10 with boost 1.53 because boost-coroutine is available only in 1.54 for this old Ubuntu release.

Other two problems are reported on GitHub by pmitchev:
https://github.com/amjuarez/bytecoin/issues/36 (Balance is not printed correctly)
https://github.com/amjuarez/bytecoin/issues/37 (Old wallet import wrong prints)

No reaction yet on both Sad

Amjuarez has just commented on both issues. The #37 is a bug which is going to be fixed within a couple of hours. And #36 is actually a change in behavior:

Quote
We should have provided a more extensive explanation on this one. Actually, it's not a bug, but a usability fix that was required for Bytecoin Wallet.

Previously, "balance" was a sum of pending balance and unlocked balance. As of version 1.0.3 this behavior was fixed so that balance corresponds to pending balance. Note that in GUI wallet all three balances are available.

We're going to rename this field to avoid further confusion. The patch is being processed at the moment.

And finally, regarding the boost issues, you're totally correct. We will update the readme file. Thank you!