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.
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Poloniex not enabled. Please check data
base and exchanges: 3.58013594 XPM created 1435679245 sent from Poloniex to BTer
.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Poloniex not enabled. Please check data
base and exchanges: 19.99864828 XPM created 1435571848 sent from Poloniex to BTe
r.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Poloniex not enabled. Please check data
base and exchanges: 8.97704351 XPM created 1434277726 sent from Poloniex to BTer
.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Cryptsy not enabled. Please check datab
ase and exchanges: 76.33353591 XPM created 1436458377 sent from Cryptsy to BTer.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1611
09.07.2015 (19:45:58): [Deposit Status] Cryptsy not enabled. Please check databa
se and exchanges: 4.56570286 LTC created 1436419396 sent from Bleutrade to Crypt
sy.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1611
09.07.2015 (19:45:58): [Deposit Status] Poloniex not enabled. Please check datab
ase and exchanges: 0.49982288 LTC created 1436460135 sent from Bleutrade to Polo
niex.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1611
09.07.2015 (19:45:58): [Deposit Status] Poloniex not enabled. Please check datab
ase and exchanges: 16.57270000 VTC created 1436459610 sent from BTer to Poloniex
.
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Poloniex not enabled. Please check data
base and exchanges: 3.58013594 XPM created 1435679245 sent from Poloniex to BTer
.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Poloniex not enabled. Please check data
base and exchanges: 19.99864828 XPM created 1435571848 sent from Poloniex to BTe
r.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Poloniex not enabled. Please check data
base and exchanges: 8.97704351 XPM created 1434277726 sent from Poloniex to BTer
.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1539
09.07.2015 (19:45:58): [Withdraw Status] Cryptsy not enabled. Please check datab
ase and exchanges: 76.33353591 XPM created 1436458377 sent from Cryptsy to BTer.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1611
09.07.2015 (19:45:58): [Deposit Status] Cryptsy not enabled. Please check databa
se and exchanges: 4.56570286 LTC created 1436419396 sent from Bleutrade to Crypt
sy.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1611
09.07.2015 (19:45:58): [Deposit Status] Poloniex not enabled. Please check datab
ase and exchanges: 0.49982288 LTC created 1436460135 sent from Bleutrade to Polo
niex.
Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdo
cs\DynamischBot1\api\api_access.php on line 1611
09.07.2015 (19:45:58): [Deposit Status] Poloniex not enabled. Please check datab
ase and exchanges: 16.57270000 VTC created 1436459610 sent from BTer to Poloniex
.
require_once 'strategy/dynamicrebalance.php';
//Check Online Exchanges
if (file_exists(__DIR__.'/_DLC/class.check_onlineExchanges.php')) {
require_once(__DIR__ .'/_DLC/class.check_onlineExchanges.php');
}
if (class_exists('check_online_exchanges')) {
$check_config = new check_online_exchanges();
}
//
// Initialize API Objects to access the exchanges
initializeAPI($configPath);
// Initialize API Objects to access the exchanges
if (!class_exists('check_online_exchanges')) {
initializeAPI($configPath);
}
while (true)
{
try
{
//Check Online Exchanges
if (class_exists('check_online_exchanges')) {
$config = $check_config->only_online();
if ($check_config->changes()) {
initializeAPI($configPath, $config);
}
}
//
function initializeAPI($configPath)
function initializeAPI($configPath, $exchange_check = array())
$config = json_decode(file_get_contents($configPath), true);
if (empty($exchange_check)) {
$config = json_decode(file_get_contents($configPath), true);
} else {
$config = $exchange_check;
}