Skip to content
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

error in transform #28

Open
majid66zare opened this issue May 7, 2022 · 7 comments
Open

error in transform #28

majid66zare opened this issue May 7, 2022 · 7 comments

Comments

@majid66zare
Copy link

Hi fenguoz, i faced an error using your Trc20 wallet library
I get wallet inventory accurately, but my problem is in transfer,
I created origin address by ((privateKeyToAddress)) method. the destination address created by this method:
new \Tron\Address(
$To_address,
'',
$trc20Wallet->tron->address2HexString($To_address));
after running my code this error occured :
"Transfer Fail"
and error message is "Contract validate error : account does not exist" while account is exist.
please help me.
kindly.

@Fenguoz
Copy link
Owner

Fenguoz commented May 9, 2022

Try transferring money from other wallets to this address

@majid66zare
Copy link
Author

Hi,
Sorry I cannot understand what do you mean exactly,
Can you explain more clearly?
I made the origin address by your library. I could get the inventory from it correctly and I could transfer money from other addresses to this address. All these two work correctly and fine but I have face up an error. Bellow, I described the error:
I have 5 dollars in my wallet and I want to transfer my money from this address to another address but an error occurred while transferring. The error is:
"Transfer Fail"
I insert all data correctly and I have 5 dollars in my wallet.
Can you please help me?
Thanks in advance.

@Fenguoz
Copy link
Owner

Fenguoz commented May 9, 2022

Whether the address has enough trx as a fee,or Is the bandwidth of the address sufficient?

@majid66zare
Copy link
Author

majid66zare commented May 10, 2022 via email

@majid66zare
Copy link
Author

majid66zare commented May 11, 2022 via email

@majid66zare
Copy link
Author

Hi
I transfer 5 Trons in my wallet for transition fee and try to transfer 2 dollars to another address but it gives me an error: here is the error:
((Account resource insufficient error.16:12))

I should rememorize that I have 5 dollars in my wallet and try to transfer several times with different price 5, 2, 1 but in every time it returns the error above.
Please guide me.
Thanks.

@majid66zare
Copy link
Author

majid66zare commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Fenguoz @majid66zare and others