Pages:
Author

Topic: [ANN][Main] Bitcore- BTX - Datacarriersize up to 220 bytes - page 14. (Read 730496 times)

drm
legendary
Activity: 1176
Merit: 1005
Let's get back to 40$+ per coin, rooting for Bitcore.
full member
Activity: 358
Merit: 118
LEONtheGraphMaster

_____________________________________________

_
We're back at Discord

we're launching a new server, so we invite you to be part of it. Enter and share with us the best way of Discord

Discord is a chat application, similar to programs like Skype or TeamSpeak, or professional communications platforms like Slack.

We are waiting for you here!


DISCORD


BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2021
___
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
Many alts are pumping, any idea or analysis when we'll see BTX be the same as them?

So hard to say but the new website looks great and the dev team has done consistently great work on coding and design.  We should see a big run but with so many coins you need to get noticed.  That’s not easy. 

hero member
Activity: 2646
Merit: 584
Payment Gateway Allows Recurring Payments
Many alts are pumping, any idea or analysis when we'll see BTX be the same as them?
newbie
Activity: 50
Merit: 0

_____________________________________________

_
BitCore BTX - Minion Masters Contest No.1

You like to play something from time to time? We start a little competition.
The prizes are a few $BTX

What do you have to do?

Join the guild "BitCoreans BTX" and try to get the most points for the guild... Read the full article and rules on our Reddit


*The game is completely free. This contest is just for fun, please do not invest money to gain advantages. The playing cards are of equal strength for all players. The game is only for players over 16 years old.

RULES


BitCore Your Coin, Your Money https://i.imgur.com/ryEaIDQ.png

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2021
___
nice

full member
Activity: 358
Merit: 118
LEONtheGraphMaster

_____________________________________________

_
BitCore BTX - Minion Masters Contest No.1

You like to play something from time to time? We start a little competition.
The prizes are a few $BTX

What do you have to do?

Join the guild "BitCoreans BTX" and try to get the most points for the guild... Read the full article and rules on our Reddit


*The game is completely free. This contest is just for fun, please do not invest money to gain advantages. The playing cards are of equal strength for all players. The game is only for players over 16 years old.

RULES


BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2021
___
full member
Activity: 358
Merit: 118
LEONtheGraphMaster

_____________________________________________

_
Hey BitCoreans!!!

NOW! You can find BitCore BTX on the platform of our friends at Pecunia. Here you can rent the VPN service for your Masternodes and get all the information about our BitCore BTX Masternodes system

*Fact of interest: We have more than 1,566,600 BTX locked in Masternodes


Pecunia Platform


BitCore Your Coin, Your Money

Share & Retweet



___ANN Designed by DgCarlosLeon   |   BITCORE BTX - 2021
___
legendary
Activity: 2576
Merit: 1073
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Will it work even though I've now sent them, or are they lost? is backing up private keys the same as backing up wallet.dat?

I don't think your coins were actually sent. In any case, you cannot lose them, they are either on your old address, or on your hitBTC account. As you did not get them on hitBTC, they are most obviously still on your old address.

Backing up the private kays is not exactly the same as backing up the wallet.dat. "wallet.dat" contains more than just private keys, it has its own format, and might fail to get recognized by new wallet if the format is changed somehow, but your private keys should work in any case.

To backup them, (1) run the old wallet; (2) open the console in "Help->Debug Window"; (3) run "listaddressgroupings" command and take note of all the addresses you have coins on; (4) get the private keys for every address with nonzero balance, by running "dumpprivkey ADDRESS" command; (5) save all the privkeys in a text file; (6) close the old wallet.

To restore the saved private keys, (1) open the new wallet; (2) wait for it to fully synchronize; (3) open the console in "Help->Debug Window"; (4) run "importprivkey PRIVKEY" command for every bucked up private key; (5) wait a bit for the wallet to rescan the chain to see your balance.

Ok, when I run "listaddressgroupings" I get two addresses, both with zero balance.

I have Zero balance in the wallet and nothing in HitBTC

Well... Trying to send coins without syncing is always prone to problems. I really don't know why you were suggested to do that in the first place.

But still, I don't think your coins are lost. Just probably the wallet software is somewhat confused. What are your addresses? You can check them both in block explorer (https://chainz.cryptoid.info/btx/), to see if they actually have coins on them.

It is possible that your addresses contain coins, however the wallet doesn't show them, as it 'thinks' it has sent them.

In any case, I would suggest to back up the private keys of those two addresses, and then try to restore them on the new wallet - using the procedure I outlined above. If they actually have coins, you will see those coins in the new wallet.
newbie
Activity: 45
Merit: 0
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Will it work even though I've now sent them, or are they lost? is backing up private keys the same as backing up wallet.dat?

I don't think your coins were actually sent. In any case, you cannot lose them, they are either on your old address, or on your hitBTC account. As you did not get them on hitBTC, they are most obviously still on your old address.

Backing up the private kays is not exactly the same as backing up the wallet.dat. "wallet.dat" contains more than just private keys, it has its own format, and might fail to get recognized by new wallet if the format is changed somehow, but your private keys should work in any case.

