Sharders / sharder-chain

A blockchain-based multi-chain notary and storage network
http://scan.sharder.io
Other
41 stars 7 forks source link

Sharder

Sharder is a blockchain-based multi-chain storage network.

Project Structure

Java project,the UI uses the vue.

sharder-chain           // project root 
    |- classes/         // compiled class files 
    |- conf/            // configuration files 
    |- lib/             // 3rd party or required library 
    |- html/            // compiled UI html file
    |- logs/            // logs 
    |- sharder_*_db/    // sharder-chain database
    |- src/             // sharder-chain source code 
    |- ui/              // UI source code 
    |- run.sh           // shell for linux and osx 
    |- run.bat          // bat for windows 
    |- 3RD-PARTY-LICENSES  
    |- LICENSE 
    |- README.md 

NOTE:If you manually specify the compiled directory, you must then set the compiled directory to the above classes folder. Otherwise, the run.sh and run.bat files will not run normally.

Running the Sharder Client

You can use the following methods to run the client:

Open the ports

Client can join the network after open the follow ports:

Testnet
TCP/UDP: 7217,7218,4001,8088
HTTP:  7215,9001

Mainnet
TCP/UDP: 3217,3218,4001,8088
HTTP:  3215,9001

Start Mining

Please read the MINER-GUIDE.md

Follow Us

豆匣

豆匣是多链架构区块链存储网络。

工程说明

Java工程,UI使用vue。

sharder-chain           // 工程根目录 
    |- classes/         // 编译后的源文件 
    |- conf/            // 配置文件
    |- lib/             // 第三方或则依赖的代码库
    |- html/            // 编译后的UI文件
    |- logs/            // 日志 
    |- sharder_*_db/    // 数据库
    |- src/             // 源代码
    |- ui/              // UI源代码
    |- run.sh           // linux和osx操作系统的启动脚本 
    |- run.bat          // windows操作系统的启动脚本
    |- 3RD-PARTY-LICENSES  
    |- LICENSE 
    |- README.md 

注意:如果你手动指定编译目录的话,需要将编译目录设置到上面的classes文件夹,否则run.sh和run.bat无法正常运行。

运行豆匣客户端

你可以采用下面两种方式运行豆匣客户端:

Open the ports

需要开放如下端口,节点才能连入网络:

测试网
TCP/UDP: 7217,7218,4001,8088
HTTP:  7215,9001

主网
TCP/UDP: 3217,3218,4001,8088
HTTP:  3215,9001

开始挖矿

请阅读MINER-GUIDE.md

关注我们