-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no frozenBalance(Energy) V2 on my own fullNode #6150
Comments
@Wesley1T |
If you have the owner permission of your account, you can exclude the reason of active permission. |
@Wesley1T, did you run the API |
@Wesley1T could you please list all the steps and response for this issue? As we may not understand exactly what you do. |
@angrynurd
|
@King31T Can you elaborate more? Is it a setting in account permission? I do not have owner permission but i can ask the owner to do so. This is a test account. |
@Sunny6889 No i did not perform boradcasttransaction. Can you please guide me through?
returned :
So i got a task to setup tron node to do staking. What i have done so far:
|
@Wesley1T
|
@angrynurd It seems that i will need to write my own script to provide sign and broadcast for the operation team.
|
@Wesley1T |
Hi @Wesley1T For easily do signature, please use wallet-cli. Import your private key there, then it will do signature for you. Refer wallet-cli. Make sure you edit config.conf in src/main/resources as below:
|
By the way, here is my example of Java code for |
According to the following replies, before considering the permission issues, firstly try to sign and broadcast the transaction correctly. |
@Sunny6889 So when i include this in my config.conf with localhost:50051 and launch java -jar wallet-cli.jar it will do the signature on the transaction i created using frozenV2 api? |
Do you recommend me using the java you written or just use the existing broadcast API from the fullNode? |
@Wesley1T I would recommend you just use wallet-cli. So you just need send freezebalancev2 request use wallet-cli, it will do signature for you and broadcast the transaction to TRON. Please read through the introduction here, then import your wallet. |
i got sucess in frozenv2 api. But when i check in tronscan, it doesnt have my staking info.
anyone know why?
im still getting error when i unfreezeV2
{
"Error": "class org.tron.core.exception.ContractValidateException : no frozenBalance(Energy)"
}
could this be the reason? in my account i only saw stakev1 permission but doesnt have stakev2?
FYI: my fullnode currently is on sync with main net
"number": 68880376 on mainnet and my own setup full node
The text was updated successfully, but these errors were encountered: