log☇︎
180 entries in 0.16s
egorsmkv: https://cryptome.org/2015/11/satoshi-nakamoto-public-key.htm
egorsmkv: So, lol http://phuctor.nosuchlabs.com/gpgkey/5490FA3620BD20F3AA05A1F4459275595754CB646DF7BCE8A3A96C6862ADF80E
egorsmkv: service very good, thanks for it
egorsmkv: traceback https://gist.github.com/2d8091496aa7fbea1ccb4334df2fc115
egorsmkv: disable DEBUG mode on server
egorsmkv: http://phuctor.nosuchlabs.com/
egorsmkv: hello, who administrate server?
chalbersma: What's up?
chalbersma: yep
chalbersma: !btc
chalbersma: Fork of P2Pool or ATC?
chalbersma: Yes at the time they had a big problem with the network effect. Difficulty had skyrocketed because of some market movement that made it (temporarily) more profitable to mine than bitcoin.
chalbersma: Think is I don't think that anybody is actually using ATC P2Pool implementation anymore. The contract for the build had 1 month of runtime and then MP and Ragnar I believe ran the p2pool node for a while. But ATC didn't seem to catch on that much.
chalbersma: In this case I forked the bitcoin p2pool implementation (https://github.com/forrestv/p2pool) added a better interface and ported it over to ATC pool (under the hoods it're really just a couple of lines).
chalbersma: So with P2Pool the idea is that you will run a mining "pool" that share's it's load with other mining "pools". There a cryptographic chain keeping track of work so that you can't cheat or mine a block and then keep it. So in the end instead of having one centralized plae where all the mining work is kept you get the benefits of the pool with bitcoin like decentralization.
chalbersma: Sure what do you wish to know?
chalbersma: Good to hear.
chalbersma: How have things been?
chalbersma: Hello all. It's been too long.
chalbersma: When I get a chance to do some hacking I'll be sure to.
chalbersma: Thanks!
chalbersma: I assume they're hosting the code somewhere?
chalbersma: Looks interesting.
chalbersma: kk
chalbersma: Hmm sounds interesting.
chalbersma: What seems to be the support problem you speak of?
chalbersma: Ya been super busy. But it's nice out hear.
chalbersma: ;;help rate
chalbersma: Ya when you look at p2pool in Bitcoin nobody has a share of the network like you and Bingo do.
chalbersma: Indeed
chalbersma: X-Rob I looked it up. It will accept +diff but there's a maximum + you can go up. going 1024 when diff was 1 was too much.
chalbersma: Everybody loves a block.
chalbersma: Nice
chalbersma: @Ragnar did someone else add hashing power to the nodes?
chalbersma: Indeed it is a learning exercise.
chalbersma: mp I'll take a look at it but I'm not entirely sure how to do it. I'll have to read more into the procedure of generating that coinbase.
chalbersma: I think.
chalbersma: It gives the donation address a satoshi and any leftover satoshi's after dividing between the active shares to that address too.
chalbersma: mp. I've been looking at the bit that donation transaction that generates the donation to forrestv's address. I've found one alternative p2pool implementation that had a different coinbase script but I'm not sure how to generate it. I'll have to look more into it tomorrow.
chalbersma: Only if you leave the default donation is the .25 per block given. I've set the manual donation to 0.
chalbersma: Noticed it with the first block and looked it up. 1 satoshi per block seemed harmless enough.
chalbersma: I added the minimum to make the code work. It can be changed in the future.
chalbersma: https://bitcointalk.org/index.php?topic=18313.150;wap2 Here's an explanation of it. His address is in the code manually for donations.
chalbersma: @mircea_popescu let me see if I can find an explanation of it.
chalbersma: *Occassionaly spits out naked photos of Jennifer Lawerence*
chalbersma: Introducing iTank! The most friendly and easy to use Tank every invented. Just take civillians put them infront of the intiutive iTarget system and choose the enemy to iKill.
chalbersma: :)
chalbersma: Well if they ran FreeBSD they'd never breakdown.
chalbersma: He's the guy who created p2pool.https://github.com/forrestv/p2pool
chalbersma: https://atc.blockr.io/address/info/1Kz5QaUPDtKrj5SqW5tFkn7WZh8LmQaQi4 is forrestv's address and all p2pool block send at least 1 satoshi to his address. Someone apparently had a p2pool instance going earlier (or was randomly transfering him 1 statoshis.
chalbersma: https://atc.blockr.io/block/info/45165 was the earlier one but we reset all the p2pool data in earlier testing.
chalbersma: I'll brb. Got to drive home.
chalbersma: Fair enough.
chalbersma: BingoBongo, did you miner go down?
chalbersma: Bookmarked
chalbersma: Just out of curiosity where did you rent from?
chalbersma: Nice. Thanks!
chalbersma: Somthin something amazing.
chalbersma: I'm sure the hacking of kill switches will never be used against the soldiers in quesiton.
chalbersma: 104 shouldn't have an advert
chalbersma: On me personal pool? I need to remove that but that was me initially testing the advertising idea.
chalbersma: The second one is running on my home connection I plan to keep it running until we validate and release the p2pool software and more people start running their own copies.
chalbersma: You can also use http://72.135.98.192:8559/ as a backup.
chalbersma: 104.131.60.126:8559
chalbersma: So this should increase that number.
chalbersma: SANE_TARGET_RANGE = (2**1024//2**32//1000000 - 1, 2**256//2**32 - 1)
chalbersma: it's Min then Max right?
chalbersma: SANE_TARGET_RANGE = (2**256//2**32//1000000 - 1, 2**256//2**32 - 1)
chalbersma: Let me undo my last change
chalbersma: Let me give that a try
chalbersma: Ahh that makes sense.
chalbersma: Okay I think I changed the max difficulty.
chalbersma: SANE_TARGET_RANGE = (2**256//2**32//1000000 - 1, 2**256//2**32 - 1)
chalbersma: Current same target range:
chalbersma: kk
chalbersma: Let me try ressetting both nodes and the share data on them. Starting fresh.
chalbersma: !up RagnarsBitch
chalbersma: kk
chalbersma: This is what I'm seeing on your shares: http://pastebin.com/dRLKzbAM
chalbersma: hmm
chalbersma: X-Rob can you try using a higher manual difficulty. Add +<diff> after your address in the username field.
chalbersma: Taking a look at it.
chalbersma: np
chalbersma: http://104.131.60.126:8559/
chalbersma: Can you try setting a manual difficulty? I believe they added that feature to p2pool recently to improve stability. Let me look up the formatting on how to do it.
chalbersma: !up RagnarsBitch
chalbersma: I imagine it has to do with the changing hashrate.
chalbersma: That's basically all I've changed (in addition to adding the extra web interface bits.
chalbersma: Thanks!
chalbersma: X-Rob Can I get you to point some hashing power there for a bit. Let's see if I can see what the issue is.
chalbersma: Gotta respect the king of coins.
chalbersma: Yep
chalbersma: I'll give it a change.
chalbersma: Hmm? What did I miss?
chalbersma: No it's the creator of the interface. I lifted the default one for one that was more useful.
chalbersma: Here's an example of what the blocks look like when solved. https://blockchain.info/block-index/463628/0000000000000000149ef417868a4d9d3ed40bedbf9383ceb708ceb28fbfdd8c
chalbersma: Yep when the block is solved it's split evenly among the shares.
chalbersma: I haven't had any problems with P2pool yet.
chalbersma: https://en.bitcoin.it/wiki/P2Pool#Interoperability_table The code is 90% the same. But most things should work all right.
chalbersma: The web interface is available for viewing at http://104.131.60.126:8559/static/