On Tue, Apr 14, 2015 at 9:20 AM, Arco Mul <[email protected]> wrote:
> How exactly can I login an existing user? I tried the following way: > - start twisterd.exe and let it download the whole blockchain > - call: addwalletuser arco > - call: importprivkey <privkey> arco > > After that I would expect that the call 'getfollowing arco' returns the > users I follow. It doesn't though. It returns an empty array. I decided to > wait a bit, but they didn't appear at all. > Ok, I guess you've figured out already: you must obtain the list of your (public) followings from DHT and then transpose it to twisterd. Adding followers to twisterd is actually what makes it subscribe to each user's torrents. > AND some other points which are not blocking for me: > - on Windows cmd.exe I am not managing to set the -datadir=<data dir> > option correctly. Whatever path or notation I am using, it always tells me > it can find the directory. Anybody an idea about this? > Are you using cygwin port? I have never really figured out how to fix this, cygwin keeps saying that the path is unix format, and it is supposedly to translate to windows/cygwin but afaict it doesn't work. mingw port seems to work fine though. > - whenever I call importprivkey while the blockchain is being > downloaded/processed the deamon crashes immediately. Is it a bug? Shall I > report it on Github? > > yes, crash is always a bug ;-) regards, Miguel -- You received this message because you are subscribed to the Google Groups "twister-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
