Author

Topic: S1 request (Read 3668 times)

legendary
Activity: 1400
Merit: 1000
To weird to live To rare to die
February 10, 2015, 09:57:58 PM
#10
For someone like the above pool is working great. My s1 mines steady there with low hardware errors
full member
Activity: 462
Merit: 100
Viarium.io - DECENTRALIZED VR WORLD
February 09, 2015, 02:11:01 PM
#9
I will try this and see how it goes.  Wink
full member
Activity: 177
Merit: 100
February 08, 2015, 03:35:40 AM
#8
OP
I checked out the latest binary and it works great IF I mine at the Westhash or Nicehash pools, however, I am still unable to mine solo to my localhost wallet.

I have bitcoin wallet open and synched on 127.0.0.1
I went through step by step instructions on 7queue s1 binary
All good.  Green check mark on pool if I point to Westhash.
However, Antminer says my wallet pool (192.168.1.5 < my localhost ip) = dead
Bitcoin .conf - rpcallowip and rpcport are all set, server=1, listen=1
Tried portforwarding on router both on/off
Tried upnp on/off in conf file

I test mined the wallet with a CPU and a GPU from local host, all good.
But Ant S1 will not connect...
Any ideas?
Maybe a sample .conf file?



There should be a binary called: cgminer-solo in the tar file, use that for solo mining from the S1.

This is the /root/.cgminer/cgminer.conf I have used.
You will have to change the ip:port and the btc-address, note if you use the [W]rite config file from within Settings it will wipe out the btc-address
Code:
{
"pools" : [
{
"url" : "http://192.168.42.24:8330",
"user" : "L5dGAbLRTqrLzgAp",
"pass" : "q1FgTlCmXHPmV59t"
}
]
,
"api-description" : "cgminer 4.7.1m",
"api-listen" : true,
"api-mcast-addr" : "224.0.0.75",
"api-mcast-code" : "FTW",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-host" : "0.0.0.0",
"bitmain-cutoff" : "60",
"bitmain-options" : "115200:32:8:56:250:0981",
"bitmain-temp" : "50",
"btc-address" : "1JUFZerCHPcBn6YS1iwYYCd9hKCZ2ShHDZ",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "60",
"shares" : "0",
"suggest-diff" : "0"
}

Edit:

I ssh into the S1 and then run ./cgminer-solo

Using the web interface to solo mine requires modification to the scripts, you should also disable the startup of cgminer and comment out the scheduled task with a #

So with your added cgminer.conf file, the cgminer-solo binary file, disabled cgminer binary and my own net setting this should allow me to solo? or is there more? also, is the bitcoin address required or can that line be deleted if i had say other coin wallets setup? does it require a coin address for the wallet to submit blocks? something like my conf below thanks.
Code:
{
"pools" : [
{
"url" : "http://192.168.1.24:8834",
"user" : "coinuser",
"pass" : "password"
}
]
,
"api-description" : "cgminer 4.7.1m",
"api-listen" : true,
"api-mcast-addr" : "",
"api-mcast-code" : "",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-host" : "0.0.0.0",
"bitmain-cutoff" : "60",
"bitmain-options" : "115200:32:8:56:250:0981",
"bitmain-temp" : "50",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "60",
"shares" : "0",
"suggest-diff" : "0"
}

If you intend to point it at a local bitcoind then you need the "btc-address", it doesn't have to be in the wallet you are mining on. I have bitcoind built without a wallet that I'm using.

You might also want to use this for normal 180Gh/s  "bitmain-options" : "115200:32:8:40:350:4D81",

It's a lot easier to point it at a solo pool, https://bitcointalksearch.org/topic/ckpool-open-source-poolproxypassthroughredirectorlibrary-in-c-for-linux-790323

http://solo.ckpool.org/
member
Activity: 84
Merit: 10
February 03, 2015, 09:15:25 PM
#7
OP
I checked out the latest binary and it works great IF I mine at the Westhash or Nicehash pools, however, I am still unable to mine solo to my localhost wallet.

I have bitcoin wallet open and synched on 127.0.0.1
I went through step by step instructions on 7queue s1 binary
All good.  Green check mark on pool if I point to Westhash.
However, Antminer says my wallet pool (192.168.1.5 < my localhost ip) = dead
Bitcoin .conf - rpcallowip and rpcport are all set, server=1, listen=1
Tried portforwarding on router both on/off
Tried upnp on/off in conf file

I test mined the wallet with a CPU and a GPU from local host, all good.
But Ant S1 will not connect...
Any ideas?
Maybe a sample .conf file?



There should be a binary called: cgminer-solo in the tar file, use that for solo mining from the S1.

This is the /root/.cgminer/cgminer.conf I have used.
You will have to change the ip:port and the btc-address, note if you use the [W]rite config file from within Settings it will wipe out the btc-address
Code:
{
"pools" : [
{
"url" : "http://192.168.42.24:8330",
"user" : "L5dGAbLRTqrLzgAp",
"pass" : "q1FgTlCmXHPmV59t"
}
]
,
"api-description" : "cgminer 4.7.1m",
"api-listen" : true,
"api-mcast-addr" : "224.0.0.75",
"api-mcast-code" : "FTW",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-host" : "0.0.0.0",
"bitmain-cutoff" : "60",
"bitmain-options" : "115200:32:8:56:250:0981",
"bitmain-temp" : "50",
"btc-address" : "1JUFZerCHPcBn6YS1iwYYCd9hKCZ2ShHDZ",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "60",
"shares" : "0",
"suggest-diff" : "0"
}

Edit:

I ssh into the S1 and then run ./cgminer-solo

Using the web interface to solo mine requires modification to the scripts, you should also disable the startup of cgminer and comment out the scheduled task with a #

So with your added cgminer.conf file, the cgminer-solo binary file, disabled cgminer binary and my own net setting this should allow me to solo? or is there more? also, is the bitcoin address required or can that line be deleted if i had say other coin wallets setup? does it require a coin address for the wallet to submit blocks? something like my conf below thanks.
Code:
{
"pools" : [
{
"url" : "http://192.168.1.24:8834",
"user" : "coinuser",
"pass" : "password"
}
]
,
"api-description" : "cgminer 4.7.1m",
"api-listen" : true,
"api-mcast-addr" : "",
"api-mcast-code" : "",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-host" : "0.0.0.0",
"bitmain-cutoff" : "60",
"bitmain-options" : "115200:32:8:56:250:0981",
"bitmain-temp" : "50",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "60",
"shares" : "0",
"suggest-diff" : "0"
}
full member
Activity: 177
Merit: 100
January 15, 2015, 11:24:51 AM
#6
OP
I checked out the latest binary and it works great IF I mine at the Westhash or Nicehash pools, however, I am still unable to mine solo to my localhost wallet.

I have bitcoin wallet open and synched on 127.0.0.1
I went through step by step instructions on 7queue s1 binary
All good.  Green check mark on pool if I point to Westhash.
However, Antminer says my wallet pool (192.168.1.5 < my localhost ip) = dead
Bitcoin .conf - rpcallowip and rpcport are all set, server=1, listen=1
Tried portforwarding on router both on/off
Tried upnp on/off in conf file

I test mined the wallet with a CPU and a GPU from local host, all good.
But Ant S1 will not connect...
Any ideas?
Maybe a sample .conf file?



There should be a binary called: cgminer-solo in the tar file, use that for solo mining from the S1.

This is the /root/.cgminer/cgminer.conf I have used.
You will have to change the ip:port and the btc-address, note if you use the [W]rite config file from within Settings it will wipe out the btc-address
Code:
{
"pools" : [
{
"url" : "http://192.168.42.24:8330",
"user" : "L5dGAbLRTqrLzgAp",
"pass" : "q1FgTlCmXHPmV59t"
}
]
,
"api-description" : "cgminer 4.7.1m",
"api-listen" : true,
"api-mcast-addr" : "224.0.0.75",
"api-mcast-code" : "FTW",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"api-network" : true,
"api-port" : "4028",
"api-host" : "0.0.0.0",
"bitmain-cutoff" : "60",
"bitmain-options" : "115200:32:8:56:250:0981",
"bitmain-temp" : "50",
"btc-address" : "1JUFZerCHPcBn6YS1iwYYCd9hKCZ2ShHDZ",
"expiry" : "120",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "60",
"shares" : "0",
"suggest-diff" : "0"
}

Edit:

I ssh into the S1 and then run ./cgminer-solo

Using the web interface to solo mine requires modification to the scripts, you should also disable the startup of cgminer and comment out the scheduled task with a #
sr. member
Activity: 425
Merit: 253
January 11, 2015, 12:15:41 PM
#5
OP
I checked out the latest binary and it works great IF I mine at the Westhash or Nicehash pools, however, I am still unable to mine solo to my localhost wallet.

I have bitcoin wallet open and synched on 127.0.0.1
I went through step by step instructions on 7queue s1 binary
All good.  Green check mark on pool if I point to Westhash.
However, Antminer says my wallet pool (192.168.1.5 < my localhost ip) = dead
Bitcoin .conf - rpcallowip and rpcport are all set, server=1, listen=1
Tried portforwarding on router both on/off
Tried upnp on/off in conf file

I test mined the wallet with a CPU and a GPU from local host, all good.
But Ant S1 will not connect...
Any ideas?
Maybe a sample .conf file?

full member
Activity: 177
Merit: 100
November 16, 2014, 10:48:25 PM
#4
I have the cgminer binary for the S1, I'm testing with extranonce.subscribe.

I have it running on two S1's pointed at westhash.com at the moment.

https://github.com/7queue/cgminer-ckolivas/tree/master/bin


I would try it on one S1 first to make sure it is stable, only had it running for 45 minutes from this post.



https://bitcointalksearch.org/topic/m.9550632
This link is not endorsed by the developers of cgminer. I'm not saying it's a trojan or virus, just that we have nothing to do with it.

Nope, just testing new additions now and then. Besides not my style to be a trojan or virus.

8 )
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
November 16, 2014, 10:25:46 PM
#3
I have the cgminer binary for the S1, I'm testing with extranonce.subscribe.

I have it running on two S1's pointed at westhash.com at the moment.

https://github.com/7queue/cgminer-ckolivas/tree/master/bin


I would try it on one S1 first to make sure it is stable, only had it running for 45 minutes from this post.



https://bitcointalksearch.org/topic/m.9550632
This link is not endorsed by the developers of cgminer. I'm not saying it's a trojan or virus, just that we have nothing to do with it.
legendary
Activity: 1400
Merit: 1000
To weird to live To rare to die
November 16, 2014, 10:25:13 PM
#2
What is the newest software that I can download and flash to my S1


I have the cgminer binary for the S1, I'm testing with extranonce.subscribe.

I have it running on two S1's pointed at westhash.com at the moment.

https://github.com/7queue/cgminer-ckolivas/tree/master/bin


I would try it on one S1 first to make sure it is stable, only had it running for 45 minutes from this post.



https://bitcointalksearch.org/topic/m.9550632

8 )
thanks will give it a try
full member
Activity: 177
Merit: 100
November 16, 2014, 10:22:48 PM
#1
What is the newest software that I can download and flash to my S1


I have the cgminer binary for the S1, I'm testing with extranonce.subscribe.

I have it running on two S1's pointed at westhash.com at the moment.

https://github.com/7queue/cgminer-ckolivas/tree/master/bin


I would try it on one S1 first to make sure it is stable, only had it running for 45 minutes from this post.



https://bitcointalksearch.org/topic/m.9550632

8 )
Jump to: