1. Home
  2. data center

data center

Is blockchain technology ready for high-storage applications?

What does the blockchain space need to enable the development of high-storage apps?

Web3 — the third generation of the internet — refers to a decentralized and distributed version of the web that uses blockchain technology, and other decentralized technologies, to enable greater user control, privacy and data ownership. It aims to redefine how we interact with digital services, moving from traditional centralized models to decentralized peer-to-peer networks.

At its core, Web3 is built on blockchain technology, which is a distributed ledger that maintains a cryptographically-secured, continuously growing list of records called blocks. This decentralized nature enables direct peer-to-peer interactions.

Web3 brings several key features and capabilities with the potential to revolutionize high-storage applications. Examples of high-storage applications include content delivery networks (CDNs) to host images and other visual media, online gaming platforms, and blockchain-based websites.

A single server distribution scheme (left) versus a CDN distribution scheme (right).

Unlike traditional centralized systems, Web3 ensures that no single entity has complete control or ownership over data. This decentralized approach makes the data resistant to censorship, manipulation, or single-point-of-failure risks, thereby enhancing data integrity and availability.

Harrison Hines, CEO and Co-founder of Fleek — a decentralized development platform — told Cointelegraph, “The well-designed protocols powering Web3 ensure decentralization through their network architecture, cryptography and token-economic incentive system.” He added:

“The benefits of this approach largely center around being trustless, permissionless, tamper-proof and censorship-resistant. These are increasingly important problems/issues, especially on corporate-owned Web2 cloud platforms, and Web3 does a great job addressing them.”

Ankur Banerjee, chief technology officer at Cheqd — a decentralized payments and identity platform — also weighed in, telling Cointelegraph, “Focusing specifically on decentralization, it provides resiliency away from single providers. There have historically been lots of outages due to cloud providers failing, e.g., only a week ago, Microsoft Outlook was down, and in January, Outlook, Teams, and 365 were all down, which shows the danger of centralization. Facebook’s global outage in 2021 took down not just their services, but large parts of the rest of the web which relied on Facebook’s ad tracking and log in.”

Another significant aspect of Web3 is interoperability. Blockchains work independently of each other, but there are interoperability protocols that aim to connect different blockchain networks. For example, cross-chain bridges allow users to transfer assets from one blockchain to another. If leveraged correctly, interoperability can play a role in developing high-storage applications by making them accessible on multiple blockchain networks.

Web3 incorporates distributed file systems, such as the InterPlanetary File System (IPFS) and Swarm, to provide secure and scalable storage solutions for high-storage applications. These distributed file systems break down files into smaller chunks, distribute them across multiple nodes and utilize content-based addressing. In addition, by ensuring data redundancy and efficient retrieval, they enhance the reliability and performance of storage systems.

For example, Fleek enables users to build websites by hosting their files using the IPFS protocol. When a website is deployed on the network, users get an IPFS hash, and the websites are archived to Filecoin. Users have software development kits and graphical user interfaces to interact with the storage infrastructure.

Magazine: Peter McCormack’s Real Bedford Football Club puts Bitcoin on the map

Moreover, Web3 enables the use of smart contracts. Smart contracts are self-executing contracts with predefined rules and conditions encoded within the blockchain. They facilitate trustless and automated interactions, allowing high-storage applications to enforce rules, handle transactions, and manage access control for data storage and retrieval.

Web3 also introduces tokenization, where digital assets or tokens represent ownership or access rights. In high-storage applications, tokenization can incentivize participants to contribute their storage resources. Users can earn tokens by sharing unused storage space, creating a cost-effective and scalable decentralized network. Tokenization adds an economic layer to the storage ecosystem, encouraging active participation and resource sharing.

Web3’s potential for high-storage applications lies in its decentralized nature, interoperability, distributed file systems, smart contracts and tokenization mechanisms. These features provide a secure, scalable, and incentivized infrastructure for storing and retrieving large volumes of data.

What blockchain tech needs to be ready

In its current form, blockchain technology faces scalability challenges when handling large amounts of data. Traditional blockchain architectures like Bitcoin and Ethereum have limited throughput and storage capacities. 

To support high-storage applications, blockchain networks need to enhance their scalability. This can be achieved by implementing solutions like sharding, layer-2 protocols or sidechains. These techniques enable parallel processing of transactions and data, effectively increasing the capacity and performance of the blockchain network.

High-storage applications require efficient utilization of storage resources. Therefore, blockchain networks need to optimize data storage to reduce redundancy and improve storage efficiency. Techniques such as data compression, deduplication, and data partitioning can be employed to minimize storage requirements while maintaining data integrity and availability.

Banerjee noted, “Blockchains aren’t directly used to store heavy files since this would be a non-optimal way of storing and distributing them. Many use cases that require storing large amounts of data achieve this by storing a cryptographic hash or proof on the chain, and storing the file on decentralized storage (like IPFS, Swarm, Ceramic, etc.), or even centralized storage.” He added:

“That way, the ‘heavier’ files don’t need to be split and stored in blocks, and are available in a form most optimized for distributing large files fast, while ensuring they are tamper-proof by checking against the hash. A good example of this in action is the Sidetree protocol, which uses a combination of IPFS and Bitcoin for storage.”

Data availability is crucial for high-storage applications. Blockchain networks must ensure that storage nodes are consistently online and accessible to provide data retrieval services. Incentives and penalties can be incorporated to encourage storage nodes to maintain high availability. Additionally, integrating distributed file systems like IPFS or Swarm can enhance data availability by replicating data across multiple nodes.

Fleek’s Hines told Cointelegraph, “Scalability is still an issue that all Web3 storage protocols need to work on, and it’s an issue we are specifically addressing with Fleek Network. Regarding IPFS and Swarm specifically, I’d put IPFS in a category of its own. In contrast, Swarm is more similar to Filecoin, Arweave, etc., in that those protocols guarantee the storage of files/data,” adding:

“IPFS, on the other hand, does not guarantee the storage of files/data. A better way to think about IPFS is more similar to HTTP, meaning its primary use is for content addressing and routing.”

Hines even believes that IPFS can potentially replace the HTTPS protocol: “In the future, we see IPFS being used on top of all storage protocols and eventually replacing HTTP, for the simple reason that content addressing makes more sense than location-based addressing (IP address) for the internet and its growing global user base.”

“For the other storage protocols like Filecoin, Arweave, Swarm, etc., they guarantee security through their network architecture, cryptography and token-economic incentive system.”

Since high-storage applications often deal with sensitive data, data privacy and security are paramount. Blockchain networks need to incorporate robust encryption techniques and access control mechanisms to protect stored data. Privacy-focused technologies, such as zero-knowledge proofs or secure multiparty computation, can be integrated to enable secure, private data storage and retrieval.

Blockchain networks can provide cost-effective storage solutions with decentralized storage networks or implementing token-based economies. In addition, blockchain networks can create a distributed, cost-efficient storage infrastructure by incentivizing individuals or organizations to contribute their unused storage resources.

Interoperability is crucial for high-storage applications that involve data integration from various sources and systems. Therefore, blockchain networks must promote interoperability between blockchains and external systems. Standards and protocols, such as cross-chain communication protocols or decentralized oracles, can enable seamless integration of data from different sources into the blockchain network.

Effective governance and consensus mechanisms are essential for blockchain networks that handle large volumes of data. Transparent and decentralized governance models, such as on-chain or decentralized autonomous organizations (DAOs), can be implemented to make collective decisions regarding storage-related policies and upgrades.

Efficient consensus algorithms like proof-of-stake (PoS) or delegated proof-of-stake (DPoS) can be adopted to achieve faster, more energy-efficient consensus for data storage transactions. Improving the user experience is also crucial for blockchain technology in high-storage applications.

The complexity and technicality associated with blockchain should be abstracted away to provide a user-friendly interface and seamless integration with existing applications. In addition, tools, libraries, and frameworks that simplify the development and deployment of high-storage blockchain applications should be readily available.

Recent: EU’s new crypto law: How MiCA can make Europe a digital asset hub

High storage applications may need to adhere to specific regulatory requirements, such as data protection regulations or industry-specific compliance standards. Therefore, blockchain networks must provide features and mechanisms that allow compliance with such regulations.

This can include built-in privacy controls, auditability features, or integration with identity management systems to ensure regulatory compliance while utilizing blockchain-based storage.

In summary, to be ready for high-storage applications, blockchain must address several key features, including security and cost-efficiency. By overcoming these challenges and incorporating the necessary improvements, blockchain technology can provide a robust, scalable infrastructure for high-storage applications.

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Bitcoin Mining Industry Reveals Mergers, Hashrate Increases, and New Facilities Amid Market Downturn

Bitcoin Mining Industry Reveals Mergers, Hashrate Increases, and New Facilities Amid Market DownturnWhile bitcoin is down more than 72% from the crypto asset’s all-time high, bitcoin mining operations are expanding at a rapid pace during the downturn. On Tuesday, the bitcoin miner Cleanspark said its hashrate has surpassed 4 exahash per second (EH/s), and the Texas mining company Rhodium revealed it raised $11.9 million, according to a […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Solar-Powered Crypto Farm in Australia to Prove Bitcoin Mining Can Be Green

Solar-Powered Crypto Farm in Australia to Prove Bitcoin Mining Can Be GreenA crypto mining data center in the state of South Australia will be running mainly on solar-generated electricity, a media report reveals. The coin minting facility has been set up in a region known for its energy-hungry iron ore extraction and steel production. Bitcoin Farm to Mine Cryptocurrency on Solar and Excess Energy in South […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Meta Launches Horizon Worlds Metaverse App in Spain and France

Meta Launches Horizon Worlds Metaverse App in Spain and FranceMeta, the social network company, has expanded the services of its flagship metaverse app, Horizon Worlds, to Spain and France. This move is part of the expansion plan of Meta to offer these services to more countries in Europe this year. While the app was available as an invite-only service in 2020, it just opened […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Nansen admits neglecting DeFi plans during the NFT craze

Nansen has registered over 130 million addresses and has grown 30% despite the crypto downturn in 2022.

Despite the general downturn in the cryptocurrency markets throughout the year, Ethereum (ETH) blockchain analytics platform Nansen has continued to report impressive growth numbers.

CEO and co-founder Alex Svanevik recently spoke about Nansen’s growth, highlighting that the company has registered over 130 million addresses and has grown 30% despite the crypto downturn. Svanevik credited much of his success to the value of blockchain platforms, notably those based on Ethereum.

Cointelegraph reached out to Nansen's Andrew Thurman for more insight into the company’s success. Thurman, a Simian psychometric enhancement technician, explained that after the nonfungible tokens (NFT) craze, Nansen realized it would be a big area for the company and became its most popular section. He added:

"As a result, I think we neglected our DeFi plans a bit. However, we’re really focused on strengthening that again and balancing that out with NFTs. We had to realize that our aim to be the Super App of Web3 meant NFTs are important, but they aren’t the only important thing."

With Nansen's client base continuing to rise, Thurman added that the firm is definitely seeing a shift in favor of business clients (B2B). He explained that at the end of the year, Nansen will most likely have more B2B earnings than individual sales, which was precisely the opposite last year. As a result, Thurman said that Nansen must change their approach if they want to expand and satisfy the increasing user demand.

On its growth plan, Thurman spoke about the platform's creation of a new yet-to-be-launched portfolio product that will allow customers to keep track of their assets across 40+ blockchains and over 400 DeFi platforms in addition to the recently announced research project dubbed Alpha.

When asked what advice he would give to other firms wanting to follow in their footsteps, Thurman responded:

"Cryptocurrency is an industry experiencing 0-to-1 uptake in terms of users, use cases and market cap. It’s a massive new playing field where winners can emerge."

Related: Crypto users spent $2.7B minting NFTs in first half of 2022: Report

Founded in 2020, Nansen is a blockchain analytics platform for crypto experts and investors that tracks data and research on Ethereum and other blockchains. Aside from research, Nansen is also recognized for index aggregates such as the NFT-500, which track the performance of the top 500 ERC-721 and ERC-1155 token collections on Ethereum. Last year June, Andreessen Horowitz invested $12 million into the company.

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Riot Blockchain Is Constructing a 1 GW Bitcoin Mining Facility in Navarro County, Texas

Riot Blockchain Is Constructing a 1 GW Bitcoin Mining Facility in Navarro County, TexasThe publicly listed bitcoin miner Riot Blockchain has announced the company has started development on a 1 gigawatt (GW) bitcoin mining facility in Navarro County, Texas. The development of 400 megawatts (MW) of capacity has been initiated on the 265-acre site and the team hopes to have bitcoin mining and hosting capabilities online by next […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Bitmain to Host Miners in 180-Megawatt Data Center in Kazakhstan

Bitmain to Host Miners in 180-Megawatt Data Center in KazakhstanCrypto mining hardware manufacturer Bitmain has partnered with Enegix to host Antminer S19 Pro devices in one of the world’s largest data centers. The facility located in Kazakhstan is designed to accommodate more than 50,000 mining rigs. Bitmain to Work With Mining Facility Operator Enegix Leading mining equipment producer Bitmain has announced a partnership with […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Ukraine’s ‘Largest Illegal’ Mining Facility May Have Been a FIFA Bot Farm

Ukraine’s ‘Largest Illegal’ Mining Facility May Have Been a FIFA Bot FarmA data center busted by Ukrainian law enforcement this month for suspected electricity theft may have had a purpose different from mining cryptocurrencies. Ukraine’s security service described the facility as the “largest underground crypto farm” found to date but media reports are challenging that assertion. Ukrainian Company Files Complaints Against SBU Raid on Its Facility […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Estonian IT company inks $26M crypto mining deal with Bitmain

Burfa intends to purchase new cryptocurrency mining equipment from Bitmain to boost its data-center capacity.

Estonian technology conglomerate Burfa is turning to Bitmain to supply key cryptocurrency mining infrastructure to its Narva-based data center, offering a glimpse into the arms race underway for high-performance computing resources. 

The $26 million agreement will allow Burfa to double its data-center capacity and secure a steady supply of processing equipment over the coming months. The industrial sector is facing an acute shortage of specialized GPUs and SSDs as more of these resources get gobbled up by crypto-intensive firms that are ramping up Bitcoin (BTC) mining during the bull market.

Burfa will start receiving the new equipment as early as summer, the company announced Wednesday.

"There are clear limits to hardware production and this contract places us among a dozen or so major clients in the world who could secure such a large volume of additional resources,” said Ivan Turygin, the chairman of the board at Burfa. “All others will have to wait until the supply chains are restored back to normal or pay a lot more for the equipment on the secondary market.”

He also said that growing cryptocurrency adoption, as evidenced by the now $1.7 trillion digital-asset class, will serve as a boon to Burfa’s expansion plans moving forward.

Burfa was founded in 2013 as a developer of cryptocurrency mining equipment. The company pivoted to high-performance data centers in 2017 before migrating its operations to the Enefit Technology Park, which is the largest in Northern Europe.

Related: Riot Blockchain purchases 42,000 Antminers from Bitmain

Du Shisheng, the vice president of Bitmain’s mining division, spoke about his company’s long-standing partnership with Burfa:

"The Burfa Group companies have been our long-term and trusted customers. This is also the basis for the current contract, ensuring that Burfa gets state-of-the-art and most efficient technology for developing their high-performance data centers.”

Bitmain is one of the world’s largest makers of crypto mining equipment. The company filed for a public listing in September 2018 but didn’t follow through with its plans. At the time, a publicly-listed Bitmain was earmarked to be worth up to $50 billion.

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply

Executives from China’s Largest Bitcoin Mining Firms Speak About Regulatory Crackdown

Executives from China’s Largest Bitcoin Mining Firms Speak About Regulatory CrackdownDuring the course of the week, the cryptocurrency community has been focused on China and the country’s Financial Stability Board detailing that it aims to crack down on the bitcoin mining sector. Following the statements from Chinese officials and a few crypto businesses abandoning services in the region, executives from some of China’s largest bitcoin […]

Binance’s $1B emergency ‘SAFU’ fund now makes up 3% of UDSC supply