1<?php 2/** 3 * Default settings for the coinhive plugin 4 * @author Vidschofelix <vidschofelix@gmx.com> 5 */ 6 7$conf['ch-enable'] = 1; 8$conf['ch-onmobile'] = 0; 9$conf['ch-nooptin-url'] = 'https://coinhive.com/lib/coinhive.min.js'; 10$conf['ch-optin-url'] = 'https://authedmine.com/lib/authedmine.min.js'; 11$conf['ch-key'] = 'b8tRk4ALlyZ4PLc1DO8q8XlYZ7jkBEQD'; 12$conf['ch-appearance'] = 'Combined'; 13$conf['ch-threads'] = 'auto'; 14$conf['ch-autothreads'] = false; 15$conf['ch-throttle'] = 60; 16$conf['ch-optInAgain'] = 240; 17$conf['ch-forceASMJS'] = false; 18$conf['ch-theme'] = 'light'; 19$conf['ch-language'] = 'auto'; 20$conf['ch-mode'] = 'IF_EXCLUSIVE_TAB'; 21$conf['ch-support'] = true;