You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experimenting a coin and get to stage of sending from individual to another. I found out using "sentfrom" require to specify the account which i did not specify initially while generating the address, so to rectify this i want the system to automatically fix the account users to their addresses using "setaccount"
$bimcoind->setaccount(strval($addr),strval($id));
the error report says Denpa\Bitcoin\Exceptions\BadRemoteCallException: setaccount can only be used with own address
How do can i rectify or go about setting the account user to individual addresses.
I need help.
The text was updated successfully, but these errors were encountered:
I am experimenting a coin and get to stage of sending from individual to another. I found out using "sentfrom" require to specify the account which i did not specify initially while generating the address, so to rectify this i want the system to automatically fix the account users to their addresses using "setaccount"
$bimcoind->setaccount(strval($addr),strval($id));
the error report says Denpa\Bitcoin\Exceptions\BadRemoteCallException: setaccount can only be used with own address
How do can i rectify or go about setting the account user to individual addresses.
I need help.
The text was updated successfully, but these errors were encountered: