Bitcoin Forum
May 06, 2024, 09:27:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 »
1201  Bitcoin / Pools / Re: [270GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 15, 2012, 09:42:19 PM
Actually how do I use the "--address" option with merged mining?
Do I use a "," to separate them?

Thanks!
You can't specify an address for the merged chain (yet).  The merged mining still needs some work.  The address is currently fetched automatically via the RPC

Ok, so I have put the same wallet(s) on all my mining machines, hence they all use the same addresse(s).
Is that an ok workaround?

Thank you!

Why don't you just point all your miners to one p2pool merged mining instance?  I have 3 miners but only run one p2pool, bitcoind, and namecoind.
Yeah. Do that. Way simpler.

I run 2 p2pool instances so that I can upgrade without any downtime.  I run most of my systems as VMs, so it's easy for me to have lots of systems.
1202  Bitcoin / Bitcoin Discussion / Re: Bringing decentralization back to the Bitcoin network. on: February 15, 2012, 12:18:56 AM
The documents are done, so, everybody with little Linux or Windows knowledge can run your P2Pool node in minutes after waiting hours for the blockchain to download...
FTFY Smiley

You don't have to sit in front of the computer with bated breath waiting for the block chain to download.  Wink

In fact, some people were mentioning that they didn't want to lose mining time while getting P2Pool running. Well, you don't have to.

While continuing to mine at your usual pool, install bitcoin (if you don't have it installed already, shame on you for not running a node  Tongue) and go to sleep, then work. Come home and the block chain is downloaded. Install P2Pool and get everything working properly. Finally point your miners at your P2Pool instead of your usual pool. Total time in front of the computer, 10 - 15 minutes. Total mining downtime, 2 seconds.

I did it with no downtime.  I added my p2pool settings to my miner before even setting up the pool.  As soon as the pool was up, cgminer switched to it instantly.

I just think it should be made very clear that you have to have the whole blockchain downloaded for p2pool to run and that the shares are not difficulty 1.  So many people keep on asking about both those things.
1203  Bitcoin / Pools / Re: [270GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 14, 2012, 11:42:46 PM
Actually how do I use the "--address" option with merged mining?
Do I use a "," to separate them?

Thanks!
You can't specify an address for the merged chain (yet).  The merged mining still needs some work.  The address is currently fetched automatically via the RPC
1204  Economy / Services / Re: Introducing the Bitcoin 100: A Kickstarter for Charities on: February 14, 2012, 01:30:53 AM
We need a Bitcoin 100 for Musicians.

If someone could setup a site that sells bitcoin for mp3s mp3s for bitcoins or just get an artist to accept bitcoins on their own site, that would be awesome.
1205  Bitcoin / Bitcoin Discussion / Re: Bringing decentralization back to the Bitcoin network. on: February 14, 2012, 01:25:56 AM
The documents are done, so, everybody with little Linux or Windows knowledge can run your P2Pool node in minutes after waiting hours for the blockchain to download...
FTFY Smiley
1206  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator [v0.17] on: February 14, 2012, 01:24:40 AM
Can you make something similar for tor onion domain?
This can be a good start:
https://github.com/neoeinstein/purpleonion

I used VS2010, and with some simple fix it works.
It uses CPU.
It will be really good if someone build a GPU version Smiley
Only for the crappy windows systems btw
i just found this from another topic https://github.com/katmagic/Shallot
but still too slow to get a good result.
Too slow? It can do 6 characters in 30 minutes on a crappy processor.  What name are you trying to make?

I was looking into shallot, but I think having namecoin point to an onion address is better.
1207  Bitcoin / Pools / Re: [250GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 14, 2012, 01:18:34 AM
P2Pool shares are much more difficult than traditional pool shares, so don't be alarmed. It looks like you should expect a share every 3.9 hours on average.

Can we put this in BIG GIANT RED letters somewhere? It seems like every third post is someone asking why its taking so long to get shares...
1208  Economy / Goods / Re: Maple Syrup now OPEN FOR BUSINESS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! on: February 13, 2012, 04:35:28 AM
So I don't have the cable to upload pics, but I got the syrup a few days ago.  It's delicious.

I also made chocolate chip cookies with the maple sugar that were really good.
1209  Bitcoin / Pools / Re: [230GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 12, 2012, 06:28:28 PM
I've been working on a self-contained network-provisioned bitcoind + namecoind + p2pool USB stick.  I had horrible problems with bitcoind getting stuck for minutes at a time.

I came up with a solution, but it isn't pretty.  I run bitcoind entirely out of RAM now.

I have precisely this setup working here...
BTW, I also have Devcoin and Litecoin working... My USB stick have 8G...
My machine have 1G of RAM...

Cheers!
Thiago
Wonder what that will do to the lifespan of your flash drive.

Might be faster to install a small HD for the blockchains but still run the OS from the flash drive. Of course if you are doing that, might as well just run the whole OS from the HD...
1210  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 11, 2012, 05:36:09 PM
So I have p2pool running on an ubuntu server with python 2.7.

I wanted to setup a backup pool and so I installed everything on a debian server.  If I specify all of the command line options, it starts fine.  But "--help" gives an error.

Code:
[user@p2pool p2pool]$ ./run_p2pool.py --help
Install SciPy for more accurate confidence intervals!
/home/user/src/p2pool/p2pool/util/pack.py:191: DeprecationWarning: object.__new__() takes no parameters
  return Type.__new__(cls, bits, endianness)
Traceback (most recent call last):
  File "./run_p2pool.py", line 5, in <module>
    main.run()
  File "/home/user/src/p2pool/p2pool/main.py", line 1041, in run
    args = parser.parse_args()
  File "/usr/lib/pymodules/python2.6/argparse.py", line 1698, in parse_args
    args, argv = self.parse_known_args(args, namespace)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 1730, in parse_known_args
    return self._parse_known_args(args, namespace)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 1932, in _parse_known_args
    start_index = consume_optional(start_index)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 1872, in consume_optional
    take_action(action, args, option_string)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 1800, in take_action
    action(self, namespace, argument_values, option_string)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 1023, in __call__
    parser.print_help()
  File "/usr/lib/pymodules/python2.6/argparse.py", line 2319, in print_help
    self._print_message(self.format_help(), file)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 2293, in format_help
    return formatter.format_help()
  File "/usr/lib/pymodules/python2.6/argparse.py", line 314, in format_help
    help = self._root_section.format_help()
  File "/usr/lib/pymodules/python2.6/argparse.py", line 244, in format_help
    func(*args)
  File "/usr/lib/pymodules/python2.6/argparse.py", line 365, in _format_usage
    assert ' '.join(opt_parts) == opt_usage
AssertionError
[user@p2pool p2pool]$ python -V
Python 2.6.6
[user@p2pool p2pool]$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 6.0.4 (squeeze)
Release:        6.0.4
Codename:       squeeze
1211  Bitcoin / Pools / Re: [300 GH] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, hop OK, BTC+NMC merged! on: February 09, 2012, 06:43:07 PM
For now, the website is available at http://eligius.st:8080/ (IPv4 only)
Well it loaded, but took like 30 seconds and the CSS didn't load fully Sad
1212  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 06:32:34 AM
*7* blocks in one day. That definitely covers the unlucky streak Cheesy
8!
1213  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 09, 2012, 01:14:50 AM
FEATURE REQUEST: Could P2Pool load config values from a file, and accept a parameter to tell it where to put its data? This would be nice to have, instead of passing a massive long command line to it.
+1
1214  Bitcoin / Project Development / Re: [OpenSource] BitSafe, a safety deposit box for your bitcoins on: February 08, 2012, 06:59:07 PM
I like the idea of BitSafe, but theres security vulnerabilities being patched all the time.  I feel more comfortable using a live cd built specifically for security and anonymity.

Being for 99.9% a Debain stable distribution, I have very little to say about security updates and patches. I deliberately choose stable over testing for that specific reason.
That said, the main purpose of this software is to give the most secure environment to keep your bitcoin, anonymity is more about using them in a safe way, so I think it will always be secondary. If your priorities are different than you probably need something else  Smiley

I'm talking about these: http://www.debian.org/security/2012/

They usually have patches for both oldstable, stable, and unstable.  The vulnerability in ffmpeg are probably less of a worry than the oones in openssl, iceweasel, and ecryptfs-utils.

1215  Bitcoin / Pools / Re: [200GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 08, 2012, 01:10:06 AM
many financial firms handling forex and algo trading already buy locations as close as possible to major trunks just to gain a few ms in response time.
One Wilshire ftw.
I think, well, if someone makes a simple guide for beginners ..with pictures.. . like this. I did it in Russian. https://bitcointalk.org/index.php?topic=62698.0

Lol! imageban.ru is blocked in US government for "pornography"  Grin

Um, not it's not.

It is in MD Tongue
Likely still not.  States don't block webpages (yet and hopefully ever). Are you sure its not your office or DNS or ISP?
1216  Bitcoin / Pools / Re: [390 GH/s 0% fee SMPPS] ArsBitcoin mining pool! Come join us! on: February 07, 2012, 09:40:05 PM
I stangly get between 70-200MH on here still although i have no miners mining to it. Seems to be a bug with CGMiner i think. Weird
Do you have it set as a failover pool still? I'm pretty sure that whenever you get a LP or its taking too long to get work, cgminer will shift to another pool for a share or few.
1217  Bitcoin / Project Development / Re: [OpenSource] BitSafe, a safety deposit box for your bitcoins on: February 07, 2012, 09:25:54 PM
I've started using a Tails Live CD and an encrypted flash drive with scripts similar to what you wrote for BitSafe.  I like the idea of BitSafe, but theres security vulnerabilities being patched all the time.  I feel more comfortable using a live cd built specifically for security and anonymity.
1218  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed RPC in C linux/windows/osx 2.2.3 on: February 07, 2012, 06:09:18 AM
Edit: I'm thinking of adding --api-allow IP[/N],IP2[/N2]...
not sure about deprecating --api-network - but probably easiest to just leave it (unless ckolivas has a preference about that)
I think, as a general rule of thumb, it should be possible for any network service to accept connections from any IP, making it possible to restrict this is good, but IMHO --api-network shouldn't be deprecated unless --api-allow will accept *[/*].  While this won't likely ever affect me, it would affect anyone that wants to monitor rigs in a datacenter from a home computer with a dynamic IP, especially one where the ISP forces IP changes daily or more frequently.
Then I guess next would be to add security also Tongue
Meh, I've written security stuff in Java (it's there already) but never C, I guess I should read up ... but then windows appears in the middle of it all and makes you wanna run screaming from the room ...

ssh tunnels are nice and easy Smiley

Anyway - yes I think I'd prefer to leave --api-network and add --api-allow as a second option.
(/me adds it to the list of things I should get done)
I think the flags work well as they are.  Theres firewalls and hosts.allow for limiting access, so I don't see any reason to add it to cgminer.
1219  Bitcoin / Pools / Re: What I love about P2pool on: February 07, 2012, 01:17:15 AM
- I am not sure where you got the idea of 1% fee in p2pool. But if you check the coinbase transactions in p2pool mined block, you can look for yourself that it is not so.

Well if there is an optional parameter that defaults to giving the author 1% of each found block....idk.. i would call that not free

Giving 0.5% is too much for you? Then put --give-author 0 and it's free.  If you couldn't disable donating, then I would agree with you that p2pool isn't free. But as you said, it is optional, so you are wrong.
1220  Alternate cryptocurrencies / Pools (Altcoins) / Re: A Complete Guide to P2Pool - For Ubuntu Linux... on: February 07, 2012, 01:02:28 AM
Very helpful.  I already have my p2pool running, and it looks like we did all of the same things.
Pages: « 1 ... 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 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!