Author Topic: I live in Germany, I Shapeshifted money to my BTS id, it still isn't available  (Read 4381 times)

0 Members and 1 Guest are viewing this topic.

Offline kenCode

  • Hero Member
  • *****
  • Posts: 2283
    • View Profile
    • Agorise
Hmm would need to look at your log files to see why you are stuck. First it might be easier if you just go into "/home/mama/.BitShares" and delete everything EXCEPT for the "wallets" folder and see if it syncs from scratch that way.

BINGO! That did the trick. I deleted all folders AND files in the .BitShares folder EXCEPT for the wallets folder.
Then I started up the Bitshares client.
It took about 4 hours to resync, but all of the bitshares I bought from shapeshift and the 50 cents i bought thru metaexchange all show in there now in the transaction and are also reflected in my new balance.
Hopefully the bitshares client will have a gui way to do that in the future in case of a corrupted file or something (i assume that's what happened to me).
Thanx vikram, favdesu and Shentist! My votes have been cast for you!! :)
Prost, -ken
kenCode - Decentraliser @ Agorise
Matrix/Keybase/Hive/Commun/Github: @Agorise
www.PalmPay.chat

Offline vikram

Hmm would need to look at your log files to see why you are stuck. First it might be easier if you just go into "/home/mama/.BitShares" and delete everything EXCEPT for the "wallets" folder and see if it syncs from scratch that way.

Offline kenCode

  • Hero Member
  • *****
  • Posts: 2283
    • View Profile
    • Agorise
You need to run the command "get_info". Output will look like this:
Code: [Select]
{
  "blockchain_head_block_num": 1953169,
  "blockchain_head_block_age": "4 seconds old",
  "blockchain_head_block_timestamp": "2015-03-05T20:50:50",
  "blockchain_head_block_id": "0fda725d08f052997c11b179afd07597f6103008",
  "blockchain_average_delegate_participation": "100.00 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": "2,503,016,838.31393 BTS",
  "blockchain_blocks_left_in_round": 70,
  "blockchain_next_round_time": "at least 12 minutes in the future",
  "blockchain_next_round_timestamp": "2015-03-05T21:02:30",
  "blockchain_random_seed": "4f4c7c03d790b78823ad0c1cc6e690d04f033147",
  "client_data_dir": "/home/vikram/.BitShares",
  "client_version": "0.6.0-339-gf3409f0",
  "network_num_connections": 86,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-03-05T20:50:54",
  "ntp_time_error": 0.0049849999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "16 weeks in the future",
  "wallet_unlocked_until_timestamp": "2015-06-28T20:32:14",
  "wallet_last_scanned_block_timestamp": "2015-01-12T06:12:30",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "5 minutes in the future",
  "wallet_next_block_production_timestamp": "2015-03-05T20:55:30"
}

here's what it says:
 
>> get_info

{
  "blockchain_head_block_num": 1879239,
  "blockchain_head_block_age": "9 days old",
  "blockchain_head_block_timestamp": "2015-02-25T06:16:50",
  "blockchain_average_delegate_participation": "0.14 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": "2,501,897,662.46765 BTS",
  "blockchain_blocks_left_in_round": 68,
  "blockchain_next_round_time": "at least 11 minutes in the future",
  "blockchain_next_round_timestamp": "2015-03-05T21:45:40",
  "blockchain_random_seed": "e63d99ad564723dab849e446f5c41dd09d49657e",
  "client_data_dir": "/home/mama/.BitShares",
  "client_version": "0.6.1",
  "network_num_connections": 19,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-03-05T21:34:24",
  "ntp_time_error": 0.42873099999999997,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "2015-03-17T11:17:48",
  "wallet_last_scanned_block_timestamp": "2015-02-23T20:36:50",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}
kenCode - Decentraliser @ Agorise
Matrix/Keybase/Hive/Commun/Github: @Agorise
www.PalmPay.chat

Offline Shentist

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 1601
    • View Profile
    • metaexchange
  • BitShares: shentist
yeah, you should get the client get running before you trying to transfer funds. Otherwise you will not get the nice experience how fast and conviened this is.

In the past i installed many times, so maybe just install new and import your last wallet backup. Then you have to wait for the download of the blockchain, but it worked for me much better, then to try syncing the old ones.

Offline vikram

You need to run the command "get_info". Output will look like this:
Code: [Select]
{
  "blockchain_head_block_num": 1953169,
  "blockchain_head_block_age": "4 seconds old",
  "blockchain_head_block_timestamp": "2015-03-05T20:50:50",
  "blockchain_head_block_id": "0fda725d08f052997c11b179afd07597f6103008",
  "blockchain_average_delegate_participation": "100.00 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_share_supply": "2,503,016,838.31393 BTS",
  "blockchain_blocks_left_in_round": 70,
  "blockchain_next_round_time": "at least 12 minutes in the future",
  "blockchain_next_round_timestamp": "2015-03-05T21:02:30",
  "blockchain_random_seed": "4f4c7c03d790b78823ad0c1cc6e690d04f033147",
  "client_data_dir": "/home/vikram/.BitShares",
  "client_version": "0.6.0-339-gf3409f0",
  "network_num_connections": 86,
  "network_num_connections_max": 200,
  "network_chain_downloader_running": false,
  "network_chain_downloader_blocks_remaining": null,
  "ntp_time": "2015-03-05T20:50:54",
  "ntp_time_error": 0.0049849999999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "16 weeks in the future",
  "wallet_unlocked_until_timestamp": "2015-06-28T20:32:14",
  "wallet_last_scanned_block_timestamp": "2015-01-12T06:12:30",
  "wallet_scan_progress": "100.00 %",
  "wallet_block_production_enabled": true,
  "wallet_next_block_production_time": "5 minutes in the future",
  "wallet_next_block_production_timestamp": "2015-03-05T20:55:30"
}

Offline kenCode

  • Hero Member
  • *****
  • Posts: 2283
    • View Profile
    • Agorise
