WORM MINER Tutorial @EIP7503 Confirm the environment: Make sure you are rooted, on an Ubuntu system, and have 16GB of RAM. Sepolia ETH: Make sure you have at least 1.0 Sepolia ETH in your account (via Obtain). 1. Install dependencies Run the following command to install all necessary system dependencies: bash sudo apt update && sudo apt upgrade -y sudo apt install -y build-essential cmake libgmp-dev libsodium-dev nasm curl m4 git wget unzip nlohmann-json3-dev pkg-config libssl-dev Note: pkg-config and libssl-dev have been included to avoid previous OpenSSL errors. 2. Install Rust Install the Rust toolchain and activate the environment: bash curl --proto '=https' --tlsv1.2 -sSf | sh -s -- -y source $HOME/.cargo/env Verify: bash rustc --version cargo --version 3. Clone the warehouse Empty the old directory and re-clone worm-privacy/miner: bash cd ~ rm -rf proof-of-burn # delete the old directory to avoid confusion git clone cd miner Verify: bash git remote -v # should show origin...
Show original
10.42K
4
The content on this page is provided by third parties. Unless otherwise stated, OKX is not the author of the cited article(s) and does not claim any copyright in the materials. The content is provided for informational purposes only and does not represent the views of OKX. It is not intended to be an endorsement of any kind and should not be considered investment advice or a solicitation to buy or sell digital assets. To the extent generative AI is utilized to provide summaries or other information, such AI generated content may be inaccurate or inconsistent. Please read the linked article for more details and information. OKX is not responsible for content hosted on third party sites. Digital asset holdings, including stablecoins and NFTs, involve a high degree of risk and can fluctuate greatly. You should carefully consider whether trading or holding digital assets is suitable for you in light of your financial condition.