Author

Topic: Solo mining with old Antminer S3 (Read 543 times)

sr. member
Activity: 406
Merit: 252
December 27, 2017, 10:21:14 PM
#7
Crazy idea to use your dinosaur but anyway good luck and have fun with it. Write please your success or failure in this thread
Bnu
full member
Activity: 212
Merit: 100
December 27, 2017, 10:03:41 PM
#6
you've been successful with that idea?

Want to reanimate my S3, too.

legendary
Activity: 1624
Merit: 1129
Bitcoin FTW!
November 20, 2017, 09:19:53 AM
#5
Searching the error messages can help a lot.

https://bitcointa.lk/threads/bfgminer-5-1-0-gbt-stratum-rpc-mac-linux-win64-blackarrow-prospero-knc-nep.396190/page-37

Check post #735. Miners also like 3333 as the port most of the time.


No longpoll is normal for solomining so that isn’t an issue. Not entirely sure what the issue is myself.
full member
Activity: 1274
Merit: 105
November 20, 2017, 08:52:02 AM
#4
Tryed to use pooler-cpuminer just for test. Used this bat file:
Code:
minerd.exe -a sha256d -o  stratum+tcp://localhost:52403 -u user -p pass

And get an error:
Code:
[2017-11-20 15:50:59] Binding thread 0 to cpu 0
[2017-11-20 15:50:59] Starting Stratum on stratum+tcp://localhost:52403
[2017-11-20 15:50:59] Binding thread 1 to cpu 1
[2017-11-20 15:50:59] Binding thread 2 to cpu 2
[2017-11-20 15:50:59] Binding thread 3 to cpu 3
[2017-11-20 15:50:59] Binding thread 4 to cpu 4
[2017-11-20 15:50:59] Binding thread 5 to cpu 5
[2017-11-20 15:50:59] Binding thread 6 to cpu 6
[2017-11-20 15:50:59] Binding thread 7 to cpu 7
[2017-11-20 15:50:59] Binding thread 8 to cpu 8
[2017-11-20 15:50:59] Binding thread 9 to cpu 9
[2017-11-20 15:50:59] 12 miner threads started, using 'sha256d' algorithm.
[2017-11-20 15:50:59] Binding thread 10 to cpu 10
[2017-11-20 15:50:59] Binding thread 11 to cpu 11
[2017-11-20 15:50:59] JSON-RPC call failed: [
   20,
   "No notify set (upstream not stratum?)",
   null
]
[2017-11-20 15:50:59] ...retry after 30 seconds
How to fix this?
full member
Activity: 1274
Merit: 105
November 12, 2017, 06:08:11 AM
#3
btc address as user and x as pass , BTC need all hashpower it can get right now
I don't want BTC. I want shitcoins  )))
member
Activity: 142
Merit: 10
November 12, 2017, 06:01:55 AM
#2
easy , use stratum+tcp://stratum.solo.nicehash.com:3334 or stratum+tcp://solo.ckpool.org:3333 , btc address as user and x as pass , BTC need all hashpower it can get right now
full member
Activity: 1274
Merit: 105
November 12, 2017, 05:38:29 AM
#1
Hello,

I want to solo mine some shitcoins with antique Antminer S3.

Asic is connected to my PC via LAN cable.
PC IP is 192.168.137.1, Asic IP is 192.168.137.99

Here is someshitcoin.conf:
Code:
rpcuser=user
rpcpassword=pass
rpcport=52401
rpcallowip = 192.168.137.*
listen=1
daemon=1
server=1

When I trying to connect asic to http://192.168.137.1:52401 it display that pool is alive but do not mine anything. Even if shitcoin diff is very low and it should find blocks every minute.

So I tried to use bfgminer as stratum proxy. Used this bat file to start it: bfgminer.exe --stratum-port 52403 -o http://192.168.137.1:52401 -u user -p pass
And bfgminer displays that Pool 0 http://192.168.137.1:52401 alive:
Code:
[2017-11-20 15:50:56] Pool 0 http://192.168.137.1:52401 alive
 [2017-11-20 15:50:56] No suitable long-poll found for http://192.168.137.1:52401
 [2017-11-20 15:50:57] SSM: No usable 2D work upstream!
 [2017-11-20 15:50:59] SSM: No usable 2D work upstream!

But when I try to connect asic to stratum+tcp://192.168.137.1:52403 it displays that pool is dead.

So what I do wrong and how to mine solo with this very old asic?
Jump to: