(When run in GUI or daemon) *** * OPENCL MINER *** Make sure bitcoinmineropencl.cl is in the bitcoin working directory for the server and rpc miner, and remotebitcoinmineropencl.cl for the remote miner. OpenCL miner arguments -platform=X Use specific OpenCL platform at index X. ...
Both Monero and Bitcoin donations can be made to donate.getmonero.org if using a client that supports the OpenAlias standard. Alternatively you can send XMR to the Monero donation address via the donate command (type help in the command-line wallet for details). The Monero donation address ...
2014-08-12 问:@all_shuffle cassandra调优的资料答:可以去datastax和cassandra wiki去找资料。优化点含数据建模、读写I/O、存储压缩、JVM。要注意cassandra版本。也可以看看Ebay, Netflix的应用案例。http://memect.co/ioPLBIK [ [微博](http://www.weibo.com/5220650532/BhTnSbw2s) ] 2014-08-10 @唐小...
If you need to use a program that is not on the box you just broke into, try and build a static binary! I've seen this used on Fatty for HackTheBox, getting aptywith the typicalpython -c 'import pty...'trick when it didn't have Python originally! https://github.com/andrew-d/...
btcpurchases.txt includes all the Bitcoin payments that are pending. Pending transactions older than 24 hours are deleted. channels.txt includes all completed BTC payments. Point your webserver to C:\Python27\dist\ for hosting the bot executables. chp.exe is required in the local dir. For the...
The MinerD / m32.exe file, the MD5 HASH for the file confirms it to be a variant of miner daemon. (lightcoin / bitcoin mining daemon) 2014-03-13 08:20:44 W3SVC1313602513 XX.XXX.XXX.234 GET /CFIDE/administrator/enter.cfm – 443 – 193.0.202.101 WWW-Mechanize/1.73 200 0 0 2014-03...
{ 'invalid': 'Invalid Bitcoin address.', } def __init__(self, *args, **kwargs): super(BCAddressField, self).__init__(*args, **kwargs) def clean(self, value): value = value.strip() if match(r"[a-zA-Z1-9]{27,35}$", value) is None: raise ValidationError(self.error_...
The only reason I can think of is that I was browsing the official typescript language wiki for a few minutes... A COUPLE WEEKS AGO Yet sometimes, all 3 repos in the side bar have typescript in the title. TL;DR: github, please stop pushing typescript on me. random github rant ts ...
Bitcoin You might see a private Bitcoin key as a base64 encoded SHA256 hash, like this: NWEyYTk5ZDNiYWEwN2JmYmQwOGI5NjEyMDVkY2FlODg3ZmIwYWNmOWYyNzI5MjliYWE3OTExZmFhNGFlNzc1MQ== Decoded, it is a hash: `5a2a99d3baa07bfbd08b961205dcae887fb0acf9f272929baa7911faa4ae7751`. If you ...
Bitcoin You might see a private Bitcoin key as a base64 encoded SHA256 hash, like this: openssl enc -d -aes-256-ecb -in <(printf %s '5a2a99d3baa07bfbd08b961205dcae887fb0acf9f272929baa7911faa4ae7751' | xxd -r -p) -K '6fb3b5b05966fb06518ce6706ec933e79cfaea8f12b4485cba56321c7a...