surfer43
Sr. Member
  
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
 |
May 17, 2014, 02:31:38 AM |
|
The payment bug for moneropool.org has been fixed, except it still can't pay out because someone has mined with an invalid address. Once this is resolved through address validation, everyone will be paid.  Payments for the first 9 blocks will be honored, even though 7 of those blocks were orphaned. How to check my address?  You can try to send some MRO to it in simplewallet. It will tell you if it's an invalid address. The invalid address that the pool wallet is complaining about is 47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG
|
|
|
|
dnaleor
Legendary
Offline
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
|
 |
May 17, 2014, 02:47:42 AM |
|
Small mining guide for people using moneropool.org Create these 2 batch files in the same map as your simpleminer.exe start_simpleminer.bat:while1 simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE --pass 123 goto :while1
start_pool_mining.batset /p var="Number of threads: "
set /a "x = 1" :while1 if %x% leq %var% ( start start_simpleminer.bat set /a "x = x + 1" goto :while1 )
********************************* To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use. If one of the threads disconnects, it will automatically try to reconnect. tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf 
|
|
|
|
bitfoud
Member

Offline
Activity: 73
Merit: 10
|
 |
May 17, 2014, 02:50:34 AM |
|
something is wrong,can't download the blocks
|
|
|
|
perl
Legendary
Offline
Activity: 1918
Merit: 1190
|
 |
May 17, 2014, 03:04:29 AM |
|
My pool monero is online now . I have make the test 1 day for test payout after many bugfix. For information results of my test. Balance Wallet Pool : 237.317623027057 Balance all Miner: 11391.923505695693 Tunning fee is : 2% 237.317623027057 / 11391.923505695693 = 0,020832094 http://monero.crypto-pool.fr/Only about 24000 coins are produced by the network each day so 11400 coins already mined by one pool doesn't make sense to me. Can you elaborate? What is this pool's true hashrate? (The pool website only says 60 H/s right now.) The hashrate 30H/sec in test network, I have make test of implementation and bugfix before switch to production. I have communicate results of my test .
|
|
|
|
eizh
|
 |
May 17, 2014, 03:06:45 AM |
|
The hashrate 30H/sec in test network, I have make test of implementation and bugfix before switch to production. I have communicate results of my test .
Ah, ok. Thanks.
|
|
|
|
emontmon
Member

Offline
Activity: 196
Merit: 10
|
 |
May 17, 2014, 03:07:01 AM |
|
Small mining guide for people using moneropool.org Create these 2 batch files in the same map as your simpleminer.exe start_simpleminer.bat:while1 simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE --pass 123 goto :while1
start_pool_mining.batset /p var="Number of threads: "
set /a "x = 1" :while1 if %x% leq %var% ( start start_simpleminer.bat set /a "x = x + 1" goto :while1 )
********************************* To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use. If one of the threads disconnects, it will automatically try to reconnect. tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf  is this for windows
|
|
|
|
33zer0w0lf
|
 |
May 17, 2014, 03:09:44 AM |
|
http://extremepool.orgGoing to leave pool at 0% for a while to verify the new pool code is working good. There are still some issues with payouts but shares are being accepted and tracked so all should be good. any questions email me @ support@extremepool.org
|
|
|
|
mmx888
Member

Offline
Activity: 90
Merit: 10
|
 |
May 17, 2014, 03:17:05 AM |
|
The payment bug for moneropool.org has been fixed, except it still can't pay out because someone has mined with an invalid address. Once this is resolved through address validation, everyone will be paid.  Payments for the first 9 blocks will be honored, even though 7 of those blocks were orphaned. How to check my address?  You can try to send some MRO to it in simplewallet. It will tell you if it's an invalid address. The invalid address that the pool wallet is complaining about is 47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG How to check your pool payment history?
|
|
|
|
dnaleor
Legendary
Offline
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
|
 |
May 17, 2014, 03:19:19 AM |
|
Small mining guide for people using moneropool.org Create these 2 batch files in the same map as your simpleminer.exe start_simpleminer.bat:while1 simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE --pass 123 goto :while1
start_pool_mining.batset /p var="Number of threads: "
set /a "x = 1" :while1 if %x% leq %var% ( start start_simpleminer.bat set /a "x = x + 1" goto :while1 )
********************************* To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use. If one of the threads disconnects, it will automatically try to reconnect. tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf  is this for windows yes  just copy the code in notepad and save as .bat file
|
|
|
|
surfer43
Sr. Member
  
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
 |
May 17, 2014, 03:32:23 AM |
|
The payment bug for moneropool.org has been fixed, except it still can't pay out because someone has mined with an invalid address. Once this is resolved through address validation, everyone will be paid.  Payments for the first 9 blocks will be honored, even though 7 of those blocks were orphaned. How to check my address?  You can try to send some MRO to it in simplewallet. It will tell you if it's an invalid address. The invalid address that the pool wallet is complaining about is 47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG How to check your pool payment history? This feature is not available yet. In fact the pool has not made any successful payments yet.
|
|
|
|
blaaaaacksuit
Sr. Member
  
Offline
Activity: 280
Merit: 250
Who cares?
|
 |
May 17, 2014, 04:15:29 AM |
|
This feature is not available yet. In fact the pool has not made any successful payments yet.
Just out of curiosity, why is it difficult to make pool payments? Not trying to insinuate or be obnoxious, just genuinely curious.
|
|
|
|
xtsjyfx
Newbie
Offline
Activity: 56
Merit: 0
|
 |
May 17, 2014, 04:37:39 AM |
|
Through I pay more attiation and dicover this coin is based on Bytecoin.org, its not a BTC Clone. It was aalso confusing for me also at first.
|
|
|
|
surfer43
Sr. Member
  
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
 |
May 17, 2014, 04:37:42 AM |
|
Good news, I have manually paid out everyone for the first 8 blocks of moneropool.org. Automatic payments should now work as long as no one tries to mine with an invalid address. Contact me if you mined with this invalid address so I can send you the lost MRO: 47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG If you feel you received the wrong amount of MRO or were not paid, tell me! Transaction IDs: e4eef3a041f6ed3926b0a5ee73d296ffb18e5279230b8bf1fd28e82bc124683851ce3c634c670aad5a7de5bbf90b35c04e31327e0117039f6dbf2d241f211b34
|
|
|
|
mmx888
Member

Offline
Activity: 90
Merit: 10
|
 |
May 17, 2014, 05:08:32 AM |
|
|
|
|
|
surfer43
Sr. Member
  
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
 |
May 17, 2014, 05:41:57 AM |
|
Ive been hashing on the pool since I first saw it posted, but didnt receive anything. Its been submitting shares and shows a hash speed as I type this.
42jfrGV9rASZUJWUtEehvVHUVmEEw3D6SZSt14ax92fQi11aGYPUdELCm2j1XUaAW7L73GZExLepdVx m6dLvwFgTKPcfbRf
I'm almost certain I paid you 0.007278516. You had 0.007278516 on file, but I'll send you 1 more because you probably mined a lot towards our 9th block ;)
|
|
|
|
Mineotaur
|
 |
May 17, 2014, 05:43:04 AM |
|
Can someone send a small amount so I can confirm whether this thing is actually functional? 4AoyZPYiFp3RkEth1Mkxh7FLs9RMTG2jgQQ1QuHP7SajT22P4odgSpPb4YMxrjTPBUgmfdEme2vFZd2 PEiYvqoQuFUzRXxD  thanks in advance
|
BTC: 37r8wbYRMPav3AU8w1D3FQmwtYenVzcbdX
|
|
|
surfer43
Sr. Member
  
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
 |
May 17, 2014, 05:57:54 AM Last edit: May 17, 2014, 06:11:29 AM by surfer43 |
|
There was an error with my "transfer" command, I tried to send too precise amounts to some addresses. Everyone should've been paid now. Some might've even been double paid.  Can someone send a small amount so I can confirm whether this thing is actually functional? 4AoyZPYiFp3RkEth1Mkxh7FLs9RMTG2jgQQ1QuHP7SajT22P4odgSpPb4YMxrjTPBUgmfdEme2vFZd2 PEiYvqoQuFUzRXxD  thanks in advance Sent 0.01 
|
|
|
|
Ivan166
|
 |
May 17, 2014, 06:13:11 AM |
|
Russian thread updated. Pools information added. Some texts also have been changed according to edition of OP.
|
|
|
|
Mineotaur
|
 |
May 17, 2014, 06:19:57 AM Last edit: May 17, 2014, 06:40:55 AM by Mineotaur |
|
Sent 0.01  [/quote] thanks buddy. wallet is still empty atm, guess i'm still completely lost. i'll keep jumping through hoops for a while, but i really think at this point that monero would benefit more than anything, from being simplified, or at least better explained. Edit: Got the .01 now, thanks  i feel marginally less like throwing my laptop outta the window.
|
BTC: 37r8wbYRMPav3AU8w1D3FQmwtYenVzcbdX
|
|
|
surfer43
Sr. Member
  
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
 |
May 17, 2014, 07:09:05 AM |
|
More good news! extremepool.org and moneropool.org now have working automatic payments. The only critical feature left with node-cryptonote-pool is address validation. If a miner connects and mines shares with an invalid address, this breaks automatic payments at the moment.
|
|
|
|
|