It looks like you're new here. If you want to get involved, click one of these buttons!
C:\Users\Mr MASHEK>geth --genesis genesis_block.json I0731 11:16:51.629113 620 backend.go:289] Protocol Versions: [61 60], Networ k Id: 1 I0731 11:16:52.219147 620 genesis.go:88] Genesis block already in chain. Wri ting canonical number I0731 11:16:52.220147 620 backend.go:301] Successfully wrote genesis block. New genesis hash = d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8 fa3 I0731 11:16:52.220147 620 backend.go:318] Blockchain DB Version: 3 I0731 11:16:52.221147 620 chain_manager.go:251] Last block (#0) d4e56740f876 aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3 TD=17179869184 I0731 11:16:52.227147 620 cmd.go:122] Starting Geth/v1.0.0/windows/go1.4.2 I0731 11:16:52.227147 620 server.go:311] Starting Server(I've run removedb multiple times)
Comments
I forget the port 30300 or something ask around
If I do it with windows, geth tells me both have been mapped but they do not show up in the router list.
JMAHH one good test i have found to resolve network issues is turn off the firewall on the router and on windows completely to see if that is where your issue is is , only do this for the short duration of your test of course and turn it back on once you have determined if the issue is with your network i.e if it starts working after both are off.
then you can work backwards to isolate where the actual issue is.
the UPnP thing could be overblown basically its the multicast setting. Check if your router has a multicast setting and if it does turn it on for all IPS , if it does not have multicast (which i cant imagine it wont for a modern router) then thats not your problem.
Note: On Windows 10 you may need to activate the Windows Time service from the "Start Menu > Services" and set setup to automatic. Some users report that this service is disabled by default in Windows 10.
you should try that first
Off-topic question: if I run ethminer directly without doing "geth -rpc" first, is that ok? It seems to be working normally.