SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 123 forks source link

Cant start p2pool #288

Closed rw209 closed 7 months ago

rw209 commented 7 months ago

Hello, I have two PC in one local net (connected by wi-fi) One PC - with linux mint - working fine, Another machine (windows 10) - have specific error:

NOTICE  2023-11-11 23:36:08.6308 Log started
NOTICE  2023-11-11 23:36:08.6315 P2Pool v3.8 (built with MSVC/1929 on Oct 31 2023)
NOTICE  2023-11-11 23:36:08.6316 Util UPnP: Started scanning for UPnP IGD devices
NOTICE  2023-11-11 23:36:08.6489 SideChain network type  = mainnet
NOTICE  2023-11-11 23:36:08.6489 SideChain using default config
NOTICE  2023-11-11 23:36:08.6489 SideChain pool name     = mini
NOTICE  2023-11-11 23:36:08.6489 SideChain block time    = 10 seconds
NOTICE  2023-11-11 23:36:08.6489 SideChain min diff      = 100000
NOTICE  2023-11-11 23:36:08.6489 SideChain PPLNS window  = 2160 blocks
NOTICE  2023-11-11 23:36:08.6489 SideChain uncle penalty = 20%
NOTICE  2023-11-11 23:36:08.6489 SideChain generating consensus ID
NOTICE  2023-11-11 23:36:08.6489 SideChain consensus ID = 3982c91a************************************************35187ec4
NOTICE  2023-11-11 23:36:09.1630 RandomX_Hasher allocated 2592 MB
NOTICE  2023-11-11 23:36:09.1640 ConsoleCommands uv_guess_handle returned 14
NOTICE  2023-11-11 23:36:09.1640 ConsoleCommands processing stdin as UV_TTY
NOTICE  2023-11-11 23:36:09.1649 TCPServer listening on 127.0.0.1:54120
NOTICE  2023-11-11 23:36:09.1652 ConsoleCommands event loop started
NOTICE  2023-11-11 23:36:09.5925 P2Pool new miner data
---------------------------------------------------------------------------------------------------------------
host                    = ru.poiuty.com:18081:ZMQ:18083 (109.248.206.13)
major_version           = 16
height                  = 3016136
prev_id                 = 8c2f2bd0900d1ffa7bb04a98574c19c5e1accae3a3112f7394d5ce8af42fc98b
seed_hash               = ba6c1d8673e0a671a76b0e02d36b09f99b08f9186d2afd5da72bdbd2b5da5eac
difficulty              = 325582439477
median_weight           = 300000
already_generated_coins = 18356878226161675339
transactions            = 24
---------------------------------------------------------------------------------------------------------------
NOTICE  2023-11-11 23:36:09.5925 RandomX_Hasher new seed ba6c1d8673e0a671a76b0e02d36b09f99b08f9186d2afd5da72bdbd2b5da5eac
NOTICE  2023-11-11 23:36:09.5927 BlockTemplate base  reward = 0.600000000000 XMR, 0 transactions, fees = 0.000000000000 XMR, weight = 0
NOTICE  2023-11-11 23:36:09.5928 BlockTemplate final reward = 0.600000000000 XMR, weight = 127, outputs = 1, 0 of 0 transactions included
NOTICE  2023-11-11 23:36:09.5928 P2Pool ru.poiuty.com:18081:ZMQ:18083 (109.248.206.13) ping is 56.411 ms
NOTICE  2023-11-11 23:36:09.6481 Util UPnP: Finished scanning for UPnP IGD devices
NOTICE  2023-11-11 23:36:09.8278 RandomX_Hasher cache updated
NOTICE  2023-11-11 23:36:09.9168 RandomX_Hasher old seed fdd3828a3d9f7a88418b733ba274741d2d3bc867767ea2036ffff89efc5a55f2
NOTICE  2023-11-11 23:36:09.9168 RandomX_Hasher running 6 threads to update dataset
NOTICE  2023-11-11 23:36:10.1540 RandomX_Hasher old cache updated
NOTICE  2023-11-11 23:36:14.1577 RandomX_Hasher dataset updated
NOTICE  2023-11-11 23:36:16.0891 TCPServer listening on [::]:3333
NOTICE  2023-11-11 23:36:16.0895 TCPServer listening on 0.0.0.0:3333
NOTICE  2023-11-11 23:36:16.0901 BlockCache loading cached blocks
NOTICE  2023-11-11 23:36:16.0912 StratumServer event loop started
NOTICE  2023-11-11 23:36:16.0955 BlockCache loaded 0 cached blocks
SChernykh commented 7 months ago

This is probably the same problem as in https://github.com/monero-project/monero-gui/issues/4239 You can try the binary I posted there: https://github.com/monero-project/monero-gui/issues/4239#issuecomment-1798377786

rw209 commented 7 months ago

Yes, that help. For the future, where i can found right binaries?

SChernykh commented 7 months ago

Yes, that help. For the future, where i can found right binaries?

It's always here: https://github.com/SChernykh/p2pool/releases The fix for this particular issue will be in v3.9 release.

rw209 commented 7 months ago

Amazing. Thank you for your work, Sergey