Author

Topic: NA - page 629. (Read 893613 times)

legendary
Activity: 924
Merit: 1000
April 24, 2014, 08:43:51 AM
Can you tell us a little more Waterloodown? Just a hint maybe?

I actually don't know myself, the creators had to sign a non disclosure agreement, so we just have to wait it out. Sad
sr. member
Activity: 249
Merit: 250
April 24, 2014, 08:24:50 AM
Can you tell us a little more Waterloodown? Just a hint maybe?
legendary
Activity: 924
Merit: 1000
April 24, 2014, 08:05:26 AM
I am really excited about tomorrow! I want to see plenty pictures posted Smiley
legendary
Activity: 924
Merit: 1000
April 24, 2014, 04:58:59 AM
I'm doing mining at nlg.hardcoreminers.com. 3 hour mining result 66.000 gulden coin should be, account the 6,889 coin. I would like to correct my loss of earnings.

Hi emrcan,

If you looking at the pool report that won't be accurate because it's not using the correct total network hash that is currently mining NLG, so the value will be lower then
stated on hardcoreminers.

Let me know if this isn't clear and we can pm. Smiley
hero member
Activity: 673
Merit: 506
April 24, 2014, 04:46:27 AM
I'm doing mining at nlg.hardcoreminers.com. 3 hour mining result 66.000 gulden coin should be, account the 6,889 coin. I would like to correct my loss of earnings.
Anyone else also having trouble understanding what you are trying to say HuhHuhHuhHuh?
full member
Activity: 174
Merit: 100
April 24, 2014, 04:36:59 AM
I'm doing mining at nlg.hardcoreminers.com. 3 hour mining result 66.000 gulden coin should be, account the 6,889 coin. I would like to correct my loss of earnings.
newbie
Activity: 37
Merit: 0
April 24, 2014, 02:48:55 AM


Please CHECK again!

I was away for 8 hours since 4 o clock with family (BBQing) and after 5 the cron hang but blocks were found!
I re-ran the cron and as you can see a lot of blocks have been found! MORE than 60!

I'm sorry if you still feel this way, the crons hangs when it gets an error (can get it on numerous things), it's a security issue i have to manually investigate
And no its not a scam.

BTW: I've implemented a whole new stratum server now, it's running on NodeJS instead of the spaghetti python stratum


Thanks Hardcoreminers for fixing it. I was a little worried to see no coins comming in for 9 hours, but this morning everything looks much better.  Cool
legendary
Activity: 924
Merit: 1000
April 24, 2014, 12:13:04 AM
Awesome work guys!!

It's great to see things are coming together on all fronts! Smiley
hero member
Activity: 673
Merit: 506
April 23, 2014, 07:05:43 PM
I have changed the fee to 0% and also changed some parameters for http://dutchpool.org due to the recent changes in NLG coin. Statistics should work better now. OmarG and anyone else using my previous settings should consider changing them to the new parameters below. Of course anyone is welcome to run their own p2pool node at home, as that is what p2ool was intended for from the start, you will have all the benefits of solo-mining but with the added advantage of the p2pool network to combine your hashingpower with other nodes Smiley As soon as there is an official block-explorer it can be added to the settings.

networks.py:

guldencoin=math.Object(
        PARENT=networks.nets['guldencoin'],
        SHARE_PERIOD=30, # seconds target spacing
        CHAIN_LENGTH=3*60*60//10, # shares
        REAL_CHAIN_LENGTH=3*60*60//10, # shares
        TARGET_LOOKBEHIND=20, # shares coinbase maturity
        SPREAD=10, # blocks
        IDENTIFIER='fc6562434326696e'.decode('hex'),
        PREFIX='fe63ededfe6c656a'.decode('hex'),
        P2P_PORT=27000,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=27100,
        BOOTSTRAP_ADDRS='dutchpool.org omargpools.ca'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

bitcoin/networks.py

guldencoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'), #pchmessagestart
        P2P_PORT=9231,
        ADDRESS_VERSION=38, #pubkey_address
        RPC_PORT=9232,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'GuldenCoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 1000*100000000 >> (height + 1)//840000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=150, # s
        SYMBOL='NLG',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'guldencoin')
      if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/guldencoin/')
      if platform.system() == 'Darwin' else os.path.expanduser('~/.guldencoin'), 'guldencoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://cryptexplorer.com/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://cryptexplorer.com/address/',
        TX_EXPLORER_URL_PREFIX='http://cryptexplorer.com/tx/',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
        DUST_THRESHOLD=0.03e8,
    ),
newbie
Activity: 17
Merit: 0
April 23, 2014, 05:49:07 PM
Now it´s looking much better :-)

3,339.493923 unconfirmed ...

I give it a try for the next 2 days.

Let´s see if Hardcoreminers.com is the right place for me.

Well there were some problems last few days, can't argue with that (forks and such Sad).
But i am willing AND dedicated to fix issues if they occur, even if they take my midnight sleep. People can vouch for that Cheesy

I hope the pool lives up to your expectations, if you need anything or have a problem it's best to PM me since i cannot watch every thread closely (got multiple coins running).


I don't know who you are. I do know what you want. If you are looking for NLG, I can tell you I don't have it. But what I do have are a very particular set of hashes; hashes I have acquired over a very long career. Hashes that make me a nightmare for people like you. If you fix things now, that'll be the end of it. I will not look for you, I will not pursue you. But if you don't, I will look for CMD, I will find it, and I will exit.  Grin

Just wanted to say thanks for keeping this pool alive  Smiley

 
newbie
Activity: 17
Merit: 0
April 23, 2014, 05:28:43 PM
Now it´s looking much better :-)

3,339.493923 unconfirmed ...

I give it a try for the next 2 days.

Let´s see if Hardcoreminers.com is the right place for me.
newbie
Activity: 17
Merit: 0
April 23, 2014, 05:09:52 PM
Solved !


newbie
Activity: 37
Merit: 0
April 23, 2014, 04:50:51 PM
Nothing still... just waisting power at Hardcoreminers?
newbie
Activity: 37
Merit: 0
April 23, 2014, 04:13:34 PM
I hope it's me... Grin
legendary
Activity: 924
Merit: 1000
April 23, 2014, 03:48:14 PM
Regarding the pool situation, http://nlg.obfuscode.net  is now on the correct blockchain and we are removing http://nlg.okaypool.com/ until they get back to us.
We would like it if the community knows any good pools run by Dutch citizens that we can approach to have them setup a pool for NLG.



sr. member
Activity: 332
Merit: 250
April 23, 2014, 03:44:35 PM
maar laatste block van 17:18 uur, dus dat schiet nu ook niet meer op.

Lastblocks solo 6 Mhs

19:03
20:00
21:10
21:48
21:53




newbie
Activity: 37
Merit: 0
April 23, 2014, 03:26:33 PM
Anybody knows whats up with hashfever?
Cannot log in there, maintenance...
member
Activity: 72
Merit: 10
April 23, 2014, 02:23:23 PM
litebit.eu,

aardige schommeling Cheesy NLG en *FL
sr. member
Activity: 249
Merit: 250
April 23, 2014, 02:20:58 PM
maar laatste block van 17:18 uur, dus dat schiet nu ook niet meer op.
member
Activity: 72
Merit: 10
April 23, 2014, 02:17:03 PM
http://nlg.pool.mn/ is scam, ben op dit moment ipv 21k al 26k kwijt.
mail gestuurd naar pool admin en die wilt niks ervan weten bla bla...verkeerde chain enz enz...terwijl ik wel betaling erna heb gekregen weird..

Had het gelukkig vroeg in de gaten, sta nu op een verlies van 12k maar soit. Hardcore vind al tijden geen block en andere pools lopen schijnbaar ook niet fijn, begrijp er helemaal niks van momenteel.

Cookie.

1      samesong   23,600   60,656.689
2      anonymous   11,744   30,184.608
3      Keeper4007   8,424   21,650.270

die 3 zullen iets meer vinden op hardcore.
dan krijgen ze veel meer dan jij kan oplossen.
Jump to: