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

Pages: 1 2 3 4 5 6 [7] 8 9 10
91
Just used it.

Moved BTC out and in.

Great work!

92
General Discussion / Re: I'm Nervous, Please Reassure Me
« on: February 03, 2015, 08:07:06 pm »
You're right.

Its all open source: one can spin off a similar project or two.

Many would say it is as strong as the community behind it.

So, I guess, it boils down to what can I do for it.

93
Awesome,

just exchanged BTS into all the BitAssets you listed (except BITYUAN).

all went fast and smooth.

94
General Discussion / Re: Educational DAC
« on: January 31, 2015, 06:41:44 pm »
How about having an asset where each unit is a multiple choice question for a specific course, field of knowledge etc.

You buy a hundred tokens, solve, and keep the solved ones as a proof of passing the test (the incorrect ones are waisted/burned).

Someone can hire an educator and specify the TestToken to assess the quality of service. The educator's reward depends on the percentage of solved TestTokens.

Anyone can write these TestTokens. Their quality could be checked by ratio of solved/unsolved.

95
Technical Support / Re: I want to buy BTS without using BTER
« on: January 31, 2015, 02:50:17 pm »
Can I user BTER without owning a BTS wallet? I currently have my money in an exchange and do not own a wallet -- due to not trusting my home computer.

bter.com would store your BTS if you trust them (they will actually store IOU for the BTS you bought). So, whenever you're ready (You'd better be soon), you can move your BTS to some other BitShares account/wallet, this could be your own wallet, other exchange etc.

96
DevShares / Re: Trouble Importing Keys to DVS Wallet
« on: January 31, 2015, 02:28:12 pm »

Would this help, run it from the command line interface (cli).

1) check the keys of your current DVS account.
>>> wallet_account_list_public_keys <account_name>

2) use the 'wallet_import_keys_from_json' command. Make sure you've got correct passphrase.
     Previously, it would fail silently if the password is incorrect.
>>> wallet_import_keys_from_json <json_filename> <imported_wallet_passphrase> <account>


3) check the keys of your current DVS account again to see if any keys were added.
>>> wallet_account_list_public_keys <account_name>

You can see the help information for the command with:
>>> help wallet_account_list_public_keys

I couldn't import my keys in 0.6.1 version. The 0.6.2 was supposed to add 'robustness' to the 'wallet_import_keys_from_json' command.
I couldn't wait for 0.6.2, so i downgraded to 0.5.0 just to import the keys, went back to 0.6.1 and replayed the blockchain.

97
General Discussion / Re: ShapeShift useful for bitUSD?
« on: January 30, 2015, 11:09:23 am »
They need to use the green logo for bitusd so it does't look like the same asset.

 +5%

98
Hi,

I could start doing some updating (may be editing) wiki pages.

The least I could do is to start changing BTSX to BTS where appropriate.

like in http://wiki.bitshares.org/index.php/BitShares/Howto

Quote
You will need 2 things to become involved with Bitshares X. Some BTSX which is your stake in BitShares X and a wallet to hold the BTSX.

Edit: On the second reading of the mentioned page, looks like BTSX is tied up to the graphics. So, I might leave it as it is for now.

Still, I would like to be able to edit wiki pages.


99
General Discussion / Re: Are you rooting for Bitcoin or against it?
« on: January 27, 2015, 09:56:41 am »
Bitcoin offers a limited supply of cryptocurrency. And so does BitShares.

However, as more and more altcoins come into play, they can potentially bring in unlimited supply of cryptocurrency and dilute both.

I think adding to Bitcoin network effect is wiser than not.

100
https://twitter.com/XRPtalk/status/559448602934657024

Quote
Coinbase using stellar ??? https://xrptalk.org/topic/5278-coinbase-using-stellar/

The link is to the ripple forum where the answer is that the DOGE is a more likely candidate :)

101
DevShares / Re: Help find DVS
« on: January 25, 2015, 10:11:27 pm »
I'm sure I had funds on 2014-12-14 (this is the date the snapshot for DVS was taken, isn't it?)

Actually the BTS snapshot of 2014-11-05 ended up being used (see http://bytemaster.bitshares.org/update/2015/01/08/DevShares-Reloaded/). You probably did not have BTS then?

True, I didn't have funds on 2014-11-05.  :'(

102
DevShares / Re: Help find DVS
« on: January 25, 2015, 08:52:40 pm »
I imported my BTS keys into DVS wallet (">>>wallet_account_list_public_keys" shows I've got them)

I rescanned the blockchain (">>>wallet_rescan_blockchain").

I don't see any 'genesis' DVS in my DVS wallet account(unregistered).
(">>>wallet_account_balance" shows 'No balances found.')

I'm sure I had funds on 2014-12-14 (this is the date the snapshot for DVS was taken, isn't it?)
in the BTS wallet from which I imported the keys into DVS wallet/account.

Also, I don't see my public keys in the genesis_dvs.json file either (https://github.com/BitShares/bitshares/blob/devshares/libraries/blockchain/genesis_dvs.json)

The genesis file uses addresses, not public keys.

How did you import the keys? Did you import a BTS backup file using wallet_import_keys_from_json command? If you instead imported the keys manually you need to make sure you get every key, which includes TITAN keys, market keys, etc.

I did use ">>>wallet_import_keys_from_json" command to import the keys.
I had to go back to version 0.5.0 and use the command there, because the command wouldn't work in 0.6.1 for me.

I tried ">>>wallet_check_sharedrop" using 0.5.0 with no luck.

Then resynced blockchain in 0.6.1, still nothing.

I checked "native_address" of my public keys against "raw_address" of genesis_dvs.json file with no luck either.

103

Code: [Select]
(wallet closed) >>> blockchain_list_address_transactions BTSCixaFfbFsBJELLP7PnyP4WNswn2ifGKtB
13 N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_9gregorian16bad_day_of_monthEEEEE: Day of month value is out of range 1..31
Day of month value is out of range 1..31: unable to convert ISO-formatted string to fc::time_point_sec
    {"what":"Day of month value is out of range 1..31"}
    th_a  time.cpp:45 from_iso_string
unable to convert ISO-formatted string to fc::time_point
    {}
    th_a  time.cpp:55 from_iso_string

    {"command":"blockchain_list_address_transactions"}
    th_a  cli.cpp:629 execute_command


0.6.1 version (DVS) seems to have sorted this: it uses blockchain height to filter (the default value works too).

104
I imported my BTS keys into DVS wallet (">>>wallet_account_list_public_keys" shows I've got them)

I rescanned the blockchain (">>>wallet_rescan_blockchain").

I don't see any 'genesis' DVS in my DVS wallet account(unregistered).
(">>>wallet_account_balance" shows 'No balances found.')

I'm sure I had funds on 2014-12-14 (this is the date the snapshot for DVS was taken, isn't it?)
in the BTS wallet from which I imported the keys into DVS wallet/account.

Also, I don't see my public keys in the genesis_dvs.json file either (https://github.com/BitShares/bitshares/blob/devshares/libraries/blockchain/genesis_dvs.json)


105
"client_version": "0.6.1" in Debian GNU/Linux jessie/sid

Cannot import keys (checked with "wallet_account_list_public_keys" command and there was no new keys)

>>> wallet_import_keys_from_json

gives output:

Code: [Select]
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
not skipping   
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
not skipping   
error, setting skip_me=true
not skipping   
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
error, setting skip_me=true
not skipping   
not skipping   
error, setting skip_me=true
not skipping   
error, setting skip_me=true
error, setting skip_me=true
not skipping   
not skipping   
No errors were encountered, but there is currently no way to check if keys were decrypted using the correct password.


I went to client version 0.5.0. Imported keys with "wallet_import_keys_from_json" command, no problem.

Went back to 0.6.1. The client went unresponsive, eventually gave an error saying to restart with --rebuild-index or --resync-blockchain.

Restarted with no problems.

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