Post
Topic
Board Mining (Altcoins)
Re: Meridian mining
by
enthusiast95
on 12/02/2024, 00:44:46 UTC
Can we mine that with hiveos?

1. First you need to update the hive. If you mined gram and did this, then it’s not necessary.
hive-replace -y --stable

2. We remove the miner if it was installed before, because it has been updated and the old one will not let you download it.
rm /home/users/JettonGramGpuMiner

3. Download the miner again

cd /home/user/ && git clone https://github.com/TrueCarry/JettonGramGpuMiner.git && cd JettonGramGpuMiner && sudo apt install curl -y && sudo curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install 16 && wget https://github.com/tontechio/pow-miner-gpu/releases/download/20211230.1/minertools-cuda-ubuntu-18.04-x86-64.tar.gz && tar -xzf minertools-cuda-ubuntu-18.04-x86-64.tar.gz && mcedit config.txt

At the end, the Midnight editor will open and you will need to enter the seed phrase there via SEED=1 2 3, etc. as usual
After that, press F2 to save the file and then exit it via F10

4. Edit the executable file and write the number of video cards into it. If it's not clear, watch the video.
mcedit /home/user/JettonGramGpuMiner/start_multi_8_meridian.sh

5. Launch the miner
cd /home/user/JettonGramGpuMiner && screen -S gram ./start_multi_8_meridian.sh

6. Via ctrl+A+D we exit the miner and can go about our business, it will work in the background

7. If we want to see what’s in the miner, we write
screen -r gram

https://t.me/koliamainer/10217
follow the link to find the video


https://gusarich.github.io/meridian-givers-monitoring/

Thank u friend,but to much complicate ...