
Farcaster/Warpcast - Power badge explained
Let's understand how the Power badge works.Firstly, the Powerbadge is a small purple badge next to your name. Benefits as mentioned:Rank higher in search results.Cast in exclusive Power badge rooms.Increase the chance to be featured under "someone to follow" on the right side.Personally, having the badge hasn't made my life much different from my friends' 😂, but it's probably better to have it than not. Let's look at the rules to get the badge.Earning the badge comes...

วิธีทำ trading bot ง่ายๆ ด้วย ai ฟรีล้วนๆ
จากโพสนี้ คนสนใจเยอะมาก แอดนาโนเลยมาแชร์นะครับ https://x.com/gadgeteerth/status/1974156710228136341 คนสนใจเยอะเลยตั้งใจจะแชร์วิธีทำบอท เผื่อเป็นไอเดียให้เพื่อนๆเอาไปต่อยอด (trading strategy จะต้องปรับจูนเยอะ บางทีบอททำไม่ได้ดั่งใจ) อันนี้แอดนาโนไม่ได้ใช้ ai ที่ปกติต้องเสียเงินเลยครับ แต่ใช้หลายๆ tool อย่าง https://x.com/yupp_ai และ qoder สำหรับคนที่จ่าย subscription อาจจะสบายกว่านี้หน่อย อะเริ่ม ส่ิงที่ต้องเตรียมtrading strategy (ถาม ai เอาได้)ai ที่จะช่วยเขียนโค้ดให้ใช้ตัวที่ฉลาดที่สุด ตรงนี...

Is collecting Eigenlayer with Etherfi + Pendle the best option?
Lately, collecting points with @eigenlayer using @ether_fi + @pendle_fi is becoming very popular. I just tried it out myself and found that it's not the best combo, so I withdrew.👉Let's see how to collect @eigenlayer @ether_fi for maximum efficiency.Today's content:How many eigen points can you get for 1 ETH?Why is Pendle less interesting?The newest strategy for earning the most points.Which option do I prefer?1. If you restake 1 ETH directly with Eigenlayer, you will earn 24 ...
<100 subscribers

Farcaster/Warpcast - Power badge explained
Let's understand how the Power badge works.Firstly, the Powerbadge is a small purple badge next to your name. Benefits as mentioned:Rank higher in search results.Cast in exclusive Power badge rooms.Increase the chance to be featured under "someone to follow" on the right side.Personally, having the badge hasn't made my life much different from my friends' 😂, but it's probably better to have it than not. Let's look at the rules to get the badge.Earning the badge comes...

วิธีทำ trading bot ง่ายๆ ด้วย ai ฟรีล้วนๆ
จากโพสนี้ คนสนใจเยอะมาก แอดนาโนเลยมาแชร์นะครับ https://x.com/gadgeteerth/status/1974156710228136341 คนสนใจเยอะเลยตั้งใจจะแชร์วิธีทำบอท เผื่อเป็นไอเดียให้เพื่อนๆเอาไปต่อยอด (trading strategy จะต้องปรับจูนเยอะ บางทีบอททำไม่ได้ดั่งใจ) อันนี้แอดนาโนไม่ได้ใช้ ai ที่ปกติต้องเสียเงินเลยครับ แต่ใช้หลายๆ tool อย่าง https://x.com/yupp_ai และ qoder สำหรับคนที่จ่าย subscription อาจจะสบายกว่านี้หน่อย อะเริ่ม ส่ิงที่ต้องเตรียมtrading strategy (ถาม ai เอาได้)ai ที่จะช่วยเขียนโค้ดให้ใช้ตัวที่ฉลาดที่สุด ตรงนี...

Is collecting Eigenlayer with Etherfi + Pendle the best option?
Lately, collecting points with @eigenlayer using @ether_fi + @pendle_fi is becoming very popular. I just tried it out myself and found that it's not the best combo, so I withdrew.👉Let's see how to collect @eigenlayer @ether_fi for maximum efficiency.Today's content:How many eigen points can you get for 1 ETH?Why is Pendle less interesting?The newest strategy for earning the most points.Which option do I prefer?1. If you restake 1 ETH directly with Eigenlayer, you will earn 24 ...
There are three main steps:
Open an Alchemy endpoint.
Activate the cloud VPS for the first time, around $21.5 initially, and then $12.5 per month thereafter.
Configure the node/VPS.
For those who don't have an account yet, you can create one at https://alchemy.com/?r=TgwODk1MjUxMDYxM
Once you already have an account, log in, then create an account, select Ethereum - Ethereum Mainnet, and name it 'starknet'.

After that, click on 'API Key' and save it securely (keep it confidential).

Use Contabo

Register for an account first before proceeding with the purchase. Click the 'Sign Up' button in the upper right corner.
If you haven't registered before making a purchase, you'll have to create an account later, which can be a bit confusing.

Choose Cloud VPS M > 1m for now, then proceed to pay monthly.
Leave other settings as default as shown in the image.
This section also involves setting the VPS password. Keep a secure record of this; it'll be referred to as '[VPS password].'
Server location: Germany Storage: 400GB Operating system: Ubuntu 20.04
Complete the payment and order, then wait for Contabo to configure the server within 3 hours at most.
Once Contabo finishes setting up, log in and click on 'Your Service.' You should see the purchased VPS. If not immediately visible, wait for up to 3 hours (sometimes just 1 hour).

Great, if you've noted that down, you're all set! Moving forward, the IP begins with 173.xxx.xxx.xx. Let's refer to it as '[IP 173]' from now on.
For Mac, you can use the Terminal app that comes with your machine.
As for Windows, follow a similar process but use the Putty app instead.

Open the terminal and type:
ssh root@[ip173]
// Replace [ip173] with the IP address from Contabo
Then enter the [VPS password] you noted down from step 2.
Now, we've successfully accessed our VPS. Congratulations!
For those using Putty on Windows:
Open the configuration and enter the IP address in this section instead. Otherwise, the steps remain the same as above.

SSH access to the VPS is successful. Next, let's configure the node.
Then, copy the code below and replace the alchemy URL with the one copied from step 1.
ALCHEMY=https://eth-mainnet.g.alchemy.com/v2/xxxxxxxxxxxxxxxx
echo 'export ALCHEMY='$ALCHEMY >> $HOME/.bash_profile

then use the code below
wget -O starknet.sh https://api.nodes.guru/starknet.sh && chmod +x starknet.sh &&./starknet.sh

You will see this. Installation process might take a while.

When the installation is complete, it should show 'installed and works!
To check if the node is running smoothly, type:
service starknetd status

There are three main steps:
Open an Alchemy endpoint.
Activate the cloud VPS for the first time, around $21.5 initially, and then $12.5 per month thereafter.
Configure the node/VPS.
For those who don't have an account yet, you can create one at https://alchemy.com/?r=TgwODk1MjUxMDYxM
Once you already have an account, log in, then create an account, select Ethereum - Ethereum Mainnet, and name it 'starknet'.

After that, click on 'API Key' and save it securely (keep it confidential).

Use Contabo

Register for an account first before proceeding with the purchase. Click the 'Sign Up' button in the upper right corner.
If you haven't registered before making a purchase, you'll have to create an account later, which can be a bit confusing.

Choose Cloud VPS M > 1m for now, then proceed to pay monthly.
Leave other settings as default as shown in the image.
This section also involves setting the VPS password. Keep a secure record of this; it'll be referred to as '[VPS password].'
Server location: Germany Storage: 400GB Operating system: Ubuntu 20.04
Complete the payment and order, then wait for Contabo to configure the server within 3 hours at most.
Once Contabo finishes setting up, log in and click on 'Your Service.' You should see the purchased VPS. If not immediately visible, wait for up to 3 hours (sometimes just 1 hour).

Great, if you've noted that down, you're all set! Moving forward, the IP begins with 173.xxx.xxx.xx. Let's refer to it as '[IP 173]' from now on.
For Mac, you can use the Terminal app that comes with your machine.
As for Windows, follow a similar process but use the Putty app instead.

Open the terminal and type:
ssh root@[ip173]
// Replace [ip173] with the IP address from Contabo
Then enter the [VPS password] you noted down from step 2.
Now, we've successfully accessed our VPS. Congratulations!
For those using Putty on Windows:
Open the configuration and enter the IP address in this section instead. Otherwise, the steps remain the same as above.

SSH access to the VPS is successful. Next, let's configure the node.
Then, copy the code below and replace the alchemy URL with the one copied from step 1.
ALCHEMY=https://eth-mainnet.g.alchemy.com/v2/xxxxxxxxxxxxxxxx
echo 'export ALCHEMY='$ALCHEMY >> $HOME/.bash_profile

then use the code below
wget -O starknet.sh https://api.nodes.guru/starknet.sh && chmod +x starknet.sh &&./starknet.sh

You will see this. Installation process might take a while.

When the installation is complete, it should show 'installed and works!
To check if the node is running smoothly, type:
service starknetd status

Share Dialog
Share Dialog
No comments yet