wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 12:46:19 AM |
|
Love the no registration/no fee pool. Keep up the great work WK. I'll gladly take the student moniker in this incredible field of work. ----------------------------------------------------------------------------- My issue: CampBX has started killing addresses after a week, Guess they don't like miner outputs. As a new Eligius Miner, My first day was run using CampBx. I stopped, and redirected output to a static address. But now final payout (commencing after 7 days) will be to a "deleted" CampBx address. It's not much but still... It may be a dumb question but I must ask, is there a way to redirect these final payouts? Since the Miners are I.D.d, can we request old output from said miner, be sent to current output for said miner? I can't find anything poking around Eligius menus. ----------------------------------------------------------------------------- Willingly studying under experts as I pursue my Btc Phd. http://eligius.st/~wizkid057/newstats/mystats.php?u=YOUR_OLD_BITCOIN_ADDRESS_HERE&storecookie=onThen "change mining address". That won't work... Is there a solution for this? To change your mining address and redirect your already mined coins to another, while continuing to mine on the new address? The inputs.io situation just keeps getting worse. A total effing loss.... Unfortunately not. Eligius is setup in such a way that the share log can't be easily altered after the fact, not even by me. This is one of many security measures on Eligius. It would take a substantial coding effort to parse the share log and modify your shares to go to a different address, and there are many other things that need to be coded first that do not degrade security. Sorry.
|
|
|
|
RoadTrain
Legendary
Offline
Activity: 1386
Merit: 1009
|
|
November 08, 2013, 12:58:10 AM |
|
@wizkid057 Is there any way to look how old is the most recent shelved share? By using API or so.
|
|
|
|
wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 12:59:49 AM |
|
@wizkid057 Is there any way to look how old is the most recent shelved share? By using API or so.
Not currently. Actually, not even I can do that easily. The share log itself is optimized. It has no timestamping, so, no easy way to know how old a share is. Its just there waiting to be paid. I may eventually add some mechanism to do this, though. -wk
|
|
|
|
RoadTrain
Legendary
Offline
Activity: 1386
Merit: 1009
|
|
November 08, 2013, 01:04:05 AM |
|
@wizkid057 Is there any way to look how old is the most recent shelved share? By using API or so.
Not currently. Actually, not even I can do that easily. The share log itself is optimized. It has no timestamping, so, no easy way to know how old a share is. Its just there waiting to be paid. I may eventually add some mechanism to do this, though. -wk Well, then maybe you can know the round which this share is from?
|
|
|
|
wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 01:08:20 AM |
|
@wizkid057 Is there any way to look how old is the most recent shelved share? By using API or so.
Not currently. Actually, not even I can do that easily. The share log itself is optimized. It has no timestamping, so, no easy way to know how old a share is. Its just there waiting to be paid. I may eventually add some mechanism to do this, though. -wk Well, then maybe you can know the round which this share is from? Nope, the only real pieces of data associated with a share in the share log are the user_id, share value. (There is other data but its just security related...). And no, I cant use the share value to determine anything because it is stored as a % of block subsidy and could be from any difficulty share.
|
|
|
|
RoadTrain
Legendary
Offline
Activity: 1386
Merit: 1009
|
|
November 08, 2013, 01:27:02 AM |
|
@wizkid057 Is there any way to look how old is the most recent shelved share? By using API or so.
Not currently. Actually, not even I can do that easily. The share log itself is optimized. It has no timestamping, so, no easy way to know how old a share is. Its just there waiting to be paid. I may eventually add some mechanism to do this, though. -wk Well, then maybe you can know the round which this share is from? Nope, the only real pieces of data associated with a share in the share log are the user_id, share value. (There is other data but its just security related...). And no, I cant use the share value to determine anything because it is stored as a % of block subsidy and could be from any difficulty share. Interesting system you have there. And share log is ordered by share_id, right? Btw, the amazing luck streak today. Combined with high txfees it even more awesome
|
|
|
|
mobile
Sr. Member
Offline
Activity: 400
Merit: 250
the sun is shining, but the ice is still slippery
|
|
November 08, 2013, 01:27:30 AM |
|
Love the no registration/no fee pool. Keep up the great work WK. I'll gladly take the student moniker in this incredible field of work. ----------------------------------------------------------------------------- My issue: CampBX has started killing addresses after a week, Guess they don't like miner outputs. As a new Eligius Miner, My first day was run using CampBx. I stopped, and redirected output to a static address. But now final payout (commencing after 7 days) will be to a "deleted" CampBx address. It's not much but still... It may be a dumb question but I must ask, is there a way to redirect these final payouts? Since the Miners are I.D.d, can we request old output from said miner, be sent to current output for said miner? I can't find anything poking around Eligius menus. ----------------------------------------------------------------------------- Willingly studying under experts as I pursue my Btc Phd. http://eligius.st/~wizkid057/newstats/mystats.php?u=YOUR_OLD_BITCOIN_ADDRESS_HERE&storecookie=onThen "change mining address". That won't work... Is there a solution for this? To change your mining address and redirect your already mined coins to another, while continuing to mine on the new address? The inputs.io situation just keeps getting worse. A total effing loss.... Unfortunately not. Eligius is setup in such a way that the share log can't be easily altered after the fact, not even by me. This is one of many security measures on Eligius. It would take a substantial coding effort to parse the share log and modify your shares to go to a different address, and there are many other things that need to be coded first that do not degrade security. Sorry. Glad to hear of the implemented security measures. Thank you for your response & keep up the good work.
|
1 MoBi1eNbqh8QMuvtZjYzQGV8NEckJJYcT rep| GnuPG <3 CLAM <3
|
|
|
wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 01:35:54 AM |
|
@wizkid057 Is there any way to look how old is the most recent shelved share? By using API or so.
Not currently. Actually, not even I can do that easily. The share log itself is optimized. It has no timestamping, so, no easy way to know how old a share is. Its just there waiting to be paid. I may eventually add some mechanism to do this, though. -wk Well, then maybe you can know the round which this share is from? Nope, the only real pieces of data associated with a share in the share log are the user_id, share value. (There is other data but its just security related...). And no, I cant use the share value to determine anything because it is stored as a % of block subsidy and could be from any difficulty share. Interesting system you have there. And share log is ordered by share_id, right? Btw, the amazing luck streak today. Combined with high txfees it even more awesome There is a database id in the postgresql database tagged to each share, but, the index in the actual share log changes regularly (as paid shares are pruned and such). The share log goes back in time further than the full postgres database, which is periodically archived and pruned.
|
|
|
|
pletharoe
|
|
November 08, 2013, 03:11:43 PM |
|
Is the pool down again?
My cgminer keeps stopping with a message that it is waiting for work to become available. I've moved back to slush until I can be sure that I'll actually be hashing and not just waiting for work.
|
|
|
|
GrapeApe
|
|
November 08, 2013, 04:42:32 PM |
|
Is the pool down again?
My cgminer keeps stopping with a message that it is waiting for work to become available. I've moved back to slush until I can be sure that I'll actually be hashing and not just waiting for work.
No issues here.
|
|
|
|
wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 06:30:56 PM |
|
Is the pool down again?
My cgminer keeps stopping with a message that it is waiting for work to become available. I've moved back to slush until I can be sure that I'll actually be hashing and not just waiting for work.
No pool issues that I am aware of.
|
|
|
|
|
wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 06:48:37 PM |
|
The information is out of date. I will have to get around to updating it. For now just peer with wizkid057.com.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
November 08, 2013, 07:33:05 PM |
|
Updated the IP on the page, sorry.
|
|
|
|
incognitoworker
|
|
November 08, 2013, 09:20:50 PM |
|
What about multi merging some more altcoins? I se some feew others do it, would it be worth it to implement?
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
November 08, 2013, 09:25:28 PM |
|
What about multi merging some more altcoins? I se some feew others do it, would it be worth it to implement? When there are other legitimate altcoins that support merged mining... Freicoin has it on their todo list, but there isn't really anything else.
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
November 08, 2013, 09:49:36 PM |
|
When there are other legitimate altcoins that support merged mining... Freicoin has it on their todo list, but there isn't really anything else.
devcoin groupcoin i0coin ixcoin namecoin
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
November 08, 2013, 10:08:48 PM |
|
When there are other legitimate altcoins that support merged mining... Freicoin has it on their todo list, but there isn't really anything else.
devcoin groupcoin i0coin ixcoin namecoin We do namecoin. The rest you list are just scams.
|
|
|
|
wizkid057
Legendary
Offline
Activity: 1223
Merit: 1006
|
|
November 08, 2013, 10:50:22 PM |
|
When there are other legitimate altcoins that support merged mining... Freicoin has it on their todo list, but there isn't really anything else.
devcoin groupcoin i0coin ixcoin namecoin We do namecoin. The rest you list are just scams. Plus they aren't well maintained either and are a pain to keep in the merged mining setup because of various issues/crashes. That said, namecoin only for now. -wk
|
|
|
|
helmax
|
|
November 09, 2013, 12:03:53 AM Last edit: November 09, 2013, 02:35:24 AM by helmax |
|
how i see luck if i have
|
looking job
|
|
|
|