Marco
Marco
tso.set_count(5) is not working on my side: ``` try: tso = TwitterSearchOrder() tso.set_keywords(['Lucca']) tso.set_count(5) tso.set_result_type('recent') # tso.set_until(datetime.date(2016, 04, 27)) # tso.set_until(datetime.date(datetime.now())) ts = TwitterSearch( consumer_key = 'xxx', consumer_secret = 'xxx',...
I'm running multidoge on ubuntu 17.04. the client is working fine but it's not able to connect (not able to find the seed) I checked the log and I notice...
Hi, I'm using your wallet as well as breadwallet. From breadwallet I was able to get all private key of my wallets using [Trezor Deterministic Wallet Recovery](http://anaoum.github.io/trezor-recovery/) just using my...
What about give the ability to users to import their addresses in order to let them own private key? This would give user quite more confidence on security (especially after...