No, thats ok. pharesim has two nodes:
85.214.65.220 and 78.46.32.4
But there is another problem: Normally, he should not receive payments, because the nodes have not a valid hallmark.
The hallmark is requirement for node bounties, because it links the node with an account.
curl -H "Content-Type: application/json" -d '{"protocol":1,"requestType":"getInfo"}' 85.214.65.220:7774/nhz
{"application":"NRS","version":"NHZ V5.4","platform":"PC","shareAddress":true}
curl -H "Content-Type: application/json" -d '{"protocol":1,"requestType":"getInfo"}' 78.46.32.4:7774/nhz
{"application":"NRS","version":"NHZ V5.4","platform":"PC","shareAddress":true}
Seams that pharesims account is hardcoded in the payout script.
Now everyone can imagine his part.
By the way, a valid hallmark looks like that:
curl -H "Content-Type: application/json" -d '{"protocol":1,"requestType":"getInfo"}' 185.38.44.174:7774/nhz
{"hallmark":"60987409fa83bc8cadc521842637367e31211a08f44730ebc57aa53b2bf8a41f0d003138352e33382e34342e313734640000008a2d33016d4bb7e6b8f15aac920ea89586e6e5d33452b95422396c55f8b313ddc0f4868f0849218a4ccadac77efe08951faa4b3cd2ba9134e1d917a19d1e19e4831eb4357a","announcedAddress":"185.38.44.174","application":"NRS","version":"NHZ V5.4","platform":"vps69","shareAddress":true}