Announcement
Collapse
No announcement yet.
cpuminer-gw64 ในtaskนี่คืออะไรครับ
Collapse
X
-
cpuminer is a multi-threaded, highly optimized CPU miner for Litecoin, Bitcoin, and other cryptocurrencies.
Currently supported algorithms are SHA-256d and scrypt(1024, 1, 1).
cpuminer เป็นตัวช่วยทำให้ซีพียูทำงานได้ดีขึ้นสำหรับการรันโปรแกรม Litecoin, Bitcoin, and other cryptocurrencies.
Notice: Please see here to understand why this package is recognized as a threat by some antivirus software: https://github.com/pooler/cpuminer/issues/13
ข้อสังเกต:โปรดดูตรงนี้เพื่อให้เข้าใจว่าทำไมแพคเกจนี้จึงถูกเตือนจากโปรแกรมแอนตี้ไวรัสบางโปรแกรม : https://github.com/pooler/cpuminer/issues/13
ที่มา http://sourceforge.net/projects/cpuminer/
Someone has been embedding the miner into trojans that were then used for botnet mining, and for this reason miners are now often recognized as threats by some antivirus software. Needless to say, as long as you got the binary from a reliable source you need not worry.
บางคนบอกว่า cpuminer เป็นโทรจันหลังจากที่รัน botnet mining แล้วตัวแอนตี้ไวรัสมันฟ้อง
ไม่ต้องสนใจหรอกถ้าตราบใดที่คุณโหลดจากแหล่งที่น่าเชื่อถือก็ไม่ต้องกังวล
ที่มา https://github.com/pooler/cpuminer/issues/13
How to remove startup entry
พิมพ์ cmd ในช่อง run
แล้วก็อปปี้ส่วนที่เป็นสีแดงข้างล่างไปวาง
echo Start
echo #
echo ######################## Default dirctory for x86 x64 ########################
echo #
echo this command is default system32 directory for x86 OS or x64 OS
cd %windir% & cd system32
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "cpuminer" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "cpuminer" /f
echo #
echo ######################## Change the dirctory for x64 ########################
echo #
echo this command is x86 application's registry for x64 OS
cd %windir% & cd syswow64
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "cpuminer" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "cpuminer" /f
echo End
อ่านเพิ่มเติมที่ http://windowsvc.com/bbs/board.php?b...vc&wr_id=83259
Comment
Comment