This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 04e88410bb7fe6c6078470b8666397d3ab7748c47127a68b4d1b4351484b2aa41aaeb8ec693227680eb744702afec3dd48824beb66c943fdd1b030eefdd2f46845 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| #Your mining address | |
| ADDRESS='DGVboAJbUhnNzMn4F9z7D8LgaynphSU2Bb' | |
| INTERVAL=300 | |
| from urllib2 import urlopen | |
| from os import system | |
| from time import sleep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| #Your unique key from https://partner-ads.com/dk/udtraek.php | |
| KEY='12345' | |
| INTERVAL=600 | |
| from urllib2 import urlopen | |
| from xml.etree import ElementTree as ET | |
| from os import system |