Author

Topic: syncronization issue (Read 604 times)

copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
January 29, 2016, 11:02:33 AM
#8

this is really awesome help, after googling i m going for electrum ?? is it the best choice

and once last question do i need to uninstall bitcoin core first from my laptop before i can install electrum?? or can both be installed on same laptop??


off course not running just install,run only electrum once installed?
Yes, electrum is one of the best wallets.

You should create a new electrum wallet and then sweep the bitcoin from your address instead of importing it.

You can run and install both at the same time but you should probably remove bitcoin core and the data directory to get more storage space.


it worked

balance is now showing in electrum

save the seed words is the only backup needed in electrum?? or any other kind of backup needed

For Electrum the seed is enough, yes. Make sure you protect it well as its also enough for someone to steal all your coins.
jr. member
Activity: 175
Merit: 2
January 29, 2016, 10:57:46 AM
#7

this is really awesome help, after googling i m going for electrum ?? is it the best choice

and once last question do i need to uninstall bitcoin core first from my laptop before i can install electrum?? or can both be installed on same laptop??


off course not running just install,run only electrum once installed?
Yes, electrum is one of the best wallets.

You should create a new electrum wallet and then sweep the bitcoin from your address instead of importing it.

You can run and install both at the same time but you should probably remove bitcoin core and the data directory to get more storage space.


it worked

balance is now showing in electrum

save the seed words is the only backup needed in electrum?? or any other kind of backup needed
staff
Activity: 3374
Merit: 6530
Just writing some code
January 29, 2016, 10:34:33 AM
#6

this is really awesome help, after googling i m going for electrum ?? is it the best choice

and once last question do i need to uninstall bitcoin core first from my laptop before i can install electrum?? or can both be installed on same laptop??


off course not running just install,run only electrum once installed?
Yes, electrum is one of the best wallets.

You should create a new electrum wallet and then sweep the bitcoin from your address instead of importing it.

You can run and install both at the same time but you should probably remove bitcoin core and the data directory to get more storage space.
jr. member
Activity: 175
Merit: 2
January 29, 2016, 10:30:01 AM
#5
In the "Help" menu of your wallet you'll find an option for "Debug Window".
Choose that option, and the Debug Window will open up.

In the Debug Window, you'll see a tab for "Console".
Choose that tab.

There will be a place at the bottom of the console where you can enter commands.

If you have not created a password for your wallet, then you can enter this command:
Code:
dumpprivkey theBitcoinAddressWhereYouGotPaid
Replacing the theBitcoinAddressWhereYouGotPaid with the actual bitcoin address that you had the payment sent to.

You should receive a string of 51 or 52 letters and numbers that starts with one of the following (5, L, or K).

This is the private key for your address. DO NOT SHARE THIS WITH ANYONE.  If anyone discovers this private key, they can take all of the bitcoins that you received at that address, and will be able to continue to take any bitcoins that you ever receive at that address again in the future.

Once you have your Private Key, you can choose some other wallet that does not need synchronization, and that allows importing of private keys.  Then you can import that private key into the new wallet and your bitcoins will be available to spend in the new wallet.  The method of importing will depend on which wallet you choose, so we can't help you with that until you've chosen your new wallet.

You could choose a wallet that does not allow you to import private keys.  If you want to do that, then you can set up a temporary wallet at blockchain.info, import the private key there, and immediately send the bitcoins from the temporary blockchain.info wallet to an address in the new wallet that you've chosen.

If your current wallet has a password, then before you run the dumpprivkey command you'll need to unlock the wallet with the following command:
Code:
walletpassphrase yourWalletPassWord seconds
Replacing the yourWalletPassWord with the password that you used to protect your wallet and replacing seconds with the number of seconds that you want the wallet to remain unlocked.

For example, if you used a password of fheaodienes and you want to unlock the wallet for 30 seconds then you would type:
Code:
walletpassphrase fheaodienes 30

this is really awesome help, after googling i m going for electrum ?? is it the best choice

and once last question do i need to uninstall bitcoin core first from my laptop before i can install electrum?? or can both be installed on same laptop??


off course not running just install,run only electrum once installed?
legendary
Activity: 3388
Merit: 4615
January 29, 2016, 09:25:55 AM
#4
In the "Help" menu of your wallet you'll find an option for "Debug Window".
Choose that option, and the Debug Window will open up.

In the Debug Window, you'll see a tab for "Console".
Choose that tab.

There will be a place at the bottom of the console where you can enter commands.

If you have not created a password for your wallet, then you can enter this command:
Code:
dumpprivkey theBitcoinAddressWhereYouGotPaid
Replacing the theBitcoinAddressWhereYouGotPaid with the actual bitcoin address that you had the payment sent to.

You should receive a string of 51 or 52 letters and numbers that starts with one of the following (5, L, or K).

This is the private key for your address. DO NOT SHARE THIS WITH ANYONE.  If anyone discovers this private key, they can take all of the bitcoins that you received at that address, and will be able to continue to take any bitcoins that you ever receive at that address again in the future.

Once you have your Private Key, you can choose some other wallet that does not need synchronization, and that allows importing of private keys.  Then you can import that private key into the new wallet and your bitcoins will be available to spend in the new wallet.  The method of importing will depend on which wallet you choose, so we can't help you with that until you've chosen your new wallet.

You could choose a wallet that does not allow you to import private keys.  If you want to do that, then you can set up a temporary wallet at blockchain.info, import the private key there, and immediately send the bitcoins from the temporary blockchain.info wallet to an address in the new wallet that you've chosen.

If your current wallet has a password, then before you run the dumpprivkey command you'll need to unlock the wallet with the following command:
Code:
walletpassphrase yourWalletPassWord seconds
Replacing the yourWalletPassWord with the password that you used to protect your wallet and replacing seconds with the number of seconds that you want the wallet to remain unlocked.

For example, if you used a password of fheaodienes and you want to unlock the wallet for 30 seconds then you would type:
Code:
walletpassphrase fheaodienes 30
jr. member
Activity: 175
Merit: 2
January 29, 2016, 08:48:24 AM
#3
Syncing bitcoin core will require 60+ Gb of discs, which you do not have. Your options are to either get a bigger hard drive or export your private key and import it to another lightweight client like Electrum which does not require the full blockchain.


export means take a backup?(single .dat file of few KB size) right? thats all i need ?

 sorry but offcourse not that techie like u,my apologies


many thanks for the reply dear
staff
Activity: 3374
Merit: 6530
Just writing some code
January 29, 2016, 08:40:14 AM
#2
Syncing bitcoin core will require 60+ Gb of discs, which you do not have. Your options are to either get a bigger hard drive or export your private key and import it to another lightweight client like Electrum which does not require the full blockchain.
jr. member
Activity: 175
Merit: 2
January 29, 2016, 08:35:52 AM
#1
HI

i just learned a bit about bitcoin 10 days back as i have to take a payout from some one in BITCOIN

installed bitcoin core on my laptop, didnt knew i have to syncronise it too, got my payment url fropam inside the bitcoin core wallet, and gave it to the company i needed to get paid, they paid but nothing showed in my bitcoin wallet so i googled and learned i need to have to syncronised

bitref.com though showing my payment received

soi started syncronisation been 2 daysas on slow net connection. now as i am under 1 yr 5 weeks behind i only have 17gb hdd space left,(after cleaning all i can from hdd)

now guys please tell me if space does not allow syncronise to complete what are my options to get my payment.  i have backed up wallet.dat file (but offcourse its with un synronised blockchains but my payment link/key must be in it, if i learn right)


really appreciate guys if some one can guide me through

regards
Jump to: