autoDevops,CI,CD
This is a multi-threaded CPU miner for bitcoin. License: GPLv2. See COPYING for details. Dependencies: libcurl http://curl.haxx.se/libcurl/ jansson http://www.digip.org/jansson/ (jansson is optional, and is included in-tree) Basic *nix build instructions: ./autogen.sh # only needed if building from git repo CFLAGS="-O3 -Wall -msse2" ./configure make Basic WIN32 build instructions (on Fedora 13; requires mingw32): ./autogen.sh # only needed if building from git repo rm -f mingw32-config.cache MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure make ./mknsis.sh Usage instructions: Run "minerd --help" to see options. Also many issues and FAQs are covered in the forum thread dedicated to this program, http://www.bitcoin.org/smf/index.php?topic=1925.0;all CPU挖矿软件-optimized version of cpuminerhttp://sourceforge.net/projects/cpuminer/files/?source=navbar软件下载地址 LTC挖矿教程下载地址:Current Versio...
Cgminer挖矿之CMC小白级教程。会挖LTC的就不用看了,专供新人.请注册后登陆,否则看不到图。先介绍下吧,很多人都还不知道什么是CMC呢。一、 CMC简介。http://www.btc38.com/altcoin/general/90.html宇宙币,英文全称:Cosmoscoin,缩写:CMC。它集成了特币(bitcoin,BTC)、莱特币(litecoin,LTC)、Novacoin(NVC)与Florincoin(FLO)的技术优点于一身,是综合功能最强大、最全面的货币,是最公平、最安全、最实用的货币。如果说比特币是金,莱特币是银,宇宙币就是钻石。二、准备阶段。1、带A卡的电脑。7970、7950、6850、5870、5850等等,其实N卡和CPU(需另外教程,没几个人用CPU挖的)都可以挖,方法都是一样,可以参考本教程,只不过那效率实在太低。Cgminer软件,http://ck.kolivas.org/apps/cgminer/ 现在3.3.0版本,进入3.3文件夹,下载cgminer-3.3.0-windows.zip,解压缩到任意盘。显卡挖矿速度可参考:http://cmcbbs.com/forum.php?mod=viewthread&tid=222、上网的电脑。 3、驱动请更新到12.6以上版本。这个可以先不考虑,如果不能挖在更新驱动吧。32位:http://drivers.mydrivers.com/drivers/458-183306-AMD-Radeon-HD-5000-HD-6000-HD-7000-13.1-/64位:http...
 
0
README This is a multi-threaded multi-pool GPU, FPGA and CPU miner with ATI GPU monitoring, (over)clocking and fanspeed support for bitcoin and derivative coins. Do not use on multiple block chains at the same time! This code is provided entirely free of charge by the programmer in his spare time so donations would be greatly appreciated. Please consider donating to the address below. Con Kolivas <kernel@kolivas.org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ DOWNLOADS: http://ck.kolivas.org/apps/cgminer GIT TREE: https://github.com/ckolivas/cgminer Support thread: http://bitcointalk.org/index.php?topic=28402.0 IRC Channel: irc://irc.freenode.net/cgminer License: GPLv3. See COPYING for details. READ EXECUTIVE SUMMARY BELOW FOR FIRST TIME USERS! Dependencies: curl dev library http://curl.haxx.se/libcurl/ (libcurl4-openssl-dev) curses dev library (libncurses5-dev or libpdcurses on WIN32) pkg-config http://www.freedesktop....
比特股(PTS)ypool矿池挖矿软件 jhProtominer linux安装使用 PTS XPM FTC 比特 挖矿 矿工 linux ubuntu 软件安装下载地址:https://github.com/Tydus/jhProtominer/archive/master.zip以下是如何安装使用。colaborar con la sostenibilidad del servidor anillosur minando protosharesprotoshares es una nueva cryptomoneda basada en el bitcoin que se ha comenzado a minar hace unos dias hemos creado una cartera para anillosur para minar colectivamente y contribuir de este modo a la sostenibilidad de anillosur, de momento tenemos 6 maquinas trabajando, si quieres contribuir puedes responder a la lista para crear un nuevo minero en la cuenta de anillosur en ypool para minar es necesario instalar una aplicación en linux (debian o ubuntu) sudo apt-get update ; sudo apt-get install git build-essential; git clone https://github.com/Tydus/jhProtominer -b linux-port; cd jhProtominer/src/jhProtominer/ ; make CFLAGS="-O3 -march=native" luego hay que ejecutar el minero(pero hay que crea...
 
