read.cash Log in
@Read.Cash

@Read.Cash in November 2019

@Read.Cash

read.cash supports CashID now Happy to report that as of this moment read.cash supports CashID (by @JonathanSilverblood). That means that for those of you who have Badger Wallet installed the registration is as simple as clicking two buttons "Use CashID" and "Sign" and selecting a name. https://gitlab.com/cashid/protocol-specification https://read.cash/@JonathanSilverblood https://badger.bitcoin.com/ We plan to publish an technical article about how to implement CashID…

@Read.Cash

How to implement CashID ("Login with Badger Wallet") on your site What is a "CashID"? CashID is basically "Login with Bitcoin Cash" button. Here is the specification, created by JonathanSilverblood. This article will mostly concentrate on how to implement it. https://gitlab.com/cashid/protocol-specification https://read.cash/@JonathanSilverblood Overview The only client that we know of that implements CashID is Badger Wallet, so we will implement the CashID using that…

@Read.Cash

Back up your seed words Welcome to read.cash! Please read the following article, it is very important to not lose your money. read.cash uses **Bitcoin Cash (BCH)** cryptocurrency to support the creators of the content. We have created a Bitcoin Cash (BCH) wallet for you. **It exists in this browser/mobile phone only.** It won't show up if you log in from another device or if you reinstall your system. **Important!** Please write down/save the 12 words shown when you click…

@Read.Cash

Anonymous upvoting It is now possible to upvote articles without having to create an account first

@Read.Cash

Subscriptions You can now subscribe to authors and topics. If the author that you follow (subscribed to) publishes an article - you'll get a notification on site. The same happens for the topics that you choose to subscribe to.

@Read.Cash

How to wait for the incoming or outgoing transactions on BCH network to the particular address So, you've implemented Bitcoin Cash in your site or app, now you need to react as soon as a user sends a transaction or gets an incoming transaction to his/her address. You could, of course listen to the entire BCH blockchain, like here: https://bitsocket.bch.sx/s, but that's pretty ineffective. Here's how to listen to a single address: Bitcoin Cash MainNet MainNet is better,…

@Read.Cash

Why we don't publish articles on-chain The posts of read.cash are stored in a regular database, not in the Bitcoin Cash blockchain. Publishing content "on-chain" - i.e. as a transaction to the Bitcoin Cash blockchain sounds like a nice feature, but we won't be doing it. Here's why. There are 2 main problems: Reason 1: Pay-to-publish To be able to publish something on-chain, you'd have to have Bitcoin Cash first. **We want authors to be able to sign up, publish an article,…

@Read.Cash

Insert an image dialog, Unsplash images, avatars and bio line Though we have supported uploading of images for quite some time by dragging and dropping them into the editor (or pasting them from the clipboard) - users have found it hard to discover, so as of today we have added a new icon to the toolbar: Which brings up this dialog: You can add your images by **dropping** them, **selecting** them or alternatively you can **find** some nice images on Unsplash right from the…

@Read.Cash

Contributors list We've added the contributors list to the end of the article. Not a big deal, but we think it's a nice gesture towards everyone that contributes!

@Read.Cash

Better image editing Now you can position images on your screen. Links You can now add a link to the image or make it go full-screen. https://www.google.com/search?tbm=isch&q=success+borat Shadows You can also add shadows to the image - it makes some content better. Though it mostly works great if you have white background and some padding. The editor is still quirky, but we're trying to make it better everyday.

@Read.Cash

Code highlighting is here This was pretty boring and hard to read, right? Imagine if it was like this: CSS .editor { margin-right: 10px; } HTML <div id="test">The text</div> PHP $variable = 'test'; SQL SELECT * FROM table*name WHERE user*id = 15; JavaScript document.querySelectorAll('.users').forEach(user => user.isAwesome()); Well, it is! 🎉 Now, your code will be highlighted. Huge thanks goes to highlight.js. https://highlightjs.org/ If your favourite language is missing -…

@Read.Cash

Access read.cash from more than one device Previously if you tried to log in from another device to read.cash - you'd have to create another wallet and you'd have 2 (or more) wallets. Which was inconvenient. Now you can use your original wallet. We would even try to warn you if it seems like you're importing an empty wallet.

@Read.Cash

Our Bitcoin Cash Affiliate Program We have an affiliate program now where you can earn Bitcoin Cash! That means you can get paid for signing up other people to read.cash Below every article you'll find this block now: Share link or copy the link - these are all affiliate links. Anyone who signs up on our affiliate website after using that link - becomes your affiliate. You get **3% of any spending and any earning for lifetime** (including possibly very expensive…

@Read.Cash

The "red banner" day (post-mortem) I'm sure many of you have noticed on November 13th a red banner that said that we were having a really-really bad day with the Bitcoin Cash REST endpoint at rest.bitcoin.com. https://rest.bitcoin.com/ Don't get us wrong - we're greatly thankful to the bitcoin.com and Roger Ver for providing this node for free - it's a great service to Bitcoin Cash community! We understand that you can't demand 99.999% reliability from something you use for…

@Read.Cash

How to use Bitcoin Cash with JavaScript (including Bitcoin Cash contracts) This article is mostly aimed at the new users who want to use JavaScript and browser or node.js on server-side. This article is divided into 4 parts: Setting up and sending money in a regular Bitcoin Cash transaction using JavaScript (actually TypeScript) and `bitbox` library; P2SH contracts in Bitcoin Cash: How to lock some money into a contract; How to spend the money completing the contract; Using…

@Read.Cash

Sorting, delete your own comments A small changes, but all requested by our users: Ability to sort the homepage and topic pages: Ability to delete your own comments. Though if your comment has replies - it is replaced by "[deleted]" instead of actually being deleted.

@Read.Cash

Happy birthday, read.cash! Ok, it's not quite a **birthday** yet, but today marks exactly **one month** since the first line of code for read.cash was written. 🍰 To celebrate it - we're **removing the invite-only registration** and now **everyone can join**. 🎉 read.cash has been growing much faster than we've anticipated. Frankly we've expected nearly zero growth for the first month. Surprisingly, we now have (despite being invite-only so far): 68 registered users; 260…

@Read.Cash

You can now move SLP tokens (including USDH stablecoin) without having Bitcoin Cash I think this is one of the most important news that I've heard. Vin Armani has released the SLP postage protocol, which seemingly means that we can now have pure token experience - if you want to move USDH - you need only USDH, not USDH+BCH for fees. https://github.com/simpleledger/slp-specifications/blob/master/slp-postage-protocol.md I haven't yet read the protocol, but it sounds very…

@Read.Cash

What's in a Bitcoin Cash transaction Something we've always wanted to draw. How does a Bitcoin Cash transaction look like inside. Mostly useful for people going to develop and work on the protocol. Bitcoin Cash Transaction inside A note on `lock_time` : 0 - Not locked < 500000000 - Block number at which this transaction is unlocked >= 500000000 - UNIX timestamp at which this transaction is unlocked If all transaction inputs have final (0xffffffff) sequence numbers then…

@Read.Cash

Comments: avatars, auto-size, quoting Some minor changes today in the comments section, requested by users: Avatars in comments Links to comments Quoting by selecting text and pressing reply Auto-size of text area to the text size Ninja-edits for fixing typos - red star (* edited) won't appear for edits for the first 1 minute.

@Read.Cash

Bitcoin Cash: The People **Satoshi Nakamoto** - original creator of Bitcoin (from which Bitcoin Cash originates) https://katalystcoin.org/wp-content/uploads/2017/10/diagram-of-bitcoin-cash-fork.png **Roger Ver** - arguably the biggest fan and promoter of Bitcoin Cash, founder of Bitcoin.com https://bitcoin.com **Amaury Séchet** - Bitcoin ABC, arguably "creator of Bitcoin Cash" https://www.bitcoinabc.org/ https://read.cash/@Cain/the-benevolent-dictator-b531593d **Freetrader**…

@Read.Cash

So, you're against censorship... It's an admirable ideal to be against censorship, you won't be accused of suppressing ideas, right? At the same time you get this: And this: ...and I could give you the examples of this the whole day. But the point is... moderation is a thing. Not everyone finds the poems about peeing on people interesting and not every idea deserves to be spread. Sometimes this kind of "art" should go where it belongs.…

@Read.Cash

How do SLP Tokens on Bitcoin Cash work First of all, I'm not an expert on SLP. I just wanted to figure out how SLP tokens work and these are my notes while doing that. Please refer to the original document for details. https://github.com/simpleledger/slp-specifications/blob/master/slp-token-type-1.md There are a few token types planned, this is the description of Token Type 1. As of this day (Nov 2019) I don't think there are any other token types. SLP tokens don't have any…

@Read.Cash

Contactless payments with Bitcoin Cash Too bad we don't yet have support (is it even possible?) of Reddit videos, but this is really cool: https://v.redd.it/fs136xbortz31 Great work from Tobias Ruck!

@Read.Cash

Notifications to email A minor, but probably a very convenient feature was added to read.cash: Now, whenever you get a notification - you can opt-in to get it delivered to your email too (unless you read it already). The link is at the bottom of your "Notifications" page (the "bell" icon). https://read.cash/notifications

@Read.Cash

How to grow the Bitcoin Cash ecosystem: our vision Bitcoin Cash has taken a dive recently from $280 per 1 BCH when we started to $208 right about now. Yet still there's $3.7 billion market cap in Bitcoin Cash. That's: **$3'700'000'000** How much of that is needed to support the projects on Bitcoin Cash? Do you think that LazyFox.io could be better off if it was earning $10'000/month? That's not much - that's barely 0.0001% of the market cap. https://lazyfox.io/ If you don't…

@Read.Cash

How to grow the Bitcoin Cash ecosystem: our vision, part 2 This is a second part of the article "How to grow the Bitcoin Cash ecosystem: our vision". https://read.cash/@Read.Cash/how-to-grow-the-bitcoin-cash-ecosystem-our-vision-79745e2b In the first part, we've discussed that in order to ensure that Bitcoin Cash projects stay and grow - their creators and projects need money to survive (and thrive) and to do that they need to repeatedly remind users of their presence.…

@Read.Cash

The record has been shattered, three times in a day! Wow! Yesterday something interesting happened. The previous record for the article that collected the most upvotes was set by Cain one week ago with his "The Benevolent Dictator" article about Amaury Séchet and it got **$14.52** (at the time). https://read.cash/@Cain https://read.cash/@Cain/the-benevolent-dictator-b531593d Yesterday, pokkst had published "On Switching from BTC to BCH" about his story in Bitcoin Cash,…

@Read.Cash

You can now deposit and withdraw other cryptocurrencies One more of the long planned features is here. Courtesy of sideshift.ai you can now deposit and withdraw (well, "put into your wallet" and "send from your wallet") lots of other cryptocurrencies and tokens (including USDH - the stablecoin on Bitcoin Cash). https://sideshift.ai/ Be aware that the exchange rate is of course not 1:1, sideshift.ai does take a commission (about 1% as far as we see). You can see the exchange…

@Read.Cash

You have published your article on read.cash Awesome! 🎉 Congratulations! Is this the end? Should you start expecting tons of people reading your articles? Should you expect thousands of upvotes? No. You see, like with anything - readers on read.cash follow a "power law". Which is a smart way to say that most popular authors get most of the audience and the rest enjoy very little attention. It means that some very popular authors with big subscription counts can just publish…

@Read.Cash

Welcome to read.cash! So, you have registered, now what? **Note that it's not important to understand every little detail from this article.** If you just write something interesting, you'll get paid. However, to understand read.cash a little better, we offer this overview. What is read.cash? In short: write good articles - get paid in Bitcoin Cash (cryptocurrency) if your readers like them. You don't need any technical knowledge, the wallet is integrated into this site.…

@Read.Cash

Recoverable Bitcoin Cash wallets **Please note, this is an unproven idea and a request for comments.** Please avoid premature claims until at least a few experts confirm that this is indeed possible and secure. There is only one way to make something secure - to spread the algorithm as wide as possible and have experts poke the holes in it. Discussion is here or in the comments below. **Feedback overview will be updated here as it happens, positive or negative.**…

@Read.Cash

Offline Bitcoin Cash payments When Tobias Ruck from be.cash ("be-dot-cash") told his anecdote about being in a bar in a foreign country (Australia) and having poor to no internet connection and therefore being unable to use Bitcoin Cash for payments (which ultimately lead him to creation of his amazing idea for the offline smart card) I've had an idea of my own. (Turns out Tobias had that idea also and it's described in his white paper, so presented here without the claims…