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

Pages: [1] 2
1
General Discussion / Re: Testers needed: Blockchain Snapshot
« on: May 24, 2015, 07:52:47 am »
that's a great inititative! Covers a real need

2
Im willing to convert my site to use bitshares payment gateway to accept bitassets and auction off real goods.. if i had a delegate i cam create non reserve auctions which will almost gaurantee new users coming in .. current site is http://devcoinauctions.com... ive already added bitshares payment gateway to it to buy bids or sell bids.. its uses websockets to update order status
so can handle many more users with the same server than conpetitors.

The cost? 1 delegate.. the payoff? new users every month! i cam track new users which must buy into bitshares to use it so we can see weekly trends on how successful it is.

You illustrate what i start to think might be a problem with bitshares: no one wants to do something for bitshares for free. BM mentioned being managed as a startup is an advantage, but it seems to have a cost. People want to develop and help bitshares, but the pre condition is to be a delegate.... it is a problem because enthousiasm, conviction and grass root movement could be the key to success for bitcoin's successor. Linux'devs didn't develop linux to get paid, but because they liked it! They didn't think about user acquisition, they just did their thing. And look what has come out of it!

3
IMO there is only one way out of this situation: deliver a usable product and user experience. It won't be an easy path to go, but it is the only sustainable solution. If we succeed to do that we can start promoting our product.

So true. Focus on a usable client is key, but even though that point has been raised for months, it doesnt seem the devs agree, as illustrated by OP.

4
I've read multiple times that some companies are waiting for a 1.0 release to integrate bitshares. If hat's true, shouldn't the focus be on a 1.0 release?

Also, there are some initiatives that are presented as game changing, but get lost. An example: the cart integration. It has been done, but in the website I do not see references of that.

Finally, I feel like the focus is always changing. At times it's bitassets,then it's the 1.0,  now it's user acquisition while as many said, the pain to become a user is still too high...

Take this as constructive feedback, I do not pretend I would do better ;-)

5
General Discussion / Re: The BitShares Online Web Wallet is ready...
« on: February 26, 2015, 10:10:48 am »
What is exactly the use case of the web wallet?

Regarding security, this seems catastrophically risky. The browser is an insecure environment [1], and hacking a server is common once money is involved, as illustrated multiple times with exchanges.

Genuinely interested to learn more, hoping these problems have been taken into account when developing the web wallet.

[1] http://matasano.com/articles/javascript-cryptography/

6
General Discussion / Re: Overall Plan and Schedule
« on: February 08, 2015, 10:34:13 am »

Publishing and maintaining the current focus would already make a lot to avoid irrelevant distractions like the bingo in client stuff.

Thinking out loudly, here's what I think could on the "focus" page (development oriented):
- Strategic goals we want to reach until may 2015, september 2015, december 2015. Eg: popularise bitUSD, develiver light client, ....
- List what feature/software is currently developed with an roughly expected delivery date
- List of features/software to develop afterwards.
- Possibly list what we postpone for now
- Possibly list the things we do not want and clearly reject.

This page could be reviewed monthly, but between those revisions, new proposals
would be assessed based on this list. This would prevent loosing time and
energy in discussions of items not aligning with our current objectives.

In may 2015, we evaluate what was done, try to learn and optimise the process, and publish objectives for may 2016.
This page could be simply an ASCII text document kept in a git repo, so that the history is kept, and published on github.

I'm a developed myself, and of course the goal should not be to make it a heavy
procedure or cumbersome project management methodology. But this kind of light
structuration approach has already worked for me and my teams.

Take this as a constructive post, written in the hope the developers can get something out of it to help them deliver
all the potential of Bitshares. The goal is certainly not to impose anything!

7
Bts: rba

provisional.bitscape publishing cryptofresh under an open source license is really great!

Also metaexchange is a tool thar could mean a lot to the bts ecosystem.

9
Wasnt the focus on a stable release, a light client, and bitusd? Why always create distractions that are counter-productive in the end?

10
BTSX5xF4bPjtQWMXqLnkqKrZQFPXabgiCMnJ9zbJfWpA797onSMHuL

thx!

11
General Discussion / Re: CLI wallet howto?
« on: August 31, 2014, 06:23:41 pm »
Here are my notes on creating a wallet with the cli:


interesting links
https://github.com/BitShares/bitshares_toolkit/wiki/Bitshares-commands:-Wallet
http://wiki.bitshares.org/index.php/Useful_Wallet_Commands#List_wallets


Compile the bitsharesx as described  in the readme, but don't build the web wallet or qt interface.
Then:

cd programs/client
./bitshares_client

wallet_create $name
 -> will ask for password

close
 -> will close the wallet

open
 -> will ask for wallet name to open. Stays locked

unlock
 -> will ask for password to unlock wallet


Now we need to create an account (http://wiki.bitshares.org/index.php/BitShares_X_Glossary#Account )

wallet_account_create
  -> will ask for name
  -> will return public info to share with payers in the form btsx:$myaccountname:GFDSJGKSDFHGZE234R2ANFD

ask some btsx to register you name. The address to give is the last part, in this case: GFDSJGKSDFHGZE234R2ANFD
Then check you balance:

balance
  -> will show you the balance of your accounts

wallet_account_register to register account on blockchain

wallet_account_transaction_history to list transactions

For backups:
wallet_export_to_json /path/file.json
wallet_create_from_json /path/file.json

I tested exporting, importing on a blank install, changing passphrase. All seems fine.


12
BTSX5BrfyL988ZDo65w5czJiLxgDnKY5ukb4hB6bbQZDHzbHXR8LTA

thx!

13
General Discussion / CLI wallet howto?
« on: August 31, 2014, 08:36:30 am »
Hii,

Is there a user guide or simple howto for the CLI wallet?
I've seen http://wiki.bitshares.org/index.php/Useful_Wallet_Commands
but it is more a reference listing commands, and not a howto explaining steps to take to safely use the CLI wallet.


Thx

14
BitShares PTS / Re: [ANN] paper.protoshar.es wallet generator
« on: January 24, 2014, 04:21:49 pm »
I've found instructions on how to get the PTS in the paperwallet:
https://en.bitcoin.it/wiki/How_to_import_private_keys_v7+

15
BitShares PTS / Re: [ANN] paper.protoshar.es wallet generator
« on: January 24, 2014, 03:43:19 pm »
To test, I have created a paper wallet. But can someone point me to the procedure to follow to access the PTS in this paper wallet? I installed the latest windows client, and don't see an import privkey

Pages: [1] 2