Bitcoin Forum
May 03, 2024, 01:23:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help!!! Cannot Solo Mine!!  (Read 1199 times)
wingless (OP)
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
September 12, 2016, 10:18:20 PM
 #1

I'm trying to solo mine myriadcoin. I'm using ccminer. When I start up ccminer I get the following error: HTTP request failed: The requested URL returned error 404

This is my wallet's conf. file:

listen=1
rpcuser=user
rpcpassword=pass
server=1
P2P Port=10888
RPC port=10889
listen=1
maxconnections=32
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.0.0/24
addnode=85.195.118.163
algo=yescrypt

When I go into the browser and type in the local ip and port I get the following error:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

Can someone please help me out? It's been driving me crazy. I've spent hours trying to figure it out and searching the web.

Thanks!
1714699426
Hero Member
*
Offline Offline

Posts: 1714699426

View Profile Personal Message (Offline)

Ignore
1714699426
Reply with quote  #2

1714699426
Report to moderator
1714699426
Hero Member
*
Offline Offline

Posts: 1714699426

View Profile Personal Message (Offline)

Ignore
1714699426
Reply with quote  #2

1714699426
Report to moderator
1714699426
Hero Member
*
Offline Offline

Posts: 1714699426

View Profile Personal Message (Offline)

Ignore
1714699426
Reply with quote  #2

1714699426
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714699426
Hero Member
*
Offline Offline

Posts: 1714699426

View Profile Personal Message (Offline)

Ignore
1714699426
Reply with quote  #2

1714699426
Report to moderator
1714699426
Hero Member
*
Offline Offline

Posts: 1714699426

View Profile Personal Message (Offline)

Ignore
1714699426
Reply with quote  #2

1714699426
Report to moderator
1714699426
Hero Member
*
Offline Offline

Posts: 1714699426

View Profile Personal Message (Offline)

Ignore
1714699426
Reply with quote  #2

1714699426
Report to moderator
CoinBreader
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
September 12, 2016, 10:52:13 PM
 #2

I'm trying to solo mine myriadcoin. I'm using ccminer. When I start up ccminer I get the following error: HTTP request failed: The requested URL returned error 404

This is my wallet's conf. file:

listen=1
rpcuser=user
rpcpassword=pass
server=1
P2P Port=10888
RPC port=10889
listen=1
maxconnections=32
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.0.0/24
addnode=85.195.118.163
algo=yescrypt

When I go into the browser and type in the local ip and port I get the following error:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

Can someone please help me out? It's been driving me crazy. I've spent hours trying to figure it out and searching the web.

Thanks!

hey there try also to change rpcallowip=192.168.0.*  plus i dont think you need to have the first rpcallowip with the local host
and post also your miner .bat file
wingless (OP)
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
September 13, 2016, 01:16:55 AM
 #3

Hello,

thanks for helping me out. Yeah I think your right, I just put that in there just to be safe.

Here is my bat file:

cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pass
pause

Any ideas on what to do?
CoinBreader
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
September 13, 2016, 06:53:15 AM
 #4

Hello,

thanks for helping me out. Yeah I think your right, I just put that in there just to be safe.

Here is my bat file:

cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pass
pause

Any ideas on what to do?

Thats your prob! you are pointing miner to wrong IP range..  192.168.1.23  it should be 192.168.0.23
let me know if that was your prob
altcoinhosting
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1005


View Profile
September 13, 2016, 06:55:33 AM
 #5

Hello,

thanks for helping me out. Yeah I think your right, I just put that in there just to be safe.

Here is my bat file:

cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pass
pause

Any ideas on what to do?

Thats your prob! you are pointing miner to wrong IP range..  192.168.1.23  it should be 192.168.0.23
let me know if that was your prob

192.168.1.0/24 is also a valid range for home use, but in that case rpcallowip=192.168.0.*  has to be replaced by rpcallowip=192.168.1.* in the configfile
Altough your tip is more likely than mine Wink

wingless (OP)
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
September 14, 2016, 02:34:12 AM
 #6

unfortunately that didn't work Sad
CoinBreader
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
September 14, 2016, 09:24:08 AM
 #7

unfortunately that didn't work Sad

So you miner config & your wallet config  have the same IP range ? lets say 192.168.0.* Huh to be more specific * you put 1-256
c/p if you want the exact configs you have on wallet & miner inside a
Code:
inster code paragraph
wingless (OP)
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
September 16, 2016, 04:04:33 AM
 #8

I think I know what the problem is. Could it be that the newer wallets these days don't support get work? That is, they don't support standalone solo miners?

Protocol73
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile WWW
September 27, 2016, 05:50:41 PM
 #9

I think I know what the problem is. Could it be that the newer wallets these days don't support get work? That is, they don't support standalone solo miners?


IDK  bfgminer sayes it has  "-Gwork" but it outputs "No 2D work upstream" & Antminers see it as a dead pool  Angry

PS: I have A Dell R710 & am trying to setup my own solo pool for my 2 Antminer S3's so any help would be Appreciated
Pages: [1]
  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!