-
Notifications
You must be signed in to change notification settings - Fork 310
Accounts and double sending issue #68
Comments
I reproduced the issue of creating 2 transactions in the same, which is strange. and again.. |
It seems that daemon wallet after sending tx, generates another tx which is called "change" and change is sent to newly created address which piWallet cannot add to existing account or recognize. |
same problem here, did you fix? |
you cannot disable change addresses in bitcoin or any clone of due to address reuse and anonimity look for the code |
i know in some qt wallets.. you can set a default change address. setting that in piwallet DB should alleviate the issue. so you will have a new user basically known as change. |
That would work for single use application but I was going to use it for
multiple users making that not really easy to work with.
Still testing it out to find a way I can work with it but I may just end up
making a custom thing.
…On Fri, 12 Jun 2020, 01:18 krewshul, ***@***.***> wrote:
i know in some qt wallets.. you can set a default change address. setting
that in piwallet DB should alleviate the issue. so you will have a new user
basically known as change.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2BKFYO7Q6WOOF3ITWZUB3RWFX7BANCNFSM4E7SJHEQ>
.
|
First i want to mention that i have this line popup in transaction list:
Notice: Undefined index: fee in /view/wallet.php on line 126
Most important is that i received coins in balance, confirmed fully, then i sent half of the amount to external address. What happend is that 2 transactions was executed in the same time, one correctly went to provided address
CYcqnPo9i2DhPWWWZ5sJvW2Jp7R4kJAHvY,
, the 2nd one went to wallet daemon address,CcFY4raVU9DVgQucbQ3edoDWp8BJ1dZMYk
that is not associated with any account.Current balance went to: 0.00000000 coins.
Then i associated address with my account, anyway, balance is still 0.
I'll appreciate any help, i am missing something here.
In addition, when i changed the password, i noticed also my balance went to '0'. So i was locked out of my coins.
The text was updated successfully, but these errors were encountered: