Bitcoin Forum
May 13, 2024, 07:41:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 59 60 61 [62] 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 »
1221  Bitcoin / Pools / Re: [227 GH] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, hop OK, BTC+NMC merged! on: February 07, 2012, 12:59:41 AM
Pool seems down. Can't get to the website either Sad

Looks like the DNS still resolves though.
1222  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.3 on: February 06, 2012, 10:51:24 PM
Thanks for the tweaks for p2pool!
1223  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: February 06, 2012, 10:45:48 PM
I managed to build and run Bitcoin Armory on Mac 10.6.7 + xcode 4.2, looks like it's working fine.
Instructions: http://pastebin.com/K9NYsKRD
Thanks for the instructions.
I tried to use homebrew to install the dependencies.
...
I applied your patches and changed the python path int he Makefile (homebrew uses python 2.7.
...
Any ideas?

I had some trouble building python libraries in the past with homebrew.  I think I had to manually set ARCH.  I think I put something like this in my .bashrc and then didn't have to worry about it anymore.

Code:
export CFLAGS="-arch x86_64"
export ARCHFLAGS="-arch x86_64"

When I get to my laptop, I'll check.
1224  Economy / Services / Re: Looking for someone to create/modify software for this forum [1100+ BTC] on: February 06, 2012, 10:40:41 PM
I know that this is getting off-topic, but this really bugs me. Software engineering is more than just writing and debugging code, you need to be able to design systems and document them too. Programming is the easy bit, design and documentation are IMO much harder problems, and if you aren't documenting then you're missing out on valuable experience in your journey as a developer.

Comments can only go out of date if you describe what the software is doing, which isn't the way to write comments. Good inline comments describe the whys and don't go out of date when the how changes, this is exactly what makes them a difficult ordeal because as codemonkeys we're used to dealing with hows without really pondering the whys. Good function comments describe the interface rather than the implementation, if they go out of date then you can almost guarantee that you've introduced bugs because you've broken your interface.

I don't even claim to be good at it myself, but I do practice and try to improve.
Well said. I'm not putting in my bid until basic unit tests and documentation are ready.
1225  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 06, 2012, 10:36:50 PM
So I'm running two p2pool nodes.  One is on the same subnet as my miner and the other is running on my residential connection as a backup pool.

They are both setup with the same versions of everything and both on the lastest git head and both are merged mining with namecoind (I like the new simpler flags btw)

My main instance output this
Quote
2012-02-06 14:28:36.710654 New work for worker! Difficulty: 1.235214 Share difficulty: 357.877941 Total block value: 50.011230 BTC including 43 transactions

and at almost the same time, my backup output this
Quote
2012-02-06 14:28:35.523973 New work for worker! Difficulty: 0.999985 Share difficulty: 349.760460 Total block value: 50.010530 BTC including 29 transactions
2012-02-06 14:28:37.032823 New work for worker! Difficulty: 0.999985 Share difficulty: 357.877941 Total block value: 50.010530 BTC including 29 transactions

Any ideas why my backup pool has different numbers for everything?  And why did the backup pool output 2 different lines with "New work?"  The second line has the same share difficulty as my main instance, but the difficulty, block value and number of transactions aren't the same.  Both nodes to show the same number of shares in the chain and the same pool hash rate and stale rate.

Both bitcoind's relay are connected to eachother, so I thought the number of transactions should be very close to the same. 43 and 29 seems like a big difference.
1226  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: February 06, 2012, 06:07:19 PM
Looks like libbitcoin is getting closer! I think there was some talk about using it once it was more stable.

[libbitcoin] First steps
This tutorial will create a simple program in Python using libbitcoin’s Python bindings to read the version information of a remote bitcoin node. We will need to connect to the bitcoin node and send it a version packet. The other bitcoin node should respond back with their own version packet which we can examine.
1227  Bitcoin / Armory / Re: Armory - The most advanced Bitcoin Client in existence! on: February 06, 2012, 06:04:48 PM
I will not add any support for Satoshi wallets beyond pulling keys out of them.  

In the future I will not only implement a bulk-import feature, but also leverage pywallet code to do a direct import of the Satoshi wallet, but with a warning to stop using the Satoshi wallet (perhaps a print-backup-then-delete option).  Until then, just create a new wallet and send it some money.
I'm excited for this.
1228  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 06, 2012, 04:14:04 AM
Hopefully this diagram will help with your config.


Don't forget to open the ports on your router/firewall.

Also I modified the ports because I wanted to try litecoin p2pool, so these don't conflict if you want to do that.

[edit]You probably want to specify a bitcoin payout address -a <btc address> in the command to start p2pool. I left that out.

This was posted elsewhere. Since people here are always asking how to setup p2pool, this might help them understand how everything fits together.
1229  Bitcoin / Mining / Re: [115%] I want your hashing power! "Project #2" 115% PPS! on: February 05, 2012, 04:51:33 PM
Hopefully this diagram will help with your config.


Don't forget to open the ports on your router/firewall.

Also I modified the ports because I wanted to try litecoin p2pool, so these don't conflict if you want to do that.

[edit]You probably want to specify a bitcoin payout address -a <btc address> in the command to start p2pool. I left that out.
Awesome diagram! You should post this in the p2pool thread too.
1230  Bitcoin / Bitcoin Discussion / Re: Instawallet introduces new approach to instant payment: Green address technique on: February 05, 2012, 04:47:10 PM
The key problem with "green addresses" is that it encourages service providers to spam the blockchain with moves of funds to a single address. Since these same services cannot have users send directly to the "green address", the need for an extra transaction/input to move funds to one is almost always needed.
Thanks for explaining this.  I was just about to ask what bloat there was.


Quote
On the other hand, it's possible to simply add an extra signature to transactions, signed by the "green address", which gets relayed with it. Service providers can check for this signature. Miners can (but don't currently) omit this signature from blocks, so it doesn't cause permanent bloat.
How simple is simple?

And why is the system built so miners can change things like signatures? Couldn't that be bad?
1231  Bitcoin / Pools / Re: [175GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 04, 2012, 05:59:15 AM
I cant help but Assume that i Will Not be paied for the 18 shares that i submitted, Because i forgot Where to put my bitcoin address. Perhaps thats why everything is messing up?
If you don't specify a bitcoin address, bitcoind automatically generates one. I think it even automatically gets labeled p2pool.
1232  Bitcoin / Bitcoin Technical Support / Re: 4 days without downloading blocks... on: February 04, 2012, 12:19:58 AM
addnode and connect work similarly, but are not the same.

if you did connect=bitcoin.es then you would only talk to them.

if you do addnode=bitcoin.es then you talk to them and then find peers through them.  If bitcoin.es was malicious, I guess they could isolate you even with addnode, but it would be harder.
1233  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.1 on: February 04, 2012, 12:11:22 AM
Im runnung Debian 6...

I gave up messing with init scripts that start screen sessions and put this in my /etc/rc.local instead
Code:
su - user -c "/path/to/cgminer/start/script.sh"

Quote
Oh, and i use command line arguments, because either on windows or linux, even after saving the config, it ignores me Sad (cgminer always asks for input)

This is usually because you have a syntax error in your config.  You can see what the errors are if you specify the config.

Code:
cgminer -c ~/.cgminer/cgminer.conf

I don't know why it is built this way.  IMO, when you fail to parse a config, you should fail out, not act like there was no config.
1234  Bitcoin / Mining software (miners) / Re: ANUBIS - a CGMINER Web Frontend on: February 04, 2012, 12:02:33 AM
W2k3
IIS6
PHP 5.2.9

Code:
Fatal error: Call to undefined function socket_create() in C:\Inetpub\wwwroot\anubis\index.php on line 175

WTF ?

I know the solution. Go Install Linux. Tongue

A little tip. Avoid giving usesless suggestions.
Another tip for the packager: give a list of PHP modules needed for proper functioning of the application.

usesless is not a word.

p.s. Linux is much better suited to run apache web server and php then Windows server 2003, and if you cant see that then your just as usesless as windows
Move on dude.  And if you are going to be a dick about correcting what is obviously a simple typo, make sure you don't have any yourself...
1235  Bitcoin / Bitcoin Discussion / Re: Proposed: We Should Hire Respectable White Hats to Audit Bitcoin's Security on: February 03, 2012, 11:49:16 PM
coretechs, I think believing that bitcoin is already bullet proof is incredibly foolish.

What if there are more bugs like the encryption bug in 0.4?  People trusted that their wallets were secure, but OOPS they weren't.

Having someone paid to look for holes is a good thing.
1236  Bitcoin / Bitcoin Discussion / Re: Bitcoin Magazine on: February 03, 2012, 11:45:48 PM
Just ordered an issue.  It's the second thing I've bought with bitcoin (the first being some maple syrup).

What is the gift for ordering a year subscription?
1237  Bitcoin / Development & Technical Discussion / Re: [Stratum] Overlay network protocol over Bitcoin on: February 03, 2012, 05:29:26 AM
Hows this going? I re-arranged my server and have been to busy coding to play around with the protocol
1238  Bitcoin / Pools / Re: [150GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 02, 2012, 11:23:44 PM
Any idea?
What version of p2pool are you running? That looks like miner output. What does your p2pool output look like?

As has been said many times, stales in p2pool are higher than a traditional pool
1239  Bitcoin / Project Development / Re: PaperCoins on: February 02, 2012, 08:08:42 PM
I'd be happy with improved CSS for bitaddress.org  I started playing around with the paper wallet layout, but couldn't come up with anything I liked more.

I was also trying to decide if its worth having it laid out so you can fold the note to cover the private key.
1240  Economy / Goods / Re: Maple Syrup now OPEN FOR BUSINESS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! on: February 02, 2012, 08:05:10 PM
Woohoo! My first purchase with bitcoins!

I'll post pictures when I get everything Smiley
Pages: « 1 ... 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 59 60 61 [62] 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!