Row 6137

Row ID: 6137 | Dataset Entry | Axioma AXP Content Repository

Content Data

This page contains data entry 6137 from the Axioma AXP content repository. The structured data below represents the complete record for this entry.

I am attempting to establish communication between a bootstrap and member node on the same device using GETH on Windows. Initialising both nodes with my genesis.json file works fine.

`geth --datadir bootstrap --networkid 3129 --port 30305 --ipcpath geth-bootstrap.ipc --nat extip:192.168.1.104`

I find the node record of bootstrap

`geth attach --exec admin.nodeInfo.enr \\.\pipe\geth-bootstrap.ipc`

I attempt to connect the member node and recieve this output

`geth --datadir member0 --networkid 3129 --ipcpath \\.\pipe\geth-member0.ipc --port 30307 --bootnodes enr:-KO4QOqxRCdkc_NUSC_QzvCPSQa86Qiv_7NL-kbH76YSSr5FR7bX-cIiBI3IFTtmqIHWDRUqVbSM2S_wW7hsLB7UP72GAY9TS9gZg2V0aMfGhIDbYXKAgmlkgnY0gmlwhMCoAWiJc2VjcDI1NmsxoQLBIm4wbRxu_DswTxRkKG8nlTxCq-DBT1sD5BoR-kTjMoRzbmFwwIN0Y3CCdmGDdWRwgnZh`

`INFO [05-07|15:06:06.267] Starting peer-to-peer node instance=Geth/v1.13.14-stable-2bd6bd01/windows-amd64/go1.21.6` `INFO [05-07|15:06:06.287] New local node record seq=1,715,089,572,444 id=89707b6b3336ef4c ip=127.0.0.1 udp=30307 tcp=30307` `INFO [05-07|15:06:06.287] Started P2P networking self=enode://8a4a29f6b5a069226f47ce96cba07d007b5ec8941505b972316371e1e44ccdc836e83dc8d11e2b51f33f51deb8aef2f9507e87a0fe2778ddd3c9a0fcfcb860ea@127.0.0.1:30307` `INFO [05-07|15:06:06.291] IPC endpoint opened url=\\.\pipe\geth-member0.ipc` `INFO [05-07|15:06:06.291] Loaded JWT secret file path="C:\Users\M\Documents\Geth\member0\geth\jwtsecret" crc32=0xc52b610a` `INFO [05-07|15:06:06.307] IPC endpoint closed url=\\.\pipe\geth-member0.ipc` `INFO [05-07|15:06:41.301] Looking for peers peercount=1 tried=9 static=0`

Peer count = 1 is giving me a reason to believe a connection is made, but it's not through IPC. I wish to attach member0 but can't do that when its IPC endpoint closes.

FieldValue
text I am attempting to establish communication between a bootstrap and member node on the same device using GETH on Windows. Initialising both nodes with my genesis.json file works fine. `geth --datadir bootstrap --networkid 3129 --port 30305 --ipcpath geth-bootstrap.ipc --nat extip:192.168.1.104` I find the node record of bootstrap `geth attach --exec admin.nodeInfo.enr \\.\pipe\geth-bootstrap.ipc` I attempt to connect the member node and recieve this output `geth --datadir member0 --networkid…
label r/ethereum
dataType post
communityName r/ethereum
datetime 2024-05-07
username_encoded Z0FBQUFBQm5LakwyWk5zTnVrRjduNXdQV0hMOVFhU0JiZ3BnVkgwajVJd0I2YTJ2NTZGRzNTSGwydXhUbUZpUGoxQmNxMlNPdndOZk8zUWM3RnZpUk1NcVdFWEdiblA5VXc9PQ==
url_encoded Z0FBQUFBQm5Lak9HdlZnWTRJMmJWREtKOTdUaHFMRENDNzY4cXd1UDZXQVprMjNmOXpCd1FkcWR0OHFFM3VyUWVzLTY4Q3JDLV91b3hSX3hTZFhGSEhkRFg3SnBCUWQyQnV0V3AxSzl2a1h3V3U3QTZRTTlPLXkzeUQ1ZG0tSzhoRjJURGZabVFzWmhKRl9XV1h4c28zMXFVaHpXT2p1VklCRzhrUWVuUTFzbmlxM0NtS2VLaF9ldGlfX3dOM0RCX1NBZGN4X0o4X1JIbGx2WEZxdC11U1VoX3N4bFNVUkRldz09

Raw Record

{
  "text": "I am attempting to establish communication between a bootstrap and member node on the same device using GETH on Windows. Initialising both nodes with my genesis.json file works fine.\n\n`geth --datadir bootstrap --networkid 3129 --port 30305 --ipcpath geth-bootstrap.ipc --nat extip:192.168.1.104`\n\nI find the node record of bootstrap\n\n`geth attach --exec admin.nodeInfo.enr \\\\.\\pipe\\geth-bootstrap.ipc`\n\nI attempt to connect the member node and recieve this output\n\n`geth --datadir member0 --networkid 3129 --ipcpath \\\\.\\pipe\\geth-member0.ipc --port 30307 --bootnodes enr:-KO4QOqxRCdkc_NUSC_QzvCPSQa86Qiv_7NL-kbH76YSSr5FR7bX-cIiBI3IFTtmqIHWDRUqVbSM2S_wW7hsLB7UP72GAY9TS9gZg2V0aMfGhIDbYXKAgmlkgnY0gmlwhMCoAWiJc2VjcDI1NmsxoQLBIm4wbRxu_DswTxRkKG8nlTxCq-DBT1sD5BoR-kTjMoRzbmFwwIN0Y3CCdmGDdWRwgnZh`\n\n`INFO [05-07|15:06:06.267] Starting peer-to-peer node instance=Geth/v1.13.14-stable-2bd6bd01/windows-amd64/go1.21.6`  \n`INFO [05-07|15:06:06.287] New local node record seq=1,715,089,572,444 id=89707b6b3336ef4c ip=127.0.0.1 udp=30307 tcp=30307`  \n`INFO [05-07|15:06:06.287] Started P2P networking self=enode://8a4a29f6b5a069226f47ce96cba07d007b5ec8941505b972316371e1e44ccdc836e83dc8d11e2b51f33f51deb8aef2f9507e87a0fe2778ddd3c9a0fcfcb860ea@127.0.0.1:30307`  \n`INFO [05-07|15:06:06.291] IPC endpoint opened url=\\\\.\\pipe\\geth-member0.ipc`  \n`INFO [05-07|15:06:06.291] Loaded JWT secret file path=\"C:\\Users\\M\\Documents\\Geth\\member0\\geth\\jwtsecret\" crc32=0xc52b610a`  \n`INFO [05-07|15:06:06.307] IPC endpoint closed url=\\\\.\\pipe\\geth-member0.ipc`  \n`INFO [05-07|15:06:41.301] Looking for peers peercount=1 tried=9 static=0`\n\nPeer count = 1 is giving me a reason to believe a connection is made, but it's not through IPC. I wish to attach member0 but can't do that when its IPC endpoint closes.",
  "label": "r/ethereum",
  "dataType": "post",
  "communityName": "r/ethereum",
  "datetime": "2024-05-07",
  "username_encoded": "Z0FBQUFBQm5LakwyWk5zTnVrRjduNXdQV0hMOVFhU0JiZ3BnVkgwajVJd0I2YTJ2NTZGRzNTSGwydXhUbUZpUGoxQmNxMlNPdndOZk8zUWM3RnZpUk1NcVdFWEdiblA5VXc9PQ==",
  "url_encoded": "Z0FBQUFBQm5Lak9HdlZnWTRJMmJWREtKOTdUaHFMRENDNzY4cXd1UDZXQVprMjNmOXpCd1FkcWR0OHFFM3VyUWVzLTY4Q3JDLV91b3hSX3hTZFhGSEhkRFg3SnBCUWQyQnV0V3AxSzl2a1h3V3U3QTZRTTlPLXkzeUQ1ZG0tSzhoRjJURGZabVFzWmhKRl9XV1h4c28zMXFVaHpXT2p1VklCRzhrUWVuUTFzbmlxM0NtS2VLaF9ldGlfX3dOM0RCX1NBZGN4X0o4X1JIbGx2WEZxdC11U1VoX3N4bFNVUkRldz09"
}

Entry Information