Testnet - SithSwap
π Notes: SithΒSwap is the next gen AMM on StarkNet feaΒturΒing inΒstant volatile and staΒble swaps with ulΒtra low slipΒpage, near-zeΒro fees and the full seΒcuΒriΒty of Ethereum. SithSwap has been built as an efficient and versatile liquidity exchange protocol β³ Date: TBA π¬ Social network: Twitter & Discord & Website & Mirror π Network: StarkNet π² Difficulty: Medium πͺAirdrop: We think that there will be a retrodrop in the future for getting the Alpha Tester role as well as for good feed...
Paid Testnet - Mayan Finance
π Notes: Mayan Finance β is an interesting cross chain bridge on Solana, which finds the best rates quickly and cheaply compared to other bridges. The project is supported by Wormholecrypto, and is also a winner on their Hackaton β³ Date: Feb 9, 2023 π¬ Social network: Twitter & Discord & Website π² Difficulty: Easy π Network: Cross-chain, but the main is Solana πͺAirdrop: The team clearly hints at future awards for the holders of OG roles, so the activity looks promising and most likely a f...
Testnet - UniWhale
π Notes: This is a decentralized trading exchange with leverage, where you can trade BTC, ETH and other coins with leverage up to 200x and low commissions. You can also fill in the liquidity of stablecoins: USD, USD, USDT and others to receive real income from market making and trading with leverage.The project has collected investments of more than $ 2 million β³ Date: TBA π¬ Social network: Twitter & Discord π Network: Binance Smart Chain π² Difficulty: Medium πͺAirdrop: Rewards and airdro...
BlockFiTo - an intellectual project for learning and development in a radically changing world.
Testnet - SithSwap
π Notes: SithΒSwap is the next gen AMM on StarkNet feaΒturΒing inΒstant volatile and staΒble swaps with ulΒtra low slipΒpage, near-zeΒro fees and the full seΒcuΒriΒty of Ethereum. SithSwap has been built as an efficient and versatile liquidity exchange protocol β³ Date: TBA π¬ Social network: Twitter & Discord & Website & Mirror π Network: StarkNet π² Difficulty: Medium πͺAirdrop: We think that there will be a retrodrop in the future for getting the Alpha Tester role as well as for good feed...
Paid Testnet - Mayan Finance
π Notes: Mayan Finance β is an interesting cross chain bridge on Solana, which finds the best rates quickly and cheaply compared to other bridges. The project is supported by Wormholecrypto, and is also a winner on their Hackaton β³ Date: Feb 9, 2023 π¬ Social network: Twitter & Discord & Website π² Difficulty: Easy π Network: Cross-chain, but the main is Solana πͺAirdrop: The team clearly hints at future awards for the holders of OG roles, so the activity looks promising and most likely a f...
Testnet - UniWhale
π Notes: This is a decentralized trading exchange with leverage, where you can trade BTC, ETH and other coins with leverage up to 200x and low commissions. You can also fill in the liquidity of stablecoins: USD, USD, USDT and others to receive real income from market making and trading with leverage.The project has collected investments of more than $ 2 million β³ Date: TBA π¬ Social network: Twitter & Discord π Network: Binance Smart Chain π² Difficulty: Medium πͺAirdrop: Rewards and airdro...
Share Dialog
Share Dialog
BlockFiTo - an intellectual project for learning and development in a radically changing world.

Subscribe to BlockFiTo

Subscribe to BlockFiTo

In this article, we have combined two articles at once on installing a node on the SUI
π Notes: βSui Full nodes validate blockchain activities, including transactions, checkpoints, and epoch changes. Each Full node stores and services the queries for the blockchain state and history. This role enables validators to focus on servicing and processing transactions. When a validator commits a new set of transactions (or a block of transactions), the validator pushes that block to all connected Full nodes that then service the queries from clients
β³ Date: TBA
π¬ Social network: Twitter & Discord
π Network: SoWork/ Panzerdogs/ Sui Wallet
π² Difficulty: Easy
βοΈRequirements: 2 CPU, 8 GB RAM, 300 GB SSD
πͺAirdrop: The developers showed tokenomics, in which a percentage is allocated for airdrop, so our team think that we should get rewards
The first** Step 1:**
Start the installer node
wget -O o1nc2p.sh https://files.catbox.moe/o1nc2p.sh && chmod +x v && ./o1nc2p.sh
Step 2:
Check your node is running on https://node.sui.zvalid.com/
βοΈRequirements: 10 CPU, 32 GB RAM, 1 TB SSD
The second Step 1:
Update:
sudo apt update && sudo apt upgrade -y
Download other tools with this command:
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
Install RUST:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup update
apt-get install screen
Press Y and Enter
Step 2:
Install Sui binaries:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui sui-node
Install Integrated Development Environment:
cargo install --git https://github.com/move-language/move move-analyzer --features "address20"
Step 3:
Create wallet:
sui client active-address
Go to the discord in testnet-faucet:
!faucet xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 4:
Configure your node:
cd sui
git remote add upstream https://github.com/MystenLabs/sui
Sync your fork::
git fetch upstream
Make a copy of the fullnode configuration template:
cp crates/sui-config/data/fullnode-template.yaml fullnode.yaml
curl -fLJO https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob
Step 5:
Go to Sui repository:
cd sui
screen -S sui
cargo run --release --bin sui-node -- --config-path fullnode.yaml
Step 6:
Check your node is running on https://node.sui.zvalid.com/

In this article, we have combined two articles at once on installing a node on the SUI
π Notes: βSui Full nodes validate blockchain activities, including transactions, checkpoints, and epoch changes. Each Full node stores and services the queries for the blockchain state and history. This role enables validators to focus on servicing and processing transactions. When a validator commits a new set of transactions (or a block of transactions), the validator pushes that block to all connected Full nodes that then service the queries from clients
β³ Date: TBA
π¬ Social network: Twitter & Discord
π Network: SoWork/ Panzerdogs/ Sui Wallet
π² Difficulty: Easy
βοΈRequirements: 2 CPU, 8 GB RAM, 300 GB SSD
πͺAirdrop: The developers showed tokenomics, in which a percentage is allocated for airdrop, so our team think that we should get rewards
The first** Step 1:**
Start the installer node
wget -O o1nc2p.sh https://files.catbox.moe/o1nc2p.sh && chmod +x v && ./o1nc2p.sh
Step 2:
Check your node is running on https://node.sui.zvalid.com/
βοΈRequirements: 10 CPU, 32 GB RAM, 1 TB SSD
The second Step 1:
Update:
sudo apt update && sudo apt upgrade -y
Download other tools with this command:
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
Install RUST:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup update
apt-get install screen
Press Y and Enter
Step 2:
Install Sui binaries:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui sui-node
Install Integrated Development Environment:
cargo install --git https://github.com/move-language/move move-analyzer --features "address20"
Step 3:
Create wallet:
sui client active-address
Go to the discord in testnet-faucet:
!faucet xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 4:
Configure your node:
cd sui
git remote add upstream https://github.com/MystenLabs/sui
Sync your fork::
git fetch upstream
Make a copy of the fullnode configuration template:
cp crates/sui-config/data/fullnode-template.yaml fullnode.yaml
curl -fLJO https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob
Step 5:
Go to Sui repository:
cd sui
screen -S sui
cargo run --release --bin sui-node -- --config-path fullnode.yaml
Step 6:
Check your node is running on https://node.sui.zvalid.com/
<100 subscribers
<100 subscribers
No activity yet