Bitcoin Forum
April 24, 2024, 05:08:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667060 times)
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 17, 2014, 02:31:38 AM
 #1981

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.  Smiley

Payments for the first 9 blocks will be honored, even though 7 of those blocks were orphaned.

How to check my address? Huh Huh
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
Code:
47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG
1713978513
Hero Member
*
Offline Offline

Posts: 1713978513

View Profile Personal Message (Offline)

Ignore
1713978513
Reply with quote  #2

1713978513
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713978513
Hero Member
*
Offline Offline

Posts: 1713978513

View Profile Personal Message (Offline)

Ignore
1713978513
Reply with quote  #2

1713978513
Report to moderator
1713978513
Hero Member
*
Offline Offline

Posts: 1713978513

View Profile Personal Message (Offline)

Ignore
1713978513
Reply with quote  #2

1713978513
Report to moderator
1713978513
Hero Member
*
Offline Offline

Posts: 1713978513

View Profile Personal Message (Offline)

Ignore
1713978513
Reply with quote  #2

1713978513
Report to moderator
dnaleor
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


Want privacy? Use Monero!


View Profile
May 17, 2014, 02:47:42 AM
 #1982

Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /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  Wink
bitfoud
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
May 17, 2014, 02:50:34 AM
 #1983

something is wrong,can't download the blocks

perl
Legendary
*
Offline Offline

Activity: 1918
Merit: 1190


View Profile
May 17, 2014, 03:04:29 AM
 #1984

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
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
May 17, 2014, 03:06:45 AM
 #1985


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 Offline

Activity: 196
Merit: 10


View Profile
May 17, 2014, 03:07:01 AM
 #1986

Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /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  Wink

is this for windows
33zer0w0lf
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile WWW
May 17, 2014, 03:09:44 AM
 #1987

http://extremepool.org

Going 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

http://www.extremepool.org (BCN) (MRO) (QCN) (XDN) (BBR) (AEON) (ORION) (DSH) (CRR) (INF8)
mmx888
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
May 17, 2014, 03:17:05 AM
 #1988

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.  Smiley

Payments for the first 9 blocks will be honored, even though 7 of those blocks were orphaned.

How to check my address? Huh Huh
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
Code:
47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG

How to check your pool payment history?
dnaleor
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


Want privacy? Use Monero!


View Profile
May 17, 2014, 03:19:19 AM
 #1989

Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /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  Wink

is this for windows


yes  Smiley

just copy the code in notepad and save as .bat file
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 17, 2014, 03:32:23 AM
 #1990

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.  Smiley

Payments for the first 9 blocks will be honored, even though 7 of those blocks were orphaned.

How to check my address? Huh Huh
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
Code:
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 Offline

Activity: 280
Merit: 250

Who cares?


View Profile
May 17, 2014, 04:15:29 AM
 #1991

Quote
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 Offline

Activity: 56
Merit: 0


View Profile
May 17, 2014, 04:37:39 AM
 #1992

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 Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 17, 2014, 04:37:42 AM
 #1993

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:
Code:
47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG

If you feel you received the wrong amount of MRO or were not paid, tell me!

Transaction IDs:
e4eef3a041f6ed3926b0a5ee73d296ffb18e5279230b8bf1fd28e82bc1246838
51ce3c634c670aad5a7de5bbf90b35c04e31327e0117039f6dbf2d241f211b34
mmx888
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
May 17, 2014, 05:08:32 AM
 #1994

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:
Code:
47shgHzm4mWfD2WM6YPAgLWvvxB92yc9tfjpES1PEHpB7WNBaXfMjVYdouaUxg6s36he2tZR9JgjdLrA9qoR4xJC7ZVpjNG

If you feel you received the wrong amount of MRO or were not paid, tell me!

Transaction IDs:
e4eef3a041f6ed3926b0a5ee73d296ffb18e5279230b8bf1fd28e82bc1246838
51ce3c634c670aad5a7de5bbf90b35c04e31327e0117039f6dbf2d241f211b34

Good!!!
I have received!
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 17, 2014, 05:41:57 AM
 #1995

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
Full Member
***
Offline Offline

Activity: 200
Merit: 100


View Profile
May 17, 2014, 05:43:04 AM
 #1996

Can someone send a small amount so I can confirm whether this thing is actually functional?

4AoyZPYiFp3RkEth1Mkxh7FLs9RMTG2jgQQ1QuHP7SajT22P4odgSpPb4YMxrjTPBUgmfdEme2vFZd2 PEiYvqoQuFUzRXxD

 Huh
thanks in advance

BTC: 37r8wbYRMPav3AU8w1D3FQmwtYenVzcbdX
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 17, 2014, 05:57:54 AM
Last edit: May 17, 2014, 06:11:29 AM by surfer43
 #1997

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.  Tongue

Can someone send a small amount so I can confirm whether this thing is actually functional?

4AoyZPYiFp3RkEth1Mkxh7FLs9RMTG2jgQQ1QuHP7SajT22P4odgSpPb4YMxrjTPBUgmfdEme2vFZd2 PEiYvqoQuFUzRXxD

 Huh
thanks in advance
Sent 0.01  Smiley
Ivan166
Full Member
***
Offline Offline

Activity: 153
Merit: 107


View Profile
May 17, 2014, 06:13:11 AM
 #1998

Russian thread updated. Pools information added. Some texts also have been changed according to edition of OP.

Monero is your money privacy.
Mineotaur
Full Member
***
Offline Offline

Activity: 200
Merit: 100


View Profile
May 17, 2014, 06:19:57 AM
Last edit: May 17, 2014, 06:40:55 AM by Mineotaur
 #1999

Sent 0.01  Smiley
[/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   Tongue i feel marginally less like throwing my laptop outta the window.

BTC: 37r8wbYRMPav3AU8w1D3FQmwtYenVzcbdX
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 17, 2014, 07:09:05 AM
 #2000

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.
Pages: « 1 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 [100] 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 ... 2123 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!