tygarbyte
Sr. Member
Offline
Activity: 300
Merit: 250
4mnth old Miner :-)
|
|
April 16, 2014, 11:18:42 AM |
|
this coin is so damn annoying. first it takes forever to load the wallet then forever to sync like few hours. and just now my wallet got corrupted for no reason it had thousands of coins in it. is there any way to recover them? the error i get is wallet.dat corrupted, salvage failed.
hope you have a backup of your wallet? since you have 000's of coins.
|
I mine therefor I am - WIN : WcLLYcZfHQAMMVwiaAtMECZQh1YfCPw88g
|
|
|
smackdownnn
Newbie
Offline
Activity: 12
Merit: 0
|
|
April 16, 2014, 11:22:53 AM |
|
even the backup shows as corrupted OMG i was outta town but my vps were mining for like 5 days all those coins gone. there were 217 vps mining in ypool alllll coins gone. what can i do now.
|
|
|
|
biteboy
|
|
April 16, 2014, 11:30:15 AM |
|
I'm also having a high rejection rate, but on my end, it's clearly just latency coupled with blocks being found too quickly... My shares get outdated easily :S On another note, anyone working on a cuda implementation for riecoin? I'll be (very) happy to test and give feedback on any early version
|
|
|
|
bitcoinvideos
|
|
April 16, 2014, 02:04:47 PM |
|
even the backup shows as corrupted OMG i was outta town but my vps were mining for like 5 days all those coins gone. there were 217 vps mining in ypool alllll coins gone. what can i do now. I would immediately shutdown the PC (so as not to overwrite older versions in random sectors) and use something like Spinrite or another free data recovery software to see if youj can recover an old version of the file. It's a long shot but loosing thousands of coins might be worth a shot. Good luck!
|
|
|
|
istudy92
Jr. Member
Offline
Activity: 59
Merit: 10
|
|
April 16, 2014, 04:10:28 PM |
|
The moment it was announced that 10k RIC was donated, and enough to start marketing mintpal ric volume increased10 btc isnt this nice=]
|
|
|
|
iocon
Newbie
Offline
Activity: 4
Merit: 0
|
|
April 16, 2014, 05:36:30 PM |
|
even the backup shows as corrupted OMG i was outta town but my vps were mining for like 5 days all those coins gone. there were 217 vps mining in ypool alllll coins gone. what can i do now. I would immediately shutdown the PC (so as not to overwrite older versions in random sectors) and use something like Spinrite or another free data recovery software to see if youj can recover an old version of the file. It's a long shot but loosing thousands of coins might be worth a shot. Good luck! Agree. First sign my SSD was failing a couple years ago was the bitcoin blockchain cache having to re-download. A few pokes at the drive later and I was cloning it and doing an RMA. You should be able to recover a wallet if you have any valid backup of it, correct? If it's a windows machine you may have "previous versions" of the file, even if you don't have any good real backups. Spinrite is also worth it even if you don't normally try to repair your own computers.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
April 16, 2014, 05:45:11 PM |
|
The moment it was announced that 10k RIC was donated, and enough to start marketing mintpal ric volume increased10 btc isnt this nice=]
I guess the foundation affects a lot more than I thought? Anyways, plans will be made this weekend with our marketing team (hopefully they aren't busy) to see how we can reach more people in and out of the crypto community.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
April 16, 2014, 05:50:08 PM |
|
Update: We havn't spent a single RIC (besides testing the wallet initially using my personal funds) so all RIC donated are still there. If someone can write a script that can parse the entire blockchain and search for our address, they can see I am telling the truth (please send me the script so I can use it too ). I would take a crack at it but currently working on an android app for Riecoin. It'd be nice to have it though. Easier way to confirm how much is in our address.
|
|
|
|
dddwww
Newbie
Offline
Activity: 6
Merit: 0
|
|
April 16, 2014, 06:53:20 PM Last edit: April 16, 2014, 07:04:33 PM by dddwww |
|
even the backup shows as corrupted OMG i was outta town but my vps were mining for like 5 days all those coins gone. there were 217 vps mining in ypool alllll coins gone. what can i do now. Remember, a wallet really doesn't "contain" any coins at all. If you have your private key you can recreate your wallet. For those that don't have their private key written down and put someplace safe, you should. Preferably several places if you have a lot of coins in your wallet. To find you private key if you are using the standard Riecoin wallet: Click Help->Debug Window and click on the Console tab Find your public key by typing the following in the Console window: validateaddress RIECOINADDRESS replace RIECOINADDRESS with your Riecoin address that is used to send coins to your wallet You should see something like this: { "isvalid" : true, "address" : "RIECOINADDRESS", "ismine" : true, "isscript" : false, "pubkey" : "yourpublickey", "iscompressed" : true, "account" : "Main" } yourpublickey is your public key, you should write that down as well If you have password protected your wallet, disable it for 60 secs as follows walletpassphrase yourwalletpassphrase 60 replace yourwalletpassphrase with your wallet passphrase Finally enter the following command in the console window dumpprivkey "yourpublickey" The console should display your private key, write that down. That is what you need to generate a wallet from scratch and recover your coins. Now if you lost your private key and your wallet.dat file is actually corrupted, ouch! Hope you have even older backups, you should make a primary backup the very first time you create your wallet, before you even send any coins to it. Any backup anywhere in time is sufficient to recover your coins.
|
|
|
|
mumus
|
|
April 16, 2014, 08:15:01 PM |
|
even the backup shows as corrupted OMG i was outta town but my vps were mining for like 5 days all those coins gone. there were 217 vps mining in ypool alllll coins gone. what can i do now. Remember, a wallet really doesn't "contain" any coins at all. If you have your private key you can recreate your wallet. For those that don't have their private key written down and put someplace safe, you should. Preferably several places if you have a lot of coins in your wallet. To find you private key if you are using the standard Riecoin wallet: Click Help->Debug Window and click on the Console tab Find your public key by typing the following in the Console window: validateaddress RIECOINADDRESS replace RIECOINADDRESS with your Riecoin address that is used to send coins to your wallet You should see something like this: { "isvalid" : true, "address" : "RIECOINADDRESS", "ismine" : true, "isscript" : false, "pubkey" : "yourpublickey", "iscompressed" : true, "account" : "Main" } yourpublickey is your public key, you should write that down as well If you have password protected your wallet, disable it for 60 secs as follows walletpassphrase yourwalletpassphrase 60 replace yourwalletpassphrase with your wallet passphrase Finally enter the following command in the console window dumpprivkey "yourpublickey" The console should display your private key, write that down. That is what you need to generate a wallet from scratch and recover your coins. Now if you lost your private key and your wallet.dat file is actually corrupted, ouch! Hope you have even older backups, you should make a primary backup the very first time you create your wallet, before you even send any coins to it. Any backup anywhere in time is sufficient to recover your coins. Hi, I would like to add some more clarification regarding storing private keys using the above mentioned method. This method only valid for so called "cold" wallet, the one that is not actively used to spend coins from. In the moment you start spending coins from a wallet using the Satoshi client (like bitcoin-qt), at each transaction the remaining coins are transferred to a new address with a new private key. More detailed and better explanation can be found here: http://bitzuma.com/posts/five-ways-to-lose-money-with-bitcoin-change-addresses/Also in order to "extract" all the addresses in use from a wallet.dat the recommended way is to use the "listaddressgroupings" command. This command will list all addresses and their balances stored in a wallet.dat. If you still want to export the private keys from a wallet.dat then you should use the addresses with positive balance got with listaddressgroupings.
|
|
|
|
smackdownnn
Newbie
Offline
Activity: 12
Merit: 0
|
|
April 16, 2014, 09:26:52 PM |
|
OMG!!! i got my wallet back again.. i couldnt recover by using previous version of file but i right click the whole folder and click previous version i could find previous version of whole folder and the client is starting up now and atleast its syncing.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
April 16, 2014, 09:30:42 PM |
|
Excellent community we have here
|
|
|
|
smackdownnn
Newbie
Offline
Activity: 12
Merit: 0
|
|
April 16, 2014, 10:25:51 PM |
|
the wallet is getting corrupted automatically when it comes near 4 days remaining. is there something i can do..ive mined a lotta coins in last 4 days. i can open ric client with my unsynced wallet. but when it tries to sync past 4 days remaining its getting corrupted. some database error in wallet.dat which then says wallet.dat corrupted. and also RIC client is stuck in rescanning for 30 minutes literally.
|
|
|
|
bitcoinvideos
|
|
April 16, 2014, 11:16:53 PM |
|
the wallet is getting corrupted automatically when it comes near 4 days remaining. is there something i can do..ive mined a lotta coins in last 4 days. i can open ric client with my unsynced wallet. but when it tries to sync past 4 days remaining its getting corrupted. some database error in wallet.dat which then says wallet.dat corrupted. and also RIC client is stuck in rescanning for 30 minutes literally.
I would backup the wallet again then create a new wallet and allow the whole thing to completely sync. Replace the new wallet with the old one and see what happens.
|
|
|
|
bitcoinvideos
|
|
April 16, 2014, 11:18:20 PM |
|
The moment it was announced that 10k RIC was donated, and enough to start marketing mintpal ric volume increased10 btc isnt this nice=]
I guess the foundation affects a lot more than I thought? Anyways, plans will be made this weekend with our marketing team (hopefully they aren't busy) to see how we can reach more people in and out of the crypto community. I'm back in town finally and will be available this weekend to be involved.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
April 16, 2014, 11:48:13 PM |
|
This is the UPDATED list of ALL transactions people have sent me. For security purposes, I decided only to reveal the first character and the last 5. SPECIAL THANKS TO THE DONATORS BELOW: 1.................891ee - 500RIC 3.................b6eb1 - 100RIC 2.................9f60c - 10RIC d.................2ad37 - 54.77496455RIC 4.................35952 - 207.9RIC 6.................79464 - 20RIC 2.................5d756 - 200RIC f..................19899 - 10RIC 3.................97268 - 20RIC 2.................393fd - 200RIC b.................0c24e - 10000RIC!!!! 5.................1f216 - 50RIC TOTAL: 11372.67496455RIC At current BTC price is approximately 1.69840124BTC. Every week, I will try to update the list so the community knows if any tx id are missing.
|
|
|
|
dga
|
|
April 17, 2014, 01:08:37 AM |
|
500 RIC to a working block explorer that can search by address (please note that this is my personal fund and not the foundation's fund. Not using the foundation fund recklessly so do not worry ). This seems like something the coin really needs now that there's at least one entity (the foundation) receiving payments via RIC for purposes other than holding/mining/trading. I'll augment this bounty - an additional 500 RIC to the person that northranger79510 determines has met the requirements for his bounty and that he pays 500 RIC to.
|
|
|
|
notsoshifty
|
|
April 17, 2014, 02:20:21 AM |
|
500 RIC to a working block explorer that can search by address (please note that this is my personal fund and not the foundation's fund. Not using the foundation fund recklessly so do not worry ). This seems like something the coin really needs now that there's at least one entity (the foundation) receiving payments via RIC for purposes other than holding/mining/trading. I'll augment this bounty - an additional 500 RIC to the person that northranger79510 determines has met the requirements for his bounty and that he pays 500 RIC to. I've pointed user 'fairglu' to this forum, as I think his block explorers (and difficulty charts) look pretty good: http://chainz.cryptoid.info/frq/It would be great if there was a RIC block explorer that had that sort of look & feel, plus showed the prime tuplets. The block explorer mentioned on the first page that does this often times out for me...
|
|
|
|
archit
|
|
April 17, 2014, 02:44:02 AM |
|
I am working on the blockchain explorer. Also I made a semi finished xpt open source server/proxy in C# for RIC at https://github.com/archit120/xptProxy . The code isn't complete and it's more of a proxy then a server but the basic idea is in there.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
April 17, 2014, 03:58:33 AM |
|
500 RIC to a working block explorer that can search by address (please note that this is my personal fund and not the foundation's fund. Not using the foundation fund recklessly so do not worry ). This seems like something the coin really needs now that there's at least one entity (the foundation) receiving payments via RIC for purposes other than holding/mining/trading. I'll augment this bounty - an additional 500 RIC to the person that northranger79510 determines has met the requirements for his bounty and that he pays 500 RIC to. I've pointed user 'fairglu' to this forum, as I think his block explorers (and difficulty charts) look pretty good: http://chainz.cryptoid.info/frq/It would be great if there was a RIC block explorer that had that sort of look & feel, plus showed the prime tuplets. The block explorer mentioned on the first page that does this often times out for me... Excellent. Thanks for helping us establish a block explorer.
|
|
|
|
|