# SuperstringChain **Repository Path**: storm2022/SuperstringChain ## Basic Information - **Project Name**: SuperstringChain - **Description**: SuperstringChain - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-29 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SuperstringChain [SSC] (Sigma protocol) =============================== SuperstringChain ---------------- * Coin Suffix: SSC * Algorithm: lyra2z330 * Algo params: LYRA2(BEGIN(thash), 32, BEGIN(nVersion), 80, BEGIN(nVersion), 80, 2, 330, 256) * Target Spacing: 150 Seconds * Retarget: every block * Confirmation: 6 Blocks * Maturity: 120 Blocks * Blocks: ~576 per day * Total Coins: 21,000,000 SSC * Min TX Fee: 0.001 SSC * Block Size: 4MB Net Parameters ---------------- * P2P Port=16900 * RPC Port=16800 * Client core=13.4 * Client name=SuperstringChain.qt * Conf file=SuperstringChain.conf Installation folder ---------------- * Windows: C:\Users\Username\AppData\Roaming\SuperstringChain * Mac: /Library/Application Support/SuperstringChain * Unix: /.SuperstringChain Debian/Ubuntu Linux Daemon Build Instructions ================================================ install dependencies: Build a node or qt: if you need a swap memory: free dd if=/dev/zero of=/var/swap.img bs=2048 count=1048576 mkswap /var/swap.img swapon /var/swap.img free sudo apt-get update sudo apt-get upgrade sudo apt-get install git build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev sudo apt-get install software-properties-common sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev sudo apt-get install libminiupnpc-dev libzmq3-dev for qt: sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev git clone https://github.com/Superstringchain/SuperstringChain cd SuperstringChain for vps: ./autogen.sh ./configure --without-gui make -j 4 (-j is optional, number of your cores, -j 4) for qt: ./autogen.sh ./configure make -j 4 (-j is optional, number of your cores, -j 4) cd src strip SuperstringChaind strip SuperstringChain-cli or: cd src cd qt strip SuperstringChain-qt files are: SuperstringChaind SuperstringChain-cli SuperstringChain-qt SuperstringChain.conf xnode.conf data folder: SuperstringChain port 16900 rpc port 16800 Example SuperstringChain.conf Configuration =================================================== #listen=1 #server=1 #rpcpassword= #rpcusername= #maxconnections=16 #connect= #addnode= #rescan=0 #reindex=0 #reindex-chainstate=0 #xnode=1 #xnodeprivkey=123123123123123123123123 ## Replace with your xnode private key #externalip=123.123.123.123:16900 ## Replace with your node external IP