CryptoGretzky
|
|
April 27, 2014, 09:20:09 AM |
|
Been mining with 100+ Mh for 6 hours and not a single coin showed up. What's going on!??! This is my address: BCQud1NNpDEYK9GrEwhpkDvYMBc6r8rEFM You are one of those 100% fee nodes right...?
|
|
|
|
badgercoin_team (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
April 27, 2014, 09:34:35 AM |
|
Thank you for your honesty, I have removed you from the OP for now, please let us know if it gets fixed and you want readding. Been mining with 100+ Mh for 6 hours and not a single coin showed up. What's going on!??! This is my address: BCQud1NNpDEYK9GrEwhpkDvYMBc6r8rEFM You are one of those 100% fee nodes right...? Hope that is not the case, I've changed the OP to reflect your concern though. Make sure to PM the owner, as he should then also get a email
|
|
|
|
linked67
|
|
April 27, 2014, 09:59:08 AM |
|
Sorry, there is a error on this node. If someone want to help, this is what i get after changing the verion in p2p.py to 71001 because with the old version (on github), the daemon complain about version but the error is the same: 2014-04-27 11:44:47.955181 > Error getting work from bitcoind: 2014-04-27 11:44:47.955236 > Traceback (most recent call last): 2014-04-27 11:44:47.955269 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 575, in _runCallbacks 2014-04-27 11:44:47.955307 > current.result = callback(current.result, *args, **kw) 2014-04-27 11:44:47.955344 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in gotResult 2014-04-27 11:44:47.955369 > _inlineCallbacks(r, g, deferred) 2014-04-27 11:44:47.955393 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks 2014-04-27 11:44:47.955417 > result = result.throwExceptionIntoGenerator(g) 2014-04-27 11:44:47.955442 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator 2014-04-27 11:44:47.955467 > return g.throw(self.type, self.value, self.tb) 2014-04-27 11:44:47.955489 > --- <exception caught here> --- 2014-04-27 11:44:47.955513 > File "/home/buser/p2pool-bdg/p2pool/util/deferral.py", line 41, in f 2014-04-27 11:44:47.955536 > result = yield func(*args, **kwargs) 2014-04-27 11:44:47.955566 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1070, in _inlineCallbacks 2014-04-27 11:44:47.955591 > result = g.send(result) 2014-04-27 11:44:47.955615 > File "/home/buser/p2pool-bdg/p2pool/bitcoin/helper.py", line 49, in getwork 2014-04-27 11:44:47.955639 > transactions=map(bitcoin_data.tx_type.unpack, packed_transactions), 2014-04-27 11:44:47.955662 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 63, in unpack 2014-04-27 11:44:47.955686 > obj = self._unpack(data, ignore_trailing) 2014-04-27 11:44:47.955709 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 42, in _unpack 2014-04-27 11:44:47.955732 > obj, (data2, pos) = self.read((data, 0)) 2014-04-27 11:44:47.955755 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 295, in read 2014-04-27 11:44:47.955779 > item[key], file = type_.read(file) 2014-04-27 11:44:47.955802 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 171, in read 2014-04-27 11:44:47.955825 > res[i], file = self.type.read(file) 2014-04-27 11:44:47.955848 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 295, in read 2014-04-27 11:44:47.955872 > item[key], file = type_.read(file) 2014-04-27 11:44:47.955895 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 132, in read 2014-04-27 11:44:47.955918 > return read(file, length) 2014-04-27 11:44:47.955941 > File "/home/buser/p2pool-bdg/p2pool/util/pack.py", line 16, in read 2014-04-27 11:44:47.955964 > raise EarlyEnd() 2014-04-27 11:44:47.955987 > p2pool.util.pack.EarlyEnd:
The code is on github: https://github.com/linked67/p2pool-bdg
|
|
|
|
aaron_m
|
|
April 27, 2014, 10:07:26 AM |
|
I've seen that before on p2p pools, there is a file you can change the version under, cant remember off hand what it us. Will try and look it up when I get home.
|
|
|
|
linked67
|
|
April 27, 2014, 10:12:24 AM |
|
The version is changed, i suppose the problem doesn't com from this. This coin has a different subsidy pos/pow and the problem may be there.
|
|
|
|
gpuminer
|
|
April 27, 2014, 10:20:30 AM |
|
badgercoin_team , how to PoS mine using wallet ? The wallet doesn't have any option or display that is related to PoS. E.g the coin age, PoS status
Is this a real PoS coin ?
|
|
|
|
thisisit
|
|
April 27, 2014, 10:21:38 AM |
|
according to the code this is a real pos coin.. it has the kernel.cpp and kernel.h and some stake parameters. i just checked.
edit: also in debug.log ThreadStakeMinter started
|
any coin that makes me a profit.
|
|
|
gpuminer
|
|
April 27, 2014, 10:24:06 AM |
|
according to the code this is a real pos coin.. it has the kernel.cpp and kernel.h and some stake parameters. i just checked.
but the wallet doesnt display anything. I dont know if i am PoS mining or not. No coin age. Only saw a black and white cartoon character
|
|
|
|
badgercoin_team (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
April 27, 2014, 10:24:38 AM |
|
badgercoin_team , how to PoS mine using wallet ? The wallet doesn't have any option or display that is related to PoS. E.g the coin age, PoS status
Is this a real PoS coin ?
Yes its a Hybrid, so it just does it Auto like WC, BC, Mint any many others. All you need to do is open the wallet every so often, and it will then send you your interest. If you have encrypted your wallet you will also need to set it unlocked while the stake is processed, your best doing this via the debug console walletpassphrase <passphrase> <unlock_duration_in_seconds> true
|
|
|
|
gpuminer
|
|
April 27, 2014, 10:26:23 AM |
|
badgercoin_team , how to PoS mine using wallet ? The wallet doesn't have any option or display that is related to PoS. E.g the coin age, PoS status
Is this a real PoS coin ?
Yes its a Hybrid, so it just does it Auto like WC, BC, Mint any many others. All you need to do is open the wallet every so often, and it will then send you your interest. If you have encrypted your wallet you will also need to set it unlocked while the stake is processed, your best doing this via the debug console walletpassphrase <passphrase> <unlock_duration_in_seconds> true i am opening the wallet 24/7 while i am mining other coins. Is it possible to find out my coin age ? And estimated time to get the PoS ?
|
|
|
|
gpuminer
|
|
April 27, 2014, 10:30:01 AM |
|
network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?
|
|
|
|
thisisit
|
|
April 27, 2014, 10:32:17 AM |
|
 { "blocks" : 1877, "currentblocksize" : 2150, "currentblocktx" : 5, "difficulty" : 35.15420995, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 5055340916, "pooledtx" : 5, "testnet" : false }
|
any coin that makes me a profit.
|
|
|
badgercoin_team (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
April 27, 2014, 10:48:09 AM |
|
badgercoin_team , how to PoS mine using wallet ? The wallet doesn't have any option or display that is related to PoS. E.g the coin age, PoS status
Is this a real PoS coin ?
Yes its a Hybrid, so it just does it Auto like WC, BC, Mint any many others. All you need to do is open the wallet every so often, and it will then send you your interest. If you have encrypted your wallet you will also need to set it unlocked while the stake is processed, your best doing this via the debug console walletpassphrase <passphrase> <unlock_duration_in_seconds> true i am opening the wallet 24/7 while i am mining other coins. Is it possible to find out my coin age ? And estimated time to get the PoS ? There isn't currently, will look into this right away.
|
|
|
|
tz
|
|
April 27, 2014, 10:53:44 AM |
|
network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?
0.o really dude? 7GH on X11 ~ 2.4 GH on Scrypt. Being the first POW+POS X11 coin launched so far, do you find this strange? Ever GPU miner out there will be looking for other algos to mine, due to the ASIC problem that scrypt is facing.
|
|
|
|
gpuminer
|
|
April 27, 2014, 11:19:28 AM |
|
network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?
0.o really dude? 7GH on X11 ~ 2.4 GH on Scrypt. Being the first POW+POS X11 coin launched so far, do you find this strange? Ever GPU miner out there will be looking for other algos to mine, due to the ASIC problem that scrypt is facing. I have been mining x11 coins and this is the first time I saw 7gh for x11. Such interest in PoS
|
|
|
|
SomeRelax
|
|
April 27, 2014, 11:26:58 AM |
|
http://omargpools.ca/bdg Come join us!
- Hosted in Canada
- Dedicated Server Located On Site
- Proportional Payout System
- 1% Fee
- Transaction Fees Paid to Miners
- Single Registration for ALL Pools
- Donations are greatly appreciated as always
is there anything wrong with this pool? im mining in there for about 2 hours and there is no coin in Unconfirmed and confirmed section?
|
|
|
|
SomeRelax
|
|
April 27, 2014, 11:27:57 AM |
|
network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?
probably multipool
|
|
|
|
dismoon
Full Member
Offline
Activity: 209
Merit: 101
Smells good!
|
|
April 27, 2014, 11:45:20 AM |
|
OK,that's good,I;m in!!
|
|
|
|
badgercoin_team (OP)
Member
Offline
Activity: 84
Merit: 10
|
|
April 27, 2014, 11:52:04 AM |
|
We are investigating some issues on the POS side which may mean a delay in the staking start. We will update you asap.
|
|
|
|
gpuminer
|
|
April 27, 2014, 11:58:36 AM |
|
badgercoin_team , how to PoS mine using wallet ? The wallet doesn't have any option or display that is related to PoS. E.g the coin age, PoS status
Is this a real PoS coin ?
Yes its a Hybrid, so it just does it Auto like WC, BC, Mint any many others. All you need to do is open the wallet every so often, and it will then send you your interest. If you have encrypted your wallet you will also need to set it unlocked while the stake is processed, your best doing this via the debug console walletpassphrase &lt;passphrase&gt; &lt;unlock_duration_in_seconds&gt; true is there a wallet command to permanently unlock encrypted wallet ? That means remove password.
|
|
|
|
|