Home Bitcoin Bother executing Bitcoin Purposeful Check ‘feature_bind_port_discover.py’ on Ubuntu

Bother executing Bitcoin Purposeful Check ‘feature_bind_port_discover.py’ on Ubuntu

0
Bother executing Bitcoin Purposeful Check ‘feature_bind_port_discover.py’ on Ubuntu

[ad_1]

I am attempting to execute the useful check feature_bind_port_discover.py, as defined within the reply to the query How can I run the skipped Bitcoin Purposeful Assessments?. I’ve tried to configure the routable addresses on my Ubuntu machine as follows:

  1. I run the command:

    ifconfig lo:0 1.1.1.1/32 up && ifconfig lo:1 2.2.2.2/32 up # to arrange

  2. It appears to configure accurately; after I run ifconfig, I get this:

    lo:0: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 1.1.1.1 netmask 0.0.0.0
    loop txqueuelen 1000 (Native Loopback)

    lo:1: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 2.2.2.2 netmask 0.0.0.0
    loop txqueuelen 1000 (Native Loopback)

Nonetheless, after I run the check with check/useful/feature_bind_port_externalip.py –ihave1111, it does not work.

Within the log, the error could be seen:

2024-01-01T22:15:36.009000Z TestFramework.utils (ERROR): wait_until() failed. Predicate: ''''
self.wait_until(lambda: sum(peer['version'] != 0 for peer in from_connection.getpeerinfo()) == from_num_peers)
'''
2024-01-01T22:15:36.009000Z TestFramework (ERROR): Assertion failed
Tr

What can I do to check this useful check? I am encountering the identical downside with feature_bind_port_externalip.py.

Thanks.

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here