decred / decred-release

Decred binary releases.
ISC License
86 stars 42 forks source link

remove bitcoin core download and make --dcrdex enabled by default #227

Closed chappjc closed 2 years ago

chappjc commented 2 years ago

Bitcoin Core is not required or even recommended for most users. Downloading and configuration of it can be removed.

Also, most people just double click the dcrinstall program and this does not run with the --dcrdex switch so they don't get DEX support unless they open a console and type in the command with said switch. We can just have it install dcrdex by default now that the Bitcoin Core stuff is not needed.

bgptr commented 2 years ago

on this

chappjc commented 2 years ago

I'm doing most of it in https://github.com/decred/decred-release/pull/228, at least I think.

I need to refresh my memory on building and testing dcrinstall, so it's in draft for now. Otherwise, I have no further changes planned for it.

bgptr commented 2 years ago

@chappjc ohh... my bad, I wanted to comment in https://github.com/decred/decrediton/issues/3793