create account

Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :) by libertyteeth

View this thread on: hive.blogpeakd.comecency.com
· @libertyteeth · (edited)
$6.59
Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)
Here's a [link](https://bitcoin.org/bitcoin.pdf) to it.  It's so short, I'm surprised I haven't read it previously!

It's very interesting to me, reading what started this all off, after having had about half a decade of involvement in the field!

## Page 1

The abstract is quite informative:

>Abstract. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power. As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers. The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.

I wanted to state when the whitepaper had been written, so I looked it up and came across a Wikipedia page for Satoshi Nakamoto: https://en.wikipedia.org/wiki/Satoshi_Nakamoto

The page mentions that the first mined block, which is unlike all other blocks in that it has no parent block, contains this text which indicates that it's very unlikely it was created prior to 2009-01-03: "The Times 3 January 2009 Chancellor on brink of second bailout for banks".

It goes on to mention that Satoshi's BTC accounts have around 1 million BTC in them, currently worth around 18 billion dollars, and that the coins haven't moved at all since 2009.  This is deflationary; it means that out of Bitcoin's 21 million coins that will ultimately be mined by 2140, a million of them appear to be "locked up" by the creator.  They might be used at some point in the future, so they're not the same as the "burned/lost coins" others have analyzed.  Looks like around a quarter of them are gone for good, [according](http://fortune.com/2017/11/25/lost-bitcoins/) to [articles](https://seekingalpha.com/article/4082979-many-bitcoins-lost-forever) from the [past](http://www.foxnews.com/tech/2017/11/28/estimated-30-billion-in-bitcoins-may-be-lost-forever.html) few [months.](http://uk.businessinsider.com/nearly-4-million-bitcoins-have-been-lost-forever-study-says-2017-11?IR=T)

Anyway, back to the whitepaper.  The first page ends with a description of the challenge of creating a system which doesn't require "trust", which is rather neat.

## Page 2

Page 2 has a diagram, showing how the blocks are generated using the previous block as input (and also, shows how the first block doesn't have input from a previous block, as mentioned above).  It goes on to describe a "timestamp server" which is one basis for the blockchain -- every block has a timestamp (and, by extension and somewhat common-sensical "duh" -- every block occurred in the past).

Okay, my parenthetical "duh" started me down a line of thinking, "what if we *could* create future blocks"?  I think it would end badly, because if I created a "future block" that spent some coins, I could then create a "not-quite-as-far-in-the-future block" which spent the coins *first*, leading to a double-spend situation.  So, I won't be working on a time-traveling coin. :)

## Page 3

Page 3 starts with the heading, "Proof-of-Work" and references "Hashcash" which I hadn't heard of; [this Wikipedia article](https://en.wikipedia.org/wiki/Hashcash) describes it, mentioning that it was written up twice, once in 1992 and again by someone else in 1997.

That section describes how the blockchain is composed of "blocks stacked on top of other blocks" and if an older block needs to be redone, then all the blocks after it do as well.  And mentions that later in the whitepaper it will be shown how "confirmations" make a double-spend attacker much less likely -- which is why we need to wait longer for our transactions to arrive.

Section 5 discussed how the network operations will behave.  A neat aspect of it is that nodes will choose to work on "the longest chain" and will switch from a shorter chain to a longer chain, automatically, if one exists.  Also, that nodes are "self-correcting" -- if it receives a block that's after the block it's expecting, it will know to request the block it doesn't have.

## Page 4

Section six on page 4 starts with an excellent sentence, describing the block reward:

>By convention, the first transaction in a block is a special transaction that starts a new coin owned by the creator of the block.

I really like the last paragraph, describing how an attacker who managed to assemble more CPU power than the honest nodes might be better off using that CPU power to generate new coins, rather than undermining the system.  I really like how that relates to an observation I made about criminality a long time ago: if criminals were smarter, they'd go about accumulating their wealth in honest ways.

Section 7 describes saving disk space by reducing the blocks using a "Merkle Tree"; I'm not really familiar with this, although the diagram makes sense.

The section ends with a seemingly short-sighted quote at the end of page 4 (of 9!  It's only nine pages long!  Read it!!! We're almost halfway through!  :) ) --

>A block header with no transactions would be about 80 bytes. If we suppose blocks are generated every 10 minutes, 80 bytes * 6 * 24 * 365 = 4.2MB per year. With computer systems typically selling with 2GB of RAM as of 2008, and Moore's Law predicting current growth of 1.2GB per year, storage should not be a problem even if the block headers must be kept in memory.

The blockchain is currently around 155 GB, and *cannot* be kept in memory in any of the (rather powerful) computers I have.  My laptop has 16 GB of RAM, and my tower has 32 GB.

And, I said "seemingly" because after careful re-reading, I almost deleted the above -- but then wanted to keep it in case others had the same (wrong) impression I did.  Turns out he's just talking about empty block headers, not the block contents, so the blockchain being 155 GB is unrelated to his assertion, that all the block headers should fit in memory, since the *maximum* the block header size would grow would be 4.2 MB per year.  I'm glad I took a second look! :)

## Page 5

Section 8 starts page 5, discussing payment verification, and what an attacker would need to do to violate that.  It ends with noting that:

>Businesses that receive frequent payments will probably still want to run their own nodes for more independent security and quicker verification.

This is the difference between a "lightweight" wallet, like Exodus, and the "heavyweight" wallets, like Bitcoin Core which takes up 155 GB of my hard drive (and growing).  It would be better for a business which did frequent transactions to have a "heavyweight" Bitcoin client (wallet), as it is less likely to be compromised.  Meaning, the entity that created the "lightweight" wallet might be able to compromise the account (and, not just *my* account -- ***all*** accounts held in that lightweight wallet!).  Exodus doesn't hold the private keys, and I've tested recovering coins from an Exodus wallet using the "pass phrase" (12 random words) which worked; but, it's still better to have to trust nobody, than to have to trust somebody.

Section 9 mentions something I just noticed today -- when I sent some coins to Changelly, it took a while (and I don't think it worked, so I've asked them for a refund) and after a little bit, I clicked on the "view this transaction on the blockchain" link.  I saw the small amount (X) I had sent, but the transaction actually has *two* sends -- one for X, and *another* for the total in my wallet minus X!  Those funds are still in my (Exodus) wallet, so it must be the case that the Exodus wallet creates new addresses internally?  If I click on Wallet, then Bitcoin, then Receive, I see a ">" on the right; clicking that, I get one other address that coins could be sent to, to enter my wallet.  However, that second address has been there for a while; and, the address that "all minus X" were sent to is not either of those two addresses.  

So, there's more going on than I currently understand -- and that's okay!  An analogy I like to make is, "I don't need to know the internals of a thing in order to be productive with it.  For instance, a sales guy doesn't need to know the inner workings of a telephone and the telephone system, in order to make sales calls to benefit his organization."

That said, I *do* like to understand the inner workings of things, even if my productivity doesn't depend on it.  I like to think this comes from my upbringing, especially watching The Greatest American Hero, who received a suit from aliens but lost the instruction book.

Which rhymes with a sign on the CFO's door at a company I used to work at, "Life is the only game in which the goal is to learn the rules."  I love that.  The more I understand how a thing works (and, how several things interact with each other), the closer I am to learning "the rules."

[Edit: Note that I didn't really describe this very well at all.  @amec asked me about it, and I responded to him below with a much better version than the above -- which I'm keeping, for posterity, so search for "amec" to find the better version.  Enjoy!]

## Page 6

Section 10 starts page 6, and describes that even though all transactions are broadcast, the identity of the sender and receiver are hidden.  This has later been "not-so-hidden" because the IP address of the sender is embedded in the transaction.  And it ends describing exactly that risk, neat!

Section 11 has calculations in it so it's a little more complex.  It starts with stating that even if an attacker gains more than 50% power, it still won't be able to arbitrarily give itself every coin in existence.  The ***only*** mischief it would be able to do, would be to modify *its own* transactions, and specifically, can only take back money that it spent.

It includes a mention of ["Gambler's Ruin"](http://mathworld.wolfram.com/GamblersRuin.html) so I looked it up; it's a neat mathematical way of describing why the house wins in a casino -- even *before* the house uses games that favor the house!

All the calculations in this section lead to: waiting for a few confirmations makes it infinitesimally small that an attacker will be able to "claw back" the coins he just spent -- and above, it's described that this is the only way an attacker can modify the system: the attacker first needs to spend coins, and then manipulate the blockchain so the spend disappears.

An aside (who am I kidding, I think most of this is "asides" :) ), it mentions "Poisson distribution" and that makes me think of fish.  :)  (That's the word for it, in French, which I took in high school and recall very little of...)

## Page 7

Pages 7 and 8 are mostly calculations (which seem to leave out defining the variables, but I didn't study statistics much); C code representing them; and output -- all to show that the probability of an attack succeeding reduces significantly, the more blocks one waits for.

Within the current block that the sender sent the coins in, there's a 100% chance that they'd be able to attack.  The next block, though, there's only a 20% chance, and it goes down to 5%, 1%, 0.3%, 0.09%, and finally 0.02% chance to be able to successfully attack after six blocks have passed.

Reversing that, we get a 99.98% confidence level that, if we've waited six blocks, an attacker with *unlimited credit* won't be able to win against the "Gambler's Ruin" scenario which matches the blockchain's design.  Really, *really* neat!  Especially because *all* attackers will have less than unlimited credit.

@longsilver, thank you for motivating me to read the white paper!

## Page 8

The conclusion starts and ends on page 8; page 9 is just references.  It is also just a single paragraph, so I'll reproduce it here, and then marvel at it. :)

>We have proposed a system for electronic transactions without relying on trust. We started with the usual framework of coins made from digital signatures, which provides strong control of ownership, but is incomplete without a way to prevent double-spending. To solve this, we proposed a peer-to-peer network using proof-of-work to record a public history of transactions that quickly becomes computationally impractical for an attacker to change if honest nodes control a majority of CPU power. The network is robust in its unstructured simplicity. Nodes work all at once with little coordination. They do not need to be identified, since messages are not routed to any particular place and only need to be delivered on a best effort basis. Nodes can leave and rejoin the network at will, accepting the proof-of-work chain as proof of what happened while they were gone. They vote with their CPU power, expressing their acceptance of valid blocks by working on extending them and rejecting invalid blocks by refusing to work on them. Any needed rules and incentives can be enforced with this consensus mechanism.

I find it *fascinating* that they took a problem, and provided a solution -- and, that this paper seems so "academic".  This "simple solution" created an industry which currently has over a half-trillion dollar market cap (and Bitcoin makes up 55% of it!), and will surpass a trillion next year most likely!

From https://coinmarketcap.com/:

---
![](https://steemitimages.com/DQmYYSrhiqvcnFo6Csvz3w59dbvjbzPs4spgue327PSF5px/image.png)
---

I hope this has been educational for you -- it definitely has been for me, and I thought I knew a lot about this stuff.  :)

Enjoy!

---

<center>[![](https://steemitimages.com/50x60/http://steemitboard.com/@libertyteeth/commented.png)](http://steemitboard.com/board.html?user=libertyteeth) [![](https://steemitimages.com/60x70/http://steemitboard.com/@libertyteeth/votes.png)](http://steemitboard.com/board.html?user=libertyteeth) [![](https://steemitimages.com/70x80/http://steemitboard.com/@libertyteeth/posts.png)](http://steemitboard.com/board.html?user=libertyteeth) [![](https://steemitimages.com/100x80/http://steemitboard.com/@libertyteeth/level.png)](http://steemitboard.com/board.html?user=libertyteeth) [![](https://steemitimages.com/70x80/http://steemitboard.com/@libertyteeth/comments.png)](http://steemitboard.com/board.html?user=libertyteeth) [![](https://steemitimages.com/60x70/http://steemitboard.com/@libertyteeth/voted.png)](http://steemitboard.com/board.html?user=libertyteeth) [![](https://steemitimages.com/50x60/http://steemitboard.com/@libertyteeth/payout.png)](http://steemitboard.com/board.html?user=libertyteeth)</center>
<center>![](https://steemitimages.com/0x0/https://i.imgur.com/5ZjdWQi.gif)</center>
<center>![](https://steemitimages.com/0x0/http://i.imgur.com/CJeVyoF.gif)</center>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorlibertyteeth
permlinkbitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it
categorybitcoin
json_metadata{"tags":["bitcoin","cryptocurrency","life","blog","story"],"users":["amec","longsilver"],"image":["https://steemitimages.com/DQmYYSrhiqvcnFo6Csvz3w59dbvjbzPs4spgue327PSF5px/image.png","https://steemitimages.com/50x60/http://steemitboard.com/@libertyteeth/commented.png","https://steemitimages.com/60x70/http://steemitboard.com/@libertyteeth/votes.png","https://steemitimages.com/70x80/http://steemitboard.com/@libertyteeth/posts.png","https://steemitimages.com/100x80/http://steemitboard.com/@libertyteeth/level.png","https://steemitimages.com/70x80/http://steemitboard.com/@libertyteeth/comments.png","https://steemitimages.com/60x70/http://steemitboard.com/@libertyteeth/voted.png","https://steemitimages.com/50x60/http://steemitboard.com/@libertyteeth/payout.png","https://steemitimages.com/0x0/https://i.imgur.com/5ZjdWQi.gif","https://steemitimages.com/0x0/http://i.imgur.com/CJeVyoF.gif"],"links":["https://bitcoin.org/bitcoin.pdf","https://en.wikipedia.org/wiki/Satoshi_Nakamoto","http://fortune.com/2017/11/25/lost-bitcoins/","https://seekingalpha.com/article/4082979-many-bitcoins-lost-forever","http://www.foxnews.com/tech/2017/11/28/estimated-30-billion-in-bitcoins-may-be-lost-forever.html","http://uk.businessinsider.com/nearly-4-million-bitcoins-have-been-lost-forever-study-says-2017-11?IR=T","https://en.wikipedia.org/wiki/Hashcash","http://mathworld.wolfram.com/GamblersRuin.html","https://coinmarketcap.com/:","http://steemitboard.com/board.html?user=libertyteeth"],"app":"steemit/0.1","format":"markdown"}
created2017-12-16 00:29:00
last_update2017-12-18 04:54:06
depth0
children49
last_payout2017-12-23 00:29:00
cashout_time1969-12-31 23:59:59
total_payout_value5.250 HBD
curator_payout_value1.342 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,352
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,687,362
net_rshares1,071,798,229,539
author_curate_reward""
vote details (50)
@amec ·
$0.66
Firstly,great job man
U really summarized the whole whitepaper in a detailed manner and pointed out the key points,wow...am impressed...like seriously impressed

Although i will like to read the whitepaper myself during my free time because i have some serious concerns and criticism which i wont like to mention till am absolutely sure am correct.

Section 9 in page 5 according to your abstract is a little not clear to me...but as u said,it aint really necessary to understand a concept or something fully before benefiting from it so amma go with that

If you dont mind tho,I will appreciate a little more clarification in section 9 chapter 5 but its cool if you cant cox am gonna eventually go through the whitepaper myself

Thanks a lot for sharing this important piece of information,am still a baby on steemit and my upvote worth very less but i gave you the whole 100% with a resteem cox this really deserves more visibility and rewards...honestly!

Thanks once again for all the good work on steemit☺...my name is @amec 
πŸ‘  
properties (23)
authoramec
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t012908648z
categorybitcoin
json_metadata{"tags":["bitcoin"],"community":"busy","app":"busy/2.1.0"}
created2017-12-18 01:29:24
last_update2017-12-18 01:29:24
depth1
children1
last_payout2017-12-25 01:29:24
cashout_time1969-12-31 23:59:59
total_payout_value0.499 HBD
curator_payout_value0.164 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,030
author_reputation4,757,143,761,895
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,952,767
net_rshares107,878,202,839
author_curate_reward""
vote details (1)
@libertyteeth ·
Yeah, I more rambled for that section than described.  :)  It's short, too -- only two paragraphs and a diagram!  Here it is:

>## Combining and Splitting Value
>&nbsp;
>Although it would be possible to handle coins individually, it would be unwieldy to make a
separate transaction for every cent in a transfer. To allow value to be split and combined,
transactions contain multiple inputs and outputs. Normally there will be either a single input
from a larger previous transaction or multiple inputs combining smaller amounts, and at most two
outputs: one for the payment, and one returning the change, if any, back to the sender.
>
>![](https://steemitimages.com/DQmcuuwJoGXJqU2sWHTEbZPdPuKCSt6WDEQ7iYHv8231hE8/image.png)
>
>It should be noted that fan-out, where a transaction depends on several transactions, and those
transactions depend on many more, is not a problem.

The first sentence is saying "we don't 'send' each Satoshi one at a time" (although the term "Satoshi" for the smallest indivisible Bitcoin unit hadn't been coined when the whitepaper was written) -- i.e., more than one Satoshi can be sent together, in a bundle.

The second sentence is understood easily -- a transaction has inputs and outputs, and can have more than one, of each.  The third sentence says that there are basically four types of transactions:

1. A single input, a single output (payment).
2. A single input, two outputs: payment, and change returned.
3. Multiple inputs, a single output (payment).
4. Multiple inputs, two outputs: payment, and change returned.

Personally, I don't know about "change returned" being a part of the Bitcoin experience, so perhaps #2 and #4 were considered when the whitepaper was written, but not coded?  Anyway, I'll ignore those two and describe what I think #1 and #3 mean.

#1 is the case where, during a single block (10 minutes), address A sends X coins to address B, and *no other address* sends coins to address B.  Single input is A; single output is B, which receives X coins.

#3 is the case where, during a single block (10 minutes), address A sends X coins to address B, *and* at another address C also sends Y coins to address B.  Multiple inputs are A,C; single output is B, which receive X+Y coins.

#3 also expands to handle the cases where *more than one* additional address sends to B (i.e., A and C and D send; or, A and C and D and E send; etc).

The fourth and final sentence says that the above can handle all cases where one party sends to multiple parties, or multiple parties send to one party.  Any cases where multiple parties send to multiple parties can also be handled by the above.

Meaning it's similar to the "NOR" operator -- if you can implement that operator in hardware, then every other operator can be implemented in software!  Really neat!  https://en.wikipedia.org/wiki/Logical_NOR  (Turns out "NAND" has similar properties, mentioned in the article; neat!)

Hope this helped!
πŸ‘  
properties (23)
authorlibertyteeth
permlinkre-amec-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t045244444z
categorybitcoin
json_metadata{"tags":["bitcoin"],"image":["https://steemitimages.com/DQmcuuwJoGXJqU2sWHTEbZPdPuKCSt6WDEQ7iYHv8231hE8/image.png"],"links":["https://en.wikipedia.org/wiki/Logical_NOR"],"app":"steemit/0.1"}
created2017-12-18 04:52:45
last_update2017-12-18 04:52:45
depth2
children0
last_payout2017-12-25 04:52:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,946
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,970,715
net_rshares0
author_curate_reward""
vote details (1)
@anikearn ·
$0.67
Very nice article and good post.I need this post so many many thanks.This post is very informational.
πŸ‘  ,
properties (23)
authoranikearn
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t050224614z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 05:02:39
last_update2017-12-16 05:02:39
depth1
children0
last_payout2017-12-23 05:02:39
cashout_time1969-12-31 23:59:59
total_payout_value0.526 HBD
curator_payout_value0.145 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation279,141,209,145,127
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,707,761
net_rshares109,230,048,434
author_curate_reward""
vote details (2)
@applo ·
$0.67
Thank you for shating..its a great post
πŸ‘  ,
properties (23)
authorapplo
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t044903541z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 04:49:18
last_update2017-12-16 04:49:18
depth1
children0
last_payout2017-12-23 04:49:18
cashout_time1969-12-31 23:59:59
total_payout_value0.508 HBD
curator_payout_value0.164 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation3,267,587,587,704
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,706,731
net_rshares108,997,398,333
author_curate_reward""
vote details (2)
@art-universe ·
$0.77
Isnt it incredible what happened to this idea? I mean how it grew and which influence it had to the whole world??? - !
πŸ‘  ,
properties (23)
authorart-universe
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t082152273z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 08:21:48
last_update2017-12-16 08:21:48
depth1
children1
last_payout2017-12-23 08:21:48
cashout_time1969-12-31 23:59:59
total_payout_value0.585 HBD
curator_payout_value0.190 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation76,020,896,885,556
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,723,940
net_rshares126,767,226,671
author_curate_reward""
vote details (2)
@libertyteeth ·
Yeah.  That's one of my huge take-aways from reading it yesterday -- that this is a very academic paper, solving one specific issue.  That solution created what will next year be a trillion-dollar industry.  Mind-blowing!
properties (22)
authorlibertyteeth
permlinkre-art-universe-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t170429685z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 17:04:30
last_update2017-12-16 17:04:30
depth2
children0
last_payout2017-12-23 17:04:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,773,697
net_rshares0
@binkyprod ·
$0.66
Yes, thank you. It's a lot of info that my brain cannot process all at once, but it certainly is quite fascinating.
πŸ‘  
properties (23)
authorbinkyprod
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t073411880z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 07:34:12
last_update2017-12-16 07:34:12
depth1
children0
last_payout2017-12-23 07:34:12
cashout_time1969-12-31 23:59:59
total_payout_value0.500 HBD
curator_payout_value0.163 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation103,994,393,290,019
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,720,240
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@bipul ·
Its a long white paper anyways thanks for the information
properties (22)
authorbipul
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171219t111851486z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-19 11:18:51
last_update2017-12-19 11:18:51
depth1
children0
last_payout2017-12-26 11:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation2,897,172,304,197
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,170,081
net_rshares0
@blazing ·
$0.66
That's a lengthy white paper dammm
πŸ‘  
properties (23)
authorblazing
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t123430520z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 12:34:36
last_update2017-12-16 12:34:36
depth1
children2
last_payout2017-12-23 12:34:36
cashout_time1969-12-31 23:59:59
total_payout_value0.500 HBD
curator_payout_value0.163 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation117,662,220,860,076
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,744,964
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@libertyteeth ·
Ha, the Steemit whitepaper is five times as long!  (44 pages.)  I started that a few months ago but only got around a quarter of the way through.  Should pick it back up some time.
πŸ‘  
properties (23)
authorlibertyteeth
permlinkre-blazing-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t172010418z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 17:20:12
last_update2017-12-16 17:20:12
depth2
children1
last_payout2017-12-23 17:20:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,775,448
net_rshares264,614,252
author_curate_reward""
vote details (1)
@blazing ·
$0.63
haha that's why i rarely read white paper now a days and keeps on wondering why ICO's has smaller version of that lol
πŸ‘  
properties (23)
authorblazing
permlinkre-libertyteeth-re-blazing-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171217t172027723z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-17 17:20:33
last_update2017-12-17 17:20:33
depth3
children0
last_payout2017-12-24 17:20:33
cashout_time1969-12-31 23:59:59
total_payout_value0.470 HBD
curator_payout_value0.155 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation117,662,220,860,076
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,906,450
net_rshares98,854,650,398
author_curate_reward""
vote details (1)
@braxton101 ·
$0.68
Thanks for the info liberty! I have a question for you. Do you do any bitcoin mining?
πŸ‘  ,
properties (23)
authorbraxton101
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t024254457z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 02:42:54
last_update2017-12-16 02:42:54
depth1
children2
last_payout2017-12-23 02:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.514 HBD
curator_payout_value0.167 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation5,211,856,126,324
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,697,492
net_rshares111,057,320,820
author_curate_reward""
vote details (2)
@libertyteeth ·
Yes -- in fact see the comment I just posted to @longsilver, below, I wrote up some of my experiences:

https://steemit.com/bitcoin/@libertyteeth/this-looks-important-i-created-a-trading-spreadsheet-my-gift-to-steemit-traders-it-s-geared-towards-trading-on-binance-a-little#@libertyteeth/re-longsilver-re-libertyteeth-re-longsilver-re-libertyteeth-re-longsilver-re-libertyteeth-this-looks-important-i-created-a-trading-spreadsheet-my-gift-to-steemit-traders-it-s-geared-towards-trading-on-binance-a-little-20171216t161931415z
properties (22)
authorlibertyteeth
permlinkre-braxton101-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t162722444z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["longsilver"],"links":["https://steemit.com/bitcoin/@libertyteeth/this-looks-important-i-created-a-trading-spreadsheet-my-gift-to-steemit-traders-it-s-geared-towards-trading-on-binance-a-little#@libertyteeth/re-longsilver-re-libertyteeth-re-longsilver-re-libertyteeth-re-longsilver-re-libertyteeth-this-looks-important-i-created-a-trading-spreadsheet-my-gift-to-steemit-traders-it-s-geared-towards-trading-on-binance-a-little-20171216t161931415z"],"app":"steemit/0.1"}
created2017-12-16 16:27:24
last_update2017-12-16 16:27:24
depth2
children1
last_payout2017-12-23 16:27:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length525
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,769,649
net_rshares0
@braxton101 ·
$0.71
Thanks a lot for the info! That is smart that you had it heat your house!
πŸ‘  ,
properties (23)
authorbraxton101
permlinkre-libertyteeth-re-braxton101-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t223631809z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 22:36:33
last_update2017-12-16 22:36:33
depth3
children0
last_payout2017-12-23 22:36:33
cashout_time1969-12-31 23:59:59
total_payout_value0.534 HBD
curator_payout_value0.174 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation5,211,856,126,324
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,804,783
net_rshares110,709,578,271
author_curate_reward""
vote details (2)
@brothermic ·
$0.67
never di either haha :)
πŸ‘  
properties (23)
authorbrothermic
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t180249405z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 18:02:48
last_update2017-12-16 18:02:48
depth1
children0
last_payout2017-12-23 18:02:48
cashout_time1969-12-31 23:59:59
total_payout_value0.508 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation70,127,808,776,053
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,780,160
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@cameron99 ·
$0.67
I knew your profile today.In generally I saw your posts.You really shares attractive and amazing posts...Then this I am following your profile.I believe that you will always  share wonderful posts as always... Thanks,@libertyteethso much for in this post useful reports.Sorry me, my voting power is very little (72),so I don't vote this your  post...
πŸ‘  
properties (23)
authorcameron99
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t180059514z
categorybitcoin
json_metadata{"tags":["bitcoin"],"community":"busy","app":"busy/2.1.0"}
created2017-12-16 18:01:00
last_update2017-12-16 18:01:00
depth1
children2
last_payout2017-12-23 18:01:00
cashout_time1969-12-31 23:59:59
total_payout_value0.508 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length350
author_reputation717,839,553,510
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,779,981
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@greenwhell79 ·
tnx for resteem
properties (22)
authorgreenwhell79
permlinkre-cameron99-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171220t155751204z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-20 01:58:39
last_update2017-12-20 01:58:39
depth2
children0
last_payout2017-12-27 01:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation-759,695,835
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,277,897
net_rshares0
@libertyteeth ·
No worries, I understand about voting power, mine being down to 57%. :)
properties (22)
authorlibertyteeth
permlinkre-cameron99-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t200652159z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 20:06:51
last_update2017-12-16 20:06:51
depth2
children0
last_payout2017-12-23 20:06:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,791,558
net_rshares0
@davinshi ·
$0.68
very long whitepaper ^^ Thank you so much for sharing 

https://s3.amazonaws.com/lowres.cartoonstock.com/education-teaching-woman-paper-stress-document-study-enan32_low.jpg
πŸ‘  ,
properties (23)
authordavinshi
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t144900823z
categorybitcoin
json_metadata{"tags":["bitcoin"],"image":["https://s3.amazonaws.com/lowres.cartoonstock.com/education-teaching-woman-paper-stress-document-study-enan32_low.jpg"],"app":"steemit/0.1"}
created2017-12-16 14:48:51
last_update2017-12-16 14:48:51
depth1
children0
last_payout2017-12-23 14:48:51
cashout_time1969-12-31 23:59:59
total_payout_value0.528 HBD
curator_payout_value0.149 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation943,768,786,569
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,758,747
net_rshares109,083,460,190
author_curate_reward""
vote details (2)
@dim753 · (edited)
$0.66
You made an interesting resume about the white paper. You know when a coin looks solid you don't read interesting things like that. Resteemed people need to know it
πŸ‘  
properties (23)
authordim753
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t003911583z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 00:37:09
last_update2017-12-16 00:38:15
depth1
children1
last_payout2017-12-23 00:37:09
cashout_time1969-12-31 23:59:59
total_payout_value0.499 HBD
curator_payout_value0.164 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation6,302,447,330,917
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,687,992
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@libertyteeth ·
Thanks!
properties (22)
authorlibertyteeth
permlinkre-dim753-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t011810761z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 01:18:09
last_update2017-12-16 01:18:09
depth2
children0
last_payout2017-12-23 01:18:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,691,089
net_rshares0
@doesntmatter ·
$0.67
because signatures are no longer in block that is not the worst case for a bad miner...
πŸ‘  
properties (23)
authordoesntmatter
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t060951846z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 06:09:54
last_update2017-12-16 06:09:54
depth1
children0
last_payout2017-12-23 06:09:54
cashout_time1969-12-31 23:59:59
total_payout_value0.502 HBD
curator_payout_value0.164 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation33,496,135,154
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,713,184
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@faisal79 ·
$0.63
wow this is really cool :)
really great post.....thanks for sharing
have a nice day........./////
πŸ‘  
properties (23)
authorfaisal79
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171217t005539142z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-17 00:55:42
last_update2017-12-17 00:55:42
depth1
children0
last_payout2017-12-24 00:55:42
cashout_time1969-12-31 23:59:59
total_payout_value0.475 HBD
curator_payout_value0.158 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation1,364,151,823,900
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,815,831
net_rshares98,854,650,398
author_curate_reward""
vote details (1)
@faresellouz ·
$0.66
Thanks for your summary :)
πŸ‘  
properties (23)
authorfaresellouz
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t071633178z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 07:16:36
last_update2017-12-16 07:16:36
depth1
children0
last_payout2017-12-23 07:16:36
cashout_time1969-12-31 23:59:59
total_payout_value0.500 HBD
curator_payout_value0.163 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation110,110,971,662
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,718,714
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@faresellouz ·
$0.69
Sorry @libertyteeth  i have read an article that sees that bitcoin is expected to reach 100.000$ by the end of 2018 (http://wonderfulengineering.com/bitcoins-expected-reach-100000-end-2018/). Do you agree?
πŸ‘  
properties (23)
authorfaresellouz
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t212754250z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["libertyteeth"],"links":["http://wonderfulengineering.com/bitcoins-expected-reach-100000-end-2018/"],"app":"steemit/0.1"}
created2017-12-16 21:27:54
last_update2017-12-16 21:27:54
depth1
children4
last_payout2017-12-23 21:27:54
cashout_time1969-12-31 23:59:59
total_payout_value0.516 HBD
curator_payout_value0.170 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length205
author_reputation110,110,971,662
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,798,682
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@libertyteeth ·
That seems a little low.  Seriously.  It has gone up over 20x during 2017.  It's only at 0.5% user adoption, just like email was in 1997 -- I wrote a post on the meme I had seen with that comparison:

https://steemit.com/bitcoin/@libertyteeth/crypto-in-2017-is-like-email-in-1997-half-of-one-percent-of-people-have-used-it

If adoption continues at the current rate, 20x here would be $400,000, approaching McAfee's line in the sand.

I think adoption will accelerate.  But, I've been wrong a lot. :)
πŸ‘  
properties (23)
authorlibertyteeth
permlinkre-faresellouz-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t232807911z
categorybitcoin
json_metadata{"tags":["bitcoin"],"links":["https://steemit.com/bitcoin/@libertyteeth/crypto-in-2017-is-like-email-in-1997-half-of-one-percent-of-people-have-used-it"],"app":"steemit/0.1"}
created2017-12-16 23:28:09
last_update2017-12-16 23:28:09
depth2
children3
last_payout2017-12-23 23:28:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length500
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,809,018
net_rshares221,515,200
author_curate_reward""
vote details (1)
@faresellouz ·
$0.64
Share your opinion @libertyteeth, thank you for your analysis، I think the Bitcoin,is the best way to invest money at the moment Despite its multiplication.
πŸ‘  ,
properties (23)
authorfaresellouz
permlinkre-libertyteeth-re-faresellouz-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171217t112452765z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["libertyteeth"],"app":"steemit/0.1"}
created2017-12-17 11:24:54
last_update2017-12-17 11:24:54
depth3
children2
last_payout2017-12-24 11:24:54
cashout_time1969-12-31 23:59:59
total_payout_value0.480 HBD
curator_payout_value0.158 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation110,110,971,662
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,867,367
net_rshares98,854,650,398
author_curate_reward""
vote details (2)
@ginquitti ·
This is just a test to see if i have been added to Bernie’s automatic blacklist. It seems he is flagging all of my posts now. Let’s see about my comments...
πŸ‘  
πŸ‘Ž  , , , , , , , , ,
properties (23)
authorginquitti
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171224t145920118z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-24 14:59:18
last_update2017-12-24 14:59:18
depth1
children1
last_payout2017-12-31 14:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation925,643,469,732
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,030,334
net_rshares-7,301,933,838
author_curate_reward""
vote details (11)
@libertyteeth ·
Yep.
properties (22)
authorlibertyteeth
permlinkre-ginquitti-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171224t222841277z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-24 22:28:48
last_update2017-12-24 22:28:48
depth2
children0
last_payout2017-12-31 22:28:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id25,083,957
net_rshares0
@greenwhell79 ·
$0.64
You are always trying to help others so much great work
πŸ‘  ,
properties (23)
authorgreenwhell79
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171217t164256617z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-17 02:43:51
last_update2017-12-17 02:43:51
depth1
children1
last_payout2017-12-24 02:43:51
cashout_time1969-12-31 23:59:59
total_payout_value0.483 HBD
curator_payout_value0.155 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation-759,695,835
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,824,140
net_rshares99,121,824,175
author_curate_reward""
vote details (2)
@libertyteeth ·
Thank you!  I do what I can.  Possibly less; I always feel like I've come up short.  Then again, I'm the oldest of four, so I kept losing attention as time went on. :)  Seriously, and sincerely -- I appreciate that I'm noticed.
properties (22)
authorlibertyteeth
permlinkre-greenwhell79-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t041754906z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-18 04:17:57
last_update2017-12-18 04:17:57
depth2
children0
last_payout2017-12-25 04:17:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,967,604
net_rshares0
@greenwhell79 ·
it incredible what happened to this idea?
πŸ‘  
πŸ‘Ž  
properties (23)
authorgreenwhell79
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171219t221500131z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-19 08:15:51
last_update2017-12-19 08:15:51
depth1
children1
last_payout2017-12-26 08:15:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation-759,695,835
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,150,546
net_rshares-970,651,291,436
author_curate_reward""
vote details (2)
@libertyteeth ·
$2.13
Stop copying other people's content and presenting it as your own.
πŸ‘  ,
properties (23)
authorlibertyteeth
permlinkre-greenwhell79-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171219t090248619z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-19 09:02:51
last_update2017-12-19 09:02:51
depth2
children0
last_payout2017-12-26 09:02:51
cashout_time1969-12-31 23:59:59
total_payout_value1.601 HBD
curator_payout_value0.529 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,155,464
net_rshares336,742,917,513
author_curate_reward""
vote details (2)
@jaff8 ·
$0.66
Hello, is there a way I can reach you? Maybe discord or steemit chat?
πŸ‘  
properties (23)
authorjaff8
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t103224223z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 10:32:27
last_update2017-12-16 10:32:27
depth1
children1
last_payout2017-12-23 10:32:27
cashout_time1969-12-31 23:59:59
total_payout_value0.496 HBD
curator_payout_value0.162 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation47,909,109,227,575
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,734,529
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@libertyteeth ·
You can email me at libertyteeth@libertyteeth.xyz; I'm not really set up on Discord or Steemit Chat, I've used them but I prefer interfaces where I can look back at my communications, as I'm recovering from multiple concussions and am rather forgetful.
properties (22)
authorlibertyteeth
permlinkre-jaff8-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t171810935z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 17:18:12
last_update2017-12-16 17:18:12
depth2
children0
last_payout2017-12-23 17:18:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,775,233
net_rshares0
@killerkuasha ·
$0.66
That's cool to know about bitcoin whitepaper, have a nice day..
πŸ‘  
properties (23)
authorkillerkuasha
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t095435878z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 09:54:36
last_update2017-12-16 09:54:36
depth1
children0
last_payout2017-12-23 09:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.496 HBD
curator_payout_value0.162 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation2,213,124,390,757
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,731,405
net_rshares107,811,723,699
author_curate_reward""
vote details (1)
@luja ·
$0.60
Hadn't ever read it. Thanks for sharing.
πŸ‘  
properties (23)
authorluja
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t180613049z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-18 18:06:15
last_update2017-12-18 18:06:15
depth1
children0
last_payout2017-12-25 18:06:15
cashout_time1969-12-31 23:59:59
total_payout_value0.455 HBD
curator_payout_value0.149 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation514,963,415,678
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,060,457
net_rshares98,888,352,602
author_curate_reward""
vote details (1)
@mountrock ·
$0.63
I saw a video the other day saying that 3 million BTC have been lost (may be forever)
πŸ‘  
properties (23)
authormountrock
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t234528028z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 23:45:39
last_update2017-12-16 23:45:39
depth1
children1
last_payout2017-12-23 23:45:39
cashout_time1969-12-31 23:59:59
total_payout_value0.475 HBD
curator_payout_value0.158 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation10,118,100,819,203
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,810,515
net_rshares98,854,650,398
author_curate_reward""
vote details (1)
@libertyteeth ·
Yeah, that's what those article I linked to were discussing.  To help the deflation, I just sent a Bitcoin to an Ethereum address.  (Just kidding! :) )
properties (22)
authorlibertyteeth
permlinkre-mountrock-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t040330782z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-18 04:03:33
last_update2017-12-18 04:03:33
depth2
children0
last_payout2017-12-25 04:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,966,206
net_rshares0
@muhammadadil ·
$0.77
You are always trying to help others so much great work
πŸ‘  , , , ,
properties (23)
authormuhammadadil
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t063643064z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 06:36:45
last_update2017-12-16 06:36:45
depth1
children2
last_payout2017-12-23 06:36:45
cashout_time1969-12-31 23:59:59
total_payout_value0.582 HBD
curator_payout_value0.185 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation186,249,750,003,236
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,715,377
net_rshares124,190,077,607
author_curate_reward""
vote details (5)
@greenwhell79 ·
thanks
properties (22)
authorgreenwhell79
permlinkre-muhammadadil-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171217t164324277z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-17 02:44:18
last_update2017-12-17 02:44:18
depth2
children0
last_payout2017-12-24 02:44:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation-759,695,835
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,824,175
net_rshares0
@libertyteeth ·
Thank you!  It's good to be noticed, appreciate it!
properties (22)
authorlibertyteeth
permlinkre-muhammadadil-re-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t170235749z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 17:02:36
last_update2017-12-16 17:02:36
depth2
children0
last_payout2017-12-23 17:02:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation7,938,471,600,702
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,773,476
net_rshares0
@nachon ·
nice posting
properties (22)
authornachon
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171219t091719276z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-19 09:17:24
last_update2017-12-19 09:17:24
depth1
children0
last_payout2017-12-26 09:17:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation585,854,192,741
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,157,046
net_rshares0
@praful ·
$0.60
Thanks for sharing :)
πŸ‘  
properties (23)
authorpraful
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t180313781z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-18 18:03:09
last_update2017-12-18 18:03:09
depth1
children0
last_payout2017-12-25 18:03:09
cashout_time1969-12-31 23:59:59
total_payout_value0.455 HBD
curator_payout_value0.149 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation2,793,255,558,307
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,060,070
net_rshares98,888,352,602
author_curate_reward""
vote details (1)
@simms50 ·
$0.60
Thanks for the summary, even though it was not that many pages it is appreciated!
πŸ‘  
properties (23)
authorsimms50
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171218t210644006z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-18 21:06:42
last_update2017-12-18 21:06:42
depth1
children0
last_payout2017-12-25 21:06:42
cashout_time1969-12-31 23:59:59
total_payout_value0.454 HBD
curator_payout_value0.149 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation17,988,269,869,339
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,081,247
net_rshares98,888,352,602
author_curate_reward""
vote details (1)
@steemero ·
$0.69
wow. Mr. Satoshi was so clear about his plan. What was written in paper, now it is reality.  Though it is quite technical, I need to read it again. Thank you so much for sharing
πŸ‘  ,
properties (23)
authorsteemero
permlinkre-libertyteeth-bitcoin-whitepaper-i-recommended-longsilver-read-it-today-and-i-hadn-t-done-so-now-i-have-it-s-only-9-pages-get-to-it-20171216t030200659z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2017-12-16 03:02:03
last_update2017-12-16 03:02:03
depth1
children0
last_payout2017-12-23 03:02:03
cashout_time1969-12-31 23:59:59
total_payout_value0.523 HBD
curator_payout_value0.167 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation20,511,836,500,265
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,698,929
net_rshares112,311,106,662
author_curate_reward""
vote details (2)
@steemitboard ·
$0.61
Congratulations @libertyteeth! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@libertyteeth) Award for the number of comments received
[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/comments.png)](http://steemitboard.com/@libertyteeth) Award for the number of comments

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
πŸ‘  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-libertyteeth-20171216t011359000z
categorybitcoin
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-12-16 01:13:57
last_update2017-12-16 01:13:57
depth1
children0
last_payout2017-12-23 01:13:57
cashout_time1969-12-31 23:59:59
total_payout_value0.585 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length870
author_reputation38,975,615,169,260
root_title"Bitcoin whitepaper. I recommended @longsilver read it today, and I hadn't done so. Now I have. It's only 9 pages! Get to it! :)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,690,772
net_rshares98,827,413,391
author_curate_reward""
vote details (1)