Pages:
Author

Topic: please help !!!! ( need to build up private bitcoin pool on ubuntu 14.04 ) - page 2. (Read 2358 times)

member
Activity: 68
Merit: 10
blockchain download can be around 15GB i think
newbie
Activity: 23
Merit: 0
after i run bitcoind
and

twistd -ny launcher.tac -l -

it says ::



2014-06-13 13:25:37,457 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:26:07,490 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:26:37,523 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:27:07,556 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:27:37,588 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:28:07,621 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:28:37,653 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:29:07,687 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:29:37,701 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec
2014-06-13 13:30:07,734 ERROR mining # Bitcoind downloading blockchain... will check back in 30 sec


so Huh

can anyone tell me how long will stay downloading ??


thank you
waiting for reply
newbie
Activity: 23
Merit: 0
am not an expert in this code which you typed here now ... lemme know how can i go to this file or code .
and 2nd solo mining need slow hashing speed ..

and i have 2 TH/s

anyway no problem about solo mining if it will be good and profitable ..
so tell me what after this steps


git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin
git checkout v0.8.6

cd src/
make -f makefile.unix


sudo cp ./bitcoind /usr/local/bin/


bitcoind

cd bitcoin

pico bitcoin.conf

{

server=1
rpcport=8332
rpctimeout=30
rpcuser=bitcoinrpc
rpcpassword=EjkjenJHJhhfdkwemkjmnkk37883njn37hfdkjn38n
 
}

cntrl x
hit y to save
hit enter to save it to bitcoin.conf

chmod go-rwx bitcoin.conf


so ....
after that ..
i should i type : bitcoind ..
but nothing happen..  and i should set miner to ip : x.x.x.x:3333

but miner says offline pool


thank you
waiting for your reply
newbie
Activity: 23
Merit: 0
hello..,
is this will be profitable more than normal mining .. ??

AND IF

can you please type me the ubuntu codes with slow steps ??


zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
Why don't you just set up a solo p2pool?  That's probably the easiest way?

Code:
nets = dict(
    bitcoin=math.Object(
        PARENT=networks.nets['bitcoin'],
        SHARE_PERIOD=30, # seconds
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=200, # shares
        SPREAD=3, # blocks
        IDENTIFIER='fc70035c7a81bc6f'.decode('hex'),
        PREFIX='2472ef181efcd37b'.decode('hex'),
        P2P_PORT=9333,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**32 - 1,
        PERSIST=True,
        WORKER_PORT=9332,
        BOOTSTRAP_ADDRS='forre.st vps.forre.st portals94.ns01.us 54.227.25.14 119.1.96.99 204.10.105.113 76.104.150.248 89.71.151.9 76.114.13.54 72.201.24.106 79.160.2.128 207.244.175.195 168.7.116.24
3 94.23.215.27 218.54.45.177 5.9.157.150 78.155.217.76 91.154.90.163 173.52.43.124 78.225.49.209 220.135.57.230 169.237.101.193:8335 98.236.74.28 204.19.23.19 98.122.165.84:8338 71.90.88.222 67.168.13
2.228 193.6.148.18 80.218.174.253 50.43.56.102 68.13.4.106 24.246.31.2 176.31.208.222 1.202.128.218 86.155.135.31 204.237.15.51 5.12.158.126:38007 202.60.68.242 94.19.53.147 65.130.126.82 184.56.21.18
2 213.112.114.73 218.242.51.246 86.173.200.160 204.15.85.157 37.59.15.50 62.217.124.203 80.87.240.47 198.61.137.12 108.161.134.32 198.154.60.183:10333 71.39.52.34:9335 46.23.72.52:9343 83.143.42.177 1
92.95.61.149 144.76.17.34 46.65.68.119 188.227.176.66:9336 75.142.155.245:9336 213.67.135.99 76.115.224.177 50.148.193.245 64.53.185.79 80.65.30.137 109.126.14.42 76.84.63.146'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool',
        VERSION_CHECK=lambda v: 50700 <= v < 60000 or 60010 <= v < 60100 or 60400 <= v,
        VERSION_WARNING=lambda v: 'Upgrade Bitcoin to >=0.8.5!' if v < 80500 else None,
    ),

Change identifier and prefix, e.g. change identifier from fc70035c7a81bc6f to dd70035c7a81bc33, similar with prefix.

Remove all the bootstrap addresses.  Probably should change the p2p and worker ports also.

Change persist=true to persist=false.

done
newbie
Activity: 23
Merit: 0
please help ..
i have an ubuntu 14.04 server .
and i need to install bitcoind and create bitcoin pool with address like >>>>> ip:8332
and mining by my miners on this private pool

i just need the steps because i tried all in topics here and non working ..

can anyone help please Huh??  Cry Cry

Pages:
Jump to: