Pages:
Author

Topic: [ANN][BDG][BADGERCOIN] POW MULTIPOOL X11/Scrypt/SHA256 - POS LIVE -12h min stake - page 101. (Read 137472 times)

full member
Activity: 209
Merit: 101
Smells good!
sr. member
Activity: 350
Merit: 250
network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?
probably multipool
sr. member
Activity: 350
Merit: 250


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?
 
full member
Activity: 210
Merit: 100
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
tz
sr. member
Activity: 350
Merit: 251
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.
member
Activity: 84
Merit: 10
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 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.
full member
Activity: 224
Merit: 100


{
"blocks" : 1877,
"currentblocksize" : 2150,
"currentblocktx" : 5,
"difficulty" : 35.15420995,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 5055340916,
"pooledtx" : 5,
"testnet" : false
}
full member
Activity: 210
Merit: 100
network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?
full member
Activity: 210
Merit: 100
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 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 ?
member
Activity: 84
Merit: 10
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 true
full member
Activity: 210
Merit: 100
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
full member
Activity: 224
Merit: 100
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
full member
Activity: 210
Merit: 100
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 ?
sr. member
Activity: 336
Merit: 250
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.
hero member
Activity: 532
Merit: 500
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.
sr. member
Activity: 336
Merit: 250
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:

Code:
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 > --- ---
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
member
Activity: 84
Merit: 10
Hello,

The pool http://178.32.217.66/ is closed due to a nomp bug on payment Sad

I paid the miners manually : http://cryptexplorer.com/tx/9757bf544f4948d739aee6f3b479f7e0cc8b75977148e1d31088f52a7efce4a5


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.





P2PoolCoin.com
P2pool node for BadgerCoin located in EU

http://p2poolcoin.com:7999

Dedicated server
Xeon cpu
32Go ram
SSD
1Gbps


Fee: 0.5% ONLY !!!!

To make other p2pool node use this free source code on your server:
https://github.com/linked67/p2pool-bdg

Use P2pool to spread the hashpower over the world !!!!


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
sr. member
Activity: 322
Merit: 250
P2PoolCoin.com
P2pool node for BadgerCoin located in EU

http://p2poolcoin.com:7999

Dedicated server
Xeon cpu
32Go ram
SSD
1Gbps


Fee: 0.5% ONLY !!!!

To make other p2pool node use this free source code on your server:
https://github.com/linked67/p2pool-bdg

Use P2pool to spread the hashpower over the world !!!!


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



newbie
Activity: 52
Merit: 0
legendary
Activity: 1414
Merit: 1000
Pages:
Jump to: