Blurt is a public social blockchain that uses Larimer-style Dpos, meaning that its code is characterized by heavy use of the Boost C++ libraries, and it uses the fc library for many of its core functions.
- Clang or gcc
- cmake 3.20 or greater
- ccache
git clone https://gitlab.com/blurt/blurt
cd blurt
mkdir build
cd build
cmake ..
make -j$(nproc) blurtd cli_wallet
- No Downvotes
- No Stablecoin
- Transaction fees controlled by witnesses
- A regent account with a controlling stake or special weighted vote has been added to Blurt.
- The regent account can vote on Witneses and DAO Proposals.
- The regent account decays over a two-year period with 24 equal monthly reductions to zero, starting at a power equal to all blurt supply.
- The regent account does not impact:
- circulating supply
- inflation
- reward pool
- STEEM Balances
- SBD balances were converted to BLURT at the chain-reported price of $.26/STEEM from Block 43,526,969
- Usernames
- Public Keys
- Content
- Followers
- Profile Pic
- Name
- Location
- Pending Claimed Accounts
- Account Authorizations
We feel that all actions that impose costs should themselves have a cost, so that we can avoid becoming a garbage patch. We're developing features that keep us out of "tragedy of the commons" type situations.
Work is ongoing in the dev
branch.
The snapshot-verification code can be found in the snapshot
branch.
Our next milestone is Hard Fork 3