Pages:
Author

Topic: [ANN][GLN] - Galleon ★ Keccak SHA-3 ★ Kimoto Gravity Well - Launched - page 13. (Read 32759 times)

newbie
Activity: 28
Merit: 0
full member
Activity: 294
Merit: 100
Release password in the first post dev.
legendary
Activity: 1904
Merit: 1003
legendary
Activity: 1260
Merit: 1009
Thanks a ton guys. Will see if this works now.

I have 2 x 7850's as my rig, btw, for those who asked.
copper member
Activity: 1162
Merit: 1025
DWARF POOL AWESOME!!!
newbie
Activity: 14
Merit: 0
Another question:   The client is not on the hompage. I was able to find a download to a mega file called "galleon.zip". There was another zip file there earlier. It was called something else.

Anyway, do I have the correct zip file?

Finally, will the password to the zip file be announced here, in the OP or where?

Also, does anyone have any other nodes other than: 188.226.165.9 ?

Thanks again!
newbie
Activity: 17
Merit: 0
DwarfPool



- Anonymous pool, no registration required

- Autopayouts from 10 GLN once an hour

- True round based PPS (proportional your shares), 1% fee

- Works with all known GPU and CPU miners.

- Stratum port 3343

- Maxmimum transparency, no stealing shares and no hidden fees!

- DDoS protection by different providers.

- Antihack. Protection from hacker attacks.

- Greatly optimized stratum pool engine. Not P2Pool!

- Free choice of 2 server locations worldwide.
Put the others as backup server or use at once.
All your shares will be calculated from all servers!

- Separate workers with the same wallet-id for better vardiff and detailed per rig statistics

- Monitoring of every rig via email

Servers:
erebor.dwarfpool.com (France)
moria.dwarfpool.com (USA)

Mining:

Worker name: YOUR_WALLET
Worker name with statistic per rig: YOUR_WALLET . NUMBER

Password: any or email for monitoring

Examples:

Code:
cgminer --keccak -o "stratum+tcp://erebor.dwarfpool.com:3343" -u COIN_WALLET.1 -p [email protected]
--failover-only -o "stratum+tcp://moria.dwarfpool.com:3343" -u COIN_WALLET.1 -p [email protected]

Code:
minerd --algo=keccak --url stratum+tcp://erebor.dwarfpool.com:3343/ --user COIN_WALLET --pass 1

Example for Amazon EC2 g2 nvidia video instance:

Code:
cudaminer -l K20x32 --algo=keccak --url stratum+tcp://erebor.dwarfpool.com:3343/ --user COIN_WALLET --pass 1


Added.
full member
Activity: 315
Merit: 100
legendary
Activity: 1904
Merit: 1003
Stop this settings flood and go to maxshitcoin page for details.
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
DwarfPool



- Anonymous pool, no registration required

- Autopayouts from 10 GLN once an hour

- True round based PPS (proportional your shares), 1% fee

- Works with all known GPU and CPU miners.

- Stratum port 3343

- Maxmimum transparency, no stealing shares and no hidden fees!

- DDoS protection by different providers.

- Antihack. Protection from hacker attacks.

- Greatly optimized stratum pool engine. Not P2Pool!

- Free choice of 2 server locations worldwide.
Put the others as backup server or use at once.
All your shares will be calculated from all servers!

- Separate workers with the same wallet-id for better vardiff and detailed per rig statistics

- Monitoring of every rig via email

Servers:
erebor.dwarfpool.com (France)
moria.dwarfpool.com (USA)

Mining:

Worker name: YOUR_WALLET
Worker name with statistic per rig: YOUR_WALLET . NUMBER

Password: any or email for monitoring

Examples:

Code:
cgminer --keccak -o "stratum+tcp://erebor.dwarfpool.com:3343" -u COIN_WALLET.1 -p [email protected]
--failover-only -o "stratum+tcp://moria.dwarfpool.com:3343" -u COIN_WALLET.1 -p [email protected]

Code:
minerd --algo=keccak --url stratum+tcp://erebor.dwarfpool.com:3343/ --user COIN_WALLET --pass 1

Example for Amazon EC2 g2 nvidia video instance:

Code:
cudaminer -l K20x32 --algo=keccak --url stratum+tcp://erebor.dwarfpool.com:3343/ --user COIN_WALLET --pass 1
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
I'm definitely missing something @ Keccak.

Been testing out the CGMiner 3.7.3 (version which says its specifically made for Keccak)

When I run the .bat with --keccak it says invalid conf file, partially loading. And spams me with Accepted Diff 0/16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

When I run the .bat without the --keccak it says invalid url/credentials. And spams me with Accepted Diff 0.16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

My .bat is:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1

My .conf is :

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
addnode=80.112.144.84
addnode=82.139.127.205

Sorry to bother, but, been stuck on this for a couple days basically. Am I missing anything in the bat or conf? Thanks for any assistance.



1. set the same port.
rpcport is 22555 and you are trying to connect to 7087.
Type 22555 in place of 7087.


2. And have you tried to set
"-o http://"  before the 127.0.0.1:7087 ?

I am not sure, but it might be the second problem.
full member
Activity: 315
Merit: 100
I'm definitely missing something @ Keccak.

Been testing out the CGMiner 3.7.3 (version which says its specifically made for Keccak)

When I run the .bat with --keccak it says invalid conf file, partially loading. And spams me with Accepted Diff 0/16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

When I run the .bat without the --keccak it says invalid url/credentials. And spams me with Accepted Diff 0.16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

My .bat is:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1

My .conf is :

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
addnode=80.112.144.84
addnode=82.139.127.205

Sorry to bother, but, been stuck on this for a couple days basically. Am I missing anything in the bat or conf? Thanks for any assistance.



I'm not sure if you just need 3.7.3, or 3.7.3_keccak (at least that's what my linux cgminer says..  If you are unsure of your miner you can grab the one listed here as it will work with this too:  http://max.1gh.com/
full member
Activity: 140
Merit: 100
I'm definitely missing something @ Keccak.

Been testing out the CGMiner 3.7.3 (version which says its specifically made for Keccak)

When I run the .bat with --keccak it says invalid conf file, partially loading. And spams me with Accepted Diff 0/16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

When I run the .bat without the --keccak it says invalid url/credentials. And spams me with Accepted Diff 0.16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

My .bat is:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak -o 127.0.0.1:7087 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1

My .conf is :

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
addnode=80.112.144.84
addnode=82.139.127.205

Sorry to bother, but, been stuck on this for a couple days basically. Am I missing anything in the bat or conf? Thanks for any assistance.



with keccak i do better by going minimum and letting it figure out the best settings like try just this:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password

use a bat file and make sure you have no extra spaces or whatever. go try it on a 365 pool for a few you'll figure it out.

you miss the -o option for server cred!!!
edit -o is on wrong place:
"cgminer.exe --keccak -o 127.0.0.1:7087" not "cgminer.exe -o --keccak 127.0.0.1:7087"
copper member
Activity: 1162
Merit: 1025
what card are you using?
copper member
Activity: 1162
Merit: 1025
and replace the ip with your pools info and port
copper member
Activity: 1162
Merit: 1025
I'm definitely missing something @ Keccak.

Been testing out the CGMiner 3.7.3 (version which says its specifically made for Keccak)

When I run the .bat with --keccak it says invalid conf file, partially loading. And spams me with Accepted Diff 0/16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

When I run the .bat without the --keccak it says invalid url/credentials. And spams me with Accepted Diff 0.16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

My .bat is:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1

My .conf is :

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
addnode=80.112.144.84
addnode=82.139.127.205

Sorry to bother, but, been stuck on this for a couple days basically. Am I missing anything in the bat or conf? Thanks for any assistance.



with keccak i do better by going minimum and letting it figure out the best settings like try just this:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password

use a bat file and make sure you have no extra spaces or whatever. go try it on a 365 pool for a few you'll figure it out.
legendary
Activity: 1260
Merit: 1009
I'm definitely missing something @ Keccak.

Been testing out the CGMiner 3.7.3 (version which says its specifically made for Keccak)

When I run the .bat with --keccak it says invalid conf file, partially loading. And spams me with Accepted Diff 0/16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

When I run the .bat without the --keccak it says invalid url/credentials. And spams me with Accepted Diff 0.16 and stale shares when solo mining. It does list everything in the panel as running, other than that.

My .bat is:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100

cgminer.exe -o --keccak 127.0.0.1:7087 -u user -p password --lookup-gap 2 --gpu-dyninterval 7 --intensity 19 -w 256 --thread-concurrency 8192 -g 1 --gpu-powertune -20 --gpu-engine 1000 --gpu-memclock 1200 --gpu-memdiff 0 --gpu-vddc 1.2 --temp-target 75 --temp-overheat 82 --temp-cutoff 88 --auto-fan --gpu-fan 30-85 --queue 0 --scan-time 0 --expiry 1

My .conf is :

listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22555
addnode=80.112.144.84
addnode=82.139.127.205

Sorry to bother, but, been stuck on this for a couple days basically. Am I missing anything in the bat or conf? Thanks for any assistance.

legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
full member
Activity: 140
Merit: 100
Hi,

Will someone give me an example of the command I should run to start mining this on a windows box with the latest version of cudaminer using an nvidia GPU?

Thanks very much!

i think the following command should work

cudaminer.exe -i 1,0,0 -a keccak -o server -u blabla -p blabla

(note -i 1,0,0 is only needed if you want to work with the box while mining)

Thanks!  Is the server 5600 or 5601? (as recommended in OP)

Also, does anyone have a test pool (testnet or otherwise any keccak (max) implementation that I can test my setup on?)



Thanks all!

you can test your settings with 365coin, possible pool: http://365.blessedpool.com
not sure about the port for solo mining ...
full member
Activity: 140
Merit: 100
Pages:
Jump to: