Bitcoin Forum
July 02, 2024, 07:27:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: making mining pool problems  (Read 2155 times)
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 09, 2015, 08:58:03 PM
 #1

hi not to sure if this is in the right sections if so sorry mod

main question
im able to do all the compiling
./autogen
./configure
make

etc

but when i run it it tells me to switch over to bitcoin-qt i cant seem to get the wallet setup let alone start downloading the blockchain via terminal
also keep running into the problem of pointing the bitcoin-qt to the conf file

any tips and help any one can provide would be much appreicated


schwartzs
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
April 09, 2015, 11:07:03 PM
Last edit: April 09, 2015, 11:41:39 PM by Muhammed Zakir
 #2

Can you give more details? If you want to run Bitcoin-qt, you can download it from https://bitcoin.org/en/download and install it.

FYI: You can't run Bitcoin-qt via terminal, but you can run Bitcoind or Bitcoin-cli.

Better answers can be expected(from others and me) if you can post more details like what problem you are occuring, when it occur etc...

Edit: Recommended configuration(Bitcoin.conf):

Code:
server=1
rpcuser=a_username_which_isn't_easily_guessed.
rpcpassword=a_long_random_password
rpctimeout=60
rpcport=8332
paytxfee=0.0001

• Windows: Go to %AppData%\Bitcoin and create a new notepad file and name it "bitcoin.conf". After you do, open it and add the above code with preferred username and password and save it.
• Linux: Type "nano ~/.Bitcoin/bitcoin.conf" in terminal and add above code with preferred username and password and save it.
• Mac: Type “nano "~/Library/Application Support/Bitcoin/"” in terminal aand add above code with preferred username and password and save it.

Now run "bitcoind -daemon". Hopefully, blockchain will be downloaded now.

schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 09, 2015, 11:28:09 PM
 #3

when running bitcoind saying setup rpc user etc  even tho i have trouble with bitcoin.conf location maybe

also
says bitcoind no longer supports rpc function


im also doin this via a vps

any help to get past this and start server and block chain download be much appreicated


schwartzs
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
April 09, 2015, 11:43:36 PM
 #4

I have edited my previous post regarding Bitcoin configuration file. Please try it out.

im also doin this via a vps

You are connecting from vps to pc or pc to vps or connection bitcoind to locally(in vps)?

schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 10, 2015, 12:27:00 AM
 #5

Connection via pc to my vps and running bitcoind via the static ip assigned to the vps
adaryian
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


★ BitClave pre-ICO: 25/07/17 ★


View Profile
April 10, 2015, 01:48:35 AM
 #6

hi not to sure if this is in the right sections if so sorry mod

main question
im able to do all the compiling
./autogen
./configure
make

etc

but when i run it it tells me to switch over to bitcoin-qt i cant seem to get the wallet setup let alone start downloading the blockchain via terminal
also keep running into the problem of pointing the bitcoin-qt to the conf file

any tips and help any one can provide would be much appreicated


schwartzs

Only reason I say this is because it's been told to me before.  Not to this specifically to this...

But if you're having trouble just setting up the wallet, what makes you think you're going to run a successful pool?

Just food for thought.  Make sure all your deps are installed prior to running ./autogen and ./configure and perhaps run sudo -i before running those commands or putting sudo in front of them.  Hard to diagnose without a copy/paste of the exact information it's giving you.  If there is some sort of debug log you could check that too, to determine the issue as well.

If you want post the information out here to let us help you setup your wallet then think about the running the pool.  It takes a lot more than a wallet and some php-mpos to run a pool successfully and I'll tell you, if you're on a VPS you're already on the wrong path.

My 2 Satoshi's,

Adaryian


                  ,'+██':                 
              ,█████████████;             
            .██████████████████           
            .████████████████████         
         █  .███;         ,███████.       
        ██  .█+              '█████'       
      `███  .█+    ,;'':       █████+     
      ████  .█+ ███████████,    ,████+     
     █████  .████████████████,    ████,   
    ██████  .██████████████████   `████   
   ;██████  .█████`      '██████  .█████   
   ████ ██  .███           :████████████. 
  +███  ██  .█.     `..      ████████████ 
  ████  ██  .    .███████'    ███████████`
 ,███   ██      ███████████    ███████████
 ████   ██     █████████████`  `██████████
 ███;  ███    ███████████████   ██████████`
 ███   ███   .████████████████  `█████████'
,███   ███   █████████████████   ██████████
'███  ,███   █████████████████:  ██████████
+███  ;███  `██████████████████  ██████████
████  '███  .██████████████████  +█████████
████  '███  .██████████████████  +█████████
'███  :███   █████████████████'  ██████████
:███   ███   █████████████████   ██████████
 ███   ███'  '████████████████   ██████████
 ███,  ████   ███████████████`  ██████████,
 ████  ,███:  `█████████████+   ██████████
 ;███   ████   `███████████+   ███████████
  ███'  .████    █████████`   +██████████;
  ████   █████     :███'     +███████████ 
   ████   █████`            ████████████+ 
   ████,   ██████`        +█████. +█████   
    ████    █████████++████████`   ████.   
    .████    ;████████████████    █████   
     '████`    +████████████     █████     
      +████+     `'█████+.     .█████     
       +█████.                ██████       
        ,██████;           .███████       
          █████████':,:;█████████.         
           ,███████████████████+           
             .███████████████;             
                `'████████,               
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 10, 2015, 10:31:41 AM
Last edit: April 10, 2015, 11:44:37 AM by schwartzs
 #7

ok so iv installed ubuntu on
on my pc linux compilling etc went fine

now i  have got

bitcoin server starting


bingo got wallet adress

now onto stratum
schwartzs
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 10, 2015, 02:52:51 PM
 #8

ok run into next problem iv tried assignging one of my miners to the adress on mpos and it isnt doin nout not even mining any idea Huh
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
April 10, 2015, 03:44:15 PM
 #9

ok run into next problem iv tried assignging one of my miners to the adress on mpos and it isnt doin nout not even mining any idea Huh

Have you installed it correctly? See https://github.com/MPOS/php-mpos/blob/master/README.md and other DOCs(if any), if you have missed something.

P.S. Please give any image or something, it is hard to answer without knowing exact problem(s).

jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
April 10, 2015, 05:48:19 PM
 #10

Setting up your own MPOS pool is a relatively non-trivial task.  The instructions on how to do so are very extensive.  Just out of curiosity, why are you trying to setup your own pool?

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 11, 2015, 12:25:19 PM
Last edit: April 11, 2015, 01:38:42 PM by schwartzs
 #11

have a relatively good knowledge of linux and the pool its self will only  be on local network just  for the sakwe of learning from it im already mining on
slushs pool i was just looking to gain a better in depth knowledge of how the setting up a mining pool and understanding how it works will post in regards of mpos shortly as iv had to start from scratch


upto stratum again silly question is there some where i can download the sha256 script from or do i just change the coin algo in stratum setup
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 11, 2015, 05:20:35 PM
 #12

am i to guess that i cant start mining on the pool until the entire block chains down etc ??
got all compiled cant run stratum till block chains downloaded
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
April 12, 2015, 05:58:49 AM
 #13

am i to guess that i cant start mining on the pool until the entire block chains down etc ??
got all compiled cant run stratum till block chains downloaded

Yes, you can't. You can't earn anything from it unless you have a lot of miners but you can learn from it.

schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 12, 2015, 08:12:04 AM
Last edit: April 12, 2015, 05:07:46 PM by schwartzs
 #14

any idea



Traceback (most recent call last):
  File "/root/stratum-mining/lib/block_updater.py", line 49, in run
    prevhash = util.reverse_hash((yield self.bitcoin_rpc.prevhash()))
Error: 404 Not Found


Which port would I have to open  to connect externally Huh


also my miners will only mine for like 25 minutes and then mpos front will start showing decreases in hash rates then hit zero but my miners still show in there  web GUI they’re mining
but on mpos it will show no hashing rates
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
April 13, 2015, 06:22:19 AM
 #15

any idea

Traceback (most recent call last):
  File "/root/stratum-mining/lib/block_updater.py", line 49, in run
    prevhash = util.reverse_hash((yield self.bitcoin_rpc.prevhash()))
Error: 404 Not Found

I am not certain what is the problem. Have you downloaded whole blockchain and is your parameters in Bitcoin.conf correct?

Which port would I have to open  to connect externally Huh

8332 would be fine. You can also use a custom port if you like.

also my miners will only mine for like 25 minutes and then mpos front will start showing decreases in hash rates then hit zero but my miners still show in there  web GUI they’re mining
but on mpos it will show no hashing rates

Which miners and OS are you using? I think mpos supports getblocktemplate mining protocol, have you tried it?

You may want to look at this tutorial: https://github.com/MPOS/php-mpos/wiki/Quick-Start-Guide

If you can't make it ready, you can try CoiniumServ. It looks like easier to setup. https://bitcointalk.org/index.php?topic=604476.0

P.S. This might also help you. http://coingolem.com/how-to-set-up-your-own-mining-pool-using-mpos-229/.

schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 13, 2015, 11:43:22 AM
 #16

no longer have error listed above just trying to solve

miners and hope they dont cut out on mpos
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 14, 2015, 08:17:49 PM
 #17

using an s1 and s3 that mine fine when i just leave 1 miner on the local it stops showing hasing rates for like 25 minutes but if i connect my 2nd unit its a continous hash rate bouncing between the two
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 15, 2015, 04:43:24 PM
 #18

yep params are right no interferance on connections whats so ever block chains down 100%


if i run 2 units i have no issue but  if its just one unit connected it acts up

both units connected   under same user it runs fine it switchs between the 2 at certain difficulty


etc so the hasing rate is fluxing  dependant on which device is on if its solo 1 device only then there a period of no displayed hash rates but the server is still accepting valid shares
Xandrah
Sr. Member
****
Offline Offline

Activity: 273
Merit: 260


Pool Owner


View Profile
April 16, 2015, 09:26:28 PM
Last edit: April 17, 2015, 11:57:23 AM by Xandrah
 #19

Fixed 404 issue, downgrade to bitcoind v0.9.0 github repo, 0.10.0 does something to the bitcoind service.
schwartzs (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 18, 2015, 05:43:27 PM
 #20

will do cheers
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!