Ripple, Stellar Show Up In New Epstein Files, Ex-CTO Schwartz Reacts

bitcoinist2026-02-03 tarihinde yayınlandı2026-02-03 tarihinde güncellendi

Özet

Newly released Jeffrey Epstein documents include a 2014 email from Blockstream co-founder Austin Hill that mentions Ripple and Stellar. In the email, Hill reportedly complained to Epstein and others about investors supporting competing projects, framing backers of Ripple or Stellar as "enemies/opponents" to his Bitcoin-centric ecosystem. Former Ripple CTO David Schwartz publicly responded, stating he knows of no direct connections between Epstein and either Ripple, XRP, or Stellar. He emphasized there is no evidence that anyone from these projects met with Epstein or his close associates. Schwartz criticized the "enemy/opponent" mindset as harmful to the entire crypto space and dismissed the notion of deeper involvement as speculative conspiracy. He also addressed a question about Ripple's for-profit structure versus Stellar's non-profit, revealing he had opposed the non-profit model early on, believing it seemed dishonest and borderline illegal. At the time of reporting, XRP was trading at $1.64.

Ripple and Stellar were pulled into a fresh round of social-media speculation this weekend after newly surfaced emails from the Epstein document release appeared to reference the two projects in a 2014 investor dispute. Former Ripple CTO David Schwartz pushed back publicly, saying he knows of no direct links between Epstein and either network, and framed the episode as another example of tribal politics bleeding into crypto.

Schwartz Reacts After Epstein Docs Mention Ripple, Stellar

The spark came from a screenshot circulating on X that shows an email chain in which Austin Hill (co-founder of Blockstream) complained to a group of high-profile recipients, including Epstein, about investors allocating capital across competing projects. According to Schwartz, the document “is an email from Austin Hill to Jeffrey Epstein explaining that Hill felt that support for Ripple or Stellar made someone an enemy/opponent,” adding that Hill likely shared similar views “to many other people.”

As the image spread, some posts characterized the mere inclusion of Ripple and Stellar in the email as evidence of deeper involvement. Schwartz responded with a message that tried to separate inflammatory framing from what the document actually shows.

“I don’t know of any connections between Jeffrey Epstein and Ripple, XRP, or Stellar. [I don’t know of] any evidence anyone at Ripple or Stellar ever met with Epstein or anyone closely connected to him,” he wrote. “There are some indirect ties between Epstein and people connected to Bitcoin in various ways, but that’s probably true of most very wealthy people.”

Source: X @JoelKatz

Schwartz’s first post on the thread captured the mood of the day, both suspicion and a reluctance to feed it. “I hate to be a conspiracy theorist, but I wouldn’t be at all surprised if this is just the tip of a giant iceberg,” he wrote while linking to the DOJ-hosted file. He later argued the more corrosive issue was the “enemy/opponent” mindset, writing that “we really are all in this together and this kind of attitude hurts everyone in the space.”

In the underlying 2014 email described in the source material, Hill is portrayed as objecting to backers funding multiple “horses” at once, treating support for Ripple or Stellar as hostile to the bitcoin-centric “ecosystem” he was building at Blockstream. Reports summarizing the chain say it was sent to Joichi Ito, Epstein, and Reid Hoffman, and included language that investors in both camps were “backing two horses in the same race.”

The resurfaced email also revived an older fault line in how early projects structured themselves. In response to a user asking about Ripple versus Stellar’s nonprofit posture, Schwartz said the idea was debated early on and that he opposed it.

“We discussed it in the early days. I was strongly against it because it seemed dishonest and borderline illegal to have a non-profit whose success was so tied to the gains of private parties,” he wrote. “It felt, at least to me, like Walmart creating a non-profit to help educate people about how much money they could save by shopping at Walmart.”

At press time, XRP traded at $1.64.

XRP holds above the 0.618 Fib, 1-week chart | Source: XRPUSDT on TradingView.com

İlgili Sorular

QWhat sparked the recent social-media speculation involving Ripple and Stellar?

AThe speculation was ignited by a screenshot of a 2014 email chain from the Epstein document release, in which Blockstream co-founder Austin Hill complained to Jeffrey Epstein and others about investors allocating capital across competing projects like Ripple and Stellar.

QHow did former Ripple CTO David Schwartz respond to the allegations of connections between Epstein and Ripple/Stellar?

ADavid Schwartz publicly stated that he knows of no direct connections between Jeffrey Epstein and Ripple, XRP, or Stellar, and that he was unaware of any evidence that anyone at Ripple or Stellar had ever met with Epstein or anyone closely connected to him.

QWhat was the main complaint in Austin Hill's 2014 email as described in the article?

AIn the email, Austin Hill objected to investors funding multiple competing projects simultaneously, characterizing support for Ripple or Stellar as being hostile to the bitcoin-centric 'ecosystem' he was building at Blockstream, and referred to it as 'backing two horses in the same race.'

QWhat did David Schwartz identify as the more corrosive issue in the crypto space, beyond the Epstein speculation?

ASchwartz argued that the more corrosive issue was the 'enemy/opponent' mindset, stating that 'we really are all in this together and this kind of attitude hurts everyone in the space.'

QWhat was David Schwartz's stated position on Ripple adopting a non-profit structure in its early days?

ASchwartz said he was strongly opposed to the idea of Ripple becoming a non-profit because he felt it seemed dishonest and borderline illegal to have a non-profit whose success was so tied to the gains of private parties, comparing it to 'Walmart creating a non-profit to help educate people about how much money they could save by shopping at Walmart.'

İlgili Okumalar

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit48 dk önce

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit48 dk önce

Annual Salary of Millions Competing for Electricians, Meta Rushes to Open Its Own Technical School

The AI boom is facing an unexpected bottleneck: a severe shortage of skilled construction workers and electricians. As tech giants like Meta, OpenAI, and Alphabet race to build massive data centers—such as OpenAI's $16 billion "Stargate" project—they are hitting a critical labor wall. The U.S. needs an estimated 130,000 more electricians, 240,000 construction workers, and 150,000 supervisors by 2030 for AI infrastructure alone, but tens of thousands of electrician jobs go unfilled each year. While AI companies offer high premiums, with electricians earning up to $280,000 annually, worker scarcity still causes massive losses—delays on a single project can cost $14.2 million per month. The complexity of building AI data centers, which require immense power (equivalent to powering hundreds of thousands of homes), sophisticated electrical systems, and advanced liquid cooling solutions, demands highly skilled technicians who are in short supply. To combat this, companies are investing heavily in training. Meta has committed $115 million to a free training school offering tuition, housing, and stipends, targeting 5,000 new workers. OpenAI is partnering with unions to secure skilled labor. These efforts are paying off, with a significant rise in Gen Z interest in trade schools over college. However, the power demands are staggering. AI data centers are driving a rapid surge in electricity consumption, projected to account for up to 12% of U.S. power use by 2028 and raising costs for consumers. Furthermore, the construction boom is project-based, leading to a potential future glut of trained workers once building peaks, which could depress wages industry-wide. The race for AI supremacy now depends as much on skilled hands as on advanced chips.

marsbit2 saat önce

Annual Salary of Millions Competing for Electricians, Meta Rushes to Open Its Own Technical School

marsbit2 saat önce

İşlemler

Spot
活动图片