When I tried to send XML to my wallet, the Public Key is not recognised as a valid destination tag. Why?
BlackWallet: enhanced account-viewer
I still not receive my transfer to black wallet. Can administration help me?
- Edited
Hey thanks, I will fix it asap, can't do it now but it should be done within the coming week ?
merukoin Hello, what's the problem? Not sure to understand. Btw blackwallet do not store any key on its servers, everything is done client side so if it's a problem with your account(private key) I can't do anything sorry ?
Hey,
The problem mentioned above should be fixed now, can anyone confirm?
Also, Blackwallet will take part to the coming SBC, some updates will be released this week nor the week after ?
Update
- added a new tool: contacts, you can now add contacts and specify their address/federated address/email and memo
- Edited
Trading system should be live soon (maybe this weekend) - It is still being tested (works great so far)
- Edited
I'm new to Black Wallet.
Had transferred XLM from Bittrex to Black Wallet a week ago. Worked fine.
Then today I tried to transfer XLM from Black Wallet to XLM Bittrex wallet.
It seemed to go through on the Black Wallet side.
But nothing has showed up on the Bittrex XLM wallet for last several hours!
How to recover the XLM funds?!
the transaction operation id:
62709292775510017
memo text was entered as specified in the Bittrex XLM wallet receiving screen.
The Black Wallet website was not helpful at all in figuring this out?!
Please help!
Duke
Hello,
Transaction: https://horizon.stellar.org/operations/62709292775510017
The payment was made through a "merge_account" operation - this operation is not supported by bittrex and most exchanges, that's why there is a message to warn about this:
So that's not a blackwallet issue. To solve that, you can contact bittrex and tell them that you sent your lumens through a merge_account op instead of a payment op.
As your transaction has a memo, it should be fine:
"memo_type": "text",
"memo": "dd5669dc8d0a474486c",
Hope it helps!
orbit84 you could use
https://www.npmjs.com/package/stellarterm-directory
to check for known destinations if
mergeOpAccepted
and pathPaymentAccepted
and if memo is required. And prevent users from making mistakes.
how to send XLM from the Black wallet to Bittrex correctly?
I only see one way on the Black wallet application. When clicking the send button and entering the destination address, it only allows a merge account operation. I couldn't see any other way to send XLM out to the bittrex account.
How to do it the right way??
Black wallet not clear at all how to send XLM to an exchange properly....
- Edited
lemauve Your account must have at least 20 XLM on it to exist (this is true for all wallets) - blackwallet allows to "bypass" that limit with the merge_account operation which consists in merging the account's funds into another wallet.
Sadly exchanges do not support that op.
So in your case, you can only send Lumens to an exchange if you have more than 20 XLM and if (balance - amount) remains greater or equal to 20 XLM. This is a Stellar limitation.
Please let me know if it's not clear enough - I will edit the merge account window to clarify that for users ?
EDIT: Text updated, hope it's more clear for users now! Thanks for reporting that!
Added some security checks for payments to exchanges;
- merge_account is disabled for exchanges
- check that the memo is not empty