No reward since installation of version 2.10.0 after a pause of several days. #25
BenjixLeGaulois
started this conversation in
rp-issue
Replies: 1 comment
-
Announcement on next steps here. Will leave this Github Discussion open for now. We are looking at issues around running multiple GPUs one instance in beta testing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem
Hi,
I was previously running 5 docker instances on 5 GPUs (from 2 rigs) using the manual docker installation method and the previous Lilypad version. Each GPU has its proper wallet address and its own RPC. Until December 5th, 4 GPUs out of 5 were accumulating rewards. The one remaining GPU was not giving anything which I never managed to resolve.
I removed all docker containers and waited for a few days due to personal reasons.
On December 12th, I decided to reinstall all docker containers using the last version of Lilypad (2.10.0) using the new docker compose method.
As I have 5 GPUs I adapted the file
docker-compose.yml
a little bit to create several resources providers, which are called here:resource-provider-gpu0
(rig 1)resource-provider-gpu1
(rig 1)resource-provider-gpu2
(rig 1)resource-provider-gpu3
(rig 1)resource-provider-gpu0
(rig 2)I allow myself to copy paste my config file (with private info masked) below:
As you can see below, my RPC config looks fine for the full day of December 13th. Only on GPU was giving bad results for an hour, but after rebooting the rig, everything went back to normal.
All my wallet adresses have sufficient ETH and LP balances and I can see many transactions at the corresponding addresses on arbiscan.
The logs seem also fine, I will display them in the proper section below.
Please could you bring support, redeem non-allocated rewards, and investigate to fix the issue so that I can finally receive my daily rewards? Should I continue running my nodes during you investigation?
Many thanks in advance for your support.
Ensure all steps below are taken and check this box yes when completed
RP hardware and software info
Hardware specs
I run Lilypad nodes for 5 GPUs in the following configuration:
Software specs
Both rigs are running Ubuntu 24.04 (Linux kernel 6.12.0, Nvidia drivers 550.135).
Lilypad version: 2.10.0
Eth address (Wallet address)
ETH Addresses
0xa6da8071D964Ac35Bf4b5c61E1004E8246d071F1
0xC18Edb4BDbf5d55B98BF98a84E40FC2B51a4270e
0xd856b4dC51CdB3DC80337C27B3039Ce41ca8E628
0xC0d1D9ad33d001e35B2F6914196c649FD6f6a9E1
0xe97A903b52DA8AA03b27Bd64D50B0ACB12445c88
RP logs
I paste the logs for one single gpu (the rest is more or less the same), suing the follwoing command:
sudo docker compose logs -f resource-provider-gpu0 | awk '/2024-12-13/ || /2024-12-14/'
Beta Was this translation helpful? Give feedback.
All reactions