Tommy van der Vorst
Tommy van der Vorst
Miners would receive quotum which they can then trade to other users. Additionally quotum can be 'pre-mined' in the configuration block (block 1).
See #30, incentives table.
This helps in determining whether to replace a peer (if the peer can prove that it is in fact the same peer that connected earlier, this can be smoother).
This could be used to create a credit system!
Column names are now checked. As we do not yet support aggregations, bare columns are not yet an issue (leaving this open until then)
See https://github.com/daltoniam/Starscream/issues/346
@satishbabariya2 PRs are accepted!
Hi @demom! I am not currently working on Linux support, but this certainly would be interesting to have. I think the main issue is porting the network code (the driver...
Great to hear you're working on Linux support, @johnbona! Smaller PR's are preferred as they are a bit easier for me to test/review. Not sure what you had in mind...
@johnbona that's quite a difference in performance! Did you compile CryptoSwift in release mode with all optimizations turned on? Ideally speaking we'd be fully Swift native - as the SCRAM...