Is your feature request related to a problem? Please describe.
Official bitcoind.krypton.blockstack.org bitcoind server is overloaded and if someone want to use local one, have to manually edit miner-Krypton.toml.
Describe the solution you'd like
Miner bot interface should allow user to choose one bitcoind server from list of known and trusted bitcoind servers, or manually enter details of server user want to use (ie. local one).
When user decide to enter bitcoind server details manually, he should see following fields:
Hostname / IP address
RPC Port
Peer Port
RPC Username
RPC Password
Last two fields should be optional, as user might want to hide his bitcoind server behind some type of proxy ie. bitcoin-neon-controller
Describe alternatives you've considered
User can manually edit *.toml file, but it is error prone.
Additional context
Choosing bitcoind server should be defined as 3rd step of bot set-up wizard.
In addition to that official, public bitcoind servers should be set up using bitcoin-neon-controller as exposing RPC credentials to all users is a huge security risk.
Probably they should also be connected with each other.
Is your feature request related to a problem? Please describe. Official
bitcoind.krypton.blockstack.org
bitcoind server is overloaded and if someone want to use local one, have to manually editminer-Krypton.toml
.Describe the solution you'd like Miner bot interface should allow user to choose one bitcoind server from list of known and trusted bitcoind servers, or manually enter details of server user want to use (ie. local one).
When user decide to enter bitcoind server details manually, he should see following fields:
Last two fields should be optional, as user might want to hide his bitcoind server behind some type of proxy ie. bitcoin-neon-controller
Describe alternatives you've considered User can manually edit
*.toml
file, but it is error prone.Additional context Choosing bitcoind server should be defined as 3rd step of bot set-up wizard.
In addition to that official, public bitcoind servers should be set up using bitcoin-neon-controller as exposing RPC credentials to all users is a huge security risk. Probably they should also be connected with each other.