Bitcoin Forum
May 14, 2024, 05:37:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: S1 request  (Read 3668 times)
7queue (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
November 17, 2014, 02:22:48 AM
 #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://bitcointalk.org/index.php?topic=850620.msg9550632#msg9550632

8 )

8 )
1715665068
Hero Member
*
Offline Offline

Posts: 1715665068

View Profile Personal Message (Offline)

Ignore
1715665068
Reply with quote  #2

1715665068
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715665068
Hero Member
*
Offline Offline

Posts: 1715665068

View Profile Personal Message (Offline)

Ignore
1715665068
Reply with quote  #2

1715665068
Report to moderator
AngusCanine
Legendary
*
Offline Offline

Activity: 1414
Merit: 1001

To weird to live To rare to die


View Profile WWW
November 17, 2014, 02:25:13 AM
 #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://bitcointalk.org/index.php?topic=850620.msg9550632#msg9550632

8 )
thanks will give it a try
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1633


Ruu \o/


View Profile WWW
November 17, 2014, 02:25:46 AM
 #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://bitcointalk.org/index.php?topic=850620.msg9550632#msg9550632
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.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
7queue (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
November 17, 2014, 02:48:25 AM
 #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://bitcointalk.org/index.php?topic=850620.msg9550632#msg9550632
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 )

8 )
fasbit
Sr. Member
****
Offline Offline

Activity: 425
Merit: 253


View Profile
January 11, 2015, 04: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?

7queue (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
January 15, 2015, 03:24:51 PM
 #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 #

8 )
jeffery_dahmer
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 04, 2015, 01:15:25 AM
 #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"
}

Still waiting, FrazzleNutz
7queue (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
February 08, 2015, 07: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://bitcointalk.org/index.php?topic=790323.0

http://solo.ckpool.org/

8 )
hetecon
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Viarium.io - DECENTRALIZED VR WORLD


View Profile
February 09, 2015, 06:11:01 PM
 #9

I will try this and see how it goes.  Wink

AngusCanine
Legendary
*
Offline Offline

Activity: 1414
Merit: 1001

To weird to live To rare to die


View Profile WWW
February 11, 2015, 01:57:58 AM
 #10

For someone like the above pool is working great. My s1 mines steady there with low hardware errors
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!