-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bitcoin Node Operator #39
Comments
See also https://docs.google.com/document/d/1Fgxfrcpx1RNm36-YjqM5dLw3wXETsneEF2CKdXwJJ5Q/edit#heading=h.1rb4hptmf06h for more details. |
I've just assigned myself to this role. As I also just tweeted, I'm running a Bitcoin fullnode at btc.beams.io:8333. It's running Bitcoin Core 0.15.0.1 and I'll keep it up to date over time. |
Please add a comment similar to mine if you're a Bisq contributor willing to run a Bitcoin fullnode and keep it up to date over time. I'll add you as an assignee. Note that this is a bonded role, so only BSQ stakeholders should apply. We'll figure out the exact bonding level later, but it'll probably be at least 1,000 BSQ. |
Please assign me to this role. I'm running a Bitcoin fullnode at kirsche.emzy.de:8333 |
Done, thanks @Emzy. |
Also up for this, not yet running a node atm though. |
Thanks @mrosseel, just post a comment here when it's up and running and I'll assign you. |
I've added a list to the description with hostname, port and IP address. I'll update the list as folks comment here. |
kirsche.emzy.de (78.47.61.83) |
@ManfredKarrer, note that it might be good to rely on DNS lookups at first; we may want / need to move these nodes around physically over the next few months until roles etc are settled.
… On Nov 7, 2017, at 6:03 PM, Stephan Oeste ***@***.***> wrote:
kirsche.oeste.de (78.47.61.83)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@cbeams Ok, good point. |
The DNS lookup (over Tor) takes about 600 ms on my bad internet connection (might be faster for others). So for that reason I would prefer to use the IP instead the hostname. There might be room for improvements for the DNS lookup as well... |
How often does that lookup happen? In any case, please do as you see fit; just wanted to put the idea out there.
… On Nov 7, 2017, at 7:16 PM, Manfred Karrer ***@***.***> wrote:
The DNS lookup (over Tor) takes about 600 ms on my bad internet connection (might be faster for others). So for that reason I would prefer to use the IP instead the hostname. There might be room for improvements for the DNS lookup as well...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Here we go: 174.138.35.229 - a nice subdomain for the ip is coming soon :-) |
@cbeams At startup once. But it is a blocking call atm so would try to avoid it. |
Clearnet node: spidernet.tk:8333 (it has a dynamic IP unfortunately so it needs to use DNS to get it) PS: The clearnet node has a onion address as well if you need. |
Great @alexej996, thanks! |
@alexej996 Yes if you can provide the onion of the spidernet.tk:8333 node would be better. We are short on onion nodes... |
The onion address for the clearnet node is r3dsojfhwcm7x7p6.onion |
@alexej996 Perfect! I will use only the 2 onion addresses. |
Cool, table has been updated (and now it's a proper table) |
Bitcoin node with onion address: poyvpdt762gllauu.onion:8333 |
@cbeams My clearnet name is: btc.christophatteneder.com:8333 |
I've got and onion only 0.15.0 node on 3r44ddzjitznyahw.onion:8333 Do we require upgrades to latest minor release? Upgrading requires some downtime that I'd rather avoid. |
I upgraded to a more powerful server, hopefully with fewer timeouts. Can you change the ip from 37.221.198.57 to 88.198.39.205? |
Thanks for the update. The 37.221.198.57 server is not used then anymore I assume. The nodes are hard coded so the change will be only in the next update. I will change also that the domain name will be used instead of the IP (costs extra DNS lookup via Tor but is more flexible for such cases). |
The old server is still running, but that may change in the future. So it is not a problem, if the change isn't immediate. |
Ah cool. We will have soon an update anyway and our users are usually fast with updating. Just changed that we use the domain instead the IP if both are available. |
I added a tor hidden service to my bcwat.ch node: z33nukt7ngik3cpe.onion:8333 |
@sgeisler Ah great thanks! |
@tbocek @jhoenicke : Co you have your nodes also reachable as onion nodes? |
My node with hidden service: lgkvbvro67jomosw.onion:8333 |
New hostnames for my nodes: |
|
@mrosseel Can you set a domain name as well. Gives more flexibility in case of moving the host. |
@Emzy Can you setup tor for 78.47.61.83 and provide a domainname + IP for poyvpdt762gllauu.onion? |
@jhoenicke @tbocek : Do you have tor enabled for incoming connections? If so can you provide the onion address? |
@jhoenicke, @tbocek, @sgeisler : Also the timeout for btc nodes is default 5 sec. which seems for Tor connections too low. We increase that now to 30 sec. Do you see any concerns by changing that? I use those settings in bitcoin.conf: I use Tor only for incoming connections, so no setup on the btc side just edited the torrc files. That way the btc node has no risk to get partitioned from the rest of the btc network as it get mixed incoming connections and connects itself via clearnet to other btc nodes. We will change the behavior also that we will connect to onion nodes only if the user has Tor enabled for BitcoinJ. That prevents privacy and performance issues with Tor exit nodes if Bisq nodes would connect to clearnet btc nodes over Tor. |
My node kirsche.emzy.de has now a onion address: |
Closing as superseded by #67, primarily because this issue has gotten so long and is in many ways now out of date. See also the new "Bitcoin Node Maintainer" role at #66. The distinction between Maintainer and Operator here is important. Going forward, the Bitcoin Node Maintainer (currently @ManfredKarrer) will be responsible for updating shared |
And link to new issue for "Bitcoin Node Operator" role (#39 => #67) See bisq-network/dao#28
Is this list still being maintained? I am looking for some trusted & reliable Tor fallback nodes for bitcoin. |
See #67 for current nodes maintained by Bisq contributors. |
The idea here is that a number of Bisq contributors take on this role, run a full node and publicly attest that their full node will run the latest major version of Bitcoin Core. Doing this provides a service to Bisq users who want to ensure they're on the correct chain during contentious forks like that posed by the forthcoming SegWit2X project.
See https://lists.bisq.network/pipermail/bisq-contrib/2017-November/000006.html for further details and links.
The text was updated successfully, but these errors were encountered: