πŸ€‘Maran's Crypto πŸ’Έ
20.5K subscribers
5.68K photos
309 videos
26 files
5.26K links
β­•βœ¨Vision :- πŸ”₯To Spread Awareness About #Airdrops #NFTs #Nodes Among #Communities

🀟Never Underestimate Us

πŸ’₯Our Links :- https://linktr.ee/MaransCrypto

😁Contact Me @gowthamaran1

Be kind, for everyone you meet is fighting a harder battle.
Download Telegram
β­•βœ¨Token Allocation SUIβœ¨β­•

β€’ Presale / Seed: 5%

β€’ Private Sales: 5%

β€’ OGs / Whitelisted: 10%

β€’ Public round: 15%

β€’ Ecosystem growth: 20%

β€’ Team: 12%

β€’ Advisor: 3%

β€’ Staking rewards: 10%

β€’ Airdrop: 5% :- https://youtu.be/-szt5VBOtsw

β€’ Marketing : 15%
πŸ”₯10πŸ‘3
β­•βœ¨Watch Video :- https://youtu.be/2wA6LalD1ek

β­•βœ¨All useful links Here :- https://t.me/maranscrypto/2282

β­•βœ¨Install Node with below Code

1) wget -q -O aleo_snarkos3.sh https://api.nodes.guru/aleo_snarkos3.sh && chmod +x aleo_snarkos3.sh && sudo /bin/bash aleo_snarkos3.sh

β­•To stop the node

systemctl stop aleo-prover
systemctl restart aleo-client

β­•Check Node Status

journalctl -u aleo-prover -f -o cat

β­•βœ¨Let's Join Hamp Mining pool

1) git clone https://github.com/HarukaMa/aleo-prover -b testnet3-new
cd aleo-prover


2) sudo apt install cargo

3) cargo build --release

4) cargo run --release -- -a aleo1your_address_here -p pool.hamp.app:4444

πŸ”°For more Airdrops Join @MaransCrypto
❀7
β­•βœ¨Watch Video :- https://youtu.be/7VhZM6xFv7Q

β­•βœ¨All useful links Here :- https://t.me/maranscrypto/2306

β­•βœ¨Install Node with below Code

List of commands

1. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

2. git
clang
libssl-dev
pkg-config


3. sudo apt update
sudo apt install git clang libssl-dev pkg-config --no-install-recommends


4. git clone https://github.com/HarukaMa/aleo-prover -b testnet3-new
cd aleo-prover


5. sudo apt update

6. sudo apt install screen

7. cd aleo-prover

8. screen -S AleoProver

9. cargo run --release -- -a aleoAddress -p pool.hamp.app:4444

10. Π‘TRL + A + D

11. screen -r AleoProver

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘7
β­•βœ¨Watch Video :- https://youtu.be/wGF0WtnEM7s

β­•βœ¨All Useful Links :- https://t.me/maranscrypto/2425

βž–sudo apt update && sudo apt upgrade -y

βž–apt-get update \
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --no-install-recommends \
tzdata \
git \
ca-certificates \
curl \
build-essential \
libssl-dev \
pkg-config \
libclang-dev \
cmake

βž–curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

βž–source $HOME/.cargo/env

βž–rustup update

βž–apt-get install screen

βž–cd $home

βž–apt install ufw -y
ufw allow ssh
ufw allow https
ufw allow http
ufw allow 9000
ufw allow 9184
ufw enable

βž–screen -S sui_node

βž–cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui sui-node

βž–cargo install --git https://github.com/move-language/move move-analyzer --features "address20"

βž–sui client active-address

βž–git clone https://github.com/MystenLabs/sui.git --branch testnet

βž–cd sui

βž–git remote add upstream https://github.com/MystenLabs/sui

βž–git fetch upstream

βž–cp crates/sui-config/data/fullnode-template.yaml fullnode.yaml

βž–curl -fLJO https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob

βž– cargo run --release --bin sui-node -- --config-path fullnode.yaml

βž–sudo systemctl restart systemd-journald
sudo systemctl daemon-reload
sudo systemctl enable suid
sudo systemctl restart suid
journalctl -u suid -f

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘8❀1πŸ”₯1
β­•βœ¨Video link :- https://youtu.be/vL0IRBqXkuM

β­•βœ¨All useful links:- https://t.me/maranscrypto/2501

βž–sudo apt update && sudo apt upgrade -y

βž–
sudo apt install pkg-config curl git build-essential libssl-dev -y

βž–sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

βž–sudo chmod +x /usr/local/bin/docker-compose

βž–docker-compose -v

βž–git clone https://github.com/muon-protocol/muon-node-js.git --recurse-submodules --branch testnet

