Daniel Larimer

Results 13 comments of Daniel Larimer

Hey, Sorry I didn't respond earlier, I just noticed this message was routed to my boost mailing list archive which gets flooded on a daily basis! ``` I do not...

Fetch the dev repo, which grabs boost-rpc as a dependency. Note, boost.rpc library is somewhat deprecated in favor of FC which compiles almost as fast as C.... the fc version...

Checkout the dev repo which aggregates all the dependencies you need.

Each node has a long-lived identity into which they have invested a lot of CPU cycles to find the magic nonce. As a result node IDs (public key + nonce)...

Hello everyone, I would like to take a moment to address this discussion and commend everyone involved for their efforts to describe technical details of DPOS. I have come to...

A 51% majority is unable to advance last irreversible block, that requires a 2/3 majority. In that section I am referring to attempted attacks with any majority being ineffective other...

Thanks for putting so much thought into our algorithm and presenting an example for consideration. For starters, I have mapped this example out sequentially and concluded the following: Block 5...

http://bytemaster.bitshares.org/article/2015/01/27/BitAssets-and-Black-Swan-Events/

I think he is saying there should be a CAP on interest. I disagree, interest should continue to accumulate even if the expired short is unable to get matched. This...

market_engine::get_interest_owed() calculates it for any period based upon age_seconds. age_seconds is determined by market_engine::get_current_cover_age() which can be more than BTS_BLOCKCHAIN_MAX_SHORT_PERIOD_SEC if there are no buy orders at or above the...