Author

Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX] - page 918. (Read 3426922 times)

member
Activity: 85
Merit: 10
@maxcoinproject: another node: 213.192.56.163:8334
hero member
Activity: 840
Merit: 1000
When I run Maxcoind.exe, what should I see?

You will see nothing but a blinking cursor. run it by opening the console and not by double clicking

Ok cool, so then the solution to the internal server error is... to just wait longer? Tongue

I am on windows and i used maxcoind -printtoconsole and it throws up everything it is writing to debug.log
hero member
Activity: 756
Merit: 502
Quote
C:\Program Files (x86)\coins\Maxcoin>maxcoind.exe -rpcpassword=xxx getmininginfo
   "networkhashps" : 12836029626,
}

12 GH/s aren't CPU only, I'm sure. Seems like this launch goes to the nvidia/cudaminer folks... Too bad I don't have a decent Nvidia GPU myself, but thanks for the entertaining evening anyway Grin


We win this! Wink
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
When I run Maxcoind.exe, what should I see?

You will see nothing but a blinking cursor. run it by opening the console and not by double clicking

Ok cool, so then the solution to the internal server error is... to just wait longer? Tongue
Yes. The RPC server wont work until there are enough connections Wink
hero member
Activity: 756
Merit: 502
the Windows wallet is a bitch.

But mining to my Linux wallet with around 700 MHash/s is going smoothly. Found 2 blocks way after the launch. So solo'ing is feasible.

Christian
member
Activity: 70
Merit: 10
FOR ALL WINDOWS USERS:

1. Run Maxcoind.exe. A new directory for maxcoin is created, but only a black command box should be visible. You can close the command box.
2. Search for %appdata% and you will find the directory "roaming". In this directory you will find "MaxCoin" somewhere. Get in there!
3. This is the maxcoin.conf file I use:
# 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

# Enable RPC
server=1

# RPC information
rpcuser=YOURNAME
rpcpassword=YOURPASS
rpcport=8108
# Mining
gen=0

4. Go to your cudaminer directory. This is the launch.bat file I use for a GTX 780 Ti (replace the last parameters with something that is compatible with your card):
cudaminer.exe --algo=keccak -o http://localhost:8108 -O YOURNAME:YOURPASS -L 128 -l T1000x24

5. I just ran maxcoind.exe and waited for a while, and checked the debug.log file (in the Roaming\MaxCoin directory) for any signs of a connection.

6. If you think you might have a connection, use your launch.bat file to get cudaminer going! Cross your fingers.
newbie
Activity: 28
Merit: 0
I'm getting a ton of connection timeouts but I've also seen a couple connections but then immediately after comes a socket recv error 10054

Same here. I think cuda manager will be skipping this one. People would need to know how to use command line anyway.
full member
Activity: 162
Merit: 100
Quote
C:\Program Files (x86)\coins\Maxcoin>maxcoind.exe -rpcpassword=xxx getmininginfo
{
    "blocks" : 149,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : 128.37905466,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
   "networkhashps" : 12836029626,
   "pooledtx" : 0,
    "testnet" : false
}

12 GH/s aren't CPU only, I'm sure. Seems like this launch goes to the nvidia/cudaminer folks... Too bad I don't have a decent Nvidia GPU myself, but thanks for the entertaining evening anyway Grin
member
Activity: 70
Merit: 10
When I run Maxcoind.exe, what should I see?

You will see nothing but a blinking cursor. run it by opening the console and not by double clicking

Ok cool, so then the solution to the internal server error is... to just wait longer? Tongue
legendary
Activity: 1148
Merit: 1000
People plese help a noob I am getting the message that i have no cuda, do i need to install newest drivers or something more?
member
Activity: 84
Merit: 10
SizzleBits
I'm getting a ton of connection timeouts but I've also seen a couple connections but then immediately after comes a socket recv error 10054
newbie
Activity: 28
Merit: 0

me too only internal server errors....is this normal?

This happened to me after restarting by maxcoind.exe. Somehow it has trouble finding enough
connections to the network.

I have installed the Linux wallet (QT) on a separate machine and this one runs MUCH smoother.

Christian


Their twitter just said they're updating the windows client. I've been through a few launches at this point. They're always sloppy but man... this one's a borderline massacre.
hero member
Activity: 840
Merit: 1000
When I run Maxcoind.exe, what should I see?

You will see nothing but a blinking cursor. run it by opening the console and not by double clicking
hero member
Activity: 756
Merit: 502

me too only internal server errors....is this normal?

This happened to me after restarting by maxcoind.exe. Somehow it has trouble finding enough
connections to the network.

I have installed the Linux wallet (QT) on a separate machine and this one runs MUCH smoother.

Christian
member
Activity: 70
Merit: 10
When I run Maxcoind.exe, what should I see?
member
Activity: 84
Merit: 10

Please, how are you mining? Can you explain the config you're using for cudaminer?

sure:


I put that in [...]Roaming\Maxcoin\maxcoin.conf

I started maxcoind.exe without any arguments

then I just ran: cudaminer --algo=keccak -d gtx660 -C 2 -H 2 -L 128 -l K2048x32 -R 5 -o http://127.0.0.1:5252 -O username:password



You're a godsend! Now if I could just get a node to connect. All I'm getting is timeouts and of course, RPC is giving cudaminer 500 internal server errors.

me too only internal server errors....is this normal?
member
Activity: 70
Merit: 10
My debug.log is full of these
2014-02-06 21:06:34 Added 1 addresses from 108.166.119.210: 7 tried, 2251 new
2014-02-06 21:06:35 trying connection 50.1.158.87:8668 lastseen=2.1hrs
2014-02-06 21:06:40 connection timeout
2014-02-06 21:06:40 trying connection 87.147.40.27:8668 lastseen=2.7hrs

Cudaminer is reporting ~150.000khash/s, GTx 780 Ti on Windows
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
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

same...
newbie
Activity: 28
Merit: 0

Please, how are you mining? Can you explain the config you're using for cudaminer?

sure:


I put that in [...]Roaming\Maxcoin\maxcoin.conf

I started maxcoind.exe without any arguments

then I just ran: cudaminer --algo=keccak -d gtx660 -C 2 -H 2 -L 128 -l K2048x32 -R 5 -o http://127.0.0.1:5252 -O username:password



You're a godsend! Now if I could just get a node to connect. All I'm getting is timeouts and of course, RPC is giving cudaminer 500 internal server errors.
newbie
Activity: 43
Merit: 0
clocks seems to want to drop down after a while, doesn't stay at max clocks.. :/ No throttling or anything, just goes down by over 100mhz and stays there
Jump to: