Bitcoin Forum
May 12, 2024, 06:30:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 55 »
1  Bitcoin / Bitcoin Technical Support / Re: Reinstalling Bitcoin-qt? on: January 03, 2014, 07:59:32 PM
I have lost the password for my Bitcoin-qt (have close to nothing in it), and I need to reinstall it but I don't want to waste my time downloading the whole blockchain. Can anybody tell me how to do this?

Don't do what the previous poster said, that isn't necessary Wink

Do this instead:

1- Close Bitcoin-qt
2- PRESS WINDOWS + R key.
3- Write: %APPDATA%
4- PRESS ENTER
5- CUT the file wallet.dat and paste in other location like C:\ (this is a backup of your wallet.dat, should you ever remember your password you can use this to access your lost Bitcoins again)
6- Open Bitcoin-qt again

Tada: Fresh wallet Smiley
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DOGE] ツ ツ POOL - DOGE.NETCODEPOOL.ORG - 3Gh/s - 3200 miners ツ ツ on: December 18, 2013, 11:57:15 PM
Frontend loaded, but same issue, after login get a disconnect.  Thank you!

Same problem here
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [DOGE] ツ ツ POOL - doge.netcodepool.org - Min 1 Doge auto cashout ツ ツ on: December 15, 2013, 05:29:02 PM
Seems to be down?
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Yacoin Wallet Corrupt on: December 14, 2013, 01:46:54 PM
Have you tried contacting the developer?

He doesn't seem to be active anymore I'm afraid Sad

Last Active:   May 09, 2013, 09:48:36 AM
5  Alternate cryptocurrencies / Altcoin Discussion / Yacoin Wallet Corrupt on: December 13, 2013, 03:50:30 PM
First of all, I know the altcoin section might be more appropriate for my questions, but I have already asked my question there, but there wasn't anybody able to help me, so hopefully I'm allowed to ask for help here.

Now on to my problem! I saved a wallet with about ~1600-1700 Yacoin which is worth over 0.25 BTC. I wanted to sell these, but upon opening my wallet, I'm getting the following error:



What I've tried:

1) Deleting everything in the Yacoin folder except the wallet.dat. Same thing.
2) Use the -salvagewallet option. This resulted in the following error:



3) Pywallet. It takes a bit of fiddling to get it to work on Yacoin via the otherversion switch, but I managed to get it to work with a fresh Yacoin wallet. No success with my corrupted version Sad It threw the following errors:

Traceback (most recent call last):
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2059, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2028, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1942, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1981, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes

4) I used an old Yacoin client, which I used during the time I mined those Yacoin. Didn't work either.
5) I inspected the wallet.dat with an Hex Editor. I managed to find the label of the address which holds my Yacoin and I found the address in plaintext. Looking on the Block Explorer, my Yacoin are still there.


I also managed to find a lot of instances of "63 6B 65 79 21 02" or in ASCII "ckey!.", which presumably indicates an encrypted private key follows, correct?

My main questions:
1) How long (in bytes) is the encrypted private key that follows?
2) What algorithm is used to encrypt these private keys and how can I manually decrypt these? (I know the passphrase)
3) I found 244 instances of "63 6B 65 79 21 02" or in ASCII "ckey!.". Is there any way how I can find out which of those belongs to the address which I found in plaintext in the wallet, or will I have to try them all to find the correct one?
4) Once I find the decrypted private key, I can import these via the console with importprivkey, correct?


Thank you very much in advance!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining on: December 09, 2013, 09:58:17 PM
Does anyone happen to know a formula to calculate how long it would take on average to find a block at the difficulty X with hashingpower Y?
7  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 08, 2013, 08:04:45 PM
Pywallet works fine on a new wallet, but fails on the corrupted wallet. I'm getting the following error:

Traceback (most recent call last):
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2059, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2028, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1942, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1981, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes

I get the same error on mine as well but client runs fine.

I probably have an ancient version of the client... havent update or launched it in months, just opened today and has a huge blockchain backlog so closed it.

This is on linux btw

Yeah, this wallet is quite old, so it was made with an old version
try running it on an old build... and then make a tx to a fresh address on the new wallet... If you know how to build on windows try checking out upto a very early commit. probably mid may, or earlier... or use linux.

I can give it a go on my old client if u send me the wallet and passphrase... but then i wouldnt trust me if i were you.

Still had an old version on my of my mining PCs, but it's crashing with the same error as the one in my first post Sad

Did you try clearing everything, leaving only the wallet in there and let the blockchain sync as usual?

Yes. Sad
8  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 08, 2013, 12:56:45 PM
Pywallet works fine on a new wallet, but fails on the corrupted wallet. I'm getting the following error:

Traceback (most recent call last):
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2059, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2028, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1942, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1981, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes

I get the same error on mine as well but client runs fine.

I probably have an ancient version of the client... havent update or launched it in months, just opened today and has a huge blockchain backlog so closed it.

This is on linux btw

Yeah, this wallet is quite old, so it was made with an old version
try running it on an old build... and then make a tx to a fresh address on the new wallet... If you know how to build on windows try checking out upto a very early commit. probably mid may, or earlier... or use linux.

I can give it a go on my old client if u send me the wallet and passphrase... but then i wouldnt trust me if i were you.

Still had an old version on my of my mining PCs, but it's crashing with the same error as the one in my first post Sad
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SRC] SecureCoin | A Fast and Secure Version of Bitcoin | LAUNCHED on: December 08, 2013, 12:55:32 PM
What is the current difficulty?
10  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 05, 2013, 05:34:47 PM
Pywallet works fine on a new wallet, but fails on the corrupted wallet. I'm getting the following error:

Traceback (most recent call last):
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2059, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2028, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1942, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1981, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes

I get the same error on mine as well but client runs fine.

I probably have an ancient version of the client... havent update or launched it in months, just opened today and has a huge blockchain backlog so closed it.

This is on linux btw

Yeah, this wallet is quite old, so it was made with an old version
11  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 05, 2013, 05:19:31 PM
Pywallet works fine on a new wallet, but fails on the corrupted wallet. I'm getting the following error:

Traceback (most recent call last):
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2059, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "C:\Users\Jaap\Desktop\pywallet.py", line 2028, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1942, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "C:\Users\Jaap\Desktop\pywallet.py", line 1981, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes
12  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 05, 2013, 05:02:10 PM
Okay, so I'm looking through the wallet.dat with a hex editor, and I've managed to find the Yacoin public address that contains my Yacoin in plaintext. Where exactly is the private key stored? And how would I decrypt it manually?

Edit: Trying to use pywallet now to salvage the private key. What value should I pass to the --otherversion= switch so it looks for Yacoin addresses rather than Bitcoin?

Edit2: Since addresses are base58 encoded and since Yacoin addresses start with an Y, that would be 31, correct? Let's see if this works Smiley

Edit3: Meh, not working. I've tried the following two commands:

C:\Users\Jaap\Desktop>pywallet.py --datadir="C:\Users\Jaap\AppData\Roaming\YaCoin" --otherversion=31 --dumpwallet

and

C:\Users\Jaap\Desktop>pywallet.py --datadir="C:\Users\Jaap\AppData\Roaming\YaCoin" --otherversion=31 --dumpwallet --passphrase=mypassphrase
13  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 05, 2013, 04:56:17 PM

Thanks for the link! Unfortunately when I use the -salvagewallet option I'm getting a different error:

14  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 05, 2013, 04:19:08 PM
Bump
15  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 04, 2013, 03:20:57 PM
Backup your current data folder including wallet.dat   

Go into current folder and delete everything except for wallet.dat

Wait for blockchain to download.

Keep your 100 YAC bounty  Wink

Already tried that. I am getting that error with a completely empty data folder except the wallet.dat file.
Removing the wallet.dat as well and Yacoin loads just fine.
16  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty: 100 YAC] Corrupted YAC Wallet on: December 04, 2013, 02:08:35 PM
Maybe you can try to dump the private key and import to new wallet.

How? Smiley

Edit: I'm not sure if that backup was encrypted. I'm fairly positive it was though, but I know the password, so it shouldn't be an issue.
17  Alternate cryptocurrencies / Altcoin Discussion / [Bounty: 100 YAC] Corrupted YAC Wallet on: December 04, 2013, 02:05:21 PM
I have an old backup of a YAC wallet containing ~1600 YACoins, but the wallet seems to be corrupt. When I try to start Yacoin with the wallet.dat in the correct directory I'm getting the following error:



I'm offering 100 YAC to whoever can help me recover my ~1600 YAC.
18  Bitcoin / Bitcoin Technical Support / Bitcoind Sendmany Change Address on: November 11, 2013, 11:35:05 AM
I was wondering if it is possible to use sendmany to specify a change address. Say I want to send 1 BTC to address A while address B is the address from which the client is sending the Bitcoins (Because it's the only address in the wallet containing any BTC), which contains 5 BTC. Can I use sendmany to do the following:

Create a sendmany transaction that:
-Sends 1 BTC to A
-Sends 4 BTC to B

Because address B is the only address containing any BTC, it will use the BTC from that address as the inputs. Since the output amount equals the input amount, this leaves no unspent inputs, so the client won't send any change to a new address C.

So would this be possible? Or will I have to use raw transactions for this? I prefer not to use raw transactions if I don't have to, because of the added risks of bugs causing BTC losses.
19  Bitcoin / Bitcoin Technical Support / Re: Bitcoind - Address for change on: September 10, 2013, 09:52:33 PM
Yes
No, although you can use raw transactions API or coin control fork.

Where can I get the latest coin control fork? And will I have to change anything at all to my current API calls to Bitcoind, or will it automatically send change back to the same address from where it came?
20  Bitcoin / Bitcoin Technical Support / Bitcoind - Address for change on: September 10, 2013, 08:59:05 PM
I know that Bitcoin-qt generates new addresses to send change to, but I was wondering if this behavior is the same for Bitcoind? If it is, is it possible to disable this feature? I'd like the change to go to the same address as where it came from, so I can always check the balance of a remote wallet. I'm aware of the implications this has for my anonymity. Thank you very much in advance!
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 55 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!