Bitcoin Forum
June 17, 2024, 12:07:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux] on: February 07, 2014, 08:13:48 AM
Hi All,

I think I have this working but not entirely sure.

My BAT file:

Code:
cudaminer.exe --algo=keccak -o http://127.0.0.1:8108 -O USER:PASS -s 1 -l K1000x32 -L 128

This is 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
addnode=107.170.15.110:8668
addnode=131.111.33.245:8668
addnode=137.116.204.146:8668
addnode=138.91.116.247:8668
addnode=144.76.107.81:8668
addnode=144.76.113.132:8668
addnode=144.76.238.140:8668
addnode=148.251.11.196:8668
addnode=162.251.118.42:8668
addnode=187.104.154.105:8668
addnode=162.243.98.115:8668
addnode=94.226.111.26:8668
addnode=108.166.119.210:8668
addnode=54.242.57.209:8668
addnode=109.204.130.61:8668
addnode=62.24.83.120:8668
addnode=107.170.0.102:8668
addnode=37.139.10.249:8668
addnode=62.210.162.235:8668
addnode=54.80.38.63:8668
addnode=54.196.40.143:8668
addnode=23.97.130.72:8668

# Enable RPC
server=1
rpcallowip=all
daemon=1
listen=1

# RPC information
rpcuser=USER
rpcpassword=PASS
rpcport=8108

# Mining
gen=0

Cudaminer is reporting that it is hashing but all I see in maxcoind's debug log is like this:
Code:
2014-02-07 08:09:38 CreateNewBlock(): total size 3366
2014-02-07 08:09:40 AcceptToMemoryPool: 35.8.88.107:8668 /Max:0.8.9/ : accepted 2ffab2b40bda87aefaa68b27c1bdb9684b75965421c97ab9bee95f2bee1462fc (poolsz 6)
2014-02-07 08:09:44 received block 00000000001513b5935d85f57ee0a66f72a54595cb347996243247a1c66d09a1
2014-02-07 08:09:44 Committing 19 changed transactions to coin database...
2014-02-07 08:09:44 SetBestChain: new best=00000000001513b5935d85f57ee0a66f72a54595cb347996243247a1c66d09a1  height=1540  log2_work=51.506759  tx=2812  date=2014-02-07 08:09:37 progress=0.998274
2014-02-07 08:09:44 ProcessBlock: ACCEPTED
2014-02-07 08:09:45 CreateNewBlock(): total size 1625
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:09:45 getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
2014-02-07 08:10:04 Added 1 addresses from 107.170.17.102: 39 tried, 9223 new
2014-02-07 08:10:05 AcceptToMemoryPool: 213.192.56.163:8334 /Max:0.8.9/ : accepted f957759c39ecf8bd2228201d22c674a9338dc27c622018e82ef93c7144fa4995 (poolsz 2)

Is this working?

EDIT: This config is working, I just received a block     Cheesy

Thanks  Grin
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!