-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Ethereum Classic Mining Pool Payout Address #66
Comments
This has nothing to do with the pool code but with your geth setup, can you look (ls -lh) in ~/.ethereum/keystore and tell us what do you see there ? you should find both accounts in there, the coinbase which is |
Thanks for your reply, this is what I see : root@MineHost:/# ls -lh ~/.ethereum/keystore |
when starting geth attach : root@MineHost:/# geth attach instance: Geth/v1.4.10-stable/linux/go1.6.2 |
hmmm, and yes I see that the first address mined the 3 blocks and already had 3 payouts to the second address So it doesn't seem that all mined blocks goes to the second but it seems like payouts are going to the second address, do you own the second address ? |
No, I don't own it, and don't know how it has gotten there. Do you perhaps think it will be better to create a new geth account and start over again? For me to test this will probably take me another day or so to solo mine a new block. Can I paste my config.json file to make sure everything is fine in there? Thanks for the help |
you should investigate how did this happen in the first place! mining again on the same server with the same settings wouldn't magically solve your problem. |
Ok, thanks, I will see what I can find, so far everything looks OK but this has happened meaning something is somewhere out of place. |
Sorry, last question. Does the pool script for sending payment stay the same if you use either ETH or ETC as a transaction? No modification needed |
yes, the pool code is the same for both ETH/ETC. |
Thank you very much, case closed |
Just to update quickly, my pool is now working like it should, problem was with my geth account. Thanks mmitech for pointing it out. |
@marcel1982 i have exactly the same problem, what did u exactly do ? how did u fix it ? i got already 3 blocks that went to 0x96A5296EB1d8f8098d35F300659C95f7D6362d15 and dunno why is that. thx |
Hi there Sorry for the late reply. I fixed this by just deleting my wallet account and then by recreating a new wallet account. This worked for me. Hope it helps Cheers From: Alin Jurj [mailto:notifications@github.com] @marcel1982 https://github.com/marcel1982 i have exactly the same problem, what did u exactly do ? how did u fix it ? i got already 3 blocks that went to 0x96A5296EB1d8f8098d35F300659C95f7D6362d15 and dunno why is that. thx — |
@Perfect-Web pls run grep -ri '0x96A5296EB1d8f8098d35F300659C95f7D6362d15' in your open-ethereum-pool directory. and post the output. seems that you have this currently running with this sended eth to this address... we need you to deep investigate |
@LeChuckDE it gives nothing, so that wallet address is not found anywhere. |
Do you guys have your RPC ports open to the internet? |
i did had, but when i found out that the RPC can be a problem i blocked it, and even after that he managed to steal some more ... so that is the strange issue. atm i am forced to use the pool without unlocker or payments of any kind and with a new address. soooo this would mean there is no way in earth that the node or the pool has access to the author address besides delivering the block reward |
then you are the fault in this chain ... so it hits the right ones ... HAHAHA |
So now we have identified how the "Attacker" has went of the mined block-rewards...
So that is the point why I will not longer support people that haven't the basic skills to host a pool! |
@LeChuckDE dude are you making lobby here ? why are you just talking about half of the things i said ? i acknowledge that the first time was my bad as i didnt setup any sort of firewall, but after i did setup, it still managed to do it. So ppl just suppose to hire you as consultant when you only read half a answer ? |
@Perfect-Web nope i don't do comercials here. have enough work to do and don't need to do it...
if you have the geth rpc open for some time and then closed the rpc port due firewall or listen onl localhost and use the same wallet account then it is to late !!! by the way sounds like you shouldn't host a pool, if you not able to read a detailed attack description / or understand what happens here ... Security isn't your thing ... that is the part that I have read out of all your comments ... IF YOU HAVE OPENED YOUR RPC FOR SOME TIME TO ALL, THEN IT IS POSSIBLE THAT SUCH A ATTACK IS STORED INTO YOUR WALLET AND WILL HAPPEND WHEN BALANCE REACHED THE REQUESTED PAYOUT FROM ATTACKER. Now read the description of your walletsoftware of choise to get it "How to identify if there are TX Backlogs / Queued TX's" .... It is like install a Windows XP PC without any Firewall or Virus-Scanner on it. |
@LeChuckDE I dunno why you are wasting you time on retards by the way. |
@sammy007 what @LeChuckDE did was common sense, and i take this occasion on thanking him for enlighten me on that matter and apologize. You should pull your head out of your ass and google what common sense mean before you make everyone a retard |
Hi,
Please help me.
I've mined 3 blocks in total already but the payout goes to a different payout address as my geth account.
geth account: 0xc4c23dc7fbd40fb8bae2686e5a945fc1e21d1c49
All mined blocks goes to address: 0x96a5296eb1d8f8098d35f300659c95f7d6362d15
Thanks
The text was updated successfully, but these errors were encountered: