Bitcoin Forum
October 07, 2024, 10:21:14 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14]
261  Bitcoin / Mining software (miners) / Re: Antminer s1 software on: February 15, 2015, 04:37:03 PM
Ok, so i got impatient and figured I'd try on my least productive AntS1.. updated Base files, dropbear, and busybox. during the updates, some errors occurred while installing dropbear and busybox and it was regarding config files. It said it relocated a few of the new ones. now i am unable to SSH into it using putty. The new basefiles, version 156-r42625, deletes the password, you change it and then you can ssh into the AntS1. I think dropbear is what has caused my issue.  I may have to roll it all back by resetting and installing bitmains official firmware... bitmain, you should really update your firmware.
262  Bitcoin / Mining software (miners) / Antminer s1 software on: February 15, 2015, 01:31:38 AM
After installing the 7queue release of Cgminer 4.7.1 with extranonce subscription for use on nicehash,
Code:
https://bitcointalk.org/index.php?topic=863242.0
i was looking at the updated barrier_breaker url and updated software lists here
Code:
http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base
and i noticed a lot of updated files. I updated libcurl, which added libpolarssl, and installed libncurses as stated for the cgminer-solo binary but was wondering about the other files, like:

latest "base files" version 156-r42625-  current version installed is 146-r38031
latest "busybox" version 1.22.1-2- current version installed is 1.19.4-7
latest "dropbear" version 2014.63-2- current version installed is 2012.55-2

etc. is there a list of individual files i should/ shouldnt update or anything? am i gonna mess up or softbrick my rigs messing with these? thanks
263  Bitcoin / Mining software (miners) / Re: S1 request on: February 04, 2015, 01:15:25 AM
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"
}
264  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy with Web-based GUI and pools management on: February 03, 2015, 12:34:06 PM
thats too bad. oh well off to the next one. thanks again for the responses.
265  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy with Web-based GUI and pools management on: February 03, 2015, 03:58:42 AM


i tried that also - but will not work ...

spreadcoin is the one i tried using this method with - and the straight stratum method ... both of which failed ...

i too would be interested if this proxy would allow solo mining ...

tanx ...

#crysx

well, for spreadcoin you have two problems:
1- this proxy works with stratum, and solo mining uses "getwork", a different protocol.
2- spreadcoin has severely modified getwork to send a bunch of parameters that are needed for it, but are not present in other coins, so even if this proxy was to support it, it would need lots of changes in order to support spreadcoin.

thanks for the responses
so this proxy only works with stratum pools?
266  Alternate cryptocurrencies / Mining (Altcoins) / Re: New stratum/getwork proxy with Web-based GUI and pools management on: February 02, 2015, 08:27:32 PM
I looked through a few pages here and maybe i missed something, but does this only work for pools or does this allow you to mine the local wallet too? i know solo mining btc will be unprofitable albeit impossible without petahashes worth of equipment. im just trying to figure out statum-proxy 0.6.0 and setup solo pools to different low difficulty coins wallets. if this is capable, i have yet to figure it out. here is my stratum-proxy.conf file
Code:
{
  "pools" :
  [
  {
    "name" : "coin",
    "host" : "127.0.0.1:xxxx",
    "user" : "coinuser",
    "password" : "password",
    "enableExtranonceSubscribe" : false
  }
  ]
}

the port xxxx isnt the port im using just an example and is the same as my rpc port in the coins conf file. the coin's conf also contains "listen=1" and ive allowed all ip's using "allowip=*.*.*.*" just in case i was messing something up there. however cgminer is able to connect and mine on the same computer, the same wallets, with the same settings no problem.

here is an excerpt from the logfile. it says nothing else and keeps repeating ever 5 secs

Code:
2015-02-02 15:22:15,127 ERROR    [Pool-coin-Thread]:strat.mining.stratum.proxy.pool.Pool - Disconnect of pool Pool [name=coin, host=127.0.0.1:xxxx, username=coinuser, password=password, readySince=null, isReady=false, isEnabled=true, isStable=false, priority=0, weight=1].

2015-02-02 15:22:15,129 WARN     [Pool-coin-Thread]:strat.mining.stratum.proxy.manager.ProxyManager - Pool coin is DOWN. Moving connections to another one.

2015-02-02 15:22:15,131 INFO     [Pool-coin-Thread]:strat.mining.stratum.proxy.pool.Pool - Pool coin stopped.

2015-02-02 15:22:15,133 INFO     [Pool-coin-Thread]:strat.mining.stratum.proxy.pool.Pool - Trying reconnect of pool coin in 5.0 seconds.

i found this in the cmd window

Code:
java.io.EOFException: Connection closed.
        at strat.mining.stratum.proxy.network.StratumConnection$1.run(StratumConnection.java:164)

any help would be appreciated. thanks
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!