Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vikram

Pages: 1 ... 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 ... 82
946
Technical Support / Re: Import wallet error
« on: August 23, 2014, 08:09:40 pm »
When I try and import my exported backup wallet (on a usb drive), I get the error. "Failed to restore wallet backup. Your original wallet has been restored. Error: Bad Cast (7) Invalid cast from type 'string_type' to Object.

This is on a windows 8, running 0.4.5. It should be known that I tried to import this wallet into the same computer (after having fully un-installed Bitsharex), after reinstalling Bitsharex. How to proceed? Thanks


I even tried to import this wallet backup on a separate computer (mac), and I got the same error.

I have found the problem and backup creation on Windows will be fixed in 0.4.8.

To recover your existing backup, open the backup file in a text editor like Notepad and scroll all the way to the end. There is an extra comma at the end of the file; the last two lines will look like this:
Code: [Select]
},
]

Delete that comma and save the file, and let us know if you can successfully import after doing this.

947
Technical Support / Re: Import wallet error
« on: August 23, 2014, 07:29:05 pm »
I am looking into this. I suspect it is only a problem with backups created on Windows. Can anyone confirm whether backup import works correctly for them with backups created on Mac or Linux?

948
Any exchange that is brought on board -- make sure they subscribe to the BTSX update announcement thread: https://bitsharestalk.org/index.php?topic=7067.msg94189#msg94189

This is still beta quality software and it is extremely important exchanges know about all updates ASAP.

949
Not sure if this has been fixed in 4.7 but in 4.5 when exporting the wallet and then trying to import it back I got this error:



Looking into it: https://github.com/BitShares/bitshares_toolkit/issues/675

Can anyone confirm whether or not backup import works correctly on Mac GUI or Linux command line? I suspect the problem is only on Windows.

950
0.4.5 and 0.4.6 are affected by this bug. Users should upgrade to 0.4.7 and restore any missing transactions by running:
Code: [Select]
rescan 274524
When 0.4.8 is released, it will restore these transactions automatically.

Users who did not keep their wallet synced before upgrading to 0.4.5+ may need to do a full rescan (warning: this could take a long time) to restore previous missing transactions:
Code: [Select]
rescan

951
0.4.5 and 0.4.6 are affected by this bug. Users should upgrade to 0.4.7 and restore any missing transactions by running:
Code: [Select]
rescan 274524
When 0.4.8 is released, it will restore these transactions automatically.

Users who did not keep their wallet synced before upgrading to 0.4.5+ may need to do a full rescan (warning: this could take a long time) to restore previous missing transactions:
Code: [Select]
rescan

952
I know this has been asked before but I can't find it. What flag do I need to add so that I don't build the test cases?

make bitshares_toolkit

953
General Discussion / Re: How many shares of BTSX have been claimed?
« on: August 23, 2014, 12:08:56 am »
Take a look at the blockchain_unclaimed_genesis command in 0.4.6:
Code: [Select]
(wallet closed) >>> h blockchain_unclaimed_genesis
Usage:
blockchain_unclaimed_genesis
Returns the total shares in the genesis block which have never been fully or partially claimed.

Parameters:
  (none)

Returns:
  asset
(wallet closed) >>> blockchain_unclaimed_genesis
1,020,188,520.72767 BTSX

954
Technical Support / Re: unable to import wallet.dat
« on: August 22, 2014, 11:27:55 pm »
I am trying to import my wallet.dat into BitsharesX and getting this error:

"Failed to restore wallet backup. Your original wallet has been restored. Error: Bad Cast (7) Invalid cast from null_type to Array"

any clues? How do I proceed from here?

BitShares does not use wallet.dat files. If you are trying to import bitcoin/PTS private keys into BitShares, use the wallet_import_bitcoin command.

955
General Discussion / Re: Transaction (amount) display bug in 0.4.4?
« on: August 22, 2014, 10:36:59 pm »
Users with this problem please try 0.4.6 (https://github.com/dacsunlimited/bitsharesx/releases/tag/0.4.6) and let us know if it has been resolved.

956
The website seems to be on a minority fork.

957
General Discussion / Re: Ubuntu GUI how to?
« on: August 21, 2014, 11:15:42 pm »
It would be great to get this on the community wiki if it's not already there.

959
I recommend all delegates do not publish any price feeds until at least Monday, to give exchanges and other users sufficient time to upgrade.

960
General Discussion / Re: Transaction (amount) display bug in 0.4.4?
« on: August 21, 2014, 09:50:11 pm »
I found my latest transaction was displayed as 501 while it should be something much larger.
It's same for GUI and console "wallet_account_transaction_history".
When I dig deeper into the transaction details, I found that the transaction has 2 withdraw operations. The reported amount 501 is of the last withdraw operation. Now I want to know what amount the receiver will see. I guess it should be fine as there's always 1 deposit operation in the transaction.
For those who have the same issue, I think it's only an issue from sender side and receiver will still see the correct amount.
But it's really annoying to see the incorrect amount in the first glance.
Can someone have a check and fix it in 0.4.5? Thanks.

I am looking into this but unable to reproduce the problem yet. It would be very helpful if you could PM me the transaction ID for the transaction that is showing wrong.

Pages: 1 ... 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 ... 82