bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
April 04, 2017, 01:24:06 AM |
|
maybe you could try one of your wallet backups, they are automatically generated regularly inside your data directory/backups
just replace your current wallet.dat with one of the backups and try that.
, another option is to dump your private keys, remove your current wallet.dat from the data directory - the wallet will now generate an empty and new wallet on startup, then import your private keys.
- when i'm messing around like this, i generally copy the entire data directory for a total backup, this can then be used to replace anything i do.
back up wallet didn't work so were are the private keys so i can copy and dump? you need your address with the coins in, go to debug console and enter dumpprivkey xxxyouraddressherexxx this will output a bigger string, restart with an empty wallet and import key/s via debug console importprivkey xxyourprivatekeyherexxx this can take a while as the wallet rescans the blockchain for the new address, if you have lots of keys you can make it wait before rescan the full expected format of that command is (this output is from the honey wallet but it is the same): importprivkey <honeyprivkey> [label] [rescan=true] to make it wait tell it false until your final key, you can either give each address a label or leave it blank (example below uses "" which results in an empty label). importprivkey xxyourprivatekeyherexxxone "" false importprivkey xxyourprivatekeyherexxxtwo "" false importprivkey xxyourprivatekeyherexxxthree "" true again my general approach is to first copy the entire data directory for a total backup, this can then be used to replace anything i do.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
zephuros
Newbie
Offline
Activity: 49
Merit: 0
|
|
April 04, 2017, 02:34:20 AM |
|
maybe you could try one of your wallet backups, they are automatically generated regularly inside your data directory/backups
just replace your current wallet.dat with one of the backups and try that.
, another option is to dump your private keys, remove your current wallet.dat from the data directory - the wallet will now generate an empty and new wallet on startup, then import your private keys.
- when i'm messing around like this, i generally copy the entire data directory for a total backup, this can then be used to replace anything i do.
back up wallet didn't work so were are the private keys so i can copy and dump? you need your address with the coins in, go to debug console and enter dumpprivkey xxxyouraddressherexxx this will output a bigger string, restart with an empty wallet and import key/s via debug console importprivkey xxyourprivatekeyherexxx this can take a while as the wallet rescans the blockchain for the new address, if you have lots of keys you can make it wait before rescan the full expected format of that command is (this output is from the honey wallet but it is the same): importprivkey <honeyprivkey> [label] [rescan=true] to make it wait tell it false until your final key, you can either give each address a label or leave it blank (example below uses "" which results in an empty label). importprivkey xxyourprivatekeyherexxxone "" false importprivkey xxyourprivatekeyherexxxtwo "" false importprivkey xxyourprivatekeyherexxxthree "" true again my general approach is to first copy the entire data directory for a total backup, this can then be used to replace anything i do. Status: conflicted, has not been successfully broadcast yet Date: 4/3/2017 22:21 To: EHYY1xAy3RF9JYhZku9zmQuQtwn9xnD9SY Debit: -1.00 EXCL Transaction fee: -0.0001 EXCL Net amount: -1.0001 EXCL Transaction ID: 89c4f796b53e37a43e41022b3cb7b57e83fc30ae30ec956d3fa06f65ed7f3ead-000 same thing acts like i have no coins in wallet
|
|
|
|
wangerangatang
Newbie
Offline
Activity: 4
Merit: 0
|
|
April 04, 2017, 04:37:51 AM |
|
Anyone have an updated link to a linux qt version? The link on the first page is dead.
|
|
|
|
happycamper89
Newbie
Offline
Activity: 9
Merit: 0
|
|
April 04, 2017, 06:13:49 AM |
|
my wallet is trolling me and wont let me send founds out is anyone else having this problem? go into debug console and type "repairwallet" did that twice and got this then when i got to send it acts like everything is good and tells me coins already spent 05:19:17  "wallet check passed" : true 05:19:21  repairwallet 05:19:21  "wallet check passed" : true 05:28:03  repairwallet 05:28:04 "mismatched spent coins" : 2, "amount affected by repair" : 5001.80000000 05:28:09  repairwallet 05:28:09 "wallet check passed" : true here transaction from 6 hours ago Status: conflicted, has not been successfully broadcast yet Date: 4/3/2017 05:22 To: EHYY1xAy3RF9JYhZku9zmQuQtwn9xnD9SY Debit: -5000.00 EXCL Transaction fee: -0.0001 EXCL Net amount: -5000.0001 EXCL Transaction ID: 750a3b57a722667462258c65977b66ff5a2c5bd7ac604067be67852fc81ec2b2-000 and another one after i repaired wallet again Status: 0/unconfirmed Date: 4/2/2017 22:02 To: EHYY1xAy3RF9JYhZku9zmQuQtwn9xnD9SY Debit: -5000.00 EXCL Transaction fee: -0.0001 EXCL Net amount: -5000.0001 EXCL Transaction ID: 4ef19d9fa54f6d94fd9df0c5dc03f6d79da5d4fab3c02a4d33ccb38bea12890e-000 maybe you could try one of your wallet backups, they are automatically generated regularly inside your data directory/backups just replace your current wallet.dat with one of the backups and try that. , another option is to dump your private keys, remove your current wallet.dat from the data directory - the wallet will now generate an empty and new wallet on startup, then import your private keys. - when i'm messing around like this, i generally copy the entire data directory for a total backup, this can then be used to replace anything i do. back up wallet didn't work so were are the private keys so i can copy and dump? I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
April 04, 2017, 08:27:59 AM |
|
I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!
could you be more specific in what you've done please ?
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
happycamper89
Newbie
Offline
Activity: 9
Merit: 0
|
|
April 04, 2017, 08:38:05 AM Last edit: April 04, 2017, 09:17:55 AM by happycamper89 |
|
I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!
could you be more specific in what you've done please ? Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode.
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
April 04, 2017, 10:46:16 AM |
|
I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!
could you be more specific in what you've done please ? Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode. why cant you acccess the private keys now? have you tried different wallet backups?
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
BetterBets.io
|
|
April 05, 2017, 03:13:42 AM |
|
"moneysupply" : 4011961.00000000
Is this accurate only 4 million? We've been looking into some older coins lately, wasn't the supply much greater before or am I mistaken?
|
|
|
|
go6ooo1212
Legendary
Offline
Activity: 1512
Merit: 1000
quarkchain.io
|
|
April 05, 2017, 04:56:44 AM |
|
"moneysupply" : 4011961.00000000
Is this accurate only 4 million? We've been looking into some older coins lately, wasn't the supply much greater before or am I mistaken?
There was a denomination on the supply. Bittrex have been hosting it...
|
|
|
|
happycamper89
Newbie
Offline
Activity: 9
Merit: 0
|
|
April 05, 2017, 04:11:02 PM Last edit: April 05, 2017, 04:59:37 PM by happycamper89 |
|
I'm having the same problem here. I exported the wallet.dat and when i restarted my balance was set to ZERO! How can i get my coins back? the auto-backups don't seem to working and ive lost all transact history. Please help!
could you be more specific in what you've done please ? Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode. why cant you acccess the private keys now? have you tried different wallet backups? Its because now I have a different wallet entirely it seems. if I request a dumpprivkey on the console, I get this message: Private key for address EaAi5DsnT7Qmo2NEWQP7nweNPowTqnZmmj is not known (code -4). but I didn't do that before replacing the .dat file before so I think I lost my old wallet with all the coins. Damn. Question: In your guide you say to enter rpcallowip=127.*.*.*:* into the .conf file. Is that is supposed to be replaced with my specific ip address found through getpeerinfo?
|
|
|
|
gordob
Member
Offline
Activity: 148
Merit: 10
|
|
April 05, 2017, 04:28:51 PM |
|
EXCL is slowly creeping up again! makes sense, our tech is comparable to PIVX + DASH... we're sitting on a goldmine here, so let's get organized, starting with a slack channel! (I was with PIVX during the 2000% pump, and it wouldn't have been possible without their slack channel...) so yea, i've also setup a subreddit, as reddit is an awesome place to inform other crypto-communities about how great EXCL is, be sure to subscribe and comment and even help mod if you like! www.reddit.com/r/EXCLAgreed we need a slack channel @dev?
|
|
|
|
rendravolt
|
|
April 05, 2017, 04:30:50 PM |
|
Dump slowly and will end up to the original price.
|
|
|
|
wantrepreneur
|
|
April 05, 2017, 11:03:12 PM Last edit: April 05, 2017, 11:30:04 PM by wantrepreneur |
|
EXCL is slowly creeping up again! makes sense, our tech is comparable to PIVX + DASH... we're sitting on a goldmine here, so let's get organized, starting with a slack channel! (I was with PIVX during the 2000% pump, and it wouldn't have been possible without their slack channel...) so yea, i've also setup a subreddit, as reddit is an awesome place to inform other crypto-communities about how great EXCL is, be sure to subscribe and comment and even help mod if you like! www.reddit.com/r/EXCLAgreed we need a slack channel @dev? Agreed, a slack channel is next on the agenda, if dev doesn't make one soon I'm willing to make it for us. Trying to accumulate more EXCL in this price range, but buying on the market would pump price way too high, if anyone wants to sell 4-5 btc worth at this price PM me and we can work something out, thanks. EDIT: ok, the slack is up, invite link below: https://exclusivecoin.slack.com/shared_invite/MTY1MjY1MzY5NDI4LTE0OTE0MzQ3MDMtZjI1NGE1ZGEwOQ
|
|
|
|
exclusivecoin (OP)
Full Member
Offline
Activity: 195
Merit: 100
EXCL Coin Official Developer
|
|
April 06, 2017, 12:41:05 AM |
|
UPDATES/ROADMAP
Things we can do now: Fix some memory issue on wallets. Making ipv6 usage better on the network. Fork number of coins needed to make MasterNode to bigger number for example 7500.
Future updates: We are working and testing possible implementations of Zerocash protocol on the chain to get even more anonymous. We also test making testing Electrum wallet fork from dashpay/electrum-dash
Please discuss if you are interested in MN number change. This would require a hardfork so with this we could do more changes in the code too. Let us know your ideas and opinions.
|
|
|
|
wantrepreneur
|
|
April 06, 2017, 12:51:18 AM |
|
UPDATES/ROADMAP
Things we can do now: Fix some memory issue on wallets. Making ipv6 usage better on the network. Fork number of coins needed to make MasterNode to bigger number for example 7500.
Future updates: We are working and testing possible implementations of Zerocoin protocol on the chain to get even more anonymous. We also test making testing Electrum wallet fork from dashpay/electrum-dash
Please discuss if you are interested in MN number change. This would require a hardfork so with this we could do more changes in the code too. Let us know your ideas and opinions.
hey dev! interesting proposals, would changing the masternode coin requirement be to make hosting a masternode more profitable? I've actually thought it's cool that we only require 5k atm, could make us more ideal for the average buyer if these MN coins continue to become more expensive...but 5k or 10k, shouldn't make much of a difference either way! btw: it's great to see you're capable of these changes! (the TX dev seems incapable of doing anything so we should blow past them in marketcap soon )
|
|
|
|
voss836
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 06, 2017, 01:09:56 AM |
|
UPDATES/ROADMAP
Things we can do now: Fix some memory issue on wallets. Making ipv6 usage better on the network. Fork number of coins needed to make MasterNode to bigger number for example 7500.
Future updates: We are working and testing possible implementations of Zerocash protocol on the chain to get even more anonymous. We also test making testing Electrum wallet fork from dashpay/electrum-dash
Please discuss if you are interested in MN number change. This would require a hardfork so with this we could do more changes in the code too. Let us know your ideas and opinions.
If the number of coins needed for a masternode is raised won't that cause problems later on when the price increases? People will be less likely to have 7500 compared to 5000. Also what's happening with that major exchange integration? I'm glad to see some active development for this coin though, especially with the subreddit and slack channel to get more people involved
|
|
|
|
|
exclusivecoin (OP)
Full Member
Offline
Activity: 195
Merit: 100
EXCL Coin Official Developer
|
|
April 06, 2017, 01:46:14 AM |
|
If the number of coins needed for a masternode is raised won't that cause problems later on when the price increases? People will be less likely to have 7500 compared to 5000. Also what's happening with that major exchange integration? I'm glad to see some active development for this coin though, especially with the subreddit and slack channel to get more people involved
The exchange news are real just to not give them extra headaches we prefer to first update network than get added and few days later give them extra work. If we wanna do HF its best to be done before adding 3rd exchange which is around now. The deal is sure and i dont think anything can change with small delay - especially delay due to updating the coin. We are not sure about changing MN numbers - so you guys as community can speak.
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
April 06, 2017, 02:00:32 AM |
|
Yes I went into File, Backup Wallet .., saved the .dat file and then replaced the current .dat file with a previous auto-saved.dat file. I received an error message about the client not being found and the wallet crashed. I restarted the wallet with a zero balance although the block chain was still synced. I cannot access the private keys now. I may have just burned a masternode.
why cant you acccess the private keys now? have you tried different wallet backups? Its because now I have a different wallet entirely it seems. if I request a dumpprivkey on the console, I get this message: Private key for address EaAi5DsnT7Qmo2NEWQP7nweNPowTqnZmmj is not known (code -4). but I didn't do that before replacing the .dat file before so I think I lost my old wallet with all the coins. Damn. Question: In your guide you say to enter rpcallowip=127.*.*.*:* into the .conf file. Is that is supposed to be replaced with my specific ip address found through getpeerinfo? oooo, does sound bad :p there are 10 automatically created backups in my exclusivecoin/backups folder, do you have other ones to try? i assume that every time i start up it replaces the oldest one so make a backup of them all might be a good idea. rpcallowip=127.*.*.*:* is to allow local rpc connections such as miners for PoW, it is not actually necessary for the masternodes.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
wantrepreneur
|
|
April 06, 2017, 02:24:56 AM |
|
so far the 3 users in slack think 5k for a MN is a good number to stick with, but we're also curious about others opinions. is the 10% of rewards set in stone, or is that something else that maybe changed? not sure what % is ideal, but PIVX seems to be doing pretty well with 50% for MNs and the other 50% for stakers.
|
|
|
|
|