Giter Club home page Giter Club logo

Comments (8)

kristapsk avatar kristapsk commented on June 11, 2024 1

I also had troubles connecting a wallet in the local network, so I've added ultimate rules allowing RPC connections from any IPs

For this purpose you should not use rpcallowip=0.0.0.0/0, use rpcallowip=192.168.0.0/16 or rpcallowip=10.0.0.0/8, depending on your LAN settings.

Although likely you are under NAT, so external peers cannot connect directly anyway, unless you add NAT rule (port forwarding) for tcp/8332 RPC port from your external IP to LAN IP of the node in the router. But you might in future connect the same node to different network and forget about this, so better is to use more restrictive config.

from umbrel.

hublex avatar hublex commented on June 11, 2024

by the way I am using the app bitcoin note. here I couldn't sind any place where I could change the settings reagding whitelist.

from umbrel.

hublex avatar hublex commented on June 11, 2024

could it be possible, that it is not working because I have entered the onion address of my bitcoin node?

from umbrel.

Radiokot avatar Radiokot commented on June 11, 2024

Edit ~/umbrel/app-data/bitcoin/data/bitcoin/bitcoin.conf

I also had troubles connecting a wallet in the local network, so I've added ultimate rules allowing RPC connections from any IPs:

# [rpc]

# Accept command line and JSON-RPC commands.
server=1

# Bind to all interfaces to listen for JSON-RPC connections.
rpcbind=0.0.0.0
rpcallowip=0.0.0.0/0

from umbrel.

kristapsk avatar kristapsk commented on June 11, 2024

Of course, if you want to access node RPC from a single computer in LAN with static IP, then just add rpcallowip for that single IP, not whole network.

from umbrel.

Radiokot avatar Radiokot commented on June 11, 2024

Many thanks, @kristapsk 🤝

from umbrel.

hublex avatar hublex commented on June 11, 2024

from umbrel.

Radiokot avatar Radiokot commented on June 11, 2024

@hublex Connect to your node through SSH and do the described changes.

from umbrel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.