Skip to content

Bitdevs Australia-wide #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BitDevs Melbourne
# BitDevs AU

Simple Jekyll site for hosting all of the links from meetups past and future.

Expand Down
9 changes: 4 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ sass:
style: :compressed

# Customise atom feed settings (this is where Jekyll-Feed gets configuration information)
title: "BitDevs Melbourne"
description: "Melbourne BitDevs is an in-person community for those interested in discussing and exploring developments in Bitcoin and related protocols."
title: "BitDevs Australia"
description: "BitDevs is an in-person community for those interested in discussing and exploring developments in Bitcoin and related protocols."

# include new files
include:
include:
- .well-known

# Leave out some files
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', '.sass-cache']
exclude: ["README.md", "Gemfile", "Gemfile.lock", ".sass-cache"]

future: true

6 changes: 3 additions & 3 deletions _data/settings.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: 'BitDevs Melbourne'
tagline: 'Melbourne BitDevs is an in-person community for those interested in discussing and exploring developments in Bitcoin and related protocols.'
title: 'BitDevs Australia'
tagline: 'BitDevs is an in-person community for those interested in discussing and exploring developments in Bitcoin and related protocols.'

menu:
- {name: 'About', url: '/about'}
# - {name: 'Calendar', url: '/calendar'}
# - {name: 'Map', url: '/map'}
- {name: "Next Topics", url: 'https://github.com/MelbourneBitDevs/MelbBitDevs/issues', external: true}
- {name: "Github", url: 'https://github.com/MelbourneBitDevs/MelbBitDevs/', external: true}
- {name: "Github", url: 'https://github.com/MelbourneBitDevs/meetup/', external: true}
# - {name: 'Cities', url: '/cities'}
54 changes: 54 additions & 0 deletions _posts/2023-11-25-Murrurundi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
layout: post
type: socratic
date: "2023-11-25 19:00:00"
title: "Inaugural Murrurundi BushBashDevs"
---

## "OP threw a 5"

https://www.reddit.com/r/coldcard/comments/17epqk8/040_bitcoin_taken_instantly_from_my_coldcard/

## Binance settlement with Justice Department

https://www.cnbc.com/2023/11/22/whats-next-for-binance-after-doj-settlement-departure-of-changpeng-zhao.html

## Rumors Wallet of Satoshi is disappearing from some app stores

https://twitter.com/ZeusLN/status/1727810997656674355

## 83.7 BTC Fee

https://mempool.space/tx/b5a2af5845a8d3796308ff9840e567b14cf6bb158ff26c999e6f9a1f5448f9aa

## Swan Bitcoin to Stop Serving Customers Interacting with Privacy Services

https://www.nobsbitcoin.com/swan-bitcoin-privacy-update/

## Flockstr: Meetup on Nostr

https://www.flockstr.com/

## Atomicals - "yolo'd a marketplace using SIGHASH_NONE"

https://twitter.com/mononautical/status/1726938710535737632
https://twitter.com/atomicalsmarket/status/1726807475603599856

## OP Codes Explained

https://opcodeexplained.com/

## Randstorm: a vulnerability affecting a significant number of browser generated cryptocurrency wallets

https://randstorm.com

## Six OFAC-sanctioned transactions missing from blocks

https://twitter.com/0xB10C/status/1726964430460588201
https://twitter.com/satofishi/status/1727166867620741367

## The Cyberspace Meta-Protocol: An Extension of Reality

https://github.com/arkin0x/cyberspace
https://github.com/arkin0x/ONOSENDAI
https://www.onosendai.tech/
49 changes: 9 additions & 40 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
layout: default
---

# MelbBitdevs
# Locations

Currently **Melbourne** is the only city with a regular bitdevs meetup.

There are plans for a Perth meetup, and desires for meetups in other cities.

If you'd like to start a meetup in your city, please reach out!

# Melbourne Bitdevs

Melbourne Bitdevs is on the last thursday of every month at the **RMIT Blockchain Hub**.

Expand All @@ -24,45 +32,6 @@ To facillitate optimal free and open discussion, privacy of attendees is taken s

---

## Group Activities

