Got it, guys. What is the name of the currency, so I could spot it when it's released and check how parallelization works?
It's going to be a little bit, least 2 months, probably 3ish.
Coin is going to be named 'Fractal', happy to ping you and let you know. Feel free to do the same when you release your new project.
And like I said, parallel processing probably won't be in version 1.
@mczarnek: Do you have in mind a tx-based currency [like Bitcoin] or account-balance-based one [like NXT]?
I'm planning account based, makes blockchain trimming much more compact.
Good point. One fix is to allow account balances to dip into negative, keeping track of which accounts currently have negative balances. And when finished processing, accept the block only if no such account balances exist.
This method is applicable only to payments. It won't work on advanced features like asset exchange.
Nah, same idea, just treat every asset balance like a seperate account balance for that account.