Bitcoin Forum
May 29, 2024, 07:15:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 [245] 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 ... 514 »
4881  Bitcoin / Armory / Re: How do I get online on: January 12, 2019, 01:43:29 AM
It is weird that Armory seems to accept your custom location to start with, but then looks for the blocks in another place:
2019-01-09 16:15:29 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2019-01-09 16:15:29 (INFO) -- ArmoryQt.py:1891 - Setting satoshi datadir = O:\btc-core\
.....
2019-01-09 16:15:29 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\david\AppData\Roaming/Bitcoin/blocks is not a valid path
Huh Undecided


I know it is not a valid path, the slashes are switched at the end.
That isn't actually a problem... that's more of a "display" issue with the \'s and /'s in the logs, than the reason it is "not a valid path".


Quote
I have created the config file armoryqt.conf with satoshi-datadir="o:\btc-core" inside it.  Placed that file in my appdata\armory, also o:\btc-core but still get that error in the logs. 
I have my Bitcoin datadir set as a "non-standard" location as well... "E:\Bitcoin". My armoryqt.conf file has the following content:
Code:
satoshi-datadir="E:\Bitcoin"

What settings do you have within Armory itself? Did you set it with "Let Armory run Bitcoin Core/bitcoind in the background"? and did you try to configure the Blockchain and DB paths there?

I have both the "let armory run Bitcoin" box UNticked... and the paths are empty... (it shows the correct paths below the text boxes):


I manually run Bitcoin Core (GUI client)... and then start Armory afterwards. It seems to find the running instance of Bitcoin Core ok... and also finds the correct blocks folder in the custom location.
4882  Bitcoin / Armory / Re: Armory offline and no won't load db on: January 09, 2019, 03:32:46 AM
I have Bitcoin Core installed and synced.
Did you install/configure Bitcoin Core to store the blocks in a non-standard location during the first run/setup?

If you run Bitcoin Core and look at the "Help -> Debug Window -> Information"... what is the value of "Datadir"? Huh

4883  Bitcoin / Electrum / Re: Seeds segwit to standard? on: January 09, 2019, 03:29:58 AM
Is there a way to convert a standard seed into a segwit one? I also want to know if I change the first letter on an xpub to z is it then a zpub or is it completely different checksum wise?
Just to go back to your original query... I stumbled across this today and thought of this thread: https://jlopp.github.io/xpub-converter/

4884  Bitcoin / Wallet software / Re: Coinomi Desktop on: January 09, 2019, 03:24:36 AM
Do you guys see the export wallet option from the menu?
I'm not sure what you mean by export wallet? Huh Do you mean backup? or something else? Huh The only thing I can see in the settings is the "Show Recovery Phrase" option which, of course, gives you the BIP39 seed mnemonic that you can use to move to a different wallet.


Quote
and the sign message feature?
This feature I definitely cannot find... but it is just a beta, so hopefully they'll add in more features as they go Smiley
4885  Bitcoin / Electrum / Re: Electrum download riddled with virus or malware? on: January 08, 2019, 08:39:12 PM
Seems that the devs updated the PyInstaller version being used to package up Electrum and this has triggered all the shitty AV apps to declare Electrum as possible malware: https://github.com/spesmilo/electrum/issues/4986#issuecomment-451385953

4886  Bitcoin / Wallet software / Re: Coinomi Desktop on: January 08, 2019, 08:03:16 PM
I've just checked the website and apparently, the wallet is out If anyone is interested in trying it. It says Beta though so It may not be what we're expecting.
Downloaded it for shits and giggles... it doesn't look too bad. Has dark and light themes which I appreciate (I prefer dark).

Seems to support a large number of coins... NOTE: adding a large number of coins causes the program to lag a bit (and suck up lots of network bandwidth) during initial startup as it tries to refresh all coins etc.

Generates bc1, P2SH-P2WPKH and "legacy" addresses (for Bitcoin anyway)... labelled as Default, Compatibility and Legacy, respectively.



However, it appears to be generating Xpubs for all 3 address types... instead of Z, Y and X that I know Electrum generates... So, I'm not sure if this may lead to issues later.


EDIT: Ian Coleman BIP39 tool says these xpubs are invalid! but bip32.org will accept them???


Has builtin exchange functionality with ShapeShift and Changelly.



Other than that, it's an 80+megabyte download and definitely looks a LOT more polished than the "alpha" that I previously posted about.
4887  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 08, 2019, 07:26:55 PM
Honestly, that is very strange... it seems like your connection to Electrum servers specifically are being blocked. It is possible there is an outgoing firewall rule blocking your connection... But I'm honestly just guessing really.

Are you running on Windows or Linux?
Are you running via a VPN or using TOR or any other "custom" network setup on your PC and/or router?
4888  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 08, 2019, 04:41:13 AM
I'm currently connected to the following:

Server: dedi.jochen-hoenicke.de
Port: 50002

I'd also try: electrum.hsmiths.com

NOTE: You can't click on the servers shown on the "Overview" tab. So, in the Network dialog, make sure you click the "Server" tab at the top... and "uncheck" the 'Select server automatically' box... then you should be able to enter what you want in the box (or double click the servers in the list below).

After selecting the new server, if you don't see the "green" dot... try closing down Electrum and restarting.


As for recovering the coins, it is complicated by the fact that you're trying to recover from what is effectively a "multisig" address. You can't just import a private key (or seed) into another wallet and away you go Undecided

You'd probably need to manually create and sign the multisig transaction... not impossible, but not exactly a "couple of clicks" type activity either Wink
4889  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 08, 2019, 02:35:57 AM
Ok, see if you can see this: https://api.trustedcoin.com/2/tos?billing_plan=electrum-per-tx-otp

I'm wondering if there is some sort of network issue on your end blocking Electrum traffic for some reason? Seems weird that you cannot connect to any servers... Undecided
4890  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 08, 2019, 02:26:16 AM
I just tried and was able to create a new 2FA wallet and it retrieved the ToS for TrustedCoin fine. Maybe its a DNS/routing issue on your end? Huh Can you view https://api.trustedcoin.com/#/electrum-help Huh

So, I guess, your options are to either wait and try again later... or restore without the 2FA.

If you go for the 2nd option, it'll basically revert to the same functionality as a 2-of-2 multisig wallet where both sets of private keys are in the same wallet... you might want to consider moving your coins to a new wallet to prevent any issues further down the road.

If you aren't pressed for time, maybe wait for a bit and try again later to see if the TrustedCoin works? Huh


EDIT: see if you can access this in your browser: https://api.trustedcoin.com/2/tos?billing_plan=electrum-per-tx-otp
4891  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 08, 2019, 02:10:23 AM
Terms of Service? Are you using a "2FA" wallet that uses the TrustedCoin service? Huh

What is the seed type shown as when you started to restore the wallet?

4892  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 08, 2019, 12:10:21 AM
Am I on an older version (2.5.4) and should I just keep working through the server list? 
Wait... you're using version 2.5.4 of Electrum??!? Shocked Shocked Shocked

Yeah, that'll be your issue... older versions are known to have sync issues. Update to 3.3.2 here: https://electrum.org/#download
4893  Bitcoin / Electrum / Re: Electrum support question... pending transaction (long time) on: January 07, 2019, 11:36:17 PM
Click the coloured dot in the bottom right corner... and see what the number of blocks showing under "blockchain" is...

If it isn't showing "557502 blocks" or higher, then the server you are connected to is lagging and not updating properly. Try switching to a different server.


Also, what colour is the dot in the bottom right corner? Is it green?
4894  Bitcoin / Electrum / Re: Please Help! Deleted my electrum wallet - what to do? on: January 07, 2019, 11:33:21 PM
i accidentally deleted my electrum wallet with BTC on it from my computer! But i still have the private key.
thanks ...
But first i need to download it from https://electrum.org ... Correct?
Do you mean that you uninstalled the Electrum program by accident? As opposed to deleting the actual wallet file from your PC? Huh

If you just uninstalled the app, your actual wallet file will NOT have been deleted. It is stored in a folder structure that is normally "hidden" by default. In this case, you can simply reinstall Electrum and it will automatically find your wallet file again.

However, if you actually deleted the wallet file (reformat, deleted appdata folder etc) then you will need to restore using the 12 word seed mnemonic that you have.
4895  Bitcoin / Electrum / Re: Electrum problem on: January 07, 2019, 11:21:56 PM
Seeing as how it is a single address, if you goto a block explorer and lookup that address, how many transactions do you see?

Also, what country are you in? Is it possible that your country has started blocking traffic? I recall that Russian users have had issues with Electrum...
4896  Bitcoin / Electrum / Re: Linux - error installing electrum 3.3.2 on: January 07, 2019, 11:03:49 PM
The directory '/home/my idrectory/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Possibly stating the obvious... but did you follow the suggestion in the error message and use "sudo -H..."? Huh
4897  Bitcoin / Electrum / Re: ERROR Electrum Addresses on: January 07, 2019, 10:58:26 PM
I can't think of a single reason to not use bech32 (segwit, ḅc1.. addresses).

Most exchanges don't support bech32 addresses so people have difficulty withdrawing to their wallets.
Pretty much this is the biggest reason preventing widespread implementation of bech32. Lack of support.

It is a catch-22 situation... users won't use it until services support it... services won't support it until users are "demanding" it. Undecided


For now, you can get the best of both worlds, universal address support and segwit benefits by using the nested segwit (P2SH-P2WPKH) "3" type addresses
4898  Bitcoin / Development & Technical Discussion / Re: Pywallet 2.2: manage your wallet [Update required] on: January 07, 2019, 10:37:50 PM
That look like it might just be an unfortunate coding error: https://github.com/jackjack-jj/pywallet/blob/master/pywallet.py#L4739

The "2.2" version seems to be used elsewhere in the code: https://github.com/jackjack-jj/pywallet/blob/master/pywallet.py#L3

*shrug*

In any case, if it isn't finding keys in your "wallet.dat", then something else is going wrong... are you getting any errors displayed? is the wallet.dat encrypted?
4899  Bitcoin / Hardware wallets / Re: Ledger Nano X - new mobile focused hardware wallet on: January 07, 2019, 09:19:11 PM
Edit: Sad thing is the OTG cable for the Ledger S is f**-ing expensive. 30% of the price of the device.
And i read somewhere a generic OTG cable won't work.
There is no difference between the OTG cable sold by Ledger and any regular one.
Yeah, can confirm 100% that any OTG cable should work... Ledger isn't doing anything "proprietary" here... I have a cheap-as OTG micro-usb to USB socket adapter that I got from AliExpress for $1 (incl shipping)... and a very short USB-A to micro-usb cable.

Have used successfully with Ledger (and Trezor) and Mycelium, on an old S5. Haven't tried with my newer phone which is USB-C, as I'm still waiting for AliExpress to deliver the adapter Wink



As for the Ledger X... I don't need storage space for 100 coin apps... and I don't really need BT support either, think I'll stick with the Nano S (and Trezor One) for now
4900  Bitcoin / Mycelium / Re: Mycelium Bitcoin Wallet on: January 07, 2019, 09:02:51 PM
Yeah... sounds like an issue with the Mycelium servers. Probably a timeout so your wallet updates to the info it has, ie. "zero"... Then when you refresh, it connects and finds the correct info.

If you're concerned, just check your addresses on a blockexplorer... if the BTC is still there, then your coins are safe. Wink The only time you really need to worry is when you see a transaction that you did not create and send! Shocked
Pages: « 1 ... 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 [245] 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!