Ronald Bynoe
Ronald Bynoe
I use Armory and Mycelium exclusively as my live wallets, however I am getting several of these aluminum wallets for cold storage in-case something happens to my private keys: http://cryptocards.co/?product=bitcoin-orange-anodized-aluminium...
No useful input other than that looks pretty slick @bundabrg!
I'll try removing the history db when I get home tonight. Another insight into this that I'm seeing, is that the bot runs its "total earnings" report whenever it's launched,...
Correct, so for example, this morning my bot listed: ``` Earnings: ---------- 0.00037296 BTC in last 24hrs ``` But that's not correct, that was only the earnings between midnight GMT...
The message I received after moving the db out of the way is here: ``` $ mv loan_history.sqlite3 loan_history.sqlite3.old $ python lendingbot.py Welcome to Poloniex Lending Bot Started WebServer, lendingbot...
It's been about 8 hours since I restarted the bot, the 24 number is now correct, as you said it would be. However the lifetime earnings value is still under-reported...
Came here for this question, so there is no way to manage custodial accounts: to arbitrarily fund wallets, replace lost wallets, or close wallets and return the funds to the...
> Indeed, this gets the video data: > > ```python > media_id = self._search_regex( > r'''(?s)\bac\s*\.\s*media\s*=\s*\{\s*id\s*:\s*["']([a-f\d]{8}-(?:[a-f\d]{4}-){3}[a-f\d]{12})''', > webpage, 'media ID') > > api_key = self._search_regex( > r'''(?s)\bapiKey\s*:\s*["']([a-z\d-]+)''', > webpage, 'API...
Apologies, of course. Steps to Reproduce: 1. Go to https://iancoleman.io/bip39/ and generate a random 12-word seed 2. Scroll down, ensuring you're at the BIP44 tab and select any private key...
Got a little closer, I just went to https://www.bitaddress.org/ (where this was forked from) and the defect exists there too. I can generate a bip38 compressed private key on bitaddress.org,...