From 88260d163c33e2cc5705f0576b944ccd3492c26c Mon Sep 17 00:00:00 2001 From: BitSavage Date: Wed, 6 Mar 2024 12:20:18 -0800 Subject: [PATCH 1/4] Create Wave Edition Theory Simple Satoshi Codes for grouping and structuring ordinal releases on bitcoin. --- Wave Edition Theory | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Wave Edition Theory diff --git a/Wave Edition Theory b/Wave Edition Theory new file mode 100644 index 0000000..f2e1693 --- /dev/null +++ b/Wave Edition Theory @@ -0,0 +1,29 @@ +Implementing a simple identifier for all satoshis : RFC (Request for Comment) + +This can also be known as a Satoshi Code. + +Overview +Satoshi Codes can show up after the "Rare & exotic sat" status. + +Layout +The following layout shows how Satoshi Codes can be implemented: + +Example: +B1y1we1c0; 2009 dragon πŸ‰ πŸ”₯ πŸšͺ +B30000y2we1: 2010 bunny πŸ‡πŸ”₯ +B60000y3we1: 2011 snake 🐍πŸ”₯ +B90000y4h1we2rd1: πŸ•βš‘οΈπŸŒ€πŸ† + +B = satoshi block number mined on bitcion +y = year block mined +we = wave edition (each four year before the halving is a wave) +h1 = halving +rd = reward decrease + +Objectives +Provide a simple code to search and etch ordinals like trading card packs. +Allow the community to use this and show new comers how to read the bitcoin public ledger. +Allows ordinals to be easily located. + +Solution +Release this improvement within the existing ORD ecosystem. From e8c8444876cc6a8829755c16001b397870ea5706 Mon Sep 17 00:00:00 2001 From: BitSavage Date: Wed, 6 Mar 2024 12:51:11 -0800 Subject: [PATCH 2/4] Update Wave Edition Theory --- Wave Edition Theory | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Wave Edition Theory b/Wave Edition Theory index f2e1693..9cc5436 100644 --- a/Wave Edition Theory +++ b/Wave Edition Theory @@ -9,10 +9,10 @@ Layout The following layout shows how Satoshi Codes can be implemented: Example: -B1y1we1c0; 2009 dragon πŸ‰ πŸ”₯ πŸšͺ -B30000y2we1: 2010 bunny πŸ‡πŸ”₯ -B60000y3we1: 2011 snake 🐍πŸ”₯ -B90000y4h1we2rd1: πŸ•βš‘οΈπŸŒ€πŸ† +B1y1we1c0; 2009 Ox πŸ‚πŸ”₯ πŸšͺ +B30000y2we1: 2010 tiger 🐯πŸ”₯ +B60000y3we1: 2011 rabbit 🐰πŸ”₯ +B90000y4h1we2rd1: πŸ²βš‘οΈπŸŒ€πŸ† B = satoshi block number mined on bitcion y = year block mined @@ -20,6 +20,9 @@ we = wave edition (each four year before the halving is a wave) h1 = halving rd = reward decrease +We can add smbols like the Chinese zodiac symbol and element at the end to denote specific years. +As well as πŸŒ€for halving event and πŸ† for reward decreases. + Objectives Provide a simple code to search and etch ordinals like trading card packs. Allow the community to use this and show new comers how to read the bitcoin public ledger. From 0fb02a0f49ae59765f1d77bb52e2b20c4c9a8fa0 Mon Sep 17 00:00:00 2001 From: BitSavage Date: Wed, 6 Mar 2024 19:30:41 -0800 Subject: [PATCH 3/4] Update Wave Edition Theory --- Wave Edition Theory | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Wave Edition Theory b/Wave Edition Theory index 9cc5436..a429db6 100644 --- a/Wave Edition Theory +++ b/Wave Edition Theory @@ -16,12 +16,15 @@ B90000y4h1we2rd1: πŸ²βš‘οΈπŸŒ€πŸ† B = satoshi block number mined on bitcion y = year block mined -we = wave edition (each four year before the halving is a wave) +we = wave edition (each four years before the halving is a wave) h1 = halving rd = reward decrease We can add smbols like the Chinese zodiac symbol and element at the end to denote specific years. As well as πŸŒ€for halving event and πŸ† for reward decreases. +The first block can have a πŸ›ŽοΈ to signal the inception event. +The first year can have a πŸšͺto signal a new path being forged. +the last block & last year can have a πŸ’₯ or a 🌌 to symbolize a big bang event or a simultaneous multi-occurrence that transforms into whatever is next... Objectives Provide a simple code to search and etch ordinals like trading card packs. From f573a48c99b0428e8d8e7dd13d209064969cf79e Mon Sep 17 00:00:00 2001 From: BitSavage Date: Wed, 20 Mar 2024 07:59:59 -0700 Subject: [PATCH 4/4] Update Wave Edition Theory --- Wave Edition Theory | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Wave Edition Theory b/Wave Edition Theory index a429db6..ca8c7bb 100644 --- a/Wave Edition Theory +++ b/Wave Edition Theory @@ -2,6 +2,9 @@ Implementing a simple identifier for all satoshis : RFC (Request for Comment) This can also be known as a Satoshi Code. +Futher more, this implementation can be seenas a Blockchain Positioning System. +The B.P.S. can help normies easily identify the block, year, halving and mining rewards. + Overview Satoshi Codes can show up after the "Rare & exotic sat" status.