also, simple wallet needs to be able to open wallets generated by walletd, otherwise we are not able to transfer balance out of it
walletd has a container file that can hold multiple wallets. These cannot be made compatible but walletd supports key export using the following RPC json function (same as for BCN):
https://wiki.bytecoin.org/wiki/Get_spend_keys_-_Bytecoin_RPC_Wallet_APITo workaround this simplewallet was added import/export keys feature. To export or import (or reset by re-create) a wallet you need both view key and spend key obtained from walletd API..
great thanks, now we just need to figure out why pools are not accepting blocks as found!