# ext9-blockchain **Repository Path**: ext9/ext9-blockchain ## Basic Information - **Project Name**: ext9-blockchain - **Description**: Thanks to the outstanding work accomplished by Chia, it is possible to run multiple blockchain projects using the same hardware resources. Multiple blockchains running simultaneously on PosT chains - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: net9.dev - **Homepage**: https://ext9.org/ - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2022-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # N-Chain Project Ext9 Thanks to the outstanding work accomplished by Chia, it is possible to run multiple blockchain projects using the same hardware resources. Multiple blockchains running simultaneously on PosT based projects can record more consensus data-blocks without causing a waste of social resources. Ext9 is designed precisely for co-farming with chia to share the same plots serve for more consensus data.it also will be the best testing ground for Chialisp. ## installation ### windows download last binnary from https://ext9.org/download/binary/ execute installer . ### linux from source ```bash git clone https://gitee.com/ext9/ext9-blockchain.git -b net9.dev --recurse-submodules cd ext9-blockchain sh install.sh . ./activate chia start node ``` ### ubuntu deb ```bash wget https://ext9.org/download/binary/0.0.62/nchainext9-blockchain_0.0.63.dev0_amd64.deb sudo dpkg -i nchainext9-blockchain_0.0.63.dev0_amd64.deb sudo apt install -f /usr/lib/nchainext9-blockchain/resources/app.asar.unpacked/daemon/chia start farmer ```