Win / GreatAwakening
GreatAwakening
Communities Topics Log In Sign Up
Sign In
Hot
All Posts
Settings
All
Profile
Saved
Upvoted
Hidden
Messages

Your Communities

General
AskWin
Funny
Technology
Animals
Sports
Gaming
DIY
Health
Positive
Privacy
News
Changelogs

More Communities

frenworld
OhTwitter
MillionDollarExtreme
NoNewNormal
Ladies
Conspiracies
GreatAwakening
IP2Always
GameDev
ParallelSociety
Privacy Policy
Terms of Service
Content Policy
DEFAULT COMMUNITIES • All General AskWin Funny Technology Animals Sports Gaming DIY Health Positive Privacy
GreatAwakening Where We Go Qne, We Go All!
hot new rising top

Sign In or Create an Account

30
Original Bitcoin White Paper is Hidden in Every Mac Operating System (thefreethoughtproject.com)
posted 3 years ago by brain_dead 3 years ago by brain_dead +30 / -0
37 comments share
37 comments share save hide report block hide replies
Comments (37)
sorted by:
▲ 5 ▼
– solarsavior 5 points 3 years ago +5 / -0

Confirmed. My Mac is old. It's running macOS Catalina 10.15.7

Bitcoin: A Peer-to-Peer Electronic Cash System

Satoshi Nakamoto

[email protected]

www.bitcoin.org

Abstract. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power. As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers. The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.

(that is just the first part, there is more, 9 pages)

Here is a link to the same paper. https://bitcoin.org/bitcoin.pdf

People are discussing it. One link. https://arstechnica.com/gadgets/2023/04/bitcoin-whitepaper-is-hidden-away-in-macoss-system-folders-for-some-reason/

permalink save report block reply
▲ 3 ▼
– brain_dead [S] 3 points 3 years ago +3 / -0

Thanks. It's a nice Easter Egg.

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

How many more can we find?

permalink parent save report block reply
▲ 2 ▼
– brain_dead [S] 2 points 3 years ago +2 / -0

Maybe one more but I haven't been able to find it yet. When I do, will let you know. LOL

permalink parent save report block reply
▲ 1 ▼
– brain_dead [S] 1 point 3 years ago +1 / -0

Just found another Easter Egg. Want to dig up those people for us?

https://dailycaller.com/2023/04/09/google-twitter-meta-tiktok-crawling-hundreds-former-feds/

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

Will take a look see.

permalink parent save report block reply
▲ 2 ▼
– brain_dead [S] 2 points 3 years ago +2 / -0

Thanks.

permalink parent save report block reply
▲ 5 ▼
– brain_dead [S] 5 points 3 years ago +5 / -0

Hey Mac people, would you do this for me and tell me if it is true.

**If you’re on a Mac, open a Terminal and type the following command:

open /System/Library/Image\ Capture/Devices/VirtualScanner.app/Contents/Resources/simpledoc.pdf **

Then post a copy for us please.

permalink save report block reply
▲ 3 ▼
– NoahsEpoch369 3 points 3 years ago +3 / -0

It works on mine. Mac Mini M1 running Ventura 13.1.

permalink parent save report block reply
▲ 3 ▼
– brain_dead [S] 3 points 3 years ago +3 / -0

Thank you. I believe Bitcoin creator was trying to make sure we have a way to break out of our money jail.

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

Here:

Bitcoin: A Peer-to-Peer Electronic Cash System Satoshi Nakamoto [email protected] www.bitcoin.org Abstract. A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power. As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers. The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.

  1. Introduction Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model. Completely non-reversible transactions are not really possible, since financial institutions cannot avoid mediating disputes. The cost of mediation increases transaction costs, limiting the minimum practical transaction size and cutting off the possibility for small casual transactions, and there is a broader cost in the loss of ability to make non-reversible payments for non- reversible services. With the possibility of reversal, the need for trust spreads. Merchants must be wary of their customers, hassling them for more information than they would otherwise need. A certain percentage of fraud is accepted as unavoidable. These costs and payment uncertainties can be avoided in person by using physical currency, but no mechanism exists to make payments over a communications channel without a trusted party. What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party. Transactions that are computationally impractical to reverse would protect sellers from fraud, and routine escrow mechanisms could easily be implemented to protect buyers. In this paper, we propose a solution to the double-spending problem using a peer-to-peer distributed timestamp server to generate computational proof of the chronological order of transactions. The system is secure as long as honest nodes collectively control more CPU power than any cooperating group of attacker nodes.

  2. Transactions We define an electronic coin as a chain of digital signatures. Each owner transfers the coin to the next by digitally signing a hash of the previous transaction and the public key of the next owner and adding these to the end of the coin. A payee can verify the signatures to verify the chain of ownership. Transaction Hash Transaction Hash Transaction Hash Owner 1's Public Key Owner 2's Public Key Owner 3's Public Key Owner 0's Signature Owner 1's Signature The problem of course is the payee can't verify that one of the owners did not double-spend the coin. A common solution is to introduce a trusted central authority, or mint, that checks every transaction for double spending. After each transaction, the coin must be returned to the mint to issue a new coin, and only coins issued directly from the mint are trusted not to be double-spent. The problem with this solution is that the fate of the entire money system depends on the company running the mint, with every transaction having to go through them, just like a bank. We need a way for the payee to know that the previous owners did not sign any earlier transactions. For our purposes, the earliest transaction is the one that counts, so we don't care about later attempts to double-spend. The only way to confirm the absence of a transaction is to be aware of all transactions. In the mint based model, the mint was aware of all transactions and decided which arrived first. To accomplish this without a trusted party, transactions must be publicly announced [1], and we need a system for participants to agree on a single history of the order in which they were received. The payee needs proof that at the time of each transaction, the majority of nodes agreed it was the first received.

  3. Timestamp Server The solution we propose begins with a timestamp server. A timestamp server works by taking a hash of a block of items to be timestamped and widely publishing the hash, such as in a newspaper or Usenet post [2-5]. The timestamp proves that the data must have existed at the time, obviously, in order to get into the hash. Each timestamp includes the previous timestamp in its hash, forming a chain, with each additional timestamp reinforcing the ones before it. Hash Hash Owner 2's Signature Owner 1's Private Key Owner 2's Private Key Owner 3's Private Key Block Item Item ... 2 Block Item Item ... Verify

  4. Proof-of-Work To implement a distributed timestamp server on a peer-to-peer basis, we will need to use a proof- of-work system similar to Adam Back's Hashcash [6], rather than newspaper or Usenet posts. The proof-of-work involves scanning for a value that when hashed, such as with SHA-256, the hash begins with a number of zero bits. The average work required is exponential in the number of zero bits required and can be verified by executing a single hash. For our timestamp network, we implement the proof-of-work by incrementing a nonce in the block until a value is found that gives the block's hash the required zero bits. Once the CPU effort has been expended to make it satisfy the proof-of-work, the block cannot be changed without redoing the work. As later blocks are chained after it, the work to change the block would include redoing all the blocks after it. The proof-of-work also solves the problem of determining representation in majority decision making. If the majority were based on one-IP-address-one-vote, it could be subverted by anyone able to allocate many IPs. Proof-of-work is essentially one-CPU-one-vote. The majority decision is represented by the longest chain, which has the greatest proof-of-work effort invested in it. If a majority of CPU power is controlled by honest nodes, the honest chain will grow the fastest and outpace any competing chains. To modify a past block, an attacker would have to redo the proof-of-work of the block and all blocks after it and then catch up with and surpass the work of the honest nodes. We will show later that the probability of a slower attacker catching up diminishes exponentially as subsequent blocks are added. To compensate for increasing hardware speed and varying interest in running nodes over time, the proof-of-work difficulty is determined by a moving average targeting an average number of blocks per hour. If they're generated too fast, the difficulty increases.

  5. Network The steps to run the network are as follows:

  1. New transactions are broadcast to all nodes.
  2. Each node collects new transactions into a block.
  3. Each node works on finding a difficult proof-of-work for its block.
  4. When a node finds a proof-of-work, it broadcasts the block to all nodes.
  5. Nodes accept the block only if all transactions in it are valid and not already spent.
  6. Nodes express their acceptance of the block by working on creating the next block in the chain, using the hash of the accepted block as the previous hash. Nodes always consider the longest chain to be the correct one and will keep working on extending it. If two nodes broadcast different versions of the next block simultaneously, some nodes may receive one or the other first. In that case, they work on the first one they received, but save the other branch in case it becomes longer. The tie will be broken when the next proof- of-work is found and one branch becomes longer; the nodes that were working on the other branch will then switch to the longer one. 3 Block Nonce Tx Tx ... Prev Hash Block Nonce Tx Tx ...
permalink parent save report block reply
▲ 2 ▼
– brain_dead [S] 2 points 3 years ago +2 / -0

Thank you fren.

Some of these are computer lingo I don't understand but I understand enough to know it's a trust issue and we do not trust "THEM" any more. We would rather deal among us whether with bitcoin, ethereum, solano, or just trading in eggs. Howls.

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

YW anon.

permalink parent save report block reply
▲ 2 ▼
– ConspiracyLinks 2 points 3 years ago +2 / -0

I got the same.

permalink parent save report block reply
▲ 2 ▼
– Greekish 2 points 3 years ago +2 / -0

The file /System/Library/Image Capture/Devices/VirtualScanner.app/Contents/Resources/simpledoc.pdf does not exist. [MacBook-Pro:~]

Mid 2012 MacBook Pro running High Sierra.

permalink parent save report block reply
▲ 2 ▼
– brain_dead [S] 2 points 3 years ago +2 / -0

Between Image and Capture, a forward slash?

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

It worked on mine, running Cat 10.15.7 with the \

permalink parent save report block reply
▲ 1 ▼
– Greekish 1 point 3 years ago +1 / -0

It's a forward slash and a space, yes? I did an exact copy-paste and it failed to find the file.

permalink parent save report block reply
▲ 2 ▼
– Greekish 2 points 3 years ago +2 / -0

Screenshot. I dug down the file path:

https://litter.catbox.moe/egqnmu.png

permalink parent save report block reply
▲ 1 ▼
– Scorpion76 1 point 3 years ago +1 / -0

That's strange because I simply copied/pasta the above and it pulled it straight up?

permalink parent save report block reply
▲ 2 ▼
– Greekish 2 points 3 years ago +2 / -0

As you can see from my screenshot, the file doesn't exist under High Sierra OS.

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

When the great covid war started and I heard they would be using BT and tracking apps, I decided to not upgrade from Catalina 10.15.7 as I didn't trust the bastards at Apple.

permalink parent save report block reply
▲ 2 ▼
– brain_dead [S] 2 points 3 years ago +2 / -0

smart man.

permalink parent save report block reply
▲ 2 ▼
– Scorpion76 2 points 3 years ago +2 / -0

I try my best fren.

permalink parent save report block reply
▲ 2 ▼
– Porneux 2 points 3 years ago +2 / -0

Works on my 2020 M1 MacBook Air with the Ventura beta 13.4 (22F5027f).

permalink parent save report block reply
▲ 1 ▼
– brain_dead [S] 1 point 3 years ago +1 / -0

Great. Then I know it works. Always want to verify.

permalink parent save report block reply
▲ 3 ▼
– Bedminster 3 points 3 years ago +3 / -0

I look at it this way, what other nefarious shit could they be hiding on that OS and also Windows?

permalink save report block reply
▲ 2 ▼
– brain_dead [S] 2 points 3 years ago +2 / -0

LOL. I found all kinds of shit on Windows b4.

permalink parent save report block reply
▲ 2 ▼
– deleted 2 points 3 years ago +2 / -0
▲ 1 ▼
– brain_dead [S] 1 point 3 years ago +1 / -0

I remove them to both hot and cold wallet. Amen to what you said. I don't put everything at one place either. PM also.

permalink parent save report block reply
▲ 2 ▼
– deleted 2 points 3 years ago +2 / -0
▲ 1 ▼
– brain_dead [S] 1 point 3 years ago +1 / -0

I used Ledger

permalink parent save report block reply
▲ 2 ▼
– Sadness 2 points 3 years ago +2 / -0

Now why would they do that?

permalink save report block reply
▲ 1 ▼
– brain_dead [S] 1 point 3 years ago +1 / -0

No clue but interesting.

If we can get rid of banks and the money changers, the world would be a much better place.

permalink parent save report block reply
▲ 1 ▼
– deleted 1 point 3 years ago +1 / -0
▲ 1 ▼
– ELMapache 1 point 3 years ago +1 / -0

So, in non-programmer dummy terms, what does this mean?

permalink save report block reply
▲ 1 ▼
– brain_dead [S] 1 point 3 years ago +1 / -0

When a computer come to you, the programmer would hide some little Easter Eggs. You can hunt for them. In this particular one, the programmer hid Bitcoin's white paper.

permalink parent save report block reply

Welcome


The Great Awakening


We are researchers who deal in open-source information, reasoned argument, and dank memes. We do battle in the sphere of ideas and ideas only. We neither need nor condone the use of force in our work here. WE ARE THE PUBLIC FACE OF Q. OUR MISSION IS TO RED-PILL NORMIES.


WHY Q?

"Those who cannot understand that we cannot simply start arresting w/o first: ensuring the safety & well-being of the population shifting the narrative removing those in DC through resignation to ensure success defeating ISIS/MS13 to prevent fail-safes freezing assets to remove network-to-network abilities kill off COC to prevent top-down comms/org, etc. etc. should not be participating in discussions." Q


Welcome to the Digital Battlefield — Together We Win

Rules


Q Supporters

This is The Great Awakening. Our community is international, focused on helping ourselves and others walk away from the programming, and return our governments to "by the people, for the people!"



Follow the Law

No posts or comments that violate laws in your jurisdiction or the United States. The Feds are always watching!



No Bad Behavior!

No doxing, including revealing personal information of non-public figures, as well as addresses, phone numbers, etc. of public figures. All GAW users must adhere to the highest standards of conduct, whichever .WIN they are on. If we are notified by other moderators of incivil behavior on other .WINs, you WILL be banned here!



Civil Discussion ONLY**

They want you divided.

They want you labeled by race, religion, class, sex, etc.

Divided you are weak [no collective power].

Divided you attack each other and miss the true target [them].



No PAYtriots/No Self Promotion

Linking or promoting merchandise, fundraising, or spamming personal websites, blogs, or channels is not permitted. Do not attempt to profit from Q or advertise for those who do. Peace is the prize. We do it for free.



Questions and Concerns

All moderation questions and concerns should be submitted via modmail. DO NOT GRIEF the mods.



Expand your thinking

Remember, this .WIN is the public face of the Great Awakening, and, as a member here, you agree to represent the Great Awakening movement against Globalism, Communism and Progressive Insanity in the best, most positive way possible. NOTE: Your comments and posts may become news. Keep it classy!

This is not a 'fringe conspiracy' site: Visit https://conspiracies.win if that's your thing!



No doomers or shills

If you can't use common sense, you'll get banned without hesitation. If you're a shill, you fall under this rule. If you're a doomer, you fall under this rule as you just add garbage to the site like the other two. This includes forum sliding.



General Rules

  • Mods will issue NO warnings, followed by temporary bans and/or permanent bans. DO NOT GRIEF THE MODS.

  • Keep posts related to topics Q has raised or that are current.

  • Keep post duplication (especially from other .WINs) to a minimum.

  • HIGH EFFORT, HIGH-INFO posts only! Please respect other readers' time. Please use descriptive titles. No URLs in titles, pls. No clickbait.

  • No fame-fagging; no, "your" post did not get removed! Were you the original author?? Eyes on the prize, people!

  • Memes encouraged, but no low-quality, low-info posts.

  • Keep it honest and accurate.

  • GAW Supporters ONLY. (Sorry, the train had no brakes.)

  • Handshake noobs will be scrutinized by their Q knowledge, sincerity, and respect.

  • Remember, your conduct here represents the Q movement! OUR ENEMIES ARE WATCHING!

  • Please direct all complaints to modmail first!


Resources


WELCOME TO THE DIGITAL BATTLEFIELD


"River of Search" script:


GAW post formatting tips


Q Research (Q only posts at 8kun)


Q post archives (qagg.news) others 1 2 3 4


Browse Drops from the beginning


QProofs.com


Learn to read the Q map


Book of Q Proofs v1.3 (pdf)


Law of War & Majic Eyes Qnly Resources


Trumps twitter archive


POTUS: The Calm Before The Storm


Pedosta and DNC dumps


GIFs & QPosts


Poll Post Format


SPY ON US! See: mod Logs


The Greatest Show on Earth!


New to Q? "The Earth Chronicles Ep 12: Q & The White-Hat Op: What's Real, What's Not?"


Moderators

  • dropgun
  • catsfive
  • AutoMod
  • Filter
  • Fatality
  • Qanaut
  • bubble_bursts
  • Brent75
  • and 5 more...
Message the Moderators

Terms of Service | Privacy Policy

2026.02.01 - 8wn6p (status)

Copyright © 2026.

Terms of Service | Privacy Policy