Starknet Node 운영을 시도해보는 중입니다.
현재 진행형인데 아래 원문대로만 해서는 잘 안되고 있는 상황이네요.
중간중간에 문제 해결 했던 부분을 추가하면서 정리해봅니다.
원문 : https://twitter.com/rektfencer/status/1673258236785614848
원문에서 12번까지는 어느정도 서버를 운영해본 사람들에게는 익숙한 부분이구요.
13번 부터 정리해봅니다.
Ubuntu 22.04에 설치해보았습니다.
ALCHEMY 환경변수 설정 및 bash_profile에 등록
ALCHEMY=ALCHEMY_HTTP_ADDRESS
echo 'export ALCHEMY='$ALCHEMY >> $HOME/.bash_profile
starknet.sh 파일 다운로드 및 실행
- wget -O http://starknet.sh https://api.nodes.guru/starknet.sh && chmod +x http://starknet.sh && ./starknet.sh
위 명령어가 바로 안되는 경우,
wget -O http://starknet.sh https://api.nodes.guru/starknet.sh
or
wget http://starknet.sh https://api.nodes.guru/starknet.sh
를 시도해서 starknet.sh를 받은 뒤,
chmod +x ./starknet.sh
./starknet.sh
linker cc
not found 에러가 나는 경우
sudo apt update
sudo apt install build-essential
failed to run custom build command for openssl-sys v0.9.87
에러가 나는 경우
sudo apt-get install libssl-dev
sudo apt-get install libgmp-dev
libgmp-dev 설치
sudo apt-get install libgmp-dev
python3.10-venv 설치
apt install python3.10-venv
python 가상환경 생성 및 활성화
python3 -m venv .venv
source .venv/bin/activate
pip install pytest
./starknet.sh: line 37: /root/.bash_profile: No such file or directory 에러가 뜨는경우!!
# home 에 만들어 뒀던 .bash_profile을 root로 옮겨준다.
[Voting Lottery PayBack 22회 적립금 201 STEEM] 관심작가(2023-06-29)
https://www.steemit.com/@veryhappyday/voting-lottery-payback-22--201-steem-2023-06-29
@veryhappyday님이 당신을 멘션하였습니다.
멘션을 받고 싶거나 받지 않으시려면 댓글을 남겨주세요. 빠른 시일내에 반영하도록 하겠습니다.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
H4LAB Delegation Status (2023/06/30)
https://www.steemit.com/@h4lab/2023-06-30-status
@h4lab님이 당신을 멘션하였습니다.
멘션을 받고 싶거나 받지 않으시려면 댓글을 남겨주세요. 빠른 시일내에 반영하도록 하겠습니다.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @happyberrysboy I started a delegation today June 29 with UPVU Earn BTC 384 SP
Then I decided to up my delegation (same day) to 1,131 SP
The dashboard doesn't show the new larger Delegation, I was just making sure it is using the new larger Delegation😀
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @wapitielk ,
We saved snapshot once a day at Korea(UTC +9).
You will confirm your new delegation amount tomorrow.
Please refer that.
Thanks.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for the information @happyberrysboy, very good to know😀. I will add more Delegation later, I wasn't sure if the seven day countdown clock would restart when I added more Steem Power.....
Have a wonderful weekend!😀
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit