body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
" alt="Riverside Bitcion Meetstr Logo">
Riverside Bitcoin Meetstr
A group focused on the decentralized alternative to central banking.
About
Riverside Bitcoin is a group focused on promoting the use of bitcoin as freedom from financial censorship, failing banks, hyperinflation worldwide, and high inflation in developed economies.
We are focused on bitcoin because absolute mathmatical scarcity can only be discovered once.
Understand
Study
This is a censorship-resistant online bitcoin group that is focused on **actionable bitcoin discussion**. While we understrand sats are scarce, and fiat is not(AKA NGU), This website is created as a beacon for an online group of local Bitcoiners who want to talk to other Bitcoiners in their local language.
"The root problem with conventional currency is all the trust that's required to make it work. The central bank must be trusted not to debase the currency, but the history of fiat currencies is full of breaches of that trust." --Satoshi Nakamoto
Fork UsGithub
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}