hedgy73
Legendary
Offline
Activity: 1414
Merit: 1077
|
|
December 09, 2014, 11:29:43 PM |
|
I was gonna rent some miners and throw $50 at it since I hit good on a lottery ticket for $50 I was gonna use miningrigrentals.com but their website is down right now. Now that's some luck LOL. Yes it is, my rentals have all gone down . Had a message from support a little while ago saying they are working on problems.
|
|
|
|
|
hedgy73
Legendary
Offline
Activity: 1414
Merit: 1077
|
|
December 09, 2014, 11:51:17 PM |
|
They back up now.
Yes they are
|
|
|
|
Convicted2008
|
|
December 10, 2014, 12:18:03 AM |
|
I rented about 20TH for PPC. Let see if there's any luck.
|
|
|
|
hedgy73
Legendary
Offline
Activity: 1414
Merit: 1077
|
|
December 10, 2014, 12:23:10 AM |
|
I rented about 20TH for PPC. Let see if there's any luck.
Good luck buddy I found a PPC block a few days ago when I rented 10TH
|
|
|
|
Convicted2008
|
|
December 10, 2014, 12:25:11 AM |
|
Its gambling for sure
|
|
|
|
hedgy73
Legendary
Offline
Activity: 1414
Merit: 1077
|
|
December 10, 2014, 12:27:08 AM |
|
Its gambling for sure I agree but in a nice way
|
|
|
|
Convicted2008
|
|
December 10, 2014, 01:36:46 AM |
|
PeerCoin Block Found! Who was it??
|
|
|
|
Convicted2008
|
|
December 10, 2014, 01:39:12 AM |
|
Since theres only 2 miners, me and someone else. My luck it was the other person
|
|
|
|
Convicted2008
|
|
December 10, 2014, 10:20:37 AM |
|
A new LTC block was found too.. Update plz.
|
|
|
|
Convicted2008
|
|
December 10, 2014, 12:10:05 PM |
|
I would love to know who found the blocks before I have to go to work in 30 minutes :/ THE EXCITEMENT IS KILLING ME!
|
|
|
|
aTg (OP)
Legendary
Offline
Activity: 1358
Merit: 1000
|
|
December 10, 2014, 12:39:46 PM Last edit: December 10, 2014, 12:50:45 PM by aTg |
|
I would love to know who found the blocks before I have to go to work in 30 minutes :/ THE EXCITEMENT IS KILLING ME!
Updated, is for LfH... Sorry the delay but this part of the site is still manual, I'm working on this, anyway another time you can see looking at the transactions exit the pool wallet. http://block-explorer.com/address/LN5EkUJ43EkPh9N2Vmhz664zhS35WoPWumRecommendation; you can open solomining.com at work, no one will understand that it is and you can tell you are investing in the stock market
|
|
|
|
Convicted2008
|
|
December 10, 2014, 12:44:09 PM |
|
What about PPC? I know its not confirmed yet. Just curious who found it.
|
|
|
|
aTg (OP)
Legendary
Offline
Activity: 1358
Merit: 1000
|
|
December 10, 2014, 01:11:32 PM Last edit: December 10, 2014, 01:24:28 PM by aTg |
|
What about PPC? I know its not confirmed yet. Just curious who found it.
Now, is for PCsg... God, this was thinked to find a block a day at most, now with multiple blocks at once is horrible. The problem is that the database does not provide the information as I like remaining on the web, so I format by hand, but is not viable. If there is any inconsistency in the list of payments, this would not affect a payment system that is if automatic, if anyone has any questions I have no problem teaching the database. EDIT: I release the source code of the payment system on github, rest assured that payment goes to the miner to find the correct hash. https://github.com/zone117x/node-open-mining-portal/issues/406#issuecomment-64398794
|
|
|
|
Convicted2008
|
|
December 10, 2014, 03:37:46 PM |
|
That about right. I run 20th find none. They run 800gh and find 1. That's my luck.
|
|
|
|
hedgy73
Legendary
Offline
Activity: 1414
Merit: 1077
|
|
December 10, 2014, 06:34:33 PM |
|
What about PPC? I know its not confirmed yet. Just curious who found it.
Now, is for PCsg... God, this was thinked to find a block a day at most, now with multiple blocks at once is horrible. The problem is that the database does not provide the information as I like remaining on the web, so I format by hand, but is not viable. If there is any inconsistency in the list of payments, this would not affect a payment system that is if automatic, if anyone has any questions I have no problem teaching the database. EDIT: I release the source code of the payment system on github, rest assured that payment goes to the miner to find the correct hash. https://github.com/zone117x/node-open-mining-portal/issues/406#issuecomment-64398794I feel for you, it must be a nightmare to update the site after each block is found manually. Is there no way to automate it?
|
|
|
|
aTg (OP)
Legendary
Offline
Activity: 1358
Merit: 1000
|
|
December 10, 2014, 07:31:29 PM |
|
I feel for you, it must be a nightmare to update the site after each block is found manually. Is there no way to automate it?
Yes, yes, I am modifying the code to do it, but as the development team is myself and no one else takes me too long. Much of the code took me more work than this, just the graphics are updated separately alone I take a lot of work. I put a list of outstanding things for improvement: - Create an API to the list of payments
- Change of fixed diff to vardiff ports connection (easy change)
- Make the user list is sortable and discriminable (50%completed)
- Add the calculation of luck in the pool statistics
- Other interesting things you can think of
|
|
|
|
portice
Legendary
Offline
Activity: 999
Merit: 1000
|
|
December 11, 2014, 01:23:14 AM |
|
Since theres only 2 miners, me and someone else. My luck it was the other person , its nice to be the "other person" sometimes
|
|
|
|
hedgy73
Legendary
Offline
Activity: 1414
Merit: 1077
|
|
December 11, 2014, 07:09:37 AM |
|
I feel for you, it must be a nightmare to update the site after each block is found manually. Is there no way to automate it?
Yes, yes, I am modifying the code to do it, but as the development team is myself and no one else takes me too long. Much of the code took me more work than this, just the graphics are updated separately alone I take a lot of work. I put a list of outstanding things for improvement: - Create an API to the list of payments
- Change of fixed diff to vardiff ports connection (easy change)
- Make the user list is sortable and discriminable (50%completed)
- Add the calculation of luck in the pool statistics
- Other interesting things you can think of
It sounds like you have some good extra features planned . Its a shame you have to do this yourself but it looks and sounds like you already know what you're doing. What about letting people register with an email address so you can send them details of when a block is found and by who. Again hopefully that could be automated.
|
|
|
|
aTg (OP)
Legendary
Offline
Activity: 1358
Merit: 1000
|
|
December 13, 2014, 06:49:20 PM |
|
New ports varDiff launched;
Litecoin 4334 Peercoin 5334 Darkcoin 6334
They have the following configuration;
diff 1-16384 TargetTime 16s RetargetTime 60s 50% variation
A try ...
|
|
|
|
|