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

Pages: [1]
1
Hey I was wondering if I register a lifetime account, can I register as many other users as I want?

2
DevShares / A question about BitShares private key encryption
« on: February 12, 2015, 01:40:10 pm »
I've been trying to decrypt a private key using the passphrase for some time now, but I've run into some problems. After reading the source code, I thought that the encryption is done using BIP38, but the key size isn't correct, so I'm assuming either another algorithm was used or maybe there were some added characters.

Does anyone know exactly which algorithm BitShares uses to encrypt private keys, and can you show me the full steps?

Thanks

3
DevShares / Re: Creating a bitpay Insight-like server
« on: January 30, 2015, 04:53:36 pm »
I meant multiple wallets not accounts, multiple accounts are working fine :)

4
DevShares / Re: Creating a bitpay Insight-like server
« on: January 30, 2015, 03:11:30 pm »
The issue is that the Bitshares RPC client doesn't allow us to have multiple accounts at the same time, so it can't be used as a server.

We would like for users to be able to log in their browser, without downloading anything, and immediately get their transactions, send money, etc.  In this case, users will be communicating with our server, which would send those requests to the Bitshares RPC client - not possible because of the one account per client limitation.

5
DevShares / Creating a bitpay Insight-like server
« on: January 30, 2015, 02:40:36 pm »
While working on the Bitsapphire wallet we have come across several issues when it comes to large scale user friendly deployment. One of the issues has been obviously thin clients. We have had extensive experience with Bitpay's Insight server and we believe that a similar setup is really what the DPOS community needs.

Insight is an open-source Bitcoin blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by bitcoind RPC.

Does anything like Insight already exist for Bitshares? Where can we find the source code for the mobile wallet thin client?
If this isn't in the pipeline atm we would very much like to start working on this. We would appreciate any help and guidance too!

Pages: [1]