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.
chmod +x # Linux, you may need to do that once to give it permision to run
./UltimateProxyV2 # Linux
UltimateProxyV2.exe # Windows
./UltimateProxyV2 ConfigName.json # Linux
UltimateProxyV2.exe ConfigName.json # Windows
{
"allowedAddresses": [
"0.0.0.0" // This allow every IP to connect to proxy, please remove it before adding only needed IPs
],
"poolList": [
{
"address": "de.ethw.herominers.com",
"port": 1147,
"ssl": true, // SSL Pool
"ratio": 98 // Will mine for 98% of RatioWindowTimeHours before switching
},
{
"address": "de.ethw.herominers.com",
"port": 1147,
"ratio": 1, // Will mine for 1% of RatioWindowTimeHours before switching
"wallet": "solo:ANOTHER WALLET", // Will use this wallet instead of global Wallet (Note: "solo:" is used to solo mine on herominers)
"password": "ANOTHER PASS" // Will use this password instead of global Password
},
{
"address": "192.168.1.30",
"port": 8545,
"node": true, // Solo mining to node
"ratio": 1 // Will mine for 1% of RatioWindowTimeHours before switching
},
{
"address": "ethw.2miners.com", // Will be only used as failover since no ratio is set
"port": 2020
}
],
"Protocol": "Stratum", // The mining protocol used (Ethproxy/Stratum/Nicehash)
"Coin": "ETHW", // The coin you want to mine
"Wallet": "YOUR WALLET HERE", // Your mining wallet
"Worker": "UltimateProxy", // Proxy worker name
"Password": "x", // Proxy password
"RatioWindowTimeHours": 1, // Used for ratio switch strategie, minimum 1H maximum 24H
"ProxyPort": 4444, // Proxy port
"ProxyCert": "", // Set it if you want your workers to connect to proxy using SSL (See "Docs" folder create a .pfx file)
"PrintStats": true, // Display workers/pools stats
"StatsIntervalSeconds": 60, // Delay between PrintStats
"NodeGetWorkIntervalMs": 500, // Delay between node solo getWork requests
"PrintJobs": true, // Print new jobs or not
"AllowDuplicateWorkerNames": false, // If you use duplicate worker names (workers will be deleted from stats table on disconnection)
"SendStaleShares": true, // If we should send stale shares to pool
"ForceWorkersReconnect": false // Reconnect workers on switch, NEED to be turned on if you use Stratum/Nicehash protocol and that your miner doesn't support set.extranonce request
}
{
"Coins": [
"ETHW",
"EXP",
"QKC",
"CLO"
],
"Mode": "PROFIT",
"MinimumTimeSeconds": 900,
"MinimumDifferencePercent": 1,
"ConfigList": [
{
"Coin": "ETHW",
"FileName": "config-ETHW.json"
},
{
"Coin": "EXP",
"FileName": "config-EXP.json"
},
{
"Coin": "QKC",
"FileName": "config-QKC.json"
},
{
"Coin": "CLO",
"FileName": "config-CLO.json"
}
]
}