Bitcoin Forum
June 25, 2024, 04:29:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 [127] 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 »
2521  Economy / Services / Re: [50 Ghps] "Catch 22 removal" service for new pool operators on: July 12, 2011, 12:15:45 PM
I'm very interested, but a modest 10% of what? I don't understand your pricing
2522  Bitcoin / Bitcoin Technical Support / Re: Change connection port of bitcoin! on: July 11, 2011, 05:36:42 PM
If its any constellation, I only get 6 connections on my Windows 7 I pay for my own internet.
The only time i get over 6 is when Im on linux(same computer different partition) I get around 100-120
2523  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Nasty Run Recovery error on: July 11, 2011, 03:13:48 PM
That worked thanks mate! Cheesy
2524  Bitcoin / Pools / Re: [2.5 Gighash] [Namecoind] Mining Farm | d3c0n won the Jackpot :D on: July 11, 2011, 02:18:48 PM
d3c0n has one the jack pot @ Monday, July 11, 2011 4:23:01 AM PST, I will be contacting him shortly to send him the $20
Thanks to everyone else that participated, you will be able to get your name coins verysoon
2525  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 11, 2011, 05:53:58 AM
I am getting an error "[2011-07-10 18:00:35.988488] mysql sharelog failed at execute".

Any suggestions?

Here's what my table looks like:

Code:
DROP TABLE IF EXISTS `btcserver`.`shares`;
CREATE TABLE  `btcserver`.`shares` (
  `id` bigint(30) NOT NULL AUTO_INCREMENT,
  `time` int(255) NOT NULL,
  `rem_host` varchar(255) NOT NULL,
  `username` varchar(120) NOT NULL,
  `our_result` enum('Y','N') NOT NULL,
  `upstream_result` enum('Y','N') DEFAULT NULL,
  `reason` varchar(50) DEFAULT NULL,
  `solution` varchar(257) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

Post your json file(with out RPC credientials or MYSQL username or password) sounds like an easy fix.


json:


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

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

      # HTTP JSON-RPC protocol, port 8344,
      #proxy is most likely your external ip address if your running a public p...
      # requests to us | "proxy" should be set to your ip address that people w...
      { "port" : 8344, "protocol" : "http-json", "proxy" : "192.168.XXX.XXX" },
      # binary protocol, localhost-only port 8338
      # host is most likely your localhost address
      { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
   ],

   # database settings
 "database" : {
      "engine" : "mysql",
      "host" : "192.168.XXX.XXX",
      "port" : 3306,
      #database name
      "name" : "XXX",
      #database username
      "username" : "XXX",
      #database password
      "password" : "XXX",
      #enable sharelog | to insert share data or sometimes known as "work"
      "sharelog" : true,
      "stmt.pwdb" : "SELECT password FROM pool_worker WHERE username = ?",
      "stmt.sharelog" : "INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"

   },

   #uncoment this when you want to use memcached (Recommended for servers over...
   # cache settings
   #"memcached" : {
   #   "servers" : [
  #   "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
   #Bitcoind Protocal settings
   #Host were bitcoind can be found on the network
   "rpc.url" : "http://127.0.0.1:8332/",
   #Username & password to connect to bitcoind
   "rpc.user" : "XXX",
   "rpc.pass" : "XXX",

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

Make sure you applied the appropriate privileges for the selected Mysql user, and let us know if that solved the problem, if not i think i have another idea
2526  Other / Beginners & Help / Re: Mining Farm - Tech support on: July 11, 2011, 05:51:25 AM
SO I've been mining on your pool for a little while now and I notice on the block statistics page the current block number is 15740

Correct? what is your point?

UPDATE: I've updated the title to Mining Farm - Mining For Namecoins just to clear up and confusion

Ah thats why I was wondering didn't know it was for namecoins sorry i just thought it was on the bitcoin blockchain




No problems, honest mistake Smiley
2527  Other / Beginners & Help / Re: Mining Farm - Tech support on: July 11, 2011, 04:53:33 AM
SO I've been mining on your pool for a little while now and I notice on the block statistics page the current block number is 15740

Correct? what is your point?

UPDATE: I've updated the title to Mining Farm - Mining For Namecoins just to clear up and confusion
2528  Bitcoin / Bitcoin Technical Support / Re: LinuxCoin Issues on: July 11, 2011, 02:39:07 AM
After more hours of fumbling and bumbling on the linux command line I have decided to give up on mking this product password protected.

Now I will go waste a week or so seeing if I can make a secure Ubuntu bootable USB stick.

I havnet used linux coin but from how I've read up on how it works, You probably need to boot up your computer without linuxcoin, then plugin the stick with the OS booted, edit the file that way. My take is that considering the file you are trying to edit it is probably locked for the system to use.
2529  Bitcoin / Bitcoin Technical Support / Bitcoin Nasty Run Recovery error on: July 11, 2011, 02:34:28 AM
Running Windows 7, I've uninstalled and reinstalled(backed up encrypted wallet Cheesy) I still recieve the same error. Is it possible that bitcoin leaves some broken file behind upon uninstall?

2530  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 11, 2011, 02:30:30 AM
I am getting an error "[2011-07-10 18:00:35.988488] mysql sharelog failed at execute".

Any suggestions?

Here's what my table looks like:

Code:
DROP TABLE IF EXISTS `btcserver`.`shares`;
CREATE TABLE  `btcserver`.`shares` (
  `id` bigint(30) NOT NULL AUTO_INCREMENT,
  `time` int(255) NOT NULL,
  `rem_host` varchar(255) NOT NULL,
  `username` varchar(120) NOT NULL,
  `our_result` enum('Y','N') NOT NULL,
  `upstream_result` enum('Y','N') DEFAULT NULL,
  `reason` varchar(50) DEFAULT NULL,
  `solution` varchar(257) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

Post your json file(with out RPC credientials or MYSQL username or password) sounds like an easy fix.
2531  Bitcoin / Bitcoin Technical Support / Re: Change connection port of bitcoin! on: July 11, 2011, 02:29:04 AM
try updating to the newest version of bitcoin I read that it implements UPNP by default
2532  Other / Beginners & Help / Re: Mining Farm - Tech support on: July 11, 2011, 01:37:57 AM
Anyone else had the issue in php 5.3.6 that the workers have a depreciated error.  Basically it will have "> workername box password box  on each worker also this issue causes the graph to not update.  Wondering if anyone ran into this issue yet or not.  I've tried it on two different distributions. Slackware 1337 and Suse 11.4 seems this only affects new kernels.   Ive recompiled php 5.2.19 on both machines and it did not fix it so perhaps its a dependency or an old module of some sort that I didn't remove.... 
Thanks for the bug report, I actually ran into this on my Cloud hosted mining server during the install. I'm doing heavy testing using namecoind(for short block find times and quick,clean bug fixes) if you would like to help out test the new and improved Mining Farm you can check out a taste over at http://216.38.17.198/ This server is aimed at finding its first block(ETA 24 hours at this point), I've already rewritten everything, now its the testing part most of that is already done too I just need to see if the reward distrobution works correctly.

Thanks for yours and everyone's effort!
This is a community project and not just for me so we owe it to us to get this fixed! Lets get this 50% network rate attack problem outta the way by allowing anybody to start their own pool.

Ok just checking I wasn't sure if this issue was widespread or if I'm just an idiot.  Sorry Im not a php programmer so I am unable to fix it myself and push the fix to github but i am more than willing in helping out any way I can

Awesome so my vision of mining farm is already going to use Cheesy
2533  Bitcoin / Pools / Re: [2.1 Gighash] [Namecoind] Mining Farm Jackpot block finder wins... on: July 11, 2011, 12:39:25 AM
If 20 workers in total or more join the pool I'll throw in an extra $5 for the jack pot so  that would be $25 same rules
2534  Other / Beginners & Help / Re: Mining Farm - Tech support on: July 10, 2011, 08:22:17 PM
Anyone else had the issue in php 5.3.6 that the workers have a depreciated error.  Basically it will have "> workername box password box  on each worker also this issue causes the graph to not update.  Wondering if anyone ran into this issue yet or not.  I've tried it on two different distributions. Slackware 1337 and Suse 11.4 seems this only affects new kernels.   Ive recompiled php 5.2.19 on both machines and it did not fix it so perhaps its a dependency or an old module of some sort that I didn't remove.... 
Thanks for the bug report, I actually ran into this on my Cloud hosted mining server during the install. I'm doing heavy testing using namecoind(for short block find times and quick,clean bug fixes) if you would like to help out test the new and improved Mining Farm you can check out a taste over at http://216.38.17.198/ This server is aimed at finding its first block(ETA 24 hours at this point), I've already rewritten everything, now its the testing part most of that is already done too I just need to see if the reward distrobution works correctly.

Thanks for yours and everyone's effort!
This is a community project and not just for me so we owe it to us to get this fixed! Lets get this 50% network rate attack problem outta the way by allowing anybody to start their own pool.
2535  Other / Beginners & Help / Re: include a message in a transaction on: July 10, 2011, 04:24:40 PM
Hmm i didn't really think about the enormous space issue.
Is there a way we could have a parallel block chain that will have transactions associated with messages. That way the messages aren't forced into the block chain? I know this sounds redundant but messaging would be very appealing to new users i think.
2536  Bitcoin / Mining support / GuiMiner Phoniex Miner crashes computer on: July 10, 2011, 03:24:16 PM
Why is it that when I have phoenix miners connect towards my server... http://216.38.17.198/ they report that their computer freezes and they are forced to restart. They claim that using any flag such as "-f" "vectors" or "aggression" will do this bug, Im current running namecoind and pushpoold 5.1.
They also report that it freezes their computer with out any flags, however my computer doesn't freeze with out flags(low hash rate) but it does freeze immediately with any flag applied.

I'm using the Gui Miner Phoenix executeable(w/e version that is just downloaded gui miner like last week)

and reported users are using the command line phoenix
2537  Other / Beginners & Help / Re: can you stop the gpu miner stealing cycles when gaming? on: July 10, 2011, 02:57:18 PM
The flag is definably not a static threshold, your frame rate will go below specified that is why i believe some has suggested to set it to 120 to compensate for this. I don't understand the point of hashing while gaming you could probably get more fun to hash ratio if you just stopped the miner for a short while and then start it back up after your done. That's just me I can't stand games having low frame rates Smiley


if you would like to donate Mhash/s I'm offering $20 through paypal/dwolla/bitcoind/namecoind reward to anybody that can find the first block on my server. I've been hashing for a good 24 hours and my GUI miner(OpenCL) is reporting 1% stale/invalid shares. Details can be found here,
http://forum.bitcoin.org/index.php?topic=27400.0
2538  Other / Beginners & Help / Re: include a message in a transaction on: July 10, 2011, 02:09:38 PM
Bitcoin messages would be helpful and handy. Also, if there was bitcoin messages would those messages only be viewable to the sender?
This thread got me thinking about that... i think the answer would have to be yet i suppose in the name of bitcoin
2539  Other / Beginners & Help / Re: can you stop the gpu miner stealing cycles when gaming? on: July 10, 2011, 02:06:38 PM
Can someone explain exactly what the "-f" flag does?

It stands for framerate i believe
it will attempt to keep your framerate above the certain number set
2540  Other / Beginners & Help / Re: New mining calculator with growth consideration on: July 10, 2011, 02:05:23 PM
Hello together,
This may be not the right place, but since I am considered a newbie, I have to post it here.
Like many of us, I spent some time lately with Bitcoins. Unfortunately, I could not find a suitable
calculator that gives results in regard to the strong ascending difficult. Current calculators almost let me believe
that mining could pay off not bought hardware within a few weeks. In reality, this seems to be no longer the case since the difficulty is growing in high rates lately.
That is why I programmed a calculator for myself. I believe that the result is quite nice so I thought,
why not simply host it publically. You guys might like it too Smiley

Try it out and let me know what you think!
http://striketeam.ath.cx/btccalc/btccalc.php

Regards
knatsch

Yeah this is awesome stuff this would have saved me hours of tedious calculations. Nice job with the graphs (Bookmarked!)
I have one thought, tho the percentage is kind of confusing, Might I recommend just being able to type in 45 instead of 1.45?
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 [127] 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!