fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

Which miner works with this pool? #103

Open blueavenue opened 6 years ago

blueavenue commented 6 years ago

Hello!

my VPS-Pool-Server:

62.75.139.132:3333

I have no https. It is need for mining?

i have setup the pool and all runs. I see at left side the Network, Hashrate, etc... In the middle by Our Pool, what i have to do to become a worker?

What i have to do? Need i a Wallet GUI? Or a Wallet-Container on my two VPS Server? Where i have to storage my wallet-address? On VPS Server, on client?

I tried all miners... nothing works (CPU-Miner). Every miner put out errors like:

-- SOCKET ERROR or -- Stratum Error

and so one.

Which miner works? And how i can give users a wallet-address? PLEASE HELP ME!

maurosbicego commented 6 years ago

I can't say why it doesn't work...

So: Log in to your VPS, then stop the pool an then start it with _nodejs _init.js__ if there is no error, connect with your miner. Every miner should work. I think, the after that, the pool will crash. If it does, delete the nodemodules folder an then set to nodejs 0.10.48 (with nvm install 0.10.48 and then nvm use 0.10.48) Then run npm update_ and then start the pool again (and test with the miner) If it works, it's okay, if it doesn't, I don't know. And when I go to your IP, there's only the apache default page...

blueavenue commented 6 years ago

The pool was okay. It was my mistake with using the miner (wrong Wallet-Adress). The miner created a wallet address without my base58-prefix. After i added a adress, created with simplewallet, it works. BUT!

The payment doesnt works. What could it be? I have 5000 XPM and added 1000 XPM to pay out in the config.json. Have i run the simplewallet with the created pool-wallet-address on the VPS where the pool is?

The rpc-bind-port is 8082 in the config.json and in the mycoin.conf. The rpc-bind-ip is 127.0.0.1 in both files.

maurosbicego commented 6 years ago

Yes, you have to start the Wallet-RPC

blueavenue commented 6 years ago

Ok! I started constantly the simplewallet on VPS not the Wallet-RPC. i will try it. Thx.