Pages:
Author

Topic: Join a pooled bitcoin mining effort - page 10. (Read 53372 times)

member
Activity: 103
Merit: 17
December 01, 2010, 05:50:32 PM
#12
I am trying to build pooled miner for linux:

(steps from http://www.bluishcoder.co.nz/bitcoin-pool/)

Code:
$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Found BerkeleyDB: /usr/lib/libdb.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/denizzz/bitcoin-pooled

$ make
[ 11%] Building CXX object cmake-bitcoinr/CMakeFiles/bitcoinr.dir/__/src/remoteminermain.cpp.o
In file included from /home/denizzz/bitcoin-pooled/src/remote/remotebitcoinheaders.h:33,
                 from /home/denizzz/bitcoin-pooled/src/remoteminermain.cpp:19:
/home/denizzz/bitcoin-pooled/src/remote/../uint256.h:364: error: ‘VERSION’ was not declared in this scope
/home/denizzz/bitcoin-pooled/src/remote/../uint256.h:370: error: ‘VERSION’ was not declared in this scope
/home/denizzz/bitcoin-pooled/src/remote/../uint256.h:376: error: ‘VERSION’ was not declared in this scope

Try to move the #include for serialize.h before the #include for uint256.h in remotebitcoinheaders.h, and see if you get further.
legendary
Activity: 1304
Merit: 1015
December 01, 2010, 01:48:02 PM
#11
Also, how is the bandwidth, CPU usage going?  How many clients can it support?
legendary
Activity: 1304
Merit: 1015
December 01, 2010, 01:45:54 PM
#10
How often will this be updated?  Can I write a bitcoinblogger article on this?

Write an article. Doublec plans to keep his up for a while, and if need be, I'll toss one up if he can't. Publish the tutorials, links, whatever. The more people that participate, the more likely everyone will get a small share more often.

Ok, maybe this weekend, but we need to make it as easy as possible to run this.  Maybe have a GUI to enter in the bitcoin address or any other info.
legendary
Activity: 1304
Merit: 1015
December 01, 2010, 01:33:17 PM
#9
How often will this be updated?  Can I write a bitcoinblogger article on this?
hero member
Activity: 532
Merit: 505
December 01, 2010, 01:25:18 PM
#8
1) one for every CPU-core you want to use
2) you'll get status-messages from the server showing both, yours and the combined hashrates. just do the math yourself
3) when the pool generates a block, you'll still have to wait 120blocks for the coins to "mature" to get you share
full member
Activity: 183
Merit: 100
December 01, 2010, 01:20:11 PM
#7
thank you.

1) how many instances of remoteminer should i run?
2) how do i see my contribution of khash/s as a percentage of all the khash/s in the pool?
3) when i gettin paid yo
hero member
Activity: 532
Merit: 505
December 01, 2010, 11:33:02 AM
#6
I believe pudding has even enabled GPU support in it,...

i don't think so, unfortunately the -gpu switch doesn't do anything for me on the remoteminer.
sr. member
Activity: 350
Merit: 252
probiwon.com
December 01, 2010, 10:30:28 AM
#5
I am trying to build pooled miner for linux:

(steps from http://www.bluishcoder.co.nz/bitcoin-pool/)

Code:
$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Found BerkeleyDB: /usr/lib/libdb.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/denizzz/bitcoin-pooled

$ make
[ 11%] Building CXX object cmake-bitcoinr/CMakeFiles/bitcoinr.dir/__/src/remoteminermain.cpp.o
In file included from /home/denizzz/bitcoin-pooled/src/remote/remotebitcoinheaders.h:33,
                 from /home/denizzz/bitcoin-pooled/src/remoteminermain.cpp:19:
/home/denizzz/bitcoin-pooled/src/remote/../uint256.h:364: error: ‘VERSION’ was not declared in this scope
/home/denizzz/bitcoin-pooled/src/remote/../uint256.h:370: error: ‘VERSION’ was not declared in this scope
/home/denizzz/bitcoin-pooled/src/remote/../uint256.h:376: error: ‘VERSION’ was not declared in this scope
full member
Activity: 183
Merit: 100
December 01, 2010, 05:11:20 AM
#4
yes.  anything that reduces the amount of work i have to do.  The bitcoin client I have on my machine says "Generate Coins" and that's as technical as I need to get.

legendary
Activity: 1078
Merit: 1005
December 01, 2010, 05:06:18 AM
#3
Is there a client one can download that is essentially plug and play?  i'm afraid i won't get very far in the process of connecting to a server, and i won't be the only one.
The problem is you need an address to have coins sent back to you. I guess you could have a client that ran, prompted for the address, then connected to the hardcoded server. Is that what you mean?
full member
Activity: 183
Merit: 100
December 01, 2010, 04:55:25 AM
#2
Is there a client one can download that is essentially plug and play?  i'm afraid i won't get very far in the process of connecting to a server, and i won't be the only one.
legendary
Activity: 1078
Merit: 1005
December 01, 2010, 04:22:01 AM
#1
I've started a pooled mining server using puddinpop's remote mining version of bitcoin being discussed in the technical forum: https://bitcointalksearch.org/topic/pooledremote-mining-open-source-updated-2010-12-24-1458

Due to high difficulty levels it will take a long time for a CPU based miner to generate a block and get 50 coins. By joining in the pooled effort you combine your efforts with everyone else in the pool. The server ensures everyone is working cooperatively so the average time to generate the coins for the entire pool is based on the sum of their hash values. The pool server then distributes the 50 coins based on the contributions of the people in the pool. See the technical thread for more details.

I've put a page up containing the latest version of puddinpop's software and instructions on how to connect to my server: http://www.bluishcoder.co.nz/bitcoin-pool/

There is currently no version of the miner for GPU's but hopefully one will be available soon. Currently there are 26 clients with a combined khash of 25,000.
Pages:
Jump to: