Pages:
Author

Topic: As it turns out, Craig Wright actually is Satoshi! - page 7. (Read 13014 times)

member
Activity: 112
Merit: 10
Masthews also vanished from social.

but we all ignored the disapear

it was just a fail and not satoshi.
after all, who wants a mad guy

is it worse that he is a gambling king?

A Gambling and casino mogil who sits on a fortune has a reason to do so... he wants the power and secrets are the key

that image on the blog is not a bond thing
it is him the casino guy
https://web.archive.org/web/20120316093712/http://gse-compliance.blogspot.com/
member
Activity: 112
Merit: 10
It is in the code

https://github.com/trottier/original-bitcoin/blob/master/src/uibase.cpp

Search Poker on the site

Wright pulled EVERYTHING about Lassetesr and the casinos FIRST

He looks mad/mental so we do not look!

A guy with 10 plus degrees who can operate in the online gambling world without being found is not dumb. This is Mission impossible level villan stuff.

Liberty, where he lost money was a gambling laundering site

That author talked of ayre
but they made it like it was something new

they played us all and he has done another runner
legendary
Activity: 1932
Merit: 1737
"Common rogue from Russia with a bare ass."
Wright is tied to Bodog Mathews, his right hand man is the former CTO of centerbet Calvin Ayre is a Billionare casino marketer and wrights friend and partner
Wright wants to be the wizard behind the curtain. Everyone missed his deception - that he IS SATOSHI and runs a casino!

Appealing narrative you're coming out with here...
In this looong extract on the subject, Ayre's name and "regular visits to Antigua" come up, as well as Mathews' assertion that Ayers was
Quote
the capo di tutti capi of the entire affair

Worth a read.
legendary
Activity: 1596
Merit: 1026
And the POKER lobby was IN Bitcoin Core

Hal was the one how removed it

Wright seems to have split it off into a separate (secret) version. But it is there in plain sight
Is this true? 

Now it is all starting to make sense.  Now I believe wright actually is Satoshi.
member
Activity: 112
Merit: 10
try telling me this part of the old bitcoin code is NOT poker!
https://github.com/trottier/original-bitcoin/blob/master/src/uibase.cpp

And this cut from the old code is JUST a part of it

CPokerLobbyDialogBase::CPokerLobbyDialogBase(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) : wxFrame(parent, id, title, pos, size, style)
{
    this->SetSizeHints(wxDefaultSize, wxDefaultSize);
    this->SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE));

    wxBoxSizer* bSizer156;
    bSizer156 = new wxBoxSizer(wxHORIZONTAL);

    m_treeCtrl = new wxTreeCtrl(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTR_HAS_BUTTONS|wxTR_HIDE_ROOT|wxTR_LINES_AT_ROOT);
    m_treeCtrl->SetMinSize(wxSize(130,-1));

    bSizer156->Add(m_treeCtrl, 0, wxEXPAND|wxTOP|wxBOTTOM|wxLEFT, 5);

    wxBoxSizer* bSizer172;
    bSizer172 = new wxBoxSizer(wxVERTICAL);

    m_listCtrl = new wxListCtrl(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_NO_SORT_HEADER|wxLC_REPORT);
    bSizer172->Add(m_listCtrl, 1, wxEXPAND|wxALL, 5);

    m_buttonNewTable = new wxButton(this, wxID_OPENNEWTABLE, wxT("&Open New Table"), wxDefaultPosition, wxDefaultSize, 0);
    bSizer172->Add(m_buttonNewTable, 0, wxALL, 5);

    bSizer156->Add(bSizer172, 1, wxEXPAND, 5);

    this->SetSizer(bSizer156);
    this->Layout();

    // Connect Events
    m_treeCtrl->Connect(wxEVT_COMMAND_TREE_SEL_CHANGED, wxTreeEventHandler(CPokerLobbyDialogBase::OnTreeSelChanged), NULL, this);
    m_listCtrl->Connect(wxEVT_COMMAND_LIST_ITEM_ACTIVATED, wxListEventHandler(CPokerLobbyDialogBase::OnListItemActivated), NULL, this);
    m_listCtrl->Connect(wxEVT_COMMAND_LIST_ITEM_SELECTED, wxListEventHandler(CPokerLobbyDialogBase::OnListItemSelected), NULL, this);
    m_buttonNewTable->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(CPokerLobbyDialogBase::OnButtonNewTable), NULL, this);
}

CPokerLobbyDialogBase::~CPokerLobbyDialogBase()
{
    // Disconnect Events
    m_treeCtrl->Disconnect(wxEVT_COMMAND_TREE_SEL_CHANGED, wxTreeEventHandler(CPokerLobbyDialogBase::OnTreeSelChanged), NULL, this);
    m_listCtrl->Disconnect(wxEVT_COMMAND_LIST_ITEM_ACTIVATED, wxListEventHandler(CPokerLobbyDialogBase::OnListItemActivated), NULL, this);
    m_listCtrl->Disconnect(wxEVT_COMMAND_LIST_ITEM_SELECTED, wxListEventHandler(CPokerLobbyDialogBase::OnListItemSelected), NULL, this);
    m_buttonNewTable->Disconnect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(CPokerLobbyDialogBase::OnButtonNewTable), NULL, this);
}

CPokerDialogBase::CPokerDialogBase(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) : wxFrame(parent, id, title, pos, size, style)
{
    this->SetSizeHints(wxDefaultSize, wxDefaultSize);

    wxBoxSizer* bSizer174;
    bSizer174 = new wxBoxSizer(wxVERTICAL);

    m_checkSitOut = new wxCheckBox(this, wxID_ANY, wxT("Deal Me Out"), wxDefaultPosition, wxDefaultSize, 0);

    bSizer174->Add(m_checkSitOut, 0, wxALL, 5);

    m_buttonDealHand = new wxButton(this, wxID_DEALHAND, wxT("&Deal Hand"), wxDefaultPosition, wxSize(150,25), 0);
    bSizer174->Add(m_buttonDealHand, 0, wxALL, 5);

    m_buttonFold = new wxButton(this, wxID_FOLD, wxT("&Fold"), wxDefaultPosition, wxSize(80,25), 0);
    bSizer174->Add(m_buttonFold, 0, wxALL, 5);

    m_buttonCall = new wxButton(this, wxID_CALL, wxT("&Call"), wxDefaultPosition, wxSize(80,25), 0);
    bSizer174->Add(m_buttonCall, 0, wxALL, 5);

    m_buttonRaise = new wxButton(this, wxID_RAISE, wxT("&Raise"), wxDefaultPosition, wxSize(80,25), 0);
    bSizer174->Add(m_buttonRaise, 0, wxALL, 5);

    m_buttonLeaveTable = new wxButton(this, wxID_LEAVETABLE, wxT("&Leave Table"), wxDefaultPosition, wxSize(90,25), 0);
    bSizer174->Add(m_buttonLeaveTable, 0, wxALL, 5);

    m_textDitchPlayer = new wxTextCtrl(this, wxID_DITCHPLAYER, wxEmptyString, wxDefaultPosition, wxSize(45,-1), wxTE_PROCESS_ENTER);
    bSizer174->Add(m_textDitchPlayer, 0, wxALL, 5);

    m_checkPreFold = new wxCheckBox(this, wxID_ANY, wxT("FOLD"), wxDefaultPosition, wxSize(100,-1), 0);

    bSizer174->Add(m_checkPreFold, 0, wxALL, 5);

    m_checkPreCall = new wxCheckBox(this, wxID_ANY, wxT("CALL"), wxDefaultPosition, wxSize(100,-1), 0);

    bSizer174->Add(m_checkPreCall, 0, wxALL, 5);

    m_checkPreCallAny = new wxCheckBox(this, wxID_ANY, wxT("CALL ANY"), wxDefaultPosition, wxSize(100,-1), 0);

    bSizer174->Add(m_checkPreCallAny, 0, wxALL, 5);

    m_checkPreRaise = new wxCheckBox(this, wxID_ANY, wxT("RAISE"), wxDefaultPosition, wxSize(100,-1), 0);

    bSizer174->Add(m_checkPreRaise, 0, wxALL, 5);

    m_checkPreRaiseAny = new wxCheckBox(this, wxID_ANY, wxT("RAISE ANY"), wxDefaultPosition, wxSize(100,-1), 0);

    bSizer174->Add(m_checkPreRaiseAny, 0, wxALL, 5);

    this->SetSizer(bSizer174);
    this->Layout();
    m_statusBar = this->CreateStatusBar(1, wxST_SIZEGRIP, wxID_ANY);

    // Connect Events
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
And the POKER lobby was IN Bitcoin Core

Hal was the one how removed it

Wright seems to have split it off into a separate (secret) version. But it is there in plain sight

not crazy - perefectly rational - just we are led to look away and not see the satoshi behind the curtain
the one with a mega company
the one with servers in iceland

the one with more degrees than most ppl have years in uni who has managed to make us all think he has no interest and is just another run.

Mostly
He has made us all look away from the origin or bitcoin and what he is doing with a team of 50+ people that do not talk to the media and have money to burn!

This is the craziest stuff I've heard in the 4 years I've been here.  Time to set fire to these guys. 
member
Activity: 112
Merit: 10
And the POKER lobby was IN Bitcoin Core

Hal was the one how removed it

Wright seems to have split it off into a separate (secret) version. But it is there in plain sight

not crazy - perefectly rational - just we are led to look away and not see the satoshi behind the curtain
the one with a mega company
the one with servers in iceland

the one with more degrees than most ppl have years in uni who has managed to make us all think he has no interest and is just another run.

Mostly
He has made us all look away from the origin or bitcoin and what he is doing with a team of 50+ people that do not talk to the media and have money to burn!
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
https://github.com/trottier/original-bitcoin/blob/master/src/uibase.cpp

Search the old code for POKER

WRIGHT IS A CAsino billionaire - the last that the world does not know.
His partener and buddy Calvin Ayre is the front man.
Wright is the coder

THIS IS WHY HE WANTS YOU NOT TO BELIEVE

CHECK THE CODE! It includes Poker stubs - he removed it later ion the main core client but it is there!!!!!

Bitcoin was NOT for the people - it was so the people could GAMBLE!

IT IS IN THE EARLY CODE

Wright is a POKER player he bluffed everyone to think his hand is empty What it really is is a Billionare coder who does not need BITCOIN itself but has shitloads and also has casinos

Wright is tied to Bodog Mathews, his right hand man is the former CTO of centerbet Calvin Ayre is a Billionare casino marketer and wrights friend and partner
Wright wants to be the wizard behind the curtain. Everyone missed his deception - that he IS SATOSHI and runs a casino!

That explains Wright's crazy behavior and all his games.  Wow!!!
member
Activity: 112
Merit: 10
https://github.com/trottier/original-bitcoin/blob/master/src/uibase.cpp

Search the old code for POKER

WRIGHT IS A CAsino billionaire - the last that the world does not know.
His partener and buddy Calvin Ayre is the front man.
Wright is the coder

THIS IS WHY HE WANTS YOU NOT TO BELIEVE

CHECK THE CODE! It includes Poker stubs - he removed it later ion the main core client but it is there!!!!!

Bitcoin was NOT for the people - it was so the people could GAMBLE!

IT IS IN THE EARLY CODE

Wright is a POKER player he bluffed everyone to think his hand is empty What it really is is a Billionare coder who does not need BITCOIN itself but has shitloads and also has casinos

Wright is tied to Bodog Mathews, his right hand man is the former CTO of centerbet Calvin Ayre is a Billionare casino marketer and wrights friend and partner
Wright wants to be the wizard behind the curtain. Everyone missed his deception - that he IS SATOSHI and runs a casino!
member
Activity: 112
Merit: 10
wright and Ayre are playing where's wally

http://calvinayre.com/2015/12/09/business/has-bitcoin-inventor-satoshi-nakamoto-been-outed/

this is all a setup to discretit wired and make wright able to work in the shadows!
hero member
Activity: 1190
Merit: 534
Think!

We shouldn't believe on anyone other than the person who is in a position to move bitcoins from the satoshi's bitcoin wallet. No one knows who is real satoshi but fortunately, we have this way to find out real ownership of satoshi by verifying candidate's identity with the satoshi's bitcoin wallet. There will be thousands of articles claiming XYZ a real satoshi Nakamoto but we shouldn't trust any of them unless valid concrete proof.

If he signs on Camera - then he is proven to a level the US can use in court. Now, he has thrown everyone. Even the gov have stepped down the investigation.

wright will NEVER come forth
the old code contains POKER stubs

just get off your ass and read it - do a search it is there

Sign a message PUBLICCALY and go to jail....

Sign in a private room with Gavin and others... Plausible denaibility - Wright is a Poker player and he played you all to  NOT Believe.

But even wright could not remove all the evidence and it will come out soon - without wrights help!

Hmm, probably this would not happen if we ask him to sign a bitcoin address (the one which was used to claim early block mining rewards). Signed message would confirm the fact that if he alive or not. Of course this is Satoshi's decision to prove it or not.

This is the story that never dies! How many Satoshi are there? Am I Satoshi, are you Satoshi, who knows these days.

Lolz.. I bet that in next 10 years, we will have at least 10 new candidates claiming to be real satoshi.
legendary
Activity: 1540
Merit: 1029
This is the story that never dies! How many Satoshi are there? Am I Satoshi, are you Satoshi, who knows these days.
member
Activity: 112
Merit: 10
Think!

We shouldn't believe on anyone other than the person who is in a position to move bitcoins from the satoshi's bitcoin wallet. No one knows who is real satoshi but fortunately, we have this way to find out real ownership of satoshi by verifying candidate's identity with the satoshi's bitcoin wallet. There will be thousands of articles claiming XYZ a real satoshi Nakamoto but we shouldn't trust any of them unless valid concrete proof.

If he signs on Camera - then he is proven to a level the US can use in court. Now, he has thrown everyone. Even the gov have stepped down the investigation.

wright will NEVER come forth
the old code contains POKER stubs

just get off your ass and read it - do a search it is there

Sign a message PUBLICCALY and go to jail....

Sign in a private room with Gavin and others... Plausible denaibility - Wright is a Poker player and he played you all to  NOT Believe.

But even wright could not remove all the evidence and it will come out soon - without wrights help!
hero member
Activity: 1050
Merit: 529
He is not satoshi, he's not smart enough
He probably isn't satoshi, but its not right to say that he is not smart enough. He is pretty and I;m sure he is smarter than you for one.
member
Activity: 112
Merit: 10
Just wright did bitcoin in order to allow payments from anywhere in the world

Liberty exchange and all thoise are closed

Bitcoin and all that followed are going stroing

And for gambling - better day by day

wright is laughing all the way to the bank

Who to know a probabilitic security system better - a gambler!

crypto currency is all about getting money in and out of a system without being controlled - just what casinos needed

Blockchain is not freedom, it is about gambling!
hero member
Activity: 1190
Merit: 534
We shouldn't believe on anyone other than the person who is in a position to move bitcoins from the satoshi's bitcoin wallet. No one knows who is real satoshi but fortunately, we have this way to find out real ownership of satoshi by verifying candidate's identity with the satoshi's bitcoin wallet. There will be thousands of articles claiming XYZ a real satoshi Nakamoto but we shouldn't trust any of them unless valid concrete proof.
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
Search the old code - the poker lobby is INSIDE Bitcoin

Wright separated it out before anyone saw - but it is there  - for all to check!

This is his big secret.

He is a part of Bodog with Ayre and worth billions WITHOUT Bitcoin - with - who knows.

He likes to not be seen as a billionare - that makes toop many questions in the gaming world - wright is the ULTIMATE casino boss - he fools us to think he is nothing!

So then Bitcoin is cacacoin?  💩

Sad. 
member
Activity: 112
Merit: 10

Uh, this is some crazy stuff right there. 

yes and you can check that it is real

Wright missed all the old copies
he tried as satoshi to delete them all
but others have them

Wright is hiding his ties to online gambling!

He does not hneed to defraud anyone, he is already rich

That is the bait and switch!

Wired would have exposed him in Oz.
He is a billionarie with no local taxes on the casinos - he lives under the radar for his companies 0- making money

This is what the tax ppl are trying to do - to show that it is him
Not for him to hide - he does not want to be sn in public
member
Activity: 112
Merit: 10
Search the old code - the poker lobby is INSIDE Bitcoin

Wright separated it out before anyone saw - but it is there  - for all to check!

This is his big secret.

He is a part of Bodog with Ayre and worth billions WITHOUT Bitcoin - with - who knows.

He likes to not be seen as a billionare - that makes toop many questions in the gaming world - wright is the ULTIMATE casino boss - he fools us to think he is nothing!
Pages:
Jump to: