-
Notifications
You must be signed in to change notification settings - Fork 3
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
confusing with Withdraw vs Transfer #147
Comments
@Berge511 @mark8700-bit stop scamming people! You should be ashamed of yourselves! |
one very good comment, when i'll get to this screen i will def update this, thanks Vampyren. Kindly appreciate your feedback, there are a lot more problems in DET. Keep on grinding and updating \m/ |
The term |
To answer my own question for problem3.... #!/bin/bash while true; do Use CTRL+X to save that file. Then start this script with ./quorum.sh (checks quorum position every 20 seconds) and stop this script with CTRL+C (edited) Note: do this to make the file executable: sudo chmod +x quorum.sh Additional info: |
@vampyren Actually i made that shell script, not xkAI. You were discussing this with me on discord. You can also use xkAI site to check the withdrawal queue manually : https://mnowatch.org/evonodes/ I don't really understand your problem 1 & 2 : all that DET does is provide the option to use either the ownerkey or the transferkey during withdrawals. You have to choose which one to use when trying to withdrawal from an Evonode Identity. With a normal Identity the options are more limited (i assume a normal Identity does not have owner keys, so you can only use a transfer key). With (Credit) Transfers it can only use a transferkey, so DET automatically select it for you (KeyID : 0). What i do think needs changing is explaining to users more clearly that adding payout address private key to an Evonode Identity / normal Identity will show as a transfer key in DET. |
We already use transfer in DET & TUI to initiate a transfer of credits between identities. If we let withdrawals fall under transfer, we can't differentiate between the two. And those two are very different. One convert credits for dash, the other transfer credits between Identities. |
Thank you for your reporting @vampyren I fixed Problem 1 for v0.8. It will display the masternode payout address when you select Owner Key. Regarding Problem 2, transfers are between identities on Dash Platform while withdrawals are essentially transfers from Dash Platform Identity to Dash Core Wallet. It's a withdrawal of Platform credits back onto the Dash core chain (and also a conversion of Platform credits to Dash). Regarding Problem 3, it seems the question was answered already. |
I have a few question/remark/improvement and one bug but i will list/group them separately i each ticket so its easier to discuss.
So about Withdraw vs Transfer first.
Problem1)
Under Withdrawal there are 2 options:
I tried to withdraw and it showed the payout address first after i press the Withdraw...would be better to show this before pressing Withdraw so new users like myself don't get confused as to where the withdraw will actually send to!
Problem2)
On the Transfer option, how is that any different from the Transfer option from the Balance page?
vs
Is this only to Identity? And the other to regular address? IF so why not have them on the same page and have just two field for each!?
Its very confusing now as to what is what.
Problem3)
Also i tried to withdraw and it did not show in my receiving wallet. in Discord i was told that there should not be a waiting time now but i have been waiting for a few hours and i see it is still on pending from mnowatch. Any idea why?
The text was updated successfully, but these errors were encountered: