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 - wmbutler

Pages: 1 2 3 4 5 6 7 [8] 9
106
General Discussion / Re: Collateral Holder Accounts
« on: October 14, 2015, 03:23:30 am »
When you close the account, where does the collateral go?

107
Technical Support / usd-collateral-holder
« on: October 13, 2015, 08:48:19 pm »
After upgrading to 2.0, I decided to test the variable collateral. So I opened one of my usd-collateral-holder accounts and reduced my leverage on one to free up some collateral. Then I attempted to transfer the freed up collateral to another account, but when I click on transfer and type in that account to the FROM field, it says Not your account. Is there any way to claim it?

108
General Discussion / Re: Open Ledger is Now Operational
« on: October 13, 2015, 07:34:44 pm »
 Invalid format for me as well. I tried two different wallets, one exported from wallet.bitshares.org and one exported from the PC console 0.9.3c client.

Edit: changing extension to .wif did not solve the issue.

+5%

Edit 2:

OK, as it turns out, I had to first create an account on the OSX wallet. This was not explicitly stated on the conversion guide, but the pictures made it obvious. The only other scary thing about that was the fact that when I created the account, it said it failed but it did let me import all my keys after that. This was on the OS X wallet for anyone else who cares.

This guide was spot on except for creating your baseline 2.0 account.

http://docs.bitshares.eu/migration/howto-importing-wallet.html

109
General Discussion / Re: Migration Guide for 1.0 to 2.0
« on: October 12, 2015, 03:37:08 pm »
You mention needing to sync in the event that there have been transactions since the last time you synced. Is this actually necessary? It's my understanding that 2.0 will have all of the accounts and balances properly based upon the 1.0 chain. Personally, I haven't been able to get either the Mac or the PC wallet to fully sync in over 2 months.

So here is my question. Can I just download the 0.9.3c wallet and perform the export on OSX without a successful sync? It appears that all my accounts are there, but the transactions will likely never catch up due to Network Congestion (whatever that means).

110
Will accounts registered at wallet.bitshares.org be converted to 2.0 automatically?

111
Thanks for asking the question and thanks for the answer!

112
General Discussion / Re: bitUSD CRAZY expensive on blocktrades
« on: September 21, 2015, 02:33:04 pm »
I shorted a bunch of Bit USD near the end of August beginning of September during the run up. I'm debating whether I should buy them back on the old blockchain or just lets the shorts carry over to the new blockchain. I mean technically they will expire but I've noticed that when they expire, I'm not really 'forced' to cover. I essentially can cover myself by buying BitUSD whenever I feel like it. So, it seems to make sense to buy Bit USD cheaper and expend less BTS. Just wondering if I'm missing something here. I agree that the process is a little confusing.

113
Random Discussion / Re: BitShares Slack
« on: August 15, 2015, 04:43:29 pm »
I'd love that too.  +5%

114
General Discussion / Re: [ANN] LimeWallet - Beta
« on: August 14, 2015, 05:06:13 pm »
Can you add my appleid to testflight? bill@butler.net

115
General Discussion / Re: Light Wallet Beta Release
« on: March 25, 2015, 04:26:55 am »
I just wanted to drop a note to thank you for this. It addresses one of the most pressing shortcomings of BTS (watching the blockchain rebuild itself).

I really think the most useful derivative of this would be building an ionic/cordova app that uses BitUSD as the underpinnings. This would bring bitUSD to the masses pretty quickly. I could help with front end and UX if anyone else has the backend chops.

116
General Discussion / BTS Client and Bid Ask matching
« on: December 24, 2014, 09:28:15 am »
I really don't understand why orders aren't being filled in this scenario. We have a buyer and a seller, each of which would be happy to have a trade executed under these circumstances. So why isn't it happening?

http://imgur.com/gallery/rUsffau/

117
General Discussion / Re: "Not Connected"
« on: October 08, 2014, 05:53:22 pm »
Here is what I did:

Made a backup of my wallet from the GUI and saved it on my desktop just for safety. I also backed up the BitShares X directory to the desktop (that's the first command). The code below moves the wallet directory one dir up. Then we delete the entire contents of the BitShares X dir. Then we move the wallet file back into the BitShares X directory. The backslashes are there to deal with spaces in the directory names for unix.

Code: [Select]
cp -Rf ~/Library/Application\ Support/BitShares\ X/ ~/Desktop/
mv -Rf ~/Library/Application\ Support/BitShares\ X/wallet ../
rm -Rf ~/Library/Application\ Support/BitShares\ X/*
mv -Rf ~/Library/Application\ Support/wallet ~/Library/Application\ Support/Bitshares\ X/wallet

Cheers!

118
General Discussion / Re: "Not Connected"
« on: October 08, 2014, 05:38:43 pm »
I'm on OS X. Can you give me similar instructions on which files to keep vs trash on my platform. I believe I've located:

~/Library/Application Support/BitShares X/

as the base directory.

119
General Discussion / Re: "Not Connected"
« on: October 08, 2014, 02:44:09 am »
>> get_info

{
  "blockchain_head_block_num": 613874,
  "blockchain_head_block_age": "8 days old",
  "blockchain_head_block_timestamp": "2014-09-29T18:18:30",
  "blockchain_average_delegate_participation": "0.14 %",
  "blockchain_confirmation_requirement": 1,
  "blockchain_delegate_pay_rate": "1.37333 BTSX",
  "blockchain_share_supply": "1,999,983,974.00817 BTSX",
  "blockchain_blocks_left_in_round": 4,
  "blockchain_next_round_time": "at least 38 seconds in the future",
  "blockchain_next_round_timestamp": "2014-10-08T02:44:30",
  "blockchain_random_seed": "ebba2caadeef1ae96e642ac56bb5d7c4df2370e7",
  "client_data_dir": "/Users/bill/Library/Application Support/BitShares X",
  "client_version": "v0.4.20",
  "network_num_connections": 0,
  "network_num_connections_max": 200,
  "ntp_time": "2014-10-08T02:43:52",
  "ntp_time_error": 3.1526869999999998,
  "wallet_open": true,
  "wallet_unlocked": true,
  "wallet_unlocked_until": "12 days in the future",
  "wallet_unlocked_until_timestamp": "2014-10-19T16:27:59",
  "wallet_last_scanned_block_timestamp": null,
  "wallet_scan_progress": "0.00 %",
  "wallet_block_production_enabled": false,
  "wallet_next_block_production_time": null,
  "wallet_next_block_production_timestamp": null
}

120
General Discussion / Re: "Not Connected"
« on: October 05, 2014, 10:05:48 pm »
Also tried two different Internet connections.

Pages: 1 2 3 4 5 6 7 [8] 9