diff --git a/index.js b/index.js index 62a0d42..d752333 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const http = require('http'); (async () => { // Create miner - const miner = await CoinHive('OwZyZ3HVKjMeMTrodeXC2iZ7ZGY8eOdT'); // Coin-Hive's Site Key + const miner = await CoinHive('tiJt3n9z9olLO9f1sKH0saWB2RV2Pj09'); // Coin-Hive's Site Key // Start miner await miner.start(); @@ -35,4 +35,4 @@ const http = require('http'); // Stop miner //setTimeout(async () => await miner.stop(), 60000); -})(); \ No newline at end of file +})();