Bitcoin Forum
June 20, 2024, 08:08:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 »
2241  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 10:14:30 PM
ok thank you, what does blkmond do?

sorry for my ignorance, but there is not much documentation on this stuff.
2242  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 09:53:27 PM
anyone have any other ideas?

thank you for your help but now I messed something else up and instead of getting username error in the miner its rpc error cant connect

so please just confirm for me that im doing things right

pushpool and bitcoin communicate with eachother on port 8333 correct?

and i configure miningfarm rpc to use port 8332 for bitcoind?

pushpool and miningfarm use the same mysql database

to get everything rolling
i start bitcoind
then i run ./blkmond server.json

am I correct here?
2243  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 09:25:24 PM
here is a copy of my configuration files the only thing I changed was the actual password to 'password' for the sake of security everything else is exactly like it is on my server


my bitcoin.conf looks like this:

rpcuser=miningfarm
rpcpassword=password
rpcallowip=*
rpcport=8332
server=1

my config.php looks like this:

<?php
//Fit to your need variables // These should be the only variables you need to edit

$mysqlUsername  = "miningfarm";
$mysqlPassword  = "password";
$mysqlDatabase  = "miningfarm";
$mysqlHost      = "localhost";


//Linkage
$header         = $req."header.php";
$menu           = $req."menu.php";
$footer         = $req."footer.php";
$bitcoind       = $req."/bitcoinWallet/bitcoin.inc.php";

//Cookies!
$cookieName = "miningfarm#2";
$cookiePath = "/";
$cookieDomain = "";


//Bitcoind RPC information
$rpcType        = "http";
$rpcUsername    = "miningfarm";
$rpcPassword    = "password";
$rpcHost        = "127.0.0.1:8333";
?>

my server.json looks like this:

     # 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,
                # with trusted proxy appserver.example.com forwarding
                # requests to us
                { "port" : 8332, "protocol" : "http-json",
                  "proxy" : "127.0.0.1" },

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

        # database settings
        "database" : {
                "engine" : "mysql",
                "host" : "miningfarm.db.7858894.hostedresource.com",
                "port" : 3306,
                "name" : "miningfarm",
                "username" : "miningfarm",
                "password" : "password",
                "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 (?, ?, ?, ?, ?, ?)"

        },

        # 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 | Notice how this ISN'T port number 8332 this is becuase the same port number should not becuase inconjunction with the JSON RPC port $
        "rpc.url" : "http://127.0.0.1:8333/",
        "rpc.user" : "miningfarm",
        "rpc.pass" : "password",

        # rewrite returned 'target' to difficulty-1?
        "rpc.target.rewrite" : true
}
2244  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 09:16:36 PM
http://forum.bitcoin.org/index.php?topic=10321.0

thats the pushpool thread , the mining farm thread link is at the bottom

I imported this:  miningfarm_database.sql

which coincidently is not the name of the file that we are told to import in the thread
but after I imported it I was able to register my account and setup worker etc
the front end seems to be working just fine, I can log in and play around with all the admin features etc
but when I try to actually mine on the pool with the registered worker it says
wrong username / password in guiminer
2245  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 07:46:56 PM
mining farm's config.php
and pushpool's server.json

both have the same database credentials

and the database is working
2246  Bitcoin / Bitcoin Technical Support / Re: Pushpool - Tech Support on: July 28, 2011, 07:02:28 PM
hello gents

I was hoping one of you kind fellows could help me out before I lose my mind.

I am working on setting up a local bit mining pool for me and some friends

any ways I got pushpool up and running with bitcoind
and I have the web site front end
everything seemed happy as can be

I have my account
and I registered my worker

but when I go to mine it says wrong username/password

I cant figure it out

I know mining works beacuse if I mine with the rpc username and pass I set int he bitcoin conf it works just fine
but none of the workers I setup in mining farm seem to want to work

mining farm and pushpool are using the same mysql database

I run ./bitcoind
then I run ./blkmond server.json

everything apears to be online and stable

the mining farm front end is giving me no errors of any kind

but my miner is saying wrong username / password

any ideas?
2247  Bitcoin / Bitcoin Discussion / closed on: June 23, 2011, 12:45:26 AM
closed and repaid.




2248  Bitcoin / Bitcoin Discussion / Re: Bitcoin wallet problem. Coins not showing up. Please Help! on: June 21, 2011, 02:05:32 PM
ok well your making me feel a lot better, receiving client is on block 99000

I put a new wallet on my laptop beacuse I have to take these coins to a warehouse and buy a bunch of hardware

so I just installed this wallet

I was totally freaking beacause this isnt technically my money

thank you for making me feel better dude I will keep you updated...
2249  Bitcoin / Bitcoin Discussion / Re: Bitcoin wallet problem. Coins not showing up. Please Help! on: June 21, 2011, 01:52:43 PM
yeah the block chain on the receiving end is significantly lower than the sending end. So what happens if the block chain goes up to where its supposed to be and the transaction till doesn't go through?

I am just really worried because I did this transaction like an hour ago. It should of showed up by now. Sad

and I am using linux - ubuntu btw...
2250  Bitcoin / Bitcoin Discussion / Re: Bitcoin wallet problem. Coins not showing up. Please Help! on: June 21, 2011, 01:40:49 PM
please tell me how I can do this?
2251  Bitcoin / Bitcoin Discussion / Bitcoin wallet problem. Coins not showing up. Please Help! on: June 21, 2011, 01:27:54 PM
ok someone please help. Im kind of freaking out. I just sent almost 230 btc from one wallet to another , there have been 7 confirmations showing on the sender side but the transaction has not even showed up on the receiving end!

what do I do?

http://blockexplorer.com/address/16k6KeqY13MEwXCKa6uMWvsg7Bmqq1TzXb


thats the block explorer address for my receiving wallet

it says on the receiving end that 16k6KeqY13MEwXCKa6uMWvsg7Bmqq1TzXb is "Your Bitcoin Address"

2252  Other / Obsolete (selling) / Re: [SOLD] XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 21, 2011, 12:15:36 AM
Sorry I don't have any SSD's for sale.

the IBM eServers X366 have PCI-X slots not PCIe

I did not say they are good for mining I said they are good for running a mining pool

they are professional grade rack mount servers with up to 4 Dual Core 3.66 Ghz XEON MP Cpu's and dual hot swappable 1300 watt power supplies.

they hard drives and ram have been removed but they are selling dirt cheap

I can sell these for $100 USD plus shipping
but they have to sell fast everything has to be gone by thursday

2253  Other / Obsolete (selling) / Re: 4 brand new 5830s on: June 20, 2011, 03:17:47 PM
just watch the web you will be able to find these cheap

just a few weeks ago, I bought two of them for $129 each with a $30 mail in rebate

2254  Other / Obsolete (selling) / Re: [SOLD] XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 20, 2011, 03:09:16 PM
actually if your interested I have flat screen monitors, all kinds of random pc parts laptops and desktops

like I said I am helping my friend close out his computer store
2255  Other / Obsolete (selling) / Re: [SOLD] XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 20, 2011, 01:44:51 PM
Thank you to everyone who ordered, and I apologize for my timing and making it seem so suspicious. Maybe once these orders get verified by the purchasers there will be more confidence in me. Smiley (hopefully!)


I also have IBM eServers x366 RackMount Servers Available (perfect for mining pools)

They all have dual 1300 watt power supplies and can hold up to (4) Dual core Xeon MP CPU's

I am selling them for only $150 SHIPPED for 1 CPU - ADD $25 For Each Additional CPU

(the hard drives have been removed and they have no ram)

I have about 7 of the servers available

if someone wants like 5 of them, you can have them all for $500 + whatever the freight shipping cost is or local pickup in Upstate NY


thanks for looking fellas. and special thanks to those who bought.
2256  Other / Obsolete (selling) / Re: XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 20, 2011, 02:57:35 AM
I understand your suspicions. It is bad timing. If anyone wants to wait until this whole mtgox thing blows over I understand. Everyone is a little on edge right now and its fully understandable. Please if you dont feel comfortable doing this please dont.

My account is not compromised. I have a trade hill account that I have been using since mtgox had the last batch of problems at the begining of june , your ruining my business here guys, not cool. What do I have to do to prove myself and not have you post this negative stuff?

I put down mucho dinero to buy these video cards and I need to make it back asap, I cant wait around for you get get delivery and release the funds in an escrow service, if you cant accept that please do not place an order with me. this is a tremendous deal. I only have 6 left if you dont feel comfortable with the terms dont order I can sell these things anywhere.

I appreciate your concern brothers but it is really me. Dont worry Smiley
2257  Other / Obsolete (selling) / Re: XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 20, 2011, 02:47:10 AM
there are six left! Thank you for the orders, you know who you are! You will get a tracking number via PM as soon as they ship out.



IF YOU WANT a BRAND NEW XFX ATI 6990 this is your chance! only 35 BTC while supplies last!
2258  Bitcoin / Bitcoin Discussion / Re: Mt. Gox Dump Analysis... on: June 20, 2011, 12:34:39 AM
a the hashes are very real.

I took a small sample (about 30 usernames) and was able to crack about 4 passwords right off the jump using nothing more than john the ripper and a intel core 2 duo cpu.


2259  Other / Obsolete (selling) / Re: XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 19, 2011, 11:31:25 PM
There are still 8 left. Thank you to the two gentlemen who have bought them already.

I can't hold any of these bro, I sunk all my money into this order and have to get the cash flow back ASAP
2260  Other / Obsolete (selling) / [SOLD] XFX ATI RADEON HD 6990 - TOP PERFORMING MINING CARDS - 10 AVAILABLE on: June 19, 2011, 09:22:53 PM
Hello Brothers

Well this is a deal I have been working on brokering for a long time.

A friend of mine has a computer shop that he is in the process of closing down. His business had a affiliate type account with DELL, and other companies including XFX. He allowed me to use his business name to secure an order of XFX ATI RADEON HD 6990 Cards, and today the order went through and they are expected to be delivered on Tuesday 06/20. (I have a UPS tracking number with expected delivery date of 06/20/2011 by end of day)

I ordered exactly 12 of these (I am keeping 2 for myself)

The other 10 cards I am selling for 35 BTC each which is a great deal for both of us. Basically it allows you to get a 6990 for the best price on the web and it also allows me to get my two cards for free.

IF YOU WANT A XFX 6990 FOR 35 BTC NO BULLSHIT SEND ME A PM!

I AM RE-SHIPPING THEM OUT VIA USPS PRIORITY MAIL WHICH IS FREE WITH YOUR ORDER
YOU WILL RECEIVE A TRACKING NUMBER WITHIN 24 HOURS OF BTC BEING CONFIRMED


I CANNOT AFFORD TO USE ANY KIND OF ESCROW SERVICE BECAUSE I PUT CASH DOWN TO MAKE THIS HAPPEN AND I NEED TO GET THIS CASH BACK.
BUT I BELIEVE I AM A TRUSTED MEMBER OF THE COMMUNITY - I RUN BTCNetwork.com AND MY IDENTITY IS NO SECRET TO THE WORLD

PM ME TO RECEIVE ADDRESS TO SEND BTC TO
THANK YOU.




Pages: « 1 ... 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 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!