Bitcoin Forum
June 15, 2024, 04:26:10 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 108 »
  Print  
Author Topic: [ANN][BDG][BADGERCOIN] POW MULTIPOOL X11/Scrypt/SHA256 - POS LIVE -12h min stake  (Read 137420 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
April 27, 2014, 09:20:09 AM
 #141

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




badgercoin_team (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 27, 2014, 09:34:35 AM
 #142

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
linked67
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 27, 2014, 09:59:08 AM
 #143

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

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
aaron_m
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
April 27, 2014, 10:07:26 AM
 #144

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
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 27, 2014, 10:12:24 AM
 #145

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.

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 27, 2014, 10:20:30 AM
 #146

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 ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
thisisit
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 27, 2014, 10:21:38 AM
 #147

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

Activity: 210
Merit: 100


View Profile
April 27, 2014, 10:24:06 AM
 #148

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

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
badgercoin_team (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 27, 2014, 10:24:38 AM
 #149

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

Activity: 210
Merit: 100


View Profile
April 27, 2014, 10:26:23 AM
 #150

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 ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 27, 2014, 10:30:01 AM
 #151

network almost hit 7 GH. for x11, this is so unreal. Someone figure out ASIC x11 or isit display problem on omargpools ?

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
thisisit
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 27, 2014, 10:32:17 AM
 #152



{
"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 Offline

Activity: 84
Merit: 10


View Profile
April 27, 2014, 10:48:09 AM
 #153

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
Sr. Member
****
Offline Offline

Activity: 350
Merit: 251


View Profile
April 27, 2014, 10:53:44 AM
 #154

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

Activity: 210
Merit: 100


View Profile
April 27, 2014, 11:19:28 AM
 #155

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

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
SomeRelax
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 11:26:58 AM
 #156



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
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 11:27:57 AM
 #157

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 Offline

Activity: 209
Merit: 101

Smells good!


View Profile
April 27, 2014, 11:45:20 AM
 #158

OK,that's good,I;m in!!

badgercoin_team (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
April 27, 2014, 11:52:04 AM
 #159

We are investigating some issues on the POS side which may mean a delay in the staking start.  We will update you asap. 
gpuminer
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 27, 2014, 11:58:36 AM
 #160

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 &amp;lt;passphrase&amp;gt; &amp;lt;unlock_duration_in_seconds&amp;gt; true

is there a wallet command to permanently unlock encrypted wallet ? That means remove password.

Free SIGNs giving everyday. Be part, do not miss!. Sw4sYCL3h9NjLu1i9d6YSSsuQZQztFR7jW
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 108 »
  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!