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 Meetup Logo">
Riverside Bitcoin Meetup
A group focused on the decentralized alternative to central banking.
About
Riverside Bitcoin is a meetup group focused on promoting the use of bitcoin to free themselves from the monetary policies of central banks, and circumvent financial censorship. While we understand most people are interested in the price as compared to the forever-inflating dollar, we want to promote the use of bitcoin in the circular economy, encourage and teach self-custody, how to run a node and mine bitcoin.
Coffee
Actionalbe Bitcion Discussion.
Come meet us for coffee and actionable bitcoin discussion.
The meetups are listed on the nostr chat.
Subscribe to the substack to get notified of our next event.
"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
🧡w3.css
// 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", "");
}
}