Replies: 1 comment 1 reply
-
Hey @hajes , that pw_absorb_rewards should be the one you are looking for 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I have created a python script that 1st day of month claims rewards, export all transactions, do some calculations per plot/TiB basis, and send rewards to cold wallet.
I have managed all except
claiming rewards
, I can't find it in RPC documentation, or it is under different name tochia plotnft
.so far I have found
pw_absorb_rewards
in ` documentation. I am guessing that is something else.The kludge so far is python
subprocess.call
with the command. ~/chia-blockchain/activate && chia plotnft claim -i 14 -m 0.00001
any suggestions, please?
P.S. could be a solution to simply
send_transaction
from pooling to main wallet???Beta Was this translation helpful? Give feedback.
All reactions