Search content
Sort by

Showing 6 of 6 results by GlowingGypsie
Post
Topic
Board Development & Technical Discussion
Re: How do nodes connect to each other?
by
GlowingGypsie
on 20/10/2019, 15:28:42 UTC
Just weirded me out that Client A has an IPv4 and IPV6 and so does Client B. In client A i can see two IPs one v4 and v6 and both belong to client B and the same at client B I can see clients A v4 and v6 IPs. Why using both v4 and v6?
Post
Topic
Board Development & Technical Discussion
Re: How do nodes connect to each other?
by
GlowingGypsie
on 20/10/2019, 14:58:15 UTC
I have two clients on the same wifi network and they connect to each other via IPv4 and IPv6 how the hell is that possible?
Post
Topic
Board Development & Technical Discussion
Topic OP
How do nodes connect to each other?
by
GlowingGypsie
on 20/10/2019, 13:23:20 UTC
Clients connect to SeedDNS and connect to nodes but how do nodes connect to each other?
Post
Topic
Board Development & Technical Discussion
Topic OP
How to enable fallbackfee?
by
GlowingGypsie
on 13/10/2019, 19:54:01 UTC
Im running a node and im also generating with it. I accumulated 200 Coins and I would like to send them to another wallet using CLI.
Im getting the message: Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.

How do I enable it? Thx
Post
Topic
Board Bitcoin Technical Support
Topic OP
Using .conf files
by
GlowingGypsie
on 11/10/2019, 10:58:37 UTC
Im running bitcoin on a Mac. How can I use a custom .conf file? On linux I cause parameters like -conf right?
I pasted the .conf file into Application Support/bitcoin but I need to let the app somehow know that I want to apply the .conf file to it.

Any advice?
Post
Topic
Board Bitcoin Discussion
Topic OP
genesis.hashMerkleRoot reverting after compiling
by
GlowingGypsie
on 10/10/2019, 18:36:01 UTC
Im fooling around with my own Bitcoin fork.

I generated my own genesis block and modified chainparams.cpp.
I inserted my own Merkle hash into genesis.hashMerkleRoot and compiled it.
After compilation its reverting to the standard Merkle hash and I don't understand why.

Anyone having an idea why?