Hello !
I have a problem i can't connect to multipool and Flush your DNS/Cache it's the same.
What solution ?
thx
Correct address?
scrypt: stratum+tcp://useast.www.blackcoinpool.com:3333
sha: stratum+tcp://useast.blackcoinpool.com:4444
How do you start?
To connect to the Scrypt multipool use
stratum+tcp://useast.blackcoinpool.com:3333 -u BCADDRESS -p PASSWORD
To connect to the SHA-256 multipool use
stratum+tcp://useast.blackcoinpool.com:4444 -u BCADDRESS -p PASSWORD
Replace BCADDRESS with your Blackcoin wallet address, as this is critical to ensuring that you receive payouts, and PASSWORD with a secure password you don't use anywhere else.
IMPORTANT!
The password you first connect with to the server HAS to be the same you use on other miners with the same wallet address! This password is used to administer your private page. Your miners will be denied access if you don't use the same password. This is synchronized across SHA and Scrypt so please keep this in mind.
Example Scrypt mine:
{
"pools" : [
{
"name" : "BLACKcoin",
"url" : "
http://useast.blackcoinpool.com:3333",
"user" : "Your BC Adress",
"pass" : "123456",
"pool-priority" : "0",
},
{
"name" : "BLACKcoin",
"url" : "
http://useast1.cryptoalts.com:3333",
"user" : "Your BC Adress",
"pass" : "123456",
"pool-priority" : "1",
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"expiry" : "60",
"hotplug" : "5",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"scrypt" : true,
"gpu-threads" : "2",
"gpu-engine" : "0-1050,0-1050,0-1050,0-1050",
"gpu-fan" : "100,100,100,100",
"gpu-memclock" : "1500,1500,1500,1500",
"intensity" : "13,13,13,13",
"temp-target" : "85,85,85,85",
"temp-overheat" : "90,90,90,90",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256",
"shaders" : "1792",
"thread-concurrency" : "8192"
}