PDA

查看完整版本 : AR載點


chin5984
2021-08-21, 06:08 PM
百度网盘:
https://pan.baidu.com/s/142ilY-UB3xzGjLvjC_sIcg 提取码: cshf
或者
OneDrive:
https://khaitanpublicschool-my.sharepoint.com/:f:/g/personal/ardata_odcn_live/EvSAL2bHv1ZFjfDFcooq65oBxzPj-xHZPeq3GpLFBR9BBw?e=YPIK0w
------------------------------------------------------------------

https://www.arweave.org/ 官網 http://releases.ubuntu.com/18.04/

https://docs.arweave.org/info/mining/mining-guide

https://www.bilibili.com/video/BV1fg4y1B7HN?p=1&share_medium=iphone&share_plat=ios&share_session_id=8AD7064C-BDD0-45D1-8688-32EE9BE89A4E&share_source=COPY&share_tag=s_i&timestamp=1630318661&unique_k=LCYpG1 教學

chin5984
2021-08-30, 08:52 PM
https://www.youtube.com/watch?v=eK_tY7sS1Ug&t=471s
https://www.youtube.com/watch?v=2ognIU1EssY

https://sites.google.com/site/linuxcooltea/home/ubuntu-she-dingssh-yuan-duan-lian-xian-gong-neng INSTALL SSH Server

https://ubunlog.com/zh-TW/anydesk-escritorio-remoto-ubuntu-20-04/ install anydesk for 20.04

sudo apt update; sudo apt upgrade
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
sudo -s

sudo apt install anydesk
deb http://deb.anydesk.com/ all main //no ??



sudo apt update
sudo echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk.list
https://tw-fitx.blogspot.com/2021/09/sololinux-github-httpsgithub.html 教學


#vi /etc/sysctl.conf
加入下面兩行到檔案最後面
fs.file-max=900000
fs.nr_open=9000001
#sysctl -p

#vi /etc/security/limits.conf
<chintai> soft nproc 1000000
<chintai> hard nproc 1000000
<chintai> soft nofile 1000000
<chintai> hard nofile 1000000

#vi /etc/systemd/user.confand
DefaultLimitNOFILE=900000
#vi /etc/systemd/system.conf
DefaultLimitNOFILE=900000

chin5984
2021-09-06, 08:44 AM
his video show how to install ubuntu at vmware and how to start mining arweave easily .

#token #mining #arweave #step #easy #cryptocurrency #crypto #coin
In this video learn how to mine arweave easily
just follow instruction .

Txt file shown at video
## modify file size to 1 million only

sudo nano /etc/security/limits.conf
or
sudo vi /etc/security/limits.conf

## add the follwing to the file

* soft nproc 1000000
* hard nproc 1000000
* soft nofile 1000000
* hard nofile 1000000
root soft nproc 1000000
root hard nproc 1000000
root soft nofile 1000000
root hard nofile 1000000

## to save file click
cntrl o
## then click
enter
## then click
cntrl x

##now open the follwing file

sudo nano /etc/pam.d/common-session
or
sudo vi /etc/pam.d/common-session
## add the following

session required pam_limits.so

## to save file click
cntrl o
## then click
enter
## then click
cntrl x

### now log as root
sudo su
then password

## now check file limit
ulimit -n

## if it is 1000000 you are ready for minning

##now let us download arweave for ubunto
##then extract the files
##and now open terminal from inside the extracted folder
## log as root
sudo su
##now run the follwing command to start minning

./bin/start mine mining_addr tzNUT1OWTSua4a7kKyT2f33CvsvwFqBHKssDOFfLfHM peer 52.199.181.113 peer 47.241.110.211 peer 139.59.19.218 peer 52.199.181.113 peer 47.241.110.211

##if you got this error
##libtinfo.so.5: cannot open shared object file: No such file or directory
##you need to install the library as
sudo apt install libtinfo5

## after finished run the miner again

ENJOY MINING
DONT FORGET TO CLICK LIKE AND SUBSCRIBE

chin5984
2021-09-06, 05:16 PM
https://www.it145.com/9/9684.html


https://www.gushiciku.cn/pl/pEmP/zh-tw //install webmin
01.首先,升級軟體包列表,並且安裝依賴軟體:

sudo apt update
sudo apt install software-properties-common apt-transport-https wget


02.匯入 Webmin 的 GPG key 並且將 Webmin 軟體源新增到你的系統軟體源:
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"


03.安裝最新版的 Webmin,輸入:
sudo apt install webmin

chin5984
2021-09-06, 10:33 PM
sudo apt-get install htop //按裝軟體
htop //運行