How to mine in Internet cafes? Internet Cafe Mining Guide

Related articles: https://www.itiohub.com/lifelog/bitcoins.html Download mining software Get wallet address Choose a mining pool The following tutorials skip the previous three steps by default. steps Just set the configured mining software to the workstation startup item. ** mining software: ** Pine House Digger http://www.topool.top Start mining right away The screen timer is set to turn on the screen timer for 2 minutes. Use the machine name as the miner number ** lock screen software: ** Dark blue hang-up lock - V1.7 https://slsup.com/post/20.html Set the boot command to run Supports writing passwords directly on the server side

Maye is a simple and compact quick start tool-By 25H

Maye is a small, easy-to-use quick start tool. Despite its small size, its functions are still very diverse, such as: drag and drop to add multiple files to start, call out shortcut keys, automatic multi-column display, lnk file parsing, etc. The software does not have complicated functions and does not generate any junk files during operation. It is green and pollution-free. It only focuses on the quick startup of files. It is a good helper for users to improve their Windows operating experience. ...

Notes from a miner who doesn’t want to mine

After working around for a long time, I registered more than n accounts. Didn’t even start digging. It was only in the afternoon that I understood the general process. process Download mining software Get wallet address Choose a mining pool Start mining Download mining software Github has many open source kernels and mining software with GUI compiled based on various kernels. nicehash.com comes with its own mining software, but it cannot work properly with the GTX1060 5G graphics card. So I changed to the Pine House miner using the NBMiner core. Exclusively for beginners ...

Discuz Discussing Notes

Discuz version Discuz X3.4 List Change Header -Power By Discuz Enter the directory /template/default/common and find header_common.htm 文件 Just change -Power By Discuz inside title to what you want save refresh Do not allow non-administrators to access admin.php Find admin.php in the website root directory and edit it Find $admincp->core = & $discuz; and enter the following code after a new line After saving and refreshing, non-administrator users will jump directly to the root directory. if(!$_G['uid'] || !getstatus($_G['member']['allowadmincp'], 1)) { header('Location: /'); }

Powercfg command-line options For Windows

Sometimes the power mode will directly affect part of the gaming experience. Here, if you don’t have the need to save power, in order to improve the gaming experience. Please enter this directly (Excellent performance) High performance powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61For other options and usage, please refer to the official documentation https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/powercfg-command-line-options

Centos 6.9 manually adds startup configuration

Centos 6.9 manually adds startup configuration startup directory /etc/init.d/ Create a new startup file vi /etc/init.d/frpsThe content is as follows #! /bin/bash # chkconfig: 2345 90 10 # description: Starts/Stops the Frps Server /usr/frp/frps -c /usr/frp/frps.ini &Give execution permission chmod +x frpsAdd to startup items chkconfig --add frps #添加 chkconfig --del frps #删除Setup start chkconfig frps on #启动 chkconfig frps off #关闭

Netmask Conversions

If you have ever needed to know what a netmask looks like expressed in some other format this table of equivalents should help. It contains common IPv4 netmasks expressed in four different formats. From: https://www.ws.afnog.org/afnog2010/unix-intro/references/netmask-table.html and https://www.pawprint.net/designresources/netmask-converter.php

NSSM - Manually install Frp service on Windows platform

Scenario requirements The Frp client normally runs in the cmd interface. Easily closed accidentally by the client Unsightly Now run it as a service in the background through Nssm Download NSSM https://nssm.cc/download Install NSSM Unzip nssm-2.24-101-g897c7ad.zip, which is divided into two folders: win32 and win64. According to the judgment of the system, Windows 10 x64 is used as a demonstration here to copy the folder win64 to the root directory of the D drive. And rename the folder win64 to nssm. The directory structure at this time is as follows: ...

webp convert to jpg

webp2jpg convert the .webp to .jpg|.bmp|.png|.gif|.tiff Dependence golang.org/x/image/bmp golang.org/x/image/tiff golang.org/x/image/webp gopkg.in/urfave/cli.v1 go get gopkg.in/urfave/cli.v1 git clone https://github.com/golang/image $GOPATH/src/golang.org/x/image cd $GOPATH/src/golang.org/x/image/webp && go install cd $GOPATH/src/golang.org/x/image/bmp && go install cd $GOPATH/src/golang.org/x/image/tiff && go installDownload go get github.com/sndnvaps/webp2jpgBuild && Run cd $GOPATH/src/github.com/sndnvaps/webp2jpg/cli go buildConvert the webp file to jpeg | png | gif | bmp | tiff put the test.webp file into webp2jpg folder ./webp2jpg -t jpg -s test.webp ./webp2jpg -t bmp -s test.webp ./webp2jpg --type jpg --source test.webp ./webp2jpg --type jpeg --source test.webp ./webp2jpg --type png --source test.webp ./webp2jpg --type gif --source test.webp ./webp2jpg --type tiff --source test.webp ./webp2jpg --type jpg --source test.png ./webp2jpg --type jpg --source test.gif ./webp2jpg --type jpg --source test.tiffGithub: https://github.com/sndnvaps/webp2jpg

Manually add services on CentOS7.2

The operating system environment in the article is CentOS7.2 Take Frps.service as an example Create frps.service: vi frps.service Path: /etc/systemd/system/frps.service frps.service content: [Unit] Description=frps After=network.target [Service] TimeoutStartSec=30 ExecStart=/usr/www/frp/frps -c /usr/www/frp/frps.ini ExecStop=/bin/kill $MAINPID [Install] WantedBy=multi-user.targetUsage: # 启动服务 systemctl start frps # 查看状态 systemctl status frps # 开机启动 systemctl enable frpsfrp_0.34.3_linux_amd64.tar.gz Reference article https://canwdev.github.io/manual/setup-frp.html#%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AB%AF-%C2%B7-frps

It turns out that I am not handsome. Diskless public package v2021 official version system image package sharing

Windows10_x64_1909Pro version system package Updates: The system is not activated by default! The default is Sogou Pinyin + Sogou Wubi; Modify DriverStore to have the highest permissions, which can solve the problem of Apxe error under graphics card PNP! Integrate the Edge browser, which can effectively prevent hijacking. Watch Douyu and Huya live broadcasts no longer stuck! Streamline the system, remove functions and drivers that are not used in Internet cafes, and effectively reduce CF crash problems! Network disk download link: ** link:** https://pan.baidu.com/s/1ou25P982A62-BQfu35UCfg ** extraction code: ** yv9t ...

PLDT AN5506-04 Lan bind [Fiber home]

PLDT AN5506-04 Set Lanbind This manual tutorial works for PLDTHOMEFIBR ...

Set Win10 2004 to automatically log in when booting

How to set up automatic login in Windows 10 Some users cannot set up automatic login after installing win10 2004 system. I found that the option [To use this computer, users must enter a username and password] is missing. Now I will teach you how to set up automatic login. Press Win+R and enter regedit to enter registry editing find key value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device Find the right side again, , double-click DevicePasswordLessBuildVersion and change the value to 0. OK! ...

Network testing using PsPing

This article mainly introduces Microsoft’s testing tool Psping. The main functions of this tool include: ICMP Ping, TCP Ping, delay test, bandwidth test An application scenario needs to be explained: Since ICMP is prohibited in the Windows Azure data center, it is very useful to use Psping’s TCP Ping function to test connectivity or troubleshoot. Tool download address: http://technet.microsoft.com/en-us/sysinternals/jj729731 After downloading the PSTools.zip package, place it on any local disk and unzip it; ...

Popular science about monitor interface

Popular science about monitor interface Lazy person’s conclusion: be kind to yourself and buy better thread~ VGA & DVI VGA: 2048*1536 - 60 frames Dual channel DVI: 2560*1600 (slightly higher than 2K) HDMI 2.0 Maximum bandwidth: 14.4Gbps Support 4K 60Hz / 2K 144Hz HDR, 10bit color depth, FreeSync technology DP(DisplayPort) 1.4 Maximum bandwidth: 25.92 Gbps Support 8K 30Hz / 5K 60Hz / 4K 120Hz HDR, P3 color gamut, Rec2020 color space, G-SYNC technology Supports “daisy chain” technology Thunderbolt 3 supports DP 1.4 HDMI 2.1 Maximum bandwidth: 42.6 Gbps Supports up to 10K (10240*5400) Supports dynamic HDR and DSC display Entering the stage of quantitative production DisplayPort 2.0 Maximum bandwidth: 77.37 Gbps Supports up to 16K (15360*8460) 60Hz Support HDR 10 Currently it is just a conceptual parameter Bandwidth required by mainstream displays Apple XDR 6K 8bit 60Hz:29.31Gbps ...

Authentication error occurs in Win10 Remote Desktop

Authentication error occurs in Win10 Remote Desktop, the requested function is not supported, this may be due to CredSSP encryption Oracle fix solution Solution: Run gpedit.msc Local group policy: Computer Configuration > Administrative Templates > System > Credential Assignment > Encrypted Oracle Remediation Select Enable and select Vulnerable.

搜尋文章

輸入標題、分類或文章內容

Plz typing to search for articles.