Hey guys, received my KMD from the swap. When will the REVS wallet will be available for importing the private keys? I didn't deposit to ICO site for REVS swap, how can i see how much REVS is sent to me? Do i search my BTCD address on REVS explorer (
http://revs.supernet.org/)?Also feedback on iguana GUI:
I have to do the whole dance of adding coin & entering seed every time i open the wallet. Is there a way for info to persist?
Also every time i goto EasyDEX or Explorer tabs and come back, my wallet selection is reset and i have to select KMD wallet everytime. It is annoying.
Thanks for replying

For the REVS we don't have any GUI yet, and thus I suspect importing the BTCD privatekey will be hard too. We will publish instructions as soon as it is easily doable. For the moment there is no rush though, no GUI and no REVS market.
Regarding the Iguana App question, Satinder gave an answer today in Slack.
Q: Why do we have to "add a coin" each time we start iguana app? Can't it remember our choices?That is because of iguanas performance system resources usage. This is just not about saving the modes and auto stating it on startup.
If system performance wasnt the matter I could have done it long time ago.
Each time a coin starts in Full mode, it uses full system resources
just for the time period of sync time.
Imagine running multiple of full mode coins running at the same time, and there are no resources left.
what you expect it will do?
crash iguana daemon!!
and that will give you non usable Iguana wallet (edited)
Not having this feature, is due to some reason.
And solving it in good manner needs some tricky ways to implement it. As some things are not supported directly from iguana core. like:
- stopping already running coin in particular mode
- stopping and starting the already running coin in another mode
- waiting for another full mode coin to reach Real Time sync, and Only then start next coin added to full mode to start sync, so it has some system resources available to use. Means queuing.
All of these are not available in iguana core daemon.
Ill have to make some custom code to handle these things.
so wait.