To backup them, (1) run the old wallet; (2) open the console in "Help->Debug Window"; (3) run "listaddressgroupings" command and take note of all the addresses you have coins on; (4) get the private keys for every address with nonzero balance, by running "dumpprivkey ADDRESS" command; (5) save all the privkeys in a text file; (6) close the old wallet.

To restore the saved private keys, (1) open the new wallet; (2) wait for it to fully synchronize; (3) open the console in "Help->Debug Window"; (4) run "importprivkey PRIVKEY" command for every bucked up private key; (5) wait a bit for the wallet to rescan the chain to see your balance.

Ok, when I run "listaddressgroupings" I get two addresses, both with zero balance.

I have Zero balance in the wallet and nothing in HitBTC
sr. member
Activity: 590
Merit: 250
Owns of Waya Wolf Coin - WW Supports the Wolf Park
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Will it work even though I've now sent them, or are they lost? is backing up private keys the same as backing up wallet.dat?

Hello,

No!!  They are different but can be used to do the same thing.  Having a copy of your wallet.dat can just be inserted into the appropriate %APPDATA% folder and used to load the  wallets.  However, the privkey is stronger, in my opinion, since it is a key that will recreate the wallet.  The privkey is a code that can be printed and needs to be done for each address in the wallet.

Hope this helps.

Cheers,

Waya
legendary
Activity: 2576
Merit: 1073
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Will it work even though I've now sent them, or are they lost? is backing up private keys the same as backing up wallet.dat?

I don't think your coins were actually sent. In any case, you cannot lose them, they are either on your old address, or on your hitBTC account. As you did not get them on hitBTC, they are most obviously still on your old address.

Backing up the private kays is not exactly the same as backing up the wallet.dat. "wallet.dat" contains more than just private keys, it has its own format, and might fail to get recognized by new wallet if the format is changed somehow, but your private keys should work in any case.

To backup them, (1) run the old wallet; (2) open the console in "Help->Debug Window"; (3) run "listaddressgroupings" command and take note of all the addresses you have coins on; (4) get the private keys for every address with nonzero balance, by running "dumpprivkey ADDRESS" command; (5) save all the privkeys in a text file; (6) close the old wallet.

To restore the saved private keys, (1) open the new wallet; (2) wait for it to fully synchronize; (3) open the console in "Help->Debug Window"; (4) run "importprivkey PRIVKEY" command for every bucked up private key; (5) wait a bit for the wallet to rescan the chain to see your balance.
newbie
Activity: 50
Merit: 0
Sir...might I inquire as to when moon?
I hope as soon as possible, but I think it may take some time...we need a strong community which we dont have currently
hero member
Activity: 1466
Merit: 973
Sir...might I inquire as to when moon?
newbie
Activity: 50
Merit: 0
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Will it work even though I've now sent them, or are they lost? is backing up private keys the same as backing up wallet.dat?
Link to FAQ, it's explained: https://bitcore.cc/faq/
newbie
Activity: 45
Merit: 0
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Will it work even though I've now sent them, or are they lost? is backing up private keys the same as backing up wallet.dat?
legendary
Activity: 2576
Merit: 1073
Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?

You should not try to send them using the old wallet. It will not work. Try to do what uralcryptocoin suggested:

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one
newbie
Activity: 45
Merit: 0
Hi, I haven't been following crypto since 2018, and would like to know which wallet to use to gain access to BTX from back in 2018.  The latest 0.90.9.7 did not read my wallet.dat file.  Thanks for any help.

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Do you need to wait for the blockhain to download? mine hasn't been opened for a while and I'm not sure what I need to do, the progress bar hasn't moved since I opened it.

If your wallet will let you send the coins it should work. You do not need a copy of the blockchain to send coins. Only your private keys.

Well the wallet let me send them, but the transaction hasn't gone through. I was trying to send them to hitBTC, any ideas?
legendary
Activity: 1246
Merit: 1024
Hi, I haven't been following crypto since 2018, and would like to know which wallet to use to gain access to BTX from back in 2018.  The latest 0.90.9.7 did not read my wallet.dat file.  Thanks for any help.

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Do you need to wait for the blockhain to download? mine hasn't been opened for a while and I'm not sure what I need to do, the progress bar hasn't moved since I opened it.

If your wallet will let you send the coins it should work. You do not need a copy of the blockchain to send coins. Only your private keys.
newbie
Activity: 45
Merit: 0
Hi, I haven't been following crypto since 2018, and would like to know which wallet to use to gain access to BTX from back in 2018.  The latest 0.90.9.7 did not read my wallet.dat file.  Thanks for any help.

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one

Do you need to wait for the blockhain to download? mine hasn't been opened for a while and I'm not sure what I need to do, the progress bar hasn't moved since I opened it.
sr. member
Activity: 1042
Merit: 328
SIGNATURE CREATION by uralcryptocoin
Hi, I haven't been following crypto since 2018, and would like to know which wallet to use to gain access to BTX from back in 2018.  The latest 0.90.9.7 did not read my wallet.dat file.  Thanks for any help.

You can run the old wallet and back up your private keys (you do not need to sync it just backup private keys) and try to import them to the new one
Pages:
Jump to: