It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
cd /home && mkdir pool
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server
sudo apt-get install libdb-dev libqrencode-dev qt4-qmake libqtgui4 libqt4-dev
sudo apt-get install libminiupnpc-dev libminiupnpc8 libboost1.48-all-dev
sudo apt-get install curl ntp unzip libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh
source ~/.profile
nvm install 0.10.25
nvm use 0.10.25
mkdir ~/.bitcoin/ && nano .bitcoin/bitcoin.conf
rpcuser=*свой никнейм*
rpcpassword=*свой пароль*
rpcport=8332
server=1
daemon=1
cd /home/pool/ && bitcoind
git clone https://github.com/UNOMP/unified-node-open-mining-portal.git unomp
cd unomp
cp config.json.example config.json && nano config.json
{
"logLevel": "debug",
"logColors": true,
"cliPort": 17117,
"clustering": {
"enabled": true,
"forks": "auto"
},
"defaultPoolConfigs": {
"blockRefreshInterval": 1000,
"jobRebroadcastTimeout": 55,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
"validateWorkerUsername": true,
"tcpProxyProtocol": false,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 0,
"password": ""
}
},
"website": {
"enabled": true,
"host": "Ваш ip VPS",
"siteTitle": "UNOMP Pool",
"port": 80,
"stratumHost": "Ваш ip VPS",
"stats": {
"updateInterval": 60,
"historicalRetention": 43200,
"hashrateWindow": 300,
"graphColors": ["#058DC7", "#50B432", "#ED561B", "#DDDF00", "#24CBE5", "#64E572",
"#FF9655", "#FFF263", "#6AF9C4"]
},
"adminCenter": {
"enabled": true,
"password": "пишем_свой_пароль"
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 0,
"password": ""
},
"switching": {
"switch1": {
"enabled": true,
"algorithm": "sha256",
"ports": {
"3333": {
"diff": 10,
"varDiff": {
"minDiff": 16,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
}
},
"switch2": {
"enabled": false,
"algorithm": "scrypt",
"ports": {
"4444": {
"diff": 20,
"varDiff": {
"minDiff": 10,
"maxDiff": 30,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
}
}
},
"switch3": {
"enabled": false,
"algorithm": "x11",
"ports": {
"5555": {
"diff": 0.001,
"varDiff": {
"minDiff": 0.001,
"maxDiff": 1,
"targetTime": 15,
"retargetTime": 60,
"variancePercent": 30
}
}
}
}
},
"profitSwitch": {
"enabled": false,
"updateInterval": 600,
"depth": 0.90,
"usePoloniex": true,
"useBittrex": true
}
}
cd pool_configs/ && cp litecoin.json.example bitcoin.json && nano bitcoin.json
{
"enabled": true,
"coin": "bitcoin.json",
"auxes": [],
"address": "Вам BTC адрес",// Адрес на который будут приходить добытые монеты майнерами
"rewardRecipients": {
"Вам BTC адрес": 1// Процент который будет взиматься с выплаты
},
"paymentProcessing": {
"enabled": true,
"paymentInterval": 3600,// Интервал выплат, указан в секундах
"minimumPayment": 10,// Минимальная выплат
"daemon": {
"host": "127.0.0.1",
"port": 8332,
"user": "Ваш никнейм",
"password": "Ваш пароль"
}
},
"ports": {
"3008": {
"diff": 1000
},
"3032": {
"diff": 5000,
"varDiff": {
"minDiff": 2500,
"maxDiff": 10000,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3256": {
"diff": 25600
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 8332,
"user": "Ваш никнейм",
"password": "Ваш пароль"
}
],
"p2p": {
"enabled": false,
"host": "Ваш ip VPS",
"port": 8332,
"disableTransactions": false
},
"mposMode": {
"enabled": false,
"host": "Ваш ip VPS",
"port": 3306,
"user": "me",
"password": "mypass",
"database": "db",
"checkPassword": false,
"autoCreateWorker": false
}
}
cd .. && cd ..
sudo apt-get install build-essential tcl
curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz
cd redis-stable
make
make test
sudo make install
cd utils/
sudo ./install_server.sh
6 раз нажимаем Enter
sudo service redis_6379 start
cd .. && cd .. && cd unomp
npm update
npm install posix
node init.js
Заходим на веб страницу пула http://ваш_ip_адрес_пула/
-o stratum+tcp://ваш_ip_vps:3333 -u-p c=BTC