Bitcoin Forum
October 06, 2024, 07:29:49 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 »
221  Alternate cryptocurrencies / Altcoin Discussion / What the hell is namecoin? on: May 18, 2011, 01:19:41 PM
I am reading the description..but i am sorry i just dont get what it does. Will it allow me to register my own domain or something?
222  Bitcoin / Mining / Re: How to mine in the background with just one graphics card out of 2? on: May 18, 2011, 01:14:15 PM
And what about temps?
223  Bitcoin / Mining / Re: pushpool - open source pool software on: May 18, 2011, 09:30:02 AM
Xf2, i am constantly getting json_rpc_call failed on cpu-miner...i don't have even the slightest idea where the problem is.

On pushpool i get an error HTTP request failed: The requested URL returner error 401. I assume 401 means wrong username and pass? But they are correct lol.
224  Bitcoin / Mining / Re: pushpool - open source pool software on: May 17, 2011, 10:19:36 PM
Well, for an example.

What should be there instead of the question mark?

Quote
"SELECT password FROM pool_worker WHERE username = ?"
225  Bitcoin / Mining / Re: pushpool - open source pool software on: May 17, 2011, 10:08:39 PM
Then let us start with configuring.

Quote
{
   # network ports
   "listen" : [
      # binary protocol (default), port 8336
      { "port" : 8336 },

      # HTTP JSON-RPC protocol, port 8337
      { "port" : 8337, "protocol" : "http-json" },

      # HTTP JSON-RPC protocol, port 8339,
      # with trusted proxy appserver.example.com forwarding
      # requests to us
      { "port" : 8337, "protocol" : "http-json",
        "proxy" : "appserver.example.com" },

      # binary protocol, localhost-only port 8338
      { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
   ],

   # database settings
   "database" : {
      "engine" : "sqlite3",
      "name" : "/tmp/data.sqlite",
      "stmt.pwdb" :
        "SELECT password FROM pool_worker WHERE username = ?"

      # ... or ...

      "engine" : "mysql",

      # 'host' defaults to localhost, if not specified
      "host" : "mysql.example.com",

      # 'port' uses proper default port for the DB engine,
      # if not specified
      "port" : 12121,

      "name" : "mydatabasename",
      "username" : "myuser",
      "password" : "mypass",

      "stmt.pwdb" :
        "SELECT password FROM pool_worker WHERE username = ?"

      # ... or ...

      "engine" : "postgresql",

      "host" : "db.example.com",

      "port" : 12121,

      "name" : "mydatabasename",
      "username" : "myuser",
      "password" : "mypass",

      "stmt.pwdb" :
        "SELECT password FROM pool_worker WHERE username = $1"
   },

   # cache settings
   "memcached" : {
      "servers" : [
         { "host" : "127.0.0.1", "port" : 11211 }
      ]
   },

   "pid" : "/tmp/pushpoold.pid",

   # overrides local hostname detection
   "forcehost" : "localhost.localdomain",

   "log.requests" : "/tmp/request.log",
   "log.shares" : "/tmp/shares.log",

   # the server assumes longpolling (w/ SIGUSR1 called for each blk)
   "longpoll.disable" : false,

   # length of time to cache username/password credentials, in seconds
   "auth.cred_cache.expire" : 75,

   # RPC settings
   "rpc.url" : "http://127.0.0.1:8332/",
   "rpc.user" : "myusername",
   "rpc.pass" : "mypassword",

   # rewrite returned 'target' to difficulty-1?
   "rpc.target.rewrite" : true
}

Any idea what to write here? Lots of stuff and i am still banging my head on the listening part

EDIT: If someone has a working config file, do share.
226  Bitcoin / Mining support / Re: GUIMiner "Accepted shares" shows really odd values on: May 17, 2011, 09:20:50 PM
Yes, i've also noticed it since like the beginning...weird.
227  Bitcoin / Mining / Re: pushpool - open source pool software on: May 17, 2011, 09:16:28 PM
My thread was exactly for this, but oh well.

When users earn btc...where to they come from when they request payout? If it's a wait for 100 blocks confirmation thing or when it's instant.
How does one define the formula where the earned 50btc are split between users?
228  Bitcoin / Development & Technical Discussion / Re: What I've learned about pushpool on: May 17, 2011, 08:44:22 PM
I've talked to Luke-Jr and he said, that he wrote the core of pushpool.

Incorrect.  I wrote 99% of pushpool.


As far as i know, jgarzik wrote the pool. What luke meant by that, is that after he set up the pool, he wrote the "core". I find it hard to believe that since he till this day had no front end(although i still know not what he meant by "core").
I also want to know, after i start pushpool. What tables must be made and their structure with their datatypes.
How does the pool pay the user's earned Bitcoins(does it come out of my pocket?)
229  Bitcoin / Development & Technical Discussion / What I've learned about pushpool on: May 17, 2011, 06:02:01 PM
I suggest we contribute in this topic knowledge of how to make pushpool work.

So far I've learned through trial and error that you should compile the source from the tarball. Doing it from git could take hours and you might still not compile it.

I've learned that you need sqlite3-dev and you must create the tables yourself. There is in the tarball, an example config file which i am yet to fully decipher.

I've talked to Luke-Jr and he said, that he wrote the core of pushpool. I am asked him if he wrote it in C(the language pushpool is written in). He said, no. He also said, it's some kind of other files...but not written in C

Any other contributions to make it work?

My aim here is to make a 'How to' tutorial on how one can compile and create his own pool down to the tables he should make.
230  Bitcoin / Mining / Re: You are threatening Bitcoin’s security on: May 17, 2011, 05:26:00 PM
Now you are plain and simple insulting him by saying he is defective. I am at at slush's pool for a few days now.
231  Bitcoin / Mining / Re: You are threatening Bitcoin’s security on: May 17, 2011, 05:22:25 PM
Move to other pools. Stop mining on deepbit.

Here’s what someone with 50% of the network’s hashrate could do.


So you are saying Tycho is an attacker? Seriously?
232  Bitcoin / Bitcoin Discussion / Re: Why isn't bitcoin GPL? on: May 17, 2011, 01:57:39 PM
Just wondering why bitcoin is not under GPL, or to put another way, why MIT was chosen instead.
One good reason I can think of is that it allows it to be re-used and tightly coupled to commercial products without the same source code disclosure requirements as GPL. For example a it could be integrated into closed source commerce package that otherwise wouldn't support it, and wide apoption is more important than protecting the code itself.
I have learned from my stay here, that if you have closed-source software for mining, no one is going to use it..*you know why*
233  Bitcoin / Bitcoin Discussion / Re: A simpler explanation, please... on: May 17, 2011, 01:56:23 PM
Where is the question?
234  Bitcoin / Mining / Re: HD5850 @ 340Mhash/s on: May 17, 2011, 01:49:20 PM
tl;dr (I'll get around to it Wink )

The 5850 can be unlocked to a 5870 with a simple bios upgrade. and I think they have a dual bios so you can't brick them either. best Mh/$ card for sure. if my cheap 5870 supplier sells out before I get my fiat sorted out I'll be getting a 5850 for sure.

The reference 5850 cannot be unlocked and doesnt feature a dual bios.
235  Bitcoin / Mining / Re: The limiting factor in CPU mining? on: May 17, 2011, 01:46:02 PM
You would have to overclock the CPU to get additional performance, but other than that...no, you can't make it faster even if you optimize the max of your program.
236  Bitcoin / Mining / Re: The limiting factor in CPU mining? on: May 17, 2011, 01:37:57 PM
The CPU has 1/2/3/4/8 cores. The GPU has 1000+ stream processors.
237  Bitcoin / Mining / Re: Best Coin/Buck rig V2 on: May 17, 2011, 10:14:32 AM
If it's a 8+2 phase or, is 4+1 and has mofet coolers, i believe you are good to go with the mobo. Where is the cooler? The stock cooler(box) is very loud, believe me.
238  Bitcoin / Pools / Re: Cooperative mining (180Ghash/s) on: May 17, 2011, 10:01:27 AM
There are many missing features. Like removing that stupid wait for 100-120 blocks for the confirmed reward or lowering it down. Adding a simple payout button instead of threshold.

Your pool has been online for a long time, it has a nice design, but these two features are missing; And i feel as though you havent coded any new features at all. Your pool is yet to be complete my friend
Bumping my post in case it was forgotten.
239  Bitcoin / Bitcoin Discussion / How will summer affect your mining? on: May 17, 2011, 07:07:03 AM
Me, if i am able to get another card to CF, bad, very bad.

I personally want the stupid sun to die already. I hate the sun. I want darkness and unbelievably cold winters. 4.5 billions years is a long time...the sooner the better.
240  Bitcoin / Mining / WebCL on: May 16, 2011, 05:57:07 PM
http://webcl.nokiaresearch.com/
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!