βž–cd muon-node-js

βž–sudo apt update

βž–sudo apt install apt-transport-https ca-certificates curl software-properties-common

βž–curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

βž–sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"

βž–apt-cache policy docker-ce

βž–sudo apt install docker-ce

βž–sudo systemctl status docker

β­•After this step ,Disconnect (Close the putty then reopen)
thenβ­•


βž–cd muon-node-js

βž–docker-compose build

βž–docker-compose up -d

πŸ”°For more Airdrops Join @MaransCrypto
❀4πŸ‘1πŸ”₯1πŸ‘1
β­•βœ¨Watch Video :- https://youtu.be/8yZMlxqZjBY

βž– sudo apt update && apt upgrade -y

βž– sudo apt-get install curl

βž– sudo apt install docker.io

βž– docker --version

βž– sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

βž– sudo chmod +x /usr/local/bin/docker-compose

βž– curl -O https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh && chmod +x installer.sh && ./installer.sh

βž– cd .shardeum

βž– ./shell.sh

βž– operator-cli gui start

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘4
β­•βœ¨Watch Video :- https://youtu.be/l-BzaVYSUVc

βž– sudo apt update && apt upgrade -y

βž– sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

βž– sudo chmod +x /usr/local/bin/docker-compose

βž– curl -O https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh && chmod +x installer.sh && ./installer.sh

βž– apt-get install screen


βž–screen -S monitor

βž–wget -q -O node_control.sh https://raw.githubusercontent.com/mesahin001/shardeum/main/node_control.sh && chmod +x node_control.sh && sudo /bin/bash node_control.sh

βž– cd .shardeum

βž– ./shell.sh

βž– operator-cli gui start

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘2
β­•βœ¨muon node updateβœ¨β­•

βœ…Watch Video :- https://youtu.be/vL0IRBqXkuM

β­•βœ¨First you must be in cd home folder:
cd

β­•βœ¨Then backup your node:
docker cp muon-node:/usr/src/muon-node-js/.env ./backup.env

β­•βœ¨Then remove old node:
docker stop muon-node redis mongo

docker rm muon-node redis mongo

rm muon-node-js -rf

β­•βœ¨Then install new node:
curl -o docker-compose.yml https://raw.githubusercontent.com/muon-protocol/muon-node-js/testnet/docker-compose-pull.yml

docker-compose pull

docker-compose up -d

β­•βœ¨Then restore the backup:
docker cp backup.env muon-node:/usr/src/muon-node-js/backup.env

docker exec -it muon-node ./node_modules/.bin/ts-node ./src/cmd keys restore backup.env

docker restart muon-node

πŸ”°For more Airdrops Join @MaransCrypto
❀7πŸ”₯3πŸ‘2
πŸ€‘Maran's Crypto πŸ’Έ
​​Watch Video πŸ’Ž:- https://youtu.be/CQKo3BQSYGM https://youtu.be/CQKo3BQSYGM https://youtu.be/CQKo3BQSYGM Please Give 100 Likes This Video πŸ₯°πŸ₯Ί This Is Our Video On Lens $LENS Airdrop Now Start Doing Airdrop Tasks Don't Miss Any Airdrop πŸ‘€ This Video may…
πŸ‘7
β­•βœ¨Cyber Connect Week13βœ¨β­•

β­•βœ¨Watch video :-
https://youtu.be/6wsRN5MKoOc

β­•βœ¨Check Ur reward here :- https://tinyurl.com/CyberconnectAirdrop

😜My personal update πŸ˜‚

βž–Again I Won This Week Raffle πŸ˜ŠπŸ‘

βž– I spent totally approx 1.7$ for 7 day tasks πŸ˜…

βž–Got nft worth 6$ πŸ˜‚ still a win situation lol

β­•βœ¨New users can still join πŸ˜‰

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘4πŸ‘1
β­•βœ¨Cyber Connect Week15βœ¨β­•

β­•βœ¨Watch video :-
https://youtu.be/6wsRN5MKoOc

β­•βœ¨Check Ur reward here :- https://tinyurl.com/CyberconnectAirdrop

😜My personal update πŸ˜‚

βž–Not won anything this time πŸ™‚

βž–I suggest u to get atleast 5 tickets every week ( Then winning chance will be 90%)

β­•βœ¨New users can still join πŸ˜‰

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘9
β­•βœ¨Watch video :- https://youtu.be/SNg2sRY-MxQ

βž–sudo apt update

βž– sudo apt install git curl build-essential libssl-dev pkg-config

βž– git clone https://github.com/InternetMaximalism/intmax-rollup-cli.git -b staging

βž– cd intmax-rollup-cli

βž– git submodule update --init --recursive

βž– curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

βž– source "$HOME/.cargo/env"

βž– cargo --version

βž– cp -n example.env .env

βž– cargo build --release

βž– alias intmax='./target/release/intmax'

βž– intmax config aggregator-url https://alpha.testnet.intmax.io

βž– intmax account add --default --private-key "UR METAMASK ADDRESS"

βž– intmax account list

βž– intmax tx mint -i 0x00 --amount 200000

βž– intmax tx mint --nft -i 0x01

βž– intmax account assets

βž– intmax tx send --receiver-address "0xf6c21a39893df96b" -i 0x00 --amount 10000

βž– intmax tx send --receiver-address 0xf6c21a39893df96b --nft -i 0x01

βž– intmax tx bulk-mint -f ./tests/airdrop/example2.csv

βž– intmax tx bulk-transfer -f ./tests/airdrop/example3.csv

πŸ”°For more Airdrops Join @MaransCrypto
πŸ‘6
πŸ€‘Maran's Crypto πŸ’Έ
β­•βœ¨New Airdrop VideoπŸͺ‚ βž– Jumper Superfest Video βž– Technically free, most of the fees spent will be returned to us as $OP rewards. βž– Get more onchain foot prints without any extra cost ( Good for future Airdrops) β­•βœ¨Video will be live in 15 minutesβœ¨β­• πŸ”₯Subscribe…
β­•βœ¨ ​​Watch Video πŸ’Ž

Tamizh video :-
https://youtu.be/TJ6LMu3PZOw

English video :- https://youtu.be/3D8pZx3gzMQ

This Is Our Video about Jumper Super Fest

πŸ‘‰ Fees spent on this Airdrop will be covered by $OP rebates πŸ˜€

Now Start Doing Airdrop Tasks Don't Miss Any Airdrop πŸ‘€

This Video may Give U 1000-5000$πŸ˜‡

Don't Forget To Subscribe Our Channel And Press The Bell Button πŸ””β˜˜οΈ

Subscribe for Good Luck

πŸ™ŒAll Usefull LinksπŸ‘

πŸ‘‰ Superfest :
https://tinyurl.com/SuperFest-Jumper

πŸ‘‰ Swap here : https://tinyurl.com/3rezejnz

πŸ‘‰ Lock USDC : https://tinyurl.com/574aa7wr

πŸ‘‰ Lend USDC : https://tinyurl.com/4t5etejk

πŸ‘‰ Borrow ETH, USD : https://tinyurl.com/mswvwsbf

πŸ‘‰ Get voting power : https://tinyurl.com/yr6z3d3z

πŸ”°For more Airdrops Join @MaransCryptoβ€Œβ€Œ
❀6πŸ‘5
πŸ€‘Maran's Crypto πŸ’Έ
β­•βœ¨ Mint Boundless NFTπŸͺ‚ Backed by: Risczero raised $50M Cost: less than 0.5$ πŸ‘‰ Go to: berry.beboundless.xyz ➒ Connect EVM wallet (Base network) ➒ Mint the NFT βœ… πŸ’₯For more Airdrops Join @Maranscrypto
β­•βœ¨Update Boundless

πŸ‘‰Join DC : https://discord.gg/boundlessxyz

βž–Go to #how-to-contribute channel to claim Early role

✍️Note:

βž– if you minted a Boundless Berry on base during the initial phase of the harvest u can get "Berry Harvester" role by verifying ur Wallet

βž–Source : https://x.com/boundless_xyz/status/1914378278770512098?t=DaKy9nwQ_2q1q484_YyGKg&s=19

πŸ’₯For more Airdrops Join @Maranscrypto
πŸ‘12❀5🀝1
πŸ€‘Maran's Crypto πŸ’Έ
β­•βœ¨Update Boundless πŸ‘‰Join DC : https://discord.gg/boundlessxyz βž–Go to #how-to-contribute channel to claim Early role ✍️Note: βž– if you minted a Boundless Berry on base during the initial phase of the harvest u can get "Berry Harvester" role by verifying…
β­•βœ¨Update Boundless

πŸ‘‰Go to: https://read.beboundless.xyz/

βž–Take screenshot and then share it on Twitter tagging @boundless_xyz

βž– Copy the link to your tweet

βž–Claim your social Notifications in the #how-to-contributed Discord channel to receive the Social Berries role

βž–Paste your tweet link in the #social-berries channel

✍️Note:

βž–Today is the last day to complete this task

πŸ’₯For more Airdrops Join @Maranscrypto
πŸ‘21❀2🀝2πŸ•Š1