Pages:
Author

Topic: [ANN] Introducing Firecoin², an honest scrypt based coin. - page 21. (Read 34912 times)

hero member
Activity: 672
Merit: 501
okay my card with the "walletaddy"+0.000100 finally got some payouts
Still waiting on the +0.000225

That didn't work for me Sad
Are you getting shares accepted? 6zJch5rHD4jZzrWWbirpne8sxnVzzoE3er is the addy for my +0.000100

I may need to change the +0.000225 to the 100
full member
Activity: 182
Merit: 100
fml
okay my card with the "walletaddy"+0.000100 finally got some payouts
Still waiting on the +0.000225

That didn't work for me Sad
hero member
Activity: 672
Merit: 501
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..

I think we need more pools to spread out the hashpower a bit

Why are so many dependent on pools? Try the solo mining until there are a few pools out there and then we are forced to pool mine...IMHO

Because with a lower has rate you will never see a share unless your damn lucky. I had 35 stales in the few hours I soloed on my 2 nvidia cards.
hero member
Activity: 672
Merit: 501
okay my card with the "walletaddy"+0.000100 finally got some payouts
Still waiting on the +0.000225
member
Activity: 112
Merit: 10
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..

I think we need more pools to spread out the hashpower a bit

lemme share network.py files :

Code:
    feathercoin=math.Object(
        PARENT=networks.nets['feathercoin'],
        SHARE_PERIOD=30, # seconds
        CHAIN_LENGTH=60*60//10, # shares
        REAL_CHAIN_LENGTH=60*60//10, # shares
        TARGET_LOOKBEHIND=200, # shares
        SPREAD=120, # blocks oli 1 a
        IDENTIFIER='4665617468657225'.decode('hex'),
        PREFIX='b131010ba6d4729b'.decode('hex'),
        P2P_PORT=19339,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=19327,
        BOOTSTRAP_ADDRS='i.hashfaster.com ftc.p2pool.skralg.com'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

    feathercoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=9131,
        ADDRESS_VERSION=14,
        RPC_PORT=9132,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'feathercoin2address' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 200*100000000 >> (height + 1)//3360000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=150, # s
        SYMBOL='FC2',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Feathercoin') if platform.system() == 'Windows' else os$
        BLOCK_EXPLORER_URL_PREFIX='http://cryptocoinexplorer.com:5750/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://cryptocoinexplorer.com:5750/address/',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
    ),

if you have any tips to fine-tuning those, please share Smiley
im using altcoin p2pool from github, just changed fc setting.
full member
Activity: 182
Merit: 100
fml
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..

I think we need more pools to spread out the hashpower a bit

Why are so many dependent on pools? Try the solo mining until there are a few pools out there and then we are forced to pool mine...IMHO

Because all I got was orphans, solo mining.
legendary
Activity: 1632
Merit: 1010
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..

I think we need more pools to spread out the hashpower a bit

Why are so many dependent on pools? Try the solo mining until there are a few pools out there and then we are forced to pool mine...IMHO
full member
Activity: 182
Merit: 100
fml
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..

I think we need more pools to spread out the hashpower a bit
newbie
Activity: 10
Merit: 0
Sorry but is the only point of this that's it's possible to launch something with windows binaries ?
One of many points.

Hey man I gotta say Good Job here! That Elacoin fiasco had me weary of you but this release has gone very smoothly and all of us windows slaves really appreciate you considering us in your release unlike so many cryptocoins in the past.

You make a great point and good luck!

+1
legendary
Activity: 1632
Merit: 1010
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..

There was something earlier in this thread about the pool being picky...try creating an address that starts with the number '6'....after some did this they saw payouts. However I am solo mining so you might want to double check that. Hope this helps....
member
Activity: 112
Merit: 10
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining

my addr not on the list all time.. time to time i get paid then no... this is odd..
legendary
Activity: 1632
Merit: 1010
Sorry but is the only point of this that's it's possible to launch something with windows binaries ?
One of many points.

Hey man I gotta say Good Job here! That Elacoin fiasco had me weary of you but this release has gone very smoothly and all of us windows slaves really appreciate you considering us in your release unlike so many cryptocoins in the past.

You make a great point and good luck!
full member
Activity: 182
Merit: 100
fml
If you look at payouts, only 13 ppl are getting paid. Surely there's more than that mining
hero member
Activity: 756
Merit: 501
Maybe if someone donates 10k FC2 to Narken.  Wink
full member
Activity: 182
Merit: 100
fml
Still not seeing payouts   Undecided

Probably because of the high hashing power and low difficulty.  Just seems odd to me that it was working fine earlier but not now.

There was less people. Pool basically got highjacked by powerful miners, we aren't generating shares as fast as they are solving them Angry
Again, one share should count for multiple blocks, especially when the share difficulty is as high as now. Also when i set low difficulty shares by adding +0.00025 to my address, i got payouts, but they stopped, although i still get lots of shares. Even when i get high diff shares i get no payout.
IMO the pool has a slight bug. Got similar problems with the yac p2pool btw.

Can it be fixed Huh
legendary
Activity: 980
Merit: 1000
Sorry but is the only point of this that's it's possible to launch something with windows binaries ?
One of many points.
hero member
Activity: 756
Merit: 501
Still not seeing payouts   Undecided

Probably because of the high hashing power and low difficulty.  Just seems odd to me that it was working fine earlier but not now.

There was less people. Pool basically got highjacked by powerful miners, we aren't generating shares as fast as they are solving them Angry
Again, one share should count for multiple blocks, especially when the share difficulty is as high as now. Also when i set low difficulty shares by adding +0.00025 to my address, i got payouts, but they stopped, although i still get lots of shares. Even when i get high diff shares i get no payout.
IMO the pool has a slight bug. Got similar problems with the yac p2pool btw.
legendary
Activity: 1274
Merit: 1050
Sorry but is the only point of this that's it's possible to launch something with windows binaries ?
legendary
Activity: 1632
Merit: 1010
This fork looks like a scam I bet BushStar was not consulted, he is busy working on the real FTC update

http://forum.feathercoin.com/index.php?topic=363.135


Some people have no sense of humor, I swear.

It would be nice if people actually knew how to read wouldn't it?
newbie
Activity: 56
Merit: 0
Of course as soon as I post that I get two payouts.  Grin  Go figure.

Edit: And now I am also showing up on the payout screen.
Pages:
Jump to: