Skip to content
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

Closed
toddfries opened this issue Oct 10, 2013 · 1 comment
Closed

btcctl addpeer/connect/rmpeer/noconnect feature request #17

toddfries opened this issue Oct 10, 2013 · 1 comment

Comments

@toddfries
Copy link
Contributor

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 ;-)

@davecgh
Copy link
Member

davecgh commented Nov 2, 2013

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>

@davecgh davecgh closed this as completed Nov 2, 2013
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
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
Projects
None yet
Development

No branches or pull requests

2 participants