We aim to occasionally try new software or tutorials as a group, building applicable skills within a supportive group environment. So please try to bring a laptop machine along with you! MacOS or Linux preferred (for windows [you could use a virtual machine](https://www.makeuseof.com/tag/install-linux-windows-vmware-virtual-machine/)).

Accumulating list of possible tasks we might be interested in exploring as a group. Please try have access to MacOS or Linux

### Multisig and Carrots

Build a taproot multisig with your friends, and to spend from it. carrot Create a multisig with taproot and spend from it using BDK carrot.

https://github.com/danielabrozzoni/multisigs_and_carrots

### Breeze SDK

Integrate Lightning and bitcoin payments into apps with a very shallow learning curve.

https://github.com/breez/breez-sdk

### Silent Payments on Signet

Like BIP47 (paynym) without notification transactions

https://gist.github.com/nickfarrow/963e0ec915c3a15f2079320ebd2d7b0e

### Loin: Payjoin Lightning Channel Funding

Install the Polar testing environment to spin up 2 LND nodes.
Create a Collaborative Lightning Channel Opens (privacy++)

https://github.com/chaincase-app/loin/

### A Tour of Core Lightning (base58 repo)

Core Lightning (CLN) is a lightweight, highly customizable and standard compliant implementation of the Bitcoin Lightning Network protocol. We're going to spin up a couple nodes, make a regtest lightning network, and sling some sats around making payments between the nodes.

https://replit.com/@KodyLow/Base58-A-Tour-Of-Core-Lightning

---

<div>
<h3>Webring</h3>
<!-- The Bitcoin Webring: https://github.com/nickfarrow/bitcoinwebring -->
Expand Down
89 changes: 89 additions & 0 deletions activities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
layout: default
---

## Group Activities

We aim to occasionally try new software or tutorials as a group, building applicable skills within a supportive group environment. So please try to bring a laptop machine along with you! MacOS or Linux preferred (for windows [you could use a virtual machine](https://www.makeuseof.com/tag/install-linux-windows-vmware-virtual-machine/)).

Accumulating list of possible tasks we might be interested in exploring as a group. Please try have access to MacOS or Linux

### Multisig and Carrots

Build a taproot multisig with your friends, and to spend from it. carrot Create a multisig with taproot and spend from it using BDK carrot.

https://github.com/danielabrozzoni/multisigs_and_carrots

### Breeze SDK

Integrate Lightning and bitcoin payments into apps with a very shallow learning curve.

https://github.com/breez/breez-sdk

### Silent Payments on Signet

Like BIP47 (paynym) without notification transactions

https://gist.github.com/nickfarrow/963e0ec915c3a15f2079320ebd2d7b0e

### Loin: Payjoin Lightning Channel Funding

Install the Polar testing environment to spin up 2 LND nodes.
Create a Collaborative Lightning Channel Opens (privacy++)

https://github.com/chaincase-app/loin/

### A Tour of Core Lightning (base58 repo)

Core Lightning (CLN) is a lightweight, highly customizable and standard compliant implementation of the Bitcoin Lightning Network protocol. We're going to spin up a couple nodes, make a regtest lightning network, and sling some sats around making payments between the nodes.

https://replit.com/@KodyLow/Base58-A-Tour-Of-Core-Lightning

---

<div>
<h3>Webring</h3>
<!-- The Bitcoin Webring: https://github.com/nickfarrow/bitcoinwebring -->
<div class="webring-container">
<div class="webring-item">
<a href="https://bitcoin.org/"
><img src="webring-img/bitcoinorg.png" alt="bitcoinorg"
/></a>
</div>
<div class="webring-item">
<a href="https://utxo.club"
><img src="webring-img/utxoclub.gif" alt="utxoclub"
/></a>
</div>
<div class="webring-item">
<a href="https://frostsnap.com/"
><img src="webring-img/frostsnap.png" alt="frostsnap"
/></a>
</div>
<div class="webring-item">
<a href="https://unspent.space/"
><img src="webring-img/unspentspace.png" alt="unspentspace"
/></a>
</div>
<div class="webring-item">
<a href="https://bitdevs.com.au/"
><img src="webring-img/melbbitdevs.png" alt="melbbitdevs"
/></a>
</div>
<div class="webring-item">
<a href="https://pollofeed.com/"
><img src="webring-img/pollofeed.png" alt="pollofeed"
/></a>
</div>
<div class="webring-item">
<a href="https://bitcoinbushbash.info/"
><img src="webring-img/bushbash.gif" alt="bitcoinbushbash"
/></a>
</div>
<div class="webring-item">
<a href="https://nolooking.chaincase.app/"
><img src="webring-img/nolooking.gif" alt="nolooking"
/></a>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Meetings
---

BitDevs Melbourne is typically held once a month. See Github.
BitDevs is typically held once a month. See Github.

<!-- You can subscribe to event announcements via [meetup.com](https://www.meetup.com/Vancouver-Bitcoiners/). -->

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<div class="Home">
<p class="Home-about">
Melbourne BitDevs is an in-person community for those interested in
discussing and exploring developments in Bitcoin and related protocols.
BitDevs is an in-person community for those interested in discussing and
exploring developments in Bitcoin and related protocols.
</p>

<div class="Home-posts">
Expand Down