Generating Blockchain Private Key
Introduction One of the most critical aspects of blockchain technology is cryptographic security, and private key generation is essential for safeguarding users’ assets. In this post, we will expl...
Introduction One of the most critical aspects of blockchain technology is cryptographic security, and private key generation is essential for safeguarding users’ assets. In this post, we will expl...
依赖环境 Rustup 安装: mkdir -p $HOME/.cargo # vim $HOME/.cargo/config [source.crates-io] replace-with = 'ustc' [source.ustc] registry = "git://mirrors.ustc.edu.cn/crates.io-index" curl --proto '=ht...
依赖环境 Golang 安装(1.16.4): wget -c https://studygolang.com/dl/golang/go1.16.4.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local # vim ~/.bashrc export PATH=$PATH:/usr/local/go/bin export GOPROXY=...
CUDA运算需要安装NVCC 安装cuda-toolkit-11-2(ubuntu18.04): wget https://developer.download.nvidia.com/compute/cuda/11.2.2/local_installers/cuda_11.2.2_460.32.03_linux.run sudo sh cuda_11.2.2_460.32.03_linu...