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/: ---  --- 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>[](http://steemitboard.com/board.html?user=libertyteeth) [](http://steemitboard.com/board.html?user=libertyteeth) [](http://steemitboard.com/board.html?user=libertyteeth) [](http://steemitboard.com/board.html?user=libertyteeth) [](http://steemitboard.com/board.html?user=libertyteeth) [](http://steemitboard.com/board.html?user=libertyteeth) [](http://steemitboard.com/board.html?user=libertyteeth)</center> <center></center> <center></center>
author | libertyteeth |
---|---|
permlink | 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 |
category | bitcoin |
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"} |
created | 2017-12-16 00:29:00 |
last_update | 2017-12-18 04:54:06 |
depth | 0 |
children | 49 |
last_payout | 2017-12-23 00:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.250 HBD |
curator_payout_value | 1.342 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15,352 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,687,362 |
net_rshares | 1,071,798,229,539 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 6,740,974,140 | 4% | ||
sandra | 0 | 13,734,594,298 | 13% | ||
ihashfury | 0 | 5,870,469,314 | 13% | ||
jason | 0 | 17,165,370,251 | 13% | ||
pnc | 0 | 9,544,353,373 | 4% | ||
teamsteem | 0 | 435,749,904,256 | 4% | ||
hitmeasap | 0 | 234,330,402 | 2% | ||
doesntmatter | 0 | 3,832,771,702 | 100% | ||
stephen.king989 | 0 | 63,114,884,664 | 28% | ||
instahater | 0 | 1,090,142,238 | 100% | ||
lamech-m | 0 | 195,218,019 | 4% | ||
kafkanarchy84 | 0 | 175,640,897,904 | 42% | ||
raymondmendoza | 0 | 159,016,793 | 100% | ||
dim753 | 0 | 22,371,396,931 | 80% | ||
steemitboard | 0 | 251,609,839 | 1% | ||
greenstar | 0 | 1,485,427,804 | 4% | ||
bearbear613 | 0 | 34,186,935,485 | 96% | ||
simms50 | 0 | 1,704,760,204 | 50% | ||
lexiconical | 0 | 71,909,523,658 | 5% | ||
brothermic | 0 | 5,179,269,556 | 1% | ||
art-universe | 0 | 12,270,689,865 | 55% | ||
binkyprod | 0 | 8,131,331,356 | 100% | ||
sbrys | 0 | 47,295,742,937 | 100% | ||
mountrock | 0 | 18,284,910,279 | 100% | ||
blazing | 0 | 1,302,445,320 | 100% | ||
rarebooksleuth | 0 | 627,649,134 | 100% | ||
tfame3865 | 0 | 6,518,914,234 | 100% | ||
stevenmosoes | 0 | 3,395,365,280 | 100% | ||
omowunmi | 0 | 921,472,488 | 100% | ||
amec | 0 | 6,285,434,006 | 100% | ||
cryptoeagle | 0 | 50,930,350,798 | 50% | ||
nachon | 0 | 601,545,615 | 100% | ||
primetimesports | 0 | 140,915,235 | 0.02% | ||
steemero | 0 | 5,036,858,980 | 100% | ||
faisal79 | 0 | 468,208,166 | 100% | ||
killerkuasha | 0 | 1,773,359,474 | 100% | ||
socialspace | 0 | 955,101,274 | 4% | ||
flamingbot | 0 | 16,351,483,785 | 100% | ||
klborillo | 0 | 10,460,364,897 | 100% | ||
seyiodus | 0 | 5,409,714,547 | 100% | ||
raci | 0 | 209,183,162 | 4% | ||
davinshi | 0 | 1,299,997,302 | 100% | ||
tighilt | 0 | 193,112,291 | 100% | ||
votetanding | 0 | 897,575,230 | 100% | ||
bustami83 | 0 | 52,671,739 | 100% | ||
flaminghelpers | 0 | 1,160,512,314 | 100% | ||
cyrptowinds | 0 | 498,409,200 | 100% | ||
samjain | 0 | 0 | 100% | ||
faresellouz | 0 | 163,059,800 | 100% | ||
ottothenerd | 0 | 0 | 100% |
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
author | amec |
---|---|
permlink | 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-20171218t012908648z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"community":"busy","app":"busy/2.1.0"} |
created | 2017-12-18 01:29:24 |
last_update | 2017-12-18 01:29:24 |
depth | 1 |
children | 1 |
last_payout | 2017-12-25 01:29:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.499 HBD |
curator_payout_value | 0.164 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,030 |
author_reputation | 4,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,952,767 |
net_rshares | 107,878,202,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,878,202,839 | 10% |
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 > >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. > > > >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!
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"image":["https://steemitimages.com/DQmcuuwJoGXJqU2sWHTEbZPdPuKCSt6WDEQ7iYHv8231hE8/image.png"],"links":["https://en.wikipedia.org/wiki/Logical_NOR"],"app":"steemit/0.1"} |
created | 2017-12-18 04:52:45 |
last_update | 2017-12-18 04:52:45 |
depth | 2 |
children | 0 |
last_payout | 2017-12-25 04:52:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,946 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,970,715 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jade3141 | 0 | 0 | 100% |
Very nice article and good post.I need this post so many many thanks.This post is very informational.
author | anikearn |
---|---|
permlink | 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-20171216t050224614z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 05:02:39 |
last_update | 2017-12-16 05:02:39 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 05:02:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.526 HBD |
curator_payout_value | 0.145 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 279,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,707,761 |
net_rshares | 109,230,048,434 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% | ||
anikearn | 0 | 1,418,324,735 | 100% |
Thank you for shating..its a great post
author | applo |
---|---|
permlink | 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-20171216t044903541z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 04:49:18 |
last_update | 2017-12-16 04:49:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 04:49:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.508 HBD |
curator_payout_value | 0.164 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 3,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,706,731 |
net_rshares | 108,997,398,333 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% | ||
amanda12 | 0 | 1,185,674,634 | 100% |
Isnt it incredible what happened to this idea? I mean how it grew and which influence it had to the whole world??? - !
author | art-universe |
---|---|
permlink | 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-20171216t082152273z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 08:21:48 |
last_update | 2017-12-16 08:21:48 |
depth | 1 |
children | 1 |
last_payout | 2017-12-23 08:21:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.585 HBD |
curator_payout_value | 0.190 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 76,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,723,940 |
net_rshares | 126,767,226,671 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
art-universe | 0 | 18,955,502,972 | 100% | ||
libertyteeth | 0 | 107,811,723,699 | 10% |
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!
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 17:04:30 |
last_update | 2017-12-16 17:04:30 |
depth | 2 |
children | 0 |
last_payout | 2017-12-23 17:04:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,773,697 |
net_rshares | 0 |
Yes, thank you. It's a lot of info that my brain cannot process all at once, but it certainly is quite fascinating.
author | binkyprod |
---|---|
permlink | 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-20171216t073411880z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 07:34:12 |
last_update | 2017-12-16 07:34:12 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 07:34:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.500 HBD |
curator_payout_value | 0.163 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 103,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,720,240 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
Its a long white paper anyways thanks for the information
author | bipul |
---|---|
permlink | 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-20171219t111851486z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-19 11:18:51 |
last_update | 2017-12-19 11:18:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-26 11:18:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,170,081 |
net_rshares | 0 |
That's a lengthy white paper dammm
author | blazing |
---|---|
permlink | 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-20171216t123430520z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 12:34:36 |
last_update | 2017-12-16 12:34:36 |
depth | 1 |
children | 2 |
last_payout | 2017-12-23 12:34:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.500 HBD |
curator_payout_value | 0.163 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 117,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,744,964 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
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.
author | libertyteeth |
---|---|
permlink | 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-20171216t172010418z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 17:20:12 |
last_update | 2017-12-16 17:20:12 |
depth | 2 |
children | 1 |
last_payout | 2017-12-23 17:20:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,775,448 |
net_rshares | 264,614,252 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blazing | 0 | 264,614,252 | 100% |
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
author | blazing |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-17 17:20:33 |
last_update | 2017-12-17 17:20:33 |
depth | 3 |
children | 0 |
last_payout | 2017-12-24 17:20:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.470 HBD |
curator_payout_value | 0.155 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 117,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,906,450 |
net_rshares | 98,854,650,398 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,854,650,398 | 10% |
Thanks for the info liberty! I have a question for you. Do you do any bitcoin mining?
author | braxton101 |
---|---|
permlink | 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-20171216t024254457z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 02:42:54 |
last_update | 2017-12-16 02:42:54 |
depth | 1 |
children | 2 |
last_payout | 2017-12-23 02:42:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.514 HBD |
curator_payout_value | 0.167 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,697,492 |
net_rshares | 111,057,320,820 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% | ||
braxton101 | 0 | 3,245,597,121 | 100% |
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
author | libertyteeth |
---|---|
permlink | 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-20171216t162722444z |
category | bitcoin |
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"} |
created | 2017-12-16 16:27:24 |
last_update | 2017-12-16 16:27:24 |
depth | 2 |
children | 1 |
last_payout | 2017-12-23 16:27:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 525 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,769,649 |
net_rshares | 0 |
Thanks a lot for the info! That is smart that you had it heat your house!
author | braxton101 |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 22:36:33 |
last_update | 2017-12-16 22:36:33 |
depth | 3 |
children | 0 |
last_payout | 2017-12-23 22:36:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.534 HBD |
curator_payout_value | 0.174 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 5,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,804,783 |
net_rshares | 110,709,578,271 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% | ||
braxton101 | 0 | 2,897,854,572 | 100% |
never di either haha :)
author | brothermic |
---|---|
permlink | 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-20171216t180249405z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 18:02:48 |
last_update | 2017-12-16 18:02:48 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 18:02:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.508 HBD |
curator_payout_value | 0.166 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 70,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,780,160 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
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...
author | cameron99 |
---|---|
permlink | 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-20171216t180059514z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"community":"busy","app":"busy/2.1.0"} |
created | 2017-12-16 18:01:00 |
last_update | 2017-12-16 18:01:00 |
depth | 1 |
children | 2 |
last_payout | 2017-12-23 18:01:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.508 HBD |
curator_payout_value | 0.166 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 350 |
author_reputation | 717,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,779,981 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
tnx for resteem
author | greenwhell79 |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-20 01:58:39 |
last_update | 2017-12-20 01:58:39 |
depth | 2 |
children | 0 |
last_payout | 2017-12-27 01:58:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,277,897 |
net_rshares | 0 |
No worries, I understand about voting power, mine being down to 57%. :)
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 20:06:51 |
last_update | 2017-12-16 20:06:51 |
depth | 2 |
children | 0 |
last_payout | 2017-12-23 20:06:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,791,558 |
net_rshares | 0 |
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
author | davinshi |
---|---|
permlink | 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-20171216t144900823z |
category | bitcoin |
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"} |
created | 2017-12-16 14:48:51 |
last_update | 2017-12-16 14:48:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 14:48:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.528 HBD |
curator_payout_value | 0.149 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 943,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,758,747 |
net_rshares | 109,083,460,190 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% | ||
davinshi | 0 | 1,271,736,491 | 100% |
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
author | dim753 |
---|---|
permlink | 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-20171216t003911583z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 00:37:09 |
last_update | 2017-12-16 00:38:15 |
depth | 1 |
children | 1 |
last_payout | 2017-12-23 00:37:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.499 HBD |
curator_payout_value | 0.164 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 6,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,687,992 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
Thanks!
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 01:18:09 |
last_update | 2017-12-16 01:18:09 |
depth | 2 |
children | 0 |
last_payout | 2017-12-23 01:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,691,089 |
net_rshares | 0 |
because signatures are no longer in block that is not the worst case for a bad miner...
author | doesntmatter |
---|---|
permlink | 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-20171216t060951846z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 06:09:54 |
last_update | 2017-12-16 06:09:54 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 06:09:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.502 HBD |
curator_payout_value | 0.164 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 33,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,713,184 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
wow this is really cool :) really great post.....thanks for sharing have a nice day........./////
author | faisal79 |
---|---|
permlink | 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-20171217t005539142z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-17 00:55:42 |
last_update | 2017-12-17 00:55:42 |
depth | 1 |
children | 0 |
last_payout | 2017-12-24 00:55:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.475 HBD |
curator_payout_value | 0.158 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 1,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,815,831 |
net_rshares | 98,854,650,398 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,854,650,398 | 10% |
Thanks for your summary :)
author | faresellouz |
---|---|
permlink | 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-20171216t071633178z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 07:16:36 |
last_update | 2017-12-16 07:16:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 07:16:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.500 HBD |
curator_payout_value | 0.163 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 110,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,718,714 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
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?
author | faresellouz |
---|---|
permlink | 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-20171216t212754250z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"users":["libertyteeth"],"links":["http://wonderfulengineering.com/bitcoins-expected-reach-100000-end-2018/"],"app":"steemit/0.1"} |
created | 2017-12-16 21:27:54 |
last_update | 2017-12-16 21:27:54 |
depth | 1 |
children | 4 |
last_payout | 2017-12-23 21:27:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.516 HBD |
curator_payout_value | 0.170 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 110,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,798,682 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
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. :)
author | libertyteeth |
---|---|
permlink | 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-20171216t232807911z |
category | bitcoin |
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"} |
created | 2017-12-16 23:28:09 |
last_update | 2017-12-16 23:28:09 |
depth | 2 |
children | 3 |
last_payout | 2017-12-23 23:28:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 500 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,809,018 |
net_rshares | 221,515,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
faresellouz | 0 | 221,515,200 | 100% |
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.
author | faresellouz |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"users":["libertyteeth"],"app":"steemit/0.1"} |
created | 2017-12-17 11:24:54 |
last_update | 2017-12-17 11:24:54 |
depth | 3 |
children | 2 |
last_payout | 2017-12-24 11:24:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.480 HBD |
curator_payout_value | 0.158 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 110,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,867,367 |
net_rshares | 98,854,650,398 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,854,650,398 | 10% | ||
faresellouz | 0 | 0 | 0% |
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...
author | ginquitti |
---|---|
permlink | 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-20171224t145920118z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-24 14:59:18 |
last_update | 2017-12-24 14:59:18 |
depth | 1 |
children | 1 |
last_payout | 2017-12-31 14:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 925,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,030,334 |
net_rshares | -7,301,933,838 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | -993,683,086 | -2% | ||
nextgencrypto | 0 | -92,244,452 | -2% | ||
danknugs | 0 | -54,960,748 | -2% | ||
ozchartart | 0 | -14,486,468,431 | -2% | ||
thecyclist | 0 | -103,082,032 | -2% | ||
engagement | 0 | -72,753,879 | -2% | ||
theyeti | 0 | -51,092,587 | -2% | ||
randomthoughts | 0 | -61,349,646 | -2% | ||
libertyteeth | 0 | 9,003,219,609 | 1% | ||
thedelegator | 0 | -65,637,931 | -2% | ||
ngc | 0 | -323,880,655 | -2% |
Yep.
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-24 22:28:48 |
last_update | 2017-12-24 22:28:48 |
depth | 2 |
children | 0 |
last_payout | 2017-12-31 22:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 25,083,957 |
net_rshares | 0 |
You are always trying to help others so much great work
author | greenwhell79 |
---|---|
permlink | 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-20171217t164256617z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-17 02:43:51 |
last_update | 2017-12-17 02:43:51 |
depth | 1 |
children | 1 |
last_payout | 2017-12-24 02:43:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.483 HBD |
curator_payout_value | 0.155 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,824,140 |
net_rshares | 99,121,824,175 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,854,650,398 | 10% | ||
killerboy | 0 | 267,173,777 | 100% |
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.
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-18 04:17:57 |
last_update | 2017-12-18 04:17:57 |
depth | 2 |
children | 0 |
last_payout | 2017-12-25 04:17:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 227 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,967,604 |
net_rshares | 0 |
it incredible what happened to this idea?
author | greenwhell79 |
---|---|
permlink | 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-20171219t221500131z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-19 08:15:51 |
last_update | 2017-12-19 08:15:51 |
depth | 1 |
children | 1 |
last_payout | 2017-12-26 08:15:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,150,546 |
net_rshares | -970,651,291,436 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | -970,903,825,554 | -100% | ||
killerboy | 0 | 252,534,118 | 100% |
Stop copying other people's content and presenting it as your own.
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-19 09:02:51 |
last_update | 2017-12-19 09:02:51 |
depth | 2 |
children | 0 |
last_payout | 2017-12-26 09:02:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.601 HBD |
curator_payout_value | 0.529 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,155,464 |
net_rshares | 336,742,917,513 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tt-dogg | 0 | 336,124,485,806 | 100% | ||
greenwhell79 | 0 | 618,431,707 | 100% |
Hello, is there a way I can reach you? Maybe discord or steemit chat?
author | jaff8 |
---|---|
permlink | 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-20171216t103224223z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 10:32:27 |
last_update | 2017-12-16 10:32:27 |
depth | 1 |
children | 1 |
last_payout | 2017-12-23 10:32:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.496 HBD |
curator_payout_value | 0.162 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 47,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,734,529 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
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.
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 17:18:12 |
last_update | 2017-12-16 17:18:12 |
depth | 2 |
children | 0 |
last_payout | 2017-12-23 17:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,775,233 |
net_rshares | 0 |
That's cool to know about bitcoin whitepaper, have a nice day..
author | killerkuasha |
---|---|
permlink | 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-20171216t095435878z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 09:54:36 |
last_update | 2017-12-16 09:54:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 09:54:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.496 HBD |
curator_payout_value | 0.162 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,731,405 |
net_rshares | 107,811,723,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% |
Hadn't ever read it. Thanks for sharing.
author | luja |
---|---|
permlink | 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-20171218t180613049z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-18 18:06:15 |
last_update | 2017-12-18 18:06:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-25 18:06:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.455 HBD |
curator_payout_value | 0.149 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 514,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,060,457 |
net_rshares | 98,888,352,602 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,888,352,602 | 10% |
I saw a video the other day saying that 3 million BTC have been lost (may be forever)
author | mountrock |
---|---|
permlink | 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-20171216t234528028z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 23:45:39 |
last_update | 2017-12-16 23:45:39 |
depth | 1 |
children | 1 |
last_payout | 2017-12-23 23:45:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.475 HBD |
curator_payout_value | 0.158 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 10,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,810,515 |
net_rshares | 98,854,650,398 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,854,650,398 | 10% |
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! :) )
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-18 04:03:33 |
last_update | 2017-12-18 04:03:33 |
depth | 2 |
children | 0 |
last_payout | 2017-12-25 04:03:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,966,206 |
net_rshares | 0 |
You are always trying to help others so much great work
author | muhammadadil |
---|---|
permlink | 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-20171216t063643064z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 06:36:45 |
last_update | 2017-12-16 06:36:45 |
depth | 1 |
children | 2 |
last_payout | 2017-12-23 06:36:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.582 HBD |
curator_payout_value | 0.185 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 186,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,715,377 |
net_rshares | 124,190,077,607 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
swolesome | 0 | 944,152,749 | 10% | ||
gktown | 0 | 423,400,167 | 2% | ||
resteemable | 0 | 14,506,482,153 | 10% | ||
tech-trends | 0 | 504,318,839 | 1% | ||
libertyteeth | 0 | 107,811,723,699 | 10% |
thanks
author | greenwhell79 |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-17 02:44:18 |
last_update | 2017-12-17 02:44:18 |
depth | 2 |
children | 0 |
last_payout | 2017-12-24 02:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,824,175 |
net_rshares | 0 |
Thank you! It's good to be noticed, appreciate it!
author | libertyteeth |
---|---|
permlink | re-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 |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 17:02:36 |
last_update | 2017-12-16 17:02:36 |
depth | 2 |
children | 0 |
last_payout | 2017-12-23 17:02:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 7,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,773,476 |
net_rshares | 0 |
nice posting
author | nachon |
---|---|
permlink | 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-20171219t091719276z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-19 09:17:24 |
last_update | 2017-12-19 09:17:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-26 09:17:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 585,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,157,046 |
net_rshares | 0 |
Thanks for sharing :)
author | praful |
---|---|
permlink | 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-20171218t180313781z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-18 18:03:09 |
last_update | 2017-12-18 18:03:09 |
depth | 1 |
children | 0 |
last_payout | 2017-12-25 18:03:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.455 HBD |
curator_payout_value | 0.149 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 2,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,060,070 |
net_rshares | 98,888,352,602 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,888,352,602 | 10% |
Thanks for the summary, even though it was not that many pages it is appreciated!
author | simms50 |
---|---|
permlink | 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-20171218t210644006z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-18 21:06:42 |
last_update | 2017-12-18 21:06:42 |
depth | 1 |
children | 0 |
last_payout | 2017-12-25 21:06:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.454 HBD |
curator_payout_value | 0.149 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 17,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,081,247 |
net_rshares | 98,888,352,602 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,888,352,602 | 10% |
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
author | steemero |
---|---|
permlink | 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-20171216t030200659z |
category | bitcoin |
json_metadata | {"tags":["bitcoin"],"app":"steemit/0.1"} |
created | 2017-12-16 03:02:03 |
last_update | 2017-12-16 03:02:03 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 03:02:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.523 HBD |
curator_payout_value | 0.167 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 20,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,698,929 |
net_rshares | 112,311,106,662 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 107,811,723,699 | 10% | ||
steemero | 0 | 4,499,382,963 | 100% |
Congratulations @libertyteeth! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@libertyteeth) Award for the number of comments received [](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)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-libertyteeth-20171216t011359000z |
category | bitcoin |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-12-16 01:13:57 |
last_update | 2017-12-16 01:13:57 |
depth | 1 |
children | 0 |
last_payout | 2017-12-23 01:13:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.585 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 870 |
author_reputation | 38,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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,690,772 |
net_rshares | 98,827,413,391 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 98,827,413,391 | 10% |