Your client is not syncing for some reason. First what is the output when you run console (console tab is under Advanced) command "get_info" ?

                                                                                                   
get_info                                                                                           
get_registration_requests                                                                           
help [command_name]                                                                                 
http_start_server [port]                                                                           
mail_archive_message <message_id>                                                                   
mail_cancel_message <message_id>                                                                   
mail_check_new_messages [get_old_messages]                                                         
mail_fetch_inventory <owner> <start_time> [limit]                                                   
mail_fetch_message <inventory_id>                                                                   
mail_get_archive_messages                                                                           
mail_get_message <message_id>                                                                       
mail_get_messages_from <sender>                                                                     
mail_get_messages_in_conversation <account_one> <account_two>                                       
mail_get_messages_to <recipient>                                                                   
mail_get_processing_messages                                                                       
mail_inbox                                                                                         
mail_remove_message <message_id>                                                                   
mail_retry_send <message_id>                                                                       
mail_send <from> <to> <subject> <body> [reply_to]                                                   
mail_store_message <message>                                                                       
meta_help                                                                                           
network_add_node <node> [command]                                                                   
network_broadcast_transaction <transaction_to_broadcast>                                           
network_get_advanced_node_parameters                                                               
network_get_block_propagation_data <block_hash>                                                     
network_get_connection_count                                                                       
network_get_info                                                                                   
network_get_peer_info [not_firewalled]                                                             
network_get_transaction_propagation_data <transaction_id>                                           
network_get_upnp_info                                                                               
network_get_usage_stats                                                                             
network_list_potential_peers                                                                       
network_set_advanced_node_parameters <params>                                                       
network_set_allowed_peers <allowed_peers>                                                           
ntp_update_time                                                                                     
request_register_account <account>                                                                 
rpc_set_password [password]                                                                         
rpc_set_username [username]                                                                         
rpc_start_server [port]                                                                             
stop                                                                                               
validate_address <address>                                                                         
wallet_account_balance [account_name]                                                               
wallet_account_balance_extended [account_name]                                                     
wallet_account_balance_ids [account_name]                                                           
wallet_account_create <account_name> [private_data]                                                 
wallet_account_list_public_keys <account_name>                                                     
wallet_account_order_list [account_name] [limit]                                                   
wallet_account_register <account_name> <pay_from_account> [public_data] [delegate_pay_rate] [account_type]
wallet_account_rename <current_account_name> <new_account_name>                                     
wallet_account_retract <account_to_retract> <pay_from_account>                                     
wallet_account_set_approval <account_name> [approval]                                               
wallet_account_set_favorite <account_name> [is_favorite]                                           
wallet_account_transaction_history [account_name] [asset_symbol] [limit] [start_block_num] [end_block_num]
wallet_account_update_active_key <account_to_update> <pay_from_account> [new_active_key]           
wallet_account_update_private_data <account_name> [private_data]                                   
wallet_account_update_registration <account_name> <pay_from_account> [public_data] [delegate_pay_rate]
wallet_account_vesting_balances [account_name]                                                     
wallet_account_vote_summary [account_name]                                                         
wallet_account_yield [account_name]                                                                 
wallet_add_contact_account <account_name> <account_key>                                             
wallet_add_transaction_note_experimental <transaction_id> <note>                                   
wallet_address_create <account_name> [label] [legacy_network_byte]                                 
wallet_asset_authorize_key <paying_account> <symbol> <address> [meta]                               
wallet_asset_create <symbol> <asset_name> <issuer_name> <description> <maximum_share_supply> <precision> [public_data] [is_market_issued]
wallet_asset_issue <amount> <symbol> <to_account_name> [memo_message]                               
wallet_asset_issue_to_addresses <symbol> <addresses>                                               
wallet_asset_update <symbol> [name] [description] [public_data] [maximum_share_supply] [precision] [issuer_transaction_fee] [issuer_market_fee] [flags] [issuer_permissions] [issuer_account_name] [required_sigs] [authority]
wallet_backup_create <json_filename>                                                               
wallet_backup_restore <json_filename> <wallet_name> <imported_wallet_passphrase>                   
wallet_balance_set_vote_info <balance_id> [voter_address] [strategy] [sign_and_broadcast] [builder_path]
wallet_builder_add_signature <builder> [broadcast]                                                 
wallet_builder_file_add_signature [builder_path] [broadcast]                                       
wallet_burn <amount_to_burn> <asset_symbol> <from_account_name> <for_or_against> <to_account_name> [public_message] [anonymous]
wallet_cancel_scan                                                                                 
wallet_change_passphrase <passphrase>                                                               
wallet_check_vote_status <account>                                                                 
wallet_close                                                                                       
wallet_collect_genesis_balances <account_name>                                                     
wallet_collect_vested_balances <account_name>                                                       
wallet_create <wallet_name> <new_passphrase> [brain_key]                                           
wallet_delegate_set_block_production <delegate_name> <enabled>                                     
wallet_delegate_update_signing_key <authorizing_account_name> <delegate_name> <signing_key>         
wallet_delegate_withdraw_pay <delegate_name> <to_account_name> <amount_to_withdraw>                 
wallet_dump_account_private_key <account_name> <key_type>                                           
wallet_dump_private_key <input>                                                                     
wallet_escrow_summary [account_name]                                                               
wallet_generate_brain_seed                                                                         
wallet_get_account <account_name>                                                                   
wallet_get_account_public_address <account_name>                                                   
wallet_get_info                                                                                     
wallet_get_name                                                                                     
wallet_get_pending_transaction_errors [filename]                                                   
wallet_get_setting <name>                                                                           
wallet_get_transaction <transaction_id>                                                             
wallet_get_transaction_fee [symbol]                                                                 
wallet_import_bitcoin <wallet_filename> <passphrase> <account_name>                                 
wallet_import_electrum <wallet_filename> <passphrase> <account_name>                               
wallet_import_keyhotee <firstname> <middlename> <lastname> <brainkey> <keyhoteeid>                 
wallet_import_keys_from_json <json_filename> <imported_wallet_passphrase> <account>                 
wallet_import_private_key <wif_key> [account_name] [create_new_account] [rescan]                   
wallet_list                                                                                         
wallet_list_accounts                                                                               
wallet_list_favorite_accounts                                                                       
wallet_list_my_accounts                                                                             
wallet_list_unregistered_accounts                                                                   
wallet_lock                                                                                         
wallet_login_finish <server_key> <client_key> <client_signature>                                   
wallet_login_start <server_account>                                                                 
wallet_mail_create <sender> <subject> <body> [reply_to]                                             
wallet_mail_encrypt <recipient> <plaintext>                                                         
wallet_mail_open <recipient> <ciphertext>                                                           
wallet_market_add_collateral <from_account_name> <cover_id> <real_quantity_collateral_to_add>       
wallet_market_batch_update <cancel_order_ids> <new_orders> <sign>                                   
wallet_market_cancel_order <order_id>                                                               
wallet_market_cancel_orders <order_ids>                                                             
wallet_market_cover <from_account_name> <quantity> <quantity_symbol> <cover_id>                     
wallet_market_order_list <base_symbol> <quote_symbol> [limit] [account_name]                       
wallet_market_sell <from_account_name> <sell_quantity> <sell_quantity_symbol> [price_limit] [price_symbol] [relative_price] [allow_stupid]
wallet_market_submit_ask <from_account_name> <sell_quantity> <sell_quantity_symbol> <ask_price> <ask_price_symbol> [allow_stupid_ask]
wallet_market_submit_bid <from_account_name> <quantity> <quantity_symbol> <base_price> <base_symbol> [allow_stupid_bid]
wallet_market_submit_relative_ask <from_account_name> <sell_quantity> <sell_quantity_symbol> <relative_ask_price> <ask_price_symbol> [limit_ask_price]
wallet_market_submit_short <from_account_name> <short_collateral> <collateral_symbol> <interest_rate> <quote_symbol> [short_price_limit]
wallet_multisig_deposit <amount> <symbol> <from_name> <m> <addresses> [strategy]                   
wallet_multisig_get_balance_id <symbol> <m> <addresses>                                             
wallet_multisig_withdraw_start <amount> <symbol> <from> <to_address> [strategy] [builder_path]     
wallet_object_create <account> [user_data] [m] [owners]                                             
wallet_object_list <account>                                                                       
wallet_object_transfer <paying_account_name> <object_id> <m> <owners> [sign_and_broadcast]         
wallet_object_update <paying_account_name> <object_id> [user_data] [sign_and_broadcast]             
wallet_open <wallet_name>                                                                           
wallet_publish_feeds <delegate_account> <symbol_to_price_map>                                       
wallet_publish_feeds_multi_experimental <symbol_to_price_map>                                       
wallet_publish_price_feed <delegate_account> <price> <asset_symbol>                                 
wallet_publish_slate <publishing_account_name> [paying_account_name]                               
wallet_publish_version <publishing_account_name> [paying_account_name]                             
wallet_rebroadcast_transaction <transaction_id>                                                     
wallet_recover_accounts <accounts_to_recover> [maximum_number_of_attempts]                         
wallet_recover_transaction <transaction_id_prefix> [recipient_account]                             
wallet_regenerate_keys <account_name> <max_key_number>                                             
wallet_release_escrow <pay_fee_with_account_name> <escrow_balance_id> <released_by_account> [amount_to_sender] [amount_to_receiver]
wallet_remove_contact_account <account_name>                                                       
wallet_remove_transaction <transaction_id>                                                         
wallet_repair_records [collecting_account_name]                                                     
wallet_rescan_blockchain [start_block_num] [limit]                                                 
wallet_scan_transaction <transaction_id> [overwrite_existing]                                       
wallet_scan_transaction_experimental <transaction_id> [overwrite_existing]                         
wallet_set_automatic_backups <enabled>                                                             
wallet_set_edge <paying_account> <from> <to> <name> <value>                                         
wallet_set_preferred_mail_servers <account_name> <server_list> [paying_account]                     
wallet_set_setting <name> <value>                                                                   
wallet_set_transaction_expiration_time <seconds>                                                   
wallet_set_transaction_fee <fee>                                                                   
wallet_set_transaction_scanning <enabled>                                                           
wallet_sign_hash <signer> <hash>                                                                   
wallet_transaction_history_experimental [account_name]                                             
wallet_transfer <amount_to_transfer> <asset_symbol> <from_account_name> <to_account_name> [memo_message] [strategy]
wallet_transfer_from <amount_to_transfer> <asset_symbol> <paying_account_name> <from_account_name> <to_account_name> [memo_message] [strategy]
wallet_transfer_from_with_escrow <amount_to_transfer> <asset_symbol> <paying_account_name> <from_account_name> <to_account_name> <escrow_account_name> [agreement] [memo_message] [strategy]
wallet_transfer_to_address <amount_to_transfer> <asset_symbol> <from_account_name> <to_address> [memo_message] [strategy]
wallet_transfer_to_legacy_address <amount_to_transfer> <asset_symbol> <from_account_name> <to_address> [memo_message] [strategy]
wallet_transfer_to_public_account <amount_to_transfer> <asset_symbol> <from_account_name> <to_account_name> [memo_message] [strategy]
wallet_unlock <timeout> <passphrase>                                                               
wallet_verify_titan_deposit <transaction_id_prefix>                                                 
wallet_withdraw_from_address <amount> <symbol> <from_address> <to> [strategy] [sign_and_broadcast] [builder_path]
wallet_withdraw_from_legacy_address <amount> <symbol> <from_address> <to> [strategy] [sign_and_broadcast] [builder_path]
 
does that help??
kenCode - Decentraliser @ Agorise
Matrix/Keybase/Hive/Commun/Github: @Agorise
www.PalmPay.chat

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
i would suggest try metaexchange.info we have better spreads and are as fast as they are without the need to sign up and a extra is. The fees are kept in our community, because we are working hard to spread the earned fees through our partners in the bitshares community.

 
ok, so i tried metaexchange.info. did a test.. i used that site to send 50 cents to my bitshares account. i typed in my bts id,  clicked submit, it displayed a btc address, i clicked the qr code, scanned the qr code with my phone, sent the 50 cents worth of btc, 7 confirmations have passed, still no new transactions are showing in my bts client. wtf, now i'm gettin worried.
 
the bts client, if i rest my mouse over the bottom right corner of the screen says "Last block was synced 8 days 12 hours ago" - huh?
so, my client has not been syncing for over a week now?
it says i have the latest version too, what now???

Try:

If you are getting a "Not Connected" error or having trouble syncing, try the following troubleshooting procedures:
Change how many nodes your client tries to connect to and the maximum it will try to connect to by typing the following command in the console:
network_set_advanced_node_parameters {"desired_number_of_connections":50, "maximum_number_of_connections":100}
If that doesn't work, then try connecting to some nodes manually using the following commands:

network_add_node "107.170.211.129:1700" add
network_add_node "80.240.133.79:1776" add
network_add_node "188.226.195.137:60696" add
network_add_node "76.74.170.79:54200" add
network_add_node "176.9.234.166:1700" add
network_add_node "180.153.142.120:1777" add
network_add_node "162.243.220.142:1777" add
network_add_node "84.238.140.192:42577" add
network_add_node "5.101.106.138:1778" add
network_add_node "69.164.192.144:1700" add
network_add_node "192.168.0.14:1776" add
network_add_node "78.46.32.25:1776" add
network_add_node "192.168.0.12:44327" add
network_add_node "70.114.143.108:1776" add
network_add_node "106.187.91.24:38581" add
network_add_node "106.185.26.162:1981" add
network_add_node "188.138.107.159:1776" add
network_add_node "104.131.136.190:1776" add
network_add_node "95.85.33.16:8764" add
network_add_node "198.199.103.79:1776" add
network_add_node "104.131.234.136:8801" add

http://wiki.bitshares.org/index.php/BitShares/Troubleshooting

Offline vikram

i would suggest try metaexchange.info we have better spreads and are as fast as they are without the need to sign up and a extra is. The fees are kept in our community, because we are working hard to spread the earned fees through our partners in the bitshares community.

 
ok, so i tried metaexchange.info. did a test.. i used that site to send 50 cents to my bitshares account. i typed in my bts id,  clicked submit, it displayed a btc address, i clicked the qr code, scanned the qr code with my phone, sent the 50 cents worth of btc, 7 confirmations have passed, still no new transactions are showing in my bts client. wtf, now i'm gettin worried.
 
the bts client, if i rest my mouse over the bottom right corner of the screen says "Last block was synced 8 days 12 hours ago" - huh?
so, my client has not been syncing for over a week now?
it says i have the latest version too, what now???

Your client is not syncing for some reason. First what is the output when you run console (console tab is under Advanced) command "get_info" ?

Offline kenCode

  • Hero Member
  • *****
  • Posts: 2283
    • View Profile
    • Agorise
i would suggest try metaexchange.info we have better spreads and are as fast as they are without the need to sign up and a extra is. The fees are kept in our community, because we are working hard to spread the earned fees through our partners in the bitshares community.

 
ok, so i tried metaexchange.info. did a test.. i used that site to send 50 cents to my bitshares account. i typed in my bts id,  clicked submit, it displayed a btc address, i clicked the qr code, scanned the qr code with my phone, sent the 50 cents worth of btc, 7 confirmations have passed, still no new transactions are showing in my bts client. wtf, now i'm gettin worried.
 
the bts client, if i rest my mouse over the bottom right corner of the screen says "Last block was synced 8 days 12 hours ago" - huh?
so, my client has not been syncing for over a week now?
it says i have the latest version too, what now???
 
kenCode - Decentraliser @ Agorise
Matrix/Keybase/Hive/Commun/Github: @Agorise
www.PalmPay.chat

Offline Shentist

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 1601
    • View Profile
    • metaexchange
  • BitShares: shentist
Well, it's been 12 hours now, still haven't received my BTS.
I always use Shapeshift now, love it.
Have never used the cmd line/terminal for BTS, don't really want to start.
I think I run 0.6.1. I click on check for updates and it says i have the most current version.
 
One day shifts, that's no good. I can't react to the market with a one day shift, yikes.
I'll check out metaexchange.info, didn't know that site existed.
I've tried to buy bitAssets in the bitshares client too, but it always said there was a timing issue or something like that.

i would suggest try metaexchange.info we have better spreads and are as fast as they are without the need to sign up and a extra is. The fees are kept in our community, because we are working hard to spread the earned fees through our partners in the bitshares community.


Offline kenCode

  • Hero Member
  • *****
  • Posts: 2283
    • View Profile
    • Agorise
Well, it's been 12 hours now, still haven't received my BTS.
I always use Shapeshift now, love it.
Have never used the cmd line/terminal for BTS, don't really want to start.
I think I run 0.6.1. I click on check for updates and it says i have the most current version.
 
One day shifts, that's no good. I can't react to the market with a one day shift, yikes.
I'll check out metaexchange.info, didn't know that site existed.
I've tried to buy bitAssets in the bitshares client too, but it always said there was a timing issue or something like that.
kenCode - Decentraliser @ Agorise
Matrix/Keybase/Hive/Commun/Github: @Agorise
www.PalmPay.chat

Offline Pheonike

It took a day one time for my shapeshift to go through.
« Last Edit: March 05, 2015, 06:17:46 pm by Pheonike »

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
Shapeshift has a horrendous spread... I'd recommend using metaexchange.info :)
Contact shapeshift support, they're very helpful. Try the chat

2nd that! And IMO we should  more promote our own gateways!
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█

Offline fav

  • Hero Member
  • *****
  • Posts: 4278
  • No Pain, No Gain
    • View Profile
    • Follow Me!
  • BitShares: fav
Shapeshift has a horrendous spread... I'd recommend using metaexchange.info :)

Contact shapeshift support, they're very helpful. Try the chat