Search
BCH Funding Debate: Amaury Séchet Responds to IFP Questions, Noting Contention in the West
22.2.2020
On February 20, Bitcoin Cash engineers held the second 2020 BCH developers’ meeting and the first since the Infrastructure Funding Plan (IFP) was added to the Bitcoin ABC version 0.21.0 client. Seven developers discussed new features that are coming after the May upgrade, but a majority...
How to Check the Bitcoin Price, Hashrate, Data – The 21 Best Monitoring Sites
22.2.2020
As bitcoin grows in popularity and recognition worldwide, resources dedicated to providing in-depth and diverse stats on all things crypto have exploded onto the scene and continue to proliferate rapidly. This post lays out 17 of the best sites, and divides them into basic categories such...
Fixed Headers and Jump Links? The Solution is scroll-margin-top
21.2.2020
The problem: you click a jump link like <a href="#header-3">Jump</a> which links to something like <h3 id="header-3">Header</h3>. That's totally fine, until you have a position: fixed; header at the top of the page obscuring the header you're trying to link to!
Fixed...
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
First Ukrainian Bitcoin Exchange Launches Hryvnia-Pegged Stablecoin UAX
21.2.2020
Ukrainian crypto exchange Kuna has released an apparently first stablecoin pegged to local fiat currency, the Ukrainian hryvnia
How to Find Your Nearest Bitcoin ATM
21.2.2020
Cryptocurrency markets have experienced a few intensive weeks since the start of the year that took prices to 2020 highs in mid-February. The overall bullish sentiment is attracting more interest towards the crypto space. There are many ways to get started with Bitcoin but one the most accessible...
‘World’s First’ Crypto Card Game Might Convert Nocoiners
21.2.2020
Over ten years since its birth, and cryptocurrency still hasn’t gone mainstream. Still, Houston-based gaming startup Cypherpunk might change all this, with the release of Crypto Tycoon.
Billed as the world's first cryptocurrency-themed card game, it hopes to prove a hit among diehards and crypto...
Coronavirus Quarantine Controls and Shipping Delays Impact Bitcoin Miners
21.2.2020
During the first week of February, a few of the top mining rig manufacturers from China revealed they were forced to postpone device shipments due to the ongoing coronavirus outbreak. Regional reports from the country now disclose that shipments will be delayed even longer and Chinese mining...
A Guide to Console Commands
21.2.2020
The developer’s debugging console has been available in one form or another in web browsers for many years. Starting out as a means for errors to be reported to the developer, its capabilities have increased in many ways; such as automatically logging information like network requests, network...
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...
New Settlement Layer to Offer Asian Crypto Institutions Local Alternative to Silvergate Bank
21.2.2020
The new settlement layer is intended save Asian institutional traders from taking the "scenic route" via U.S. banking regulations
Maxonrow’s First Hackathon, MAXathon will take place in Berlin on April 18–19, 2020
21.2.2020
Maxonrow will host its first-ever MAXathon from April 18-19, 2020, in Berlin, where participants will have the chance to win from a 15.000€ prize pool and explore how blockchain can be used to create solutions for healthcare, education, and governments using Maxonrow’s SDK. MAXathon will take...
Bitcoin Cash House Ghana Finds Liquidity Provider, Seeks to Partner With Mobile Money Services
21.2.2020
Bitcoin Cash House Ghana has announced they’ve found a liquidity provider for converting between BCH and Ghanaian cedi, and are now preparing to furnish their building and move in, preparing for official launch on March 1. A new read.cash post from organizer Kousha detailed the status of...
In Response to Bitcoin, Central Bank of Brazil Presents Instant Payment System Pix
21.2.2020
Banco Central do Brasil has started testing a new payment network with the promise to offer Brazilians near instant transactions and many new services. Portrayed as a response to Bitcoin, the Pix system will be mandatory for major financial institutions to ensure wide coverage. The project aims...
BCH Funding Debate: Developers Plan to Launch IFP-Free Version of Bitcoin ABC
20.2.2020
On February 19, a group of well known software developers announced the launch of a new Bitcoin Cash full node with the Infrastructure Funding Plan (IFP) removed from the codebase. The news was announced on the read.cash platform by the developer Freetrader who told the public that strong demand...
Animate SVG Path Changes in CSS
20.2.2020
Every once in a while I'm motivated to attempt to draw some shapes with <path>, the all-powerful drawing syntax of SVG. I only understand a fragment of what it all can do, but I know enough to be dangerous. All the straight-line syntax commands (like L) are pretty straightforward and I find...
DeFi Insurance Firm Nexus Mutual Makes Its First Payout Following bZx Attacks
20.2.2020
Nexus Mutual members voted to pay out two claims following the bZx flash loan attacks – a first for the DeFi insurance pioneer
Ireland Seizes Bitcoin Stash Worth $56M But Can’t Sell for 7 Years
20.2.2020
Ireland’s Criminal Assets Bureau (CAB) seized 6,000 BTC from a Dublin resident who was accused of growing cannabis on property located in the Wicklow Mountain region. The police found around €450,000 of marijuana plants but the €52 million ($56.1M) of BTC was the biggest...
Virgin Galactic Stock Is Skyrocketing, Will Take Bitcoin to Shoot You Into Space
20.2.2020
Virgin Galactic is one of the leading ventures in the emerging private space race alongside companies such as Spacex. However, it is being compared now mostly to another Elon Musk creation – Tesla. This is because Virgin Galactic stock is skyrocketing as traders rush in to bet on...
Add Background Colors to SVGs Using the “rect” Element
20.2.2020
The advantages of using SVGs in web development are well known. SVGs are small in size, can be made quite accessible, are scalable while maintaining their quality, and can be animated. Still, there is a learning curve. Things, like the syntax of SVG, can be a little tricky and having to hand-alter...