-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
btcctl addpeer/connect/rmpeer/noconnect feature request #17
Labels
Comments
This is now possible via the addnode RPC call which was added in commit da2901a. In particular: btcctl -u <user> -P <pass> -s <rpcserverip:port> addnode <ip> <add/remove/onetry> |
gsalgado
pushed a commit
to gsalgado/btcd
that referenced
this issue
Jul 29, 2014
Patch from jolan, closes issue btcsuite#17.
davecgh
added a commit
to davecgh/btcd
that referenced
this issue
Jan 31, 2015
This is no longer needed since the repository is now configured to work with coveralls.io for test coverage reporting. Closes btcsuite#17
jrick
pushed a commit
to jrick/btcd
that referenced
this issue
Oct 12, 2017
The block height is part of the block header in Decred, so there is no need to track it. Additionally, Height() and SetHeight() are removed.
kcalvinalvin
added a commit
to kcalvinalvin/btcd
that referenced
this issue
Nov 29, 2024
rpcserver: Add gettxtotals command
kcalvinalvin
added a commit
to kcalvinalvin/btcd
that referenced
this issue
Nov 29, 2024
blockchain/utreexoviewpoint: Refactor Modify() function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it certainly would be nice to dynamically add a peer or remove a peer or add a connect peer or remove a connect peer without restarting ;-)
The text was updated successfully, but these errors were encountered: