Bitcoin Forum
May 01, 2024, 05:59:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: What happens first:
New ATH - 43 (69.4%)
<$60,000 - 19 (30.6%)
Total Voters: 62

Pages: « 1 ... 31771 31772 31773 31774 31775 31776 31777 31778 31779 31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 31803 31804 31805 31806 31807 31808 31809 31810 31811 31812 31813 31814 31815 31816 31817 31818 31819 31820 [31821] 31822 31823 31824 31825 31826 31827 31828 31829 31830 31831 31832 31833 31834 31835 31836 31837 31838 31839 31840 31841 31842 31843 31844 31845 31846 31847 31848 31849 31850 31851 31852 31853 31854 31855 31856 31857 31858 31859 31860 31861 31862 31863 31864 31865 31866 31867 31868 31869 31870 31871 ... 33312 »
  Print  
Author Topic: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion  (Read 26370434 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (174 posts by 3 users with 9 merit deleted.)
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 06:01:20 AM


Explanation
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714586369
Hero Member
*
Offline Offline

Posts: 1714586369

View Profile Personal Message (Offline)

Ignore
1714586369
Reply with quote  #2

1714586369
Report to moderator
1714586369
Hero Member
*
Offline Offline

Posts: 1714586369

View Profile Personal Message (Offline)

Ignore
1714586369
Reply with quote  #2

1714586369
Report to moderator
shahzadafzal
Copper Member
Legendary
*
Offline Offline

Activity: 1526
Merit: 2890



View Profile
February 27, 2023, 06:24:25 AM
Merited by El duderino_ (11), JayJuanGee (1), d_eddie (1), AlcoHoDL (1), DdmrDdmr (1), John Abraham (1)

Bitcoin is the most amazing Mathematical Wonder or Mathematical Miracle like Steve Wozniak said it once.

If you look at the below image you might see halving's block#, block reward and halving year.  But the most interesting column in this is Binary (sats).

Let me explain why...

Many people still think that bitcoin's 21 million limit is somehow hard-coded in its source code as a "number". Yes it is set in the code but it's not set as a number or like traditionally you might assume something like

CONST INT BITCOIN_MAX_SUPPLY = 21,000,000, not it's not like that.

It's pure math and algorithm, you might be amazed if you did not know this before that 21 million limit is not set in the code anywhere. But it's the reward that "Binary (sats)" column shown below is the logic that is enforcing the 21 million bitcoin limit.

If you notice after each halving that the binary column is shirking, in C++ terms it's called shifting. Shift or right shift in binary is technically like dividing any number by 2. So after each halving reward is divided by two and that binary is making sure it's done in a style. If you don't know this already that bitcoin does not deal in floating points or decimal numbers but only integers, so for example on at 29'th halving if you see reward is reduced from 9 sats to 4 sats (instead of 4.5) it is rounded off thanks to binary for keeping it simple from 1001 to 100.

Anyway, I saw this tweet and thought of sharing it Smiley




https://twitter.com/Peer__2__Peer/status/1629844105277722625

heslo
Hero Member
*****
Offline Offline

Activity: 1161
Merit: 943


View Profile
February 27, 2023, 06:31:25 AM

People were talking about banning Bitcoin in the United States.
Well, Here is some good news from Bitcoin Magazine.

The United States has no intention to ban #Bitcoin and crypto - Treasury Secretary

https://twitter.com/BitcoinMagazine/status/1629538419352150017

This lady has my respect.



School kids in Brazil using #Bitcoin to buy fruit. The future is bright.

Watch this video on Twitter - https://twitter.com/BitcoinMagazine/status/1629834253503717376?s=20.

They say they have no intention but they know even if they wanted to, they couldn't ban Bitcoin
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 07:01:18 AM


Explanation
AlcoHoDL
Legendary
*
Offline Offline

Activity: 2352
Merit: 4145


Addicted to HoDLing!


View Profile
February 27, 2023, 07:52:53 AM
Merited by JayJuanGee (1)

Bitcoin is the most amazing Mathematical Wonder or Mathematical Miracle like Steve Wozniak said it once.

If you look at the below image you might see halving's block#, block reward and halving year.  But the most interesting column in this is Binary (sats).

Let me explain why...

Many people still think that bitcoin's 21 million limit is somehow hard-coded in its source code as a "number". Yes it is set in the code but it's not set as a number or like traditionally you might assume something like

CONST INT BITCOIN_MAX_SUPPLY = 21,000,000, not it's not like that.

It's pure math and algorithm, you might be amazed if you did not know this before that 21 million limit is not set in the code anywhere. But it's the reward that "Binary (sats)" column shown below is the logic that is enforcing the 21 million bitcoin limit.

If you notice after each halving that the binary column is shirking, in C++ terms it's called shifting. Shift or right shift in binary is technically like dividing any number by 2. So after each halving reward is divided by two and that binary is making sure it's done in a style. If you don't know this already that bitcoin does not deal in floating points or decimal numbers but only integers, so for example on at 29'th halving if you see reward is reduced from 9 sats to 4 sats (instead of 4.5) it is rounded off thanks to binary for keeping it simple from 1001 to 100.

Anyway, I saw this tweet and thought of sharing it Smiley



https://twitter.com/Peer__2__Peer/status/1629844105277722625

Very nice illustration.

When expressed in binary, every halving removes a binary digit from the reward. This is equivalent to dividing by two (hence the word "halving").

The limiting value of 21,000,000 coins results from the 4-year period between halvings and the 10 minutes/block mining period.

4 years = 4 x 365.24 x 24 x 6 = 210,378.24 10-minute time slots. We round this off to 210,000 blocks.

The Bitcoin reward sequence sum 50 + 25 + 12.5 + 6.25 + ... converges to the value of 100.

The total amount of coins that can ever be created can now be computed: 210,000 x 100 = 21,000,000 coins.

This is neatly expressed in the following formula:



Satoshi Nakamoto was a genius. One cannot help but be awed by the simplicity and elegance of his creation.
John Abraham
Hero Member
*****
Offline Offline

Activity: 518
Merit: 547


View Profile
February 27, 2023, 07:54:30 AM
Merited by El duderino_ (10)

People were talking about banning Bitcoin in the United States.
Well, Here is some good news from Bitcoin Magazine.

The United States has no intention to ban #Bitcoin and crypto - Treasury Secretary

https://twitter.com/BitcoinMagazine/status/1629538419352150017

This lady has my respect.



School kids in Brazil using #Bitcoin to buy fruit. The future is bright.

Watch this video on Twitter - https://twitter.com/BitcoinMagazine/status/1629834253503717376?s=20.

They say they have no intention but they know even if they wanted to, they couldn't ban Bitcoin

Well, Banning anything on the internet doesn't work correctly.
There are tons of ways you can use it by bypassing the ban.
They said they had no intention. But, What if they say they will ban Bitcoin even though they cannot?
The market will be influenced a little. People will start spreading FUD, and we might see a short-bear market again.

I appreciate that they don't want to do the wrong things, and when people spread FUD that The United States might ban Bitcoin, They showed up and said, Hey, Kiddos. Don't spread FUD. We are not going to ban Bitcoin. They had the choice not to say anything while people were talking about the ban. But, They did. I see this as a positive thing.
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 08:01:16 AM


Explanation
hisslyness
Hero Member
*****
Offline Offline

Activity: 722
Merit: 1692



View Profile
February 27, 2023, 08:30:41 AM
Merited by JayJuanGee (1)

Bitcoin is the most amazing Mathematical Wonder or Mathematical Miracle like Steve Wozniak said it once.

If you look at the below image you might see halving's block#, block reward and halving year.  But the most interesting column in this is Binary (sats).

Let me explain why...

Many people still think that bitcoin's 21 million limit is somehow hard-coded in its source code as a "number". Yes it is set in the code but it's not set as a number or like traditionally you might assume something like

CONST INT BITCOIN_MAX_SUPPLY = 21,000,000, not it's not like that.

It's pure math and algorithm, you might be amazed if you did not know this before that 21 million limit is not set in the code anywhere. But it's the reward that "Binary (sats)" column shown below is the logic that is enforcing the 21 million bitcoin limit.

If you notice after each halving that the binary column is shirking, in C++ terms it's called shifting. Shift or right shift in binary is technically like dividing any number by 2. So after each halving reward is divided by two and that binary is making sure it's done in a style. If you don't know this already that bitcoin does not deal in floating points or decimal numbers but only integers, so for example on at 29'th halving if you see reward is reduced from 9 sats to 4 sats (instead of 4.5) it is rounded off thanks to binary for keeping it simple from 1001 to 100.

Anyway, I saw this tweet and thought of sharing it Smiley



https://twitter.com/Peer__2__Peer/status/1629844105277722625

Very nice illustration.

When expressed in binary, every halving removes a binary digit from the reward. This is equivalent to dividing by two (hence the word "halving").

The limiting value of 21,000,000 coins results from the 4-year period between halvings and the 10 minutes/block mining period.

4 years = 4 x 365.24 x 24 x 6 = 210,378.24 10-minute time slots. We round this off to 210,000 blocks.

The Bitcoin reward sequence sum 50 + 25 + 12.5 + 6.25 + ... converges to the value of 100.

The total amount of coins that can ever be created can now be computed: 210,000 x 100 = 21,000,000 coins.

This is neatly expressed in the following formula:



Satoshi Nakamoto was a genius. One cannot help but be awed by the simplicity and elegance of his creation.

Fun Fact...

Last Full Bitcoin to be added to the network will take approx 34 years (Approx. Block 5,168,390 -> Last Reward Block)
Max Coin Generated is 20,999,999.97690000 (rounding)
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 09:01:20 AM


Explanation
Lainta
Member
**
Offline Offline

Activity: 227
Merit: 38

Bisq Market Day - March 20th 2023


View Profile
February 27, 2023, 09:26:18 AM

Carl Menger, Austrian economist and the founder of the Austrian School of economics died on February 26th 1921 - 104 years ago.

His ideas live forever and influenced the discovery of #Bitcoin  

https://twitter.com/BitcoinNewsCom/status/1629955420646174720?t=AFMWk3h6HAhrfbpJ6Q5Yeg&s=19
shahzadafzal
Copper Member
Legendary
*
Offline Offline

Activity: 1526
Merit: 2890



View Profile
February 27, 2023, 09:31:46 AM

Bitcoin is the most amazing Mathematical Wonder or Mathematical Miracle like Steve Wozniak said it once.

If you look at the below image you might see halving's block#, block reward and halving year.  But the most interesting column in this is Binary (sats).

Let me explain why...

Many people still think that bitcoin's 21 million limit is somehow hard-coded in its source code as a "number". Yes it is set in the code but it's not set as a number or like traditionally you might assume something like

CONST INT BITCOIN_MAX_SUPPLY = 21,000,000, not it's not like that.

It's pure math and algorithm, you might be amazed if you did not know this before that 21 million limit is not set in the code anywhere. But it's the reward that "Binary (sats)" column shown below is the logic that is enforcing the 21 million bitcoin limit.

If you notice after each halving that the binary column is shirking, in C++ terms it's called shifting. Shift or right shift in binary is technically like dividing any number by 2. So after each halving reward is divided by two and that binary is making sure it's done in a style. If you don't know this already that bitcoin does not deal in floating points or decimal numbers but only integers, so for example on at 29'th halving if you see reward is reduced from 9 sats to 4 sats (instead of 4.5) it is rounded off thanks to binary for keeping it simple from 1001 to 100.

Anyway, I saw this tweet and thought of sharing it Smiley



https://twitter.com/Peer__2__Peer/status/1629844105277722625

Very nice illustration.

When expressed in binary, every halving removes a binary digit from the reward. This is equivalent to dividing by two (hence the word "halving").

The limiting value of 21,000,000 coins results from the 4-year period between halvings and the 10 minutes/block mining period.

4 years = 4 x 365.24 x 24 x 6 = 210,378.24 10-minute time slots. We round this off to 210,000 blocks.

The Bitcoin reward sequence sum 50 + 25 + 12.5 + 6.25 + ... converges to the value of 100.

The total amount of coins that can ever be created can now be computed: 210,000 x 100 = 21,000,000 coins.

This is neatly expressed in the following formula:



Satoshi Nakamoto was a genius. One cannot help but be awed by the simplicity and elegance of his creation.

Exactly, I remember I did this calculation myself using this formula. It's not that I did not trust Satoshi but I wanted to see for myself how its works.

I loved it and I was so happy to see that it's such simple math yet so powerful.



Fun Fact...

Last Full Bitcoin to be added to the network will take approx 34 years (Approx. Block 5,168,390 -> Last Reward Block)
I didn't understand what you mean by "Last Full Bitcoin to be added to the network"?  and this Approx. Block 5,168,390 -> Last Reward Block?

I think last reward will be 1 satoshi and it will happen on Block #6,929,999 and after that will be zero from block# 6,930,000.

Max Coin Generated is 20,999,999.97690000 (rounding)
There's no rounding actually that's exactly what it will be 2,099,999,997,690,000 satoshis and in BTC it will be a little shy of 21 million Smiley


ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 10:01:16 AM


Explanation
AlcoHoDL
Legendary
*
Offline Offline

Activity: 2352
Merit: 4145


Addicted to HoDLing!


View Profile
February 27, 2023, 10:35:20 AM
Merited by shahzadafzal (1)

[...]

Fun Fact...

Last Full Bitcoin to be added to the network will take approx 34 years (Approx. Block 5,168,390 -> Last Reward Block)

I didn't understand what you mean by "Last Full Bitcoin to be added to the network"?  and this Approx. Block 5,168,390 -> Last Reward Block?

[...]

What he means is that all mining from block 5,168,390 (2106) until the last non-zero-reward block (2140) will only add one (1) Bitcoin to the network.

Makes you appreciate the condensed power a single Bitcoin can have... By that time people will likely be using the sat as a unit of measure, for practical purposes.

Blessed are those who own one or more whole coins...
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 11:01:18 AM


Explanation
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 12:01:21 PM


Explanation
hisslyness
Hero Member
*****
Offline Offline

Activity: 722
Merit: 1692



View Profile
February 27, 2023, 12:05:41 PM
Merited by JayJuanGee (1)

[...]

Fun Fact...

Last Full Bitcoin to be added to the network will take approx 34 years (Approx. Block 5,168,390 -> Last Reward Block)

I didn't understand what you mean by "Last Full Bitcoin to be added to the network"?  and this Approx. Block 5,168,390 -> Last Reward Block?

[...]

What he means is that all mining from block 5,168,390 (2106) until the last non-zero-reward block (2140) will only add one (1) Bitcoin to the network.

Makes you appreciate the condensed power a single Bitcoin can have... By that time people will likely be using the sat as a unit of measure, for practical purposes.

Blessed are those who own one or more whole coins...

Exactly!.. Just mind boggling to think how much 1 whole Bitcoin is truly worth! i don't think i need to repeat the same rhetoric about trying to accumulate a 1 whole Bitcoin...

In regards to rounding, it was in relations to halving cycle rewards... you obviously can't have 1/2 a SAT, so it was rounded up or down pending on the bit... so it wasn't a true halving.
BitcoinBunny
Legendary
*
Offline Offline

Activity: 1442
Merit: 2493



View Profile
February 27, 2023, 12:15:07 PM
Merited by JayJuanGee (1), d_eddie (1), Gachapin (1)

This is hilarious.  Cheesy

https://twitter.com/NoContextBrits/status/1629975959108481025
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 01:01:18 PM


Explanation
philipma1957
Legendary
*
Offline Offline

Activity: 4116
Merit: 7823


'The right to privacy matters'


View Profile WWW
February 27, 2023, 01:55:39 PM

Bitcoin is the most amazing Mathematical Wonder or Mathematical Miracle like Steve Wozniak said it once.

If you look at the below image you might see halving's block#, block reward and halving year.  But the most interesting column in this is Binary (sats).

Let me explain why...

Many people still think that bitcoin's 21 million limit is somehow hard-coded in its source code as a "number". Yes it is set in the code but it's not set as a number or like traditionally you might assume something like

CONST INT BITCOIN_MAX_SUPPLY = 21,000,000, not it's not like that.

It's pure math and algorithm, you might be amazed if you did not know this before that 21 million limit is not set in the code anywhere. But it's the reward that "Binary (sats)" column shown below is the logic that is enforcing the 21 million bitcoin limit.

If you notice after each halving that the binary column is shirking, in C++ terms it's called shifting. Shift or right shift in binary is technically like dividing any number by 2. So after each halving reward is divided by two and that binary is making sure it's done in a style. If you don't know this already that bitcoin does not deal in floating points or decimal numbers but only integers, so for example on at 29'th halving if you see reward is reduced from 9 sats to 4 sats (instead of 4.5) it is rounded off thanks to binary for keeping it simple from 1001 to 100.

Anyway, I saw this tweet and thought of sharing it Smiley




https://twitter.com/Peer__2__Peer/status/1629844105277722625


so in 2036 when I turn 79 the reward will be
ChartBuddy
Legendary
*
Offline Offline

Activity: 2170
Merit: 1759


1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ


View Profile
February 27, 2023, 02:01:17 PM


Explanation
Pages: « 1 ... 31771 31772 31773 31774 31775 31776 31777 31778 31779 31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 31803 31804 31805 31806 31807 31808 31809 31810 31811 31812 31813 31814 31815 31816 31817 31818 31819 31820 [31821] 31822 31823 31824 31825 31826 31827 31828 31829 31830 31831 31832 31833 31834 31835 31836 31837 31838 31839 31840 31841 31842 31843 31844 31845 31846 31847 31848 31849 31850 31851 31852 31853 31854 31855 31856 31857 31858 31859 31860 31861 31862 31863 31864 31865 31866 31867 31868 31869 31870 31871 ... 33312 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!