CTMGuild / lamassu-poloniex

Dash plugins for Lamassu using Poloniex
0 stars 0 forks source link

API instead of internal wallet? #1

Closed losh11 closed 8 years ago

losh11 commented 8 years ago

Is it really a good idea to use the Poloniex API instead of an internal client? I understand that using Dashd isn't good because of its need to download the entire blockchain, but why not use the parse command to remove all old txs, and when SegWit is implemented, the size of the blockchain will be further decreased.

Or if that's not possible, why doesn't this plugin just use the bitcoinjs equivalent for DASH, especially since it's a SVP wallet.

Using exchanges for holding DASH is a bad idea, and usually not recommended due to security issues. Exchanges are also not very reliable for sending txs out quickly... In the future, DASH may be available on other popular exchanges, so why is this being limited to Poloniex only? The day Poloniex goes down, so will this...

g-p-g commented 8 years ago

An exchange has to be used for the trading part, for balancing purchases. The other part, the wallet, can indeed use a different method, like the standard rpc. There are plugins using rpc and you should be able to use it nearly as is for Dash, and then it would be a matter of changing the Lamassu config to use that for the wallet plugin.

So, yes, it's possible to use a different plugin as the wallet. This is not limiting it to Poloniex, things can change.

g-p-g commented 8 years ago

I'm closing this as it is not to be the proper medium to discuss such things. Thanks for your input, it's being considered.

losh11 commented 8 years ago

Do you have an email address that I can use to contact you guys?

On 18 February 2016 at 18:59, Guilherme Polo notifications@github.com wrote:

I'm closing this as it is not to be the proper medium to discuss such things. Thanks for your input, it's being considered.

— Reply to this email directly or view it on GitHub https://github.com/deginner/lamassu-dash/issues/1#issuecomment-185860062 .