Niko
Niko
https://github.com/AleoHQ/snarkOS/blob/506fcbf33d555a528efcec6c0fc1fe5c21902f22/src/network/peer.rs#L234-L248 Consider whether to delete this lines? I run node behind NAT in home. ISP give me a LAN IP (such as 10.0.0.1). My node listens `0.0.0.0:4132`. but remote is...
I had tried https://github.com/AleoHQ/snarkOS/pull/1575, The problem still exists.
+------------------------------------------------------------------------------------------------------------+ | | | | | public IP 113.30.25.32 | | +----------------------------------------------+ | | | | | | | ISP NAT | | | | | | | | +------------------------------+...
try to build from source.
you should start ord with --index-sat argument
The reorg function is not implemented yet. you can try to add the feature using the 'savePoint' function of redb. https://github.com/casey/ord/discussions/1951
the similar problem with you (MI5) when I run to cllinkprogram func the process will be crashed signal 11 (SIGSEGV), code 1 ,fault addr 0x8 in tid 22049 (pool-1-thread-2)
I found the same problem from my source code ``` //conn.go line 950 c.watchersLock.Lock() defer c.watchersLock.Unlock() ch := make(chan Event, 1) //canot remove. caused memory leak wpt := watchPathType{path, watchType}...