Bitcoin Forum
May 04, 2024, 08:20:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: maxcoind mining solo doesnt work [1 MAX bounty]  (Read 667 times)
tytanick (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
February 08, 2014, 03:23:51 PM
Last edit: February 08, 2014, 03:38:22 PM by tytanick
 #1

Anybody know why my mining solo doesnt work ?


Code:
server=1
daemon=1
gen=1
rpcuser=xxxxxxxx
rpcpassword=xxxxxx
rpcallowip=*.*.*.*



Code:
[2014-02-08 16:22:50] Started cgminer 3.6.6

 [2014-02-08 16:22:50] Started cgminer 3.6.6
 [2014-02-08 16:22:50] Probing for an alive pool
 [2014-02-08 16:22:50] JSON inval data
 [2014-02-08 16:22:50] No suitable long-poll found for http://xxx.xxx.xxx.xxx:8669


Code:
[2014-02-08 16:21:44] No servers were found that could be used to get work from
.
 [2014-02-08 16:21:44] Please check the details from the list below of the serve
rs you have input
 [2014-02-08 16:21:44] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2014-02-08 16:21:44] Pool: 0  URL: http://xxx.xxx.xxx.xxx:8669  User: xxxxxxx  Password: xxxxxxxxxx
 [2014-02-08 16:21:44] Press any key to exit, or cgminer will try again in 15s.
 [2014-02-08 16:22:00] JSON inval data

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
1714854018
Hero Member
*
Offline Offline

Posts: 1714854018

View Profile Personal Message (Offline)

Ignore
1714854018
Reply with quote  #2

1714854018
Report to moderator
1714854018
Hero Member
*
Offline Offline

Posts: 1714854018

View Profile Personal Message (Offline)

Ignore
1714854018
Reply with quote  #2

1714854018
Report to moderator
1714854018
Hero Member
*
Offline Offline

Posts: 1714854018

View Profile Personal Message (Offline)

Ignore
1714854018
Reply with quote  #2

1714854018
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714854018
Hero Member
*
Offline Offline

Posts: 1714854018

View Profile Personal Message (Offline)

Ignore
1714854018
Reply with quote  #2

1714854018
Report to moderator
1714854018
Hero Member
*
Offline Offline

Posts: 1714854018

View Profile Personal Message (Offline)

Ignore
1714854018
Reply with quote  #2

1714854018
Report to moderator
1714854018
Hero Member
*
Offline Offline

Posts: 1714854018

View Profile Personal Message (Offline)

Ignore
1714854018
Reply with quote  #2

1714854018
Report to moderator
nitai
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 08, 2014, 06:23:02 PM
 #2

What's your cgminer config? Also do you have a rpcport= specified in your maxcoin.conf file?
ARCN
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 08, 2014, 06:26:45 PM
 #3

I'm getting the same, someone help please :[
nitai
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 08, 2014, 06:35:39 PM
 #4

Here's my maxcoin.conf

Code:
# MaxCoin Example Config
#https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

# Seed nodes
addnode=maxcoin.cloudapp.net
addnode=maxcoinus.cloudapp.net
addnode=maxcoinasia.cloudapp.net
addnode=maxexplorer.cloudapp.net
addnode=213.179.202.19
addnode=91.121.8.25
addnode=213.192.56.163:8334

# Enable RPC
server=1

# RPC information
rpcuser=ausername
rpcpassword=apassword
rpcconnect=127.0.0.1
rpcport=2121

# Mining
# gen=0

Comment out gen=1 or change to gen=0. This turns off the wallet miner.

Make sure you have rpconnect=127.0.0.1 this lets you connect to your localhost
Add an rpcport, it can be anything. I set mine to rpcport=2121.


In cgminer change your config to

Code:
cgminer.exe --keccak -o localhost:2121 -u ausername -p apassword

substitute ausername and apassword for the username and password you set your rpcuser= and your rpcpassword= to
ARCN
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 08, 2014, 06:41:24 PM
 #5

That did not fix it for me unfortunately :[
Cudaminer works with http://127.0.0.1 but cgminer does not.
nitai
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 08, 2014, 06:45:04 PM
 #6

That did not fix it for me unfortunately :[
Cudaminer works with http://127.0.0.1 but cgminer does not.

Which cgminer are you using?

I'm using the one from http://maxdl.1gh.com/cgminer-windows.zip?nocache=0.3246260860469192
nitai
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 08, 2014, 06:48:23 PM
 #7

Oh sorry. I think this version of cgminer that just came out actually doesn't support solo mining. It only works with stratum.

You're better off connecting to a pool anyway. Even if you had gigahash speeds you wouldnt find a block for weeks at this difficulty.

I'm using this pool right now pretty successfully.

max.suprnova.cc
ARCN
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 08, 2014, 06:49:11 PM
 #8

I'm using the same, sending you a PM.
ARCN
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 08, 2014, 07:13:59 PM
 #9

Oh sorry. I think this version of cgminer that just came out actually doesn't support solo mining. It only works with stratum.

You're better off connecting to a pool anyway. Even if you had gigahash speeds you wouldnt find a block for weeks at this difficulty.

I'm using this pool right now pretty successfully.

max.suprnova.cc

I'm not sure about that, i've already gotten 10 blocks together with some friends at around 1 GH/s all together.

(4 blocks today)
burek
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 09, 2014, 02:21:16 PM
 #10

I guess someone intentionaly compiled cgminer without getwork support so that you can only mine at pools.

Lame.
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!