0.3 define('EXCH_AUTO_WITHDRAW', 0.3); // nicehash keys deposit account & amount to deposit at a time define('NICEHASH_API_KEY','521c254d-8cc7-4319-83d2-ac6c604b5b49'); define('NICEHASH_API_ID','9205'); define('NICEHASH_DEPOSIT','3J9tapPoFCtouAZH7Th8HAPsD8aoykEHzk'); define('NICEHASH_DEPOSIT_AMOUNT','0.01'); $cold_wallet_table = array( '1C23KmLeCaQSLLyKVykHEUse1R7jRDv9j9' => 0.10, ); // Sample fixed pool fees $configFixedPoolFees = array( 'zr5' => 2.0, 'scrypt' => 20.0, 'sha256' => 5.0, ); // Sample custom stratum ports $configCustomPorts = array( // 'x11' => 7000, ); // mBTC Coefs per algo (default is 1.0) $configAlgoNormCoef = array( // 'x11' => 5.0, );