0
您所在的组无权查看该日志
配置调优IIS6+gzip+varnish-2.0.6    一、启用IIS6 Gzip模块1.1、在 "IIS 管理器" 中,打开 "网站 > 属性" 对话框,切换到 "服务" 页卡,选中压缩应用程序文件(社区页面不做静态文件的压缩)压缩选项。.2、新增一个服务扩展,路径为 "c:\windows\System32\inetsrv\gzip.dll"。添加完成后,允许该扩展使用。1.3、用记事本打开 "%windir%\system32\inetsrv\MetaBase.xml",找到 "IIsCompressionScheme",按下述方法修改、保存。(建议修改前先做备份)如果需要压缩动态文件,则将 HcDoDynamicCompression设置为"TRUE",并在HcScriptFileExtensions中增加您要压缩的动态文件后缀名,如asp (由于我要优化的系统中,做了shtml->asp的URL Rewrite,所以将 shtml、asp 也加入了)。如果需要压缩静态文件,则将HcDoStaticCompression和HcDoOnDemandCompression设置为 "TRUE",并在HcFileExtensions中增加您需要压缩的静态文件后缀名,如xml、css等。HcDynamicCompressionLevel和HcOnDemandCompLevel表示需要的压缩率,数字(0~9)越小压缩率越低。view plainprint?<IIsCompressionS...
最近在开发的一个项目时,进行了一把压力测试,模拟500用户的访问都扛不住,tomcat就连续抛java.lang.OutOfMemoryError的错误,上 网google了一下,了解了一下tomcat的运行机制,也解决了问题,share出来,以备查。1、首先是:java.lang.OutOfMemoryError: Java heap space解释:Heap size 设置JVM堆的设置是指java程序运行过程中JVM可以调配使用的内存空间的设置.JVM在启动的时候会自动设置Heap size的值,其初始空间(即-Xms)是物理内存的1/64,最大空间(-Xmx)是物理内存的1/4。可以利用JVM提供的-Xmn -Xms -Xmx等选项可进行设置。Heap size 的大小是Young Generation 和Tenured Generaion 之和。提示:在JVM中如果98%的时间是用于GC且可用的Heap size 不足2%的时候将抛出此异常信息。提示:Heap Size 最大不要超过可用物理内存的80%,一般的要将-Xms和-Xmx选项设置为相同,而-Xmn为1/4的-Xmx值。解决方法:手动设置Heap size修改TOMCAT_HOME/bin/catalina.bat,在“echo "Using CATALINA_BASE: $CATALINA_BASE"”上面加入以下行:set JAVA_OPTS=%JAVA_OPTS% -server -Xms800m -Xmx800m -XX:MaxNewSize=256m或修改catalina.sh在“echo "Using CATALINA_BA...
  linux (debian 或ubuntu) 安装教程  进入系统桌面,打开 终端 ubuntu 可以使用 alt+f2  输入gnome-terminal在终端中分别执行以下命令sudo apt-get update   用来更新系统 sudo apt-get install -y git build-essential  sudo apt-get install -y git make g++ build-essential libminiupnpc-dev  sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix 以上三个命令分别执行用来安装所需软件包git clone https://github.com/Tydus/jhProtominer -b linux-port 以上命令用来下载jhprotominer软件包 cd jhProtominer/src/jhProtominer/  进入软件包目录   make CFLAGS="-O3 -march=native" 执行安装软件 运行软件时,必需要要进入安装目录 比如我的ubuntu 使用账号名yjvps ,那么jhProtominer 软件包执行文件就安装到了/home/yjvps/jhProtominer/src/jhProtominer软件运行使用下面方法 :/home/yjvps/jhProtominer/src/jhProtominer/jhProtominer -o ypool.net -u yjvps.worker1 -p passwd -t 8 -m512    /home/yjvps是我的linux系统账...
Webvulscan Web应用程序漏洞扫描器最新版本:0.12更新时间:2013-07-18软件大小:12.8MB软件语言:PHP软件授权:免费授权协议:GPL下载次数:1061应用平台:跨平台 最新版本0.12 文件大小md5 webvulscan-0.12.zip ...
 
0
OpenVAS 漏洞评估系统最新版本:1.0更新时间:2013-07-18软件大小:3.1GB软件语言:C/C++软件授权:免费授权协议:GPL下载次数:6375应用平台:Linux平台 最新版本1.0 文件大小md5 openvas-1.0.ova ...
    总共67页,当前第39页 | 页数:
  1. 29
  2. 30
  3. 31
  4. 32
  5. 33
  6. 34
  7. 35
  8. 36
  9. 37
  10. 38
  11. 39
  12. 40
  13. 41
  14. 42
  15. 43
  16. 44
  17. 45
  18. 46
  19. 47
  20. 48
  21. 49