Pages:
Author

Topic: Antminer S1 SoloMining Setup/Easy Solo/Own Pool Setup! - page 4. (Read 19295 times)

newbie
Activity: 12
Merit: 0
2014-04-26 11:13:07.921000  Local: 174GH/s in last 10.0 minutes Local dead on ar
rival: ~0.5% (0-2%) Expected time to share: 36.2 seconds
2014-04-26 11:13:07.931000  Shares: 1126 (19 orphan, 817 dead) Stale rate: ~74.2
% (71-77%) Efficiency: ~51.5% (46-57%) Current payout: 25.0325 BTC
2014-04-26 11:13:07.931000  Pool: 415GH/s Stale rate: 50.0% Expected time to blo
ck: 2.3 years
2014-04-26 11:13:13.931000 P2Pool: 290 shares in chain (294 verified/294 total)
Peers: 0 (0 incoming)
2014-04-26 11:13:13.931000  Local: 174GH/s in last 10.0 minutes Local dead on ar
rival: ~0.5% (0-2%) Expected time to share: 36.2 seconds
2014-04-26 11:13:13.931000  Shares: 1126 (19 orphan, 817 dead) Stale rate: ~74.2
% (71-77%) Efficiency: ~51.5% (46-57%) Current payout: 25.0337 BTC
2014-04-26 11:13:13.941000  Pool: 415GH/s Stale rate: 50.0% Expected time to blo
ck: 2.3 years


My result Smiley
newbie
Activity: 12
Merit: 0
Haiz
The port is 9332 Tongue sorry guys
newbie
Activity: 12
Merit: 0

2014-04-25 16:33:35.172000  Local: 0H/s in last 0.0 seconds Local dead on arriva
l: Huh Expected time to share: Huh
2014-04-25 16:33:50.226000 P2Pool: 0 shares in chain (0 verified/0 total) Peers:
 0 (0 incoming)
2014-04-25 16:33:50.226000  Local: 0H/s in last 0.0 seconds Local dead on arriva
l: Huh Expected time to share: Huh


Miner status:    
Status Alive
   
get work: 77520
   
accepted: 0
   
reject: 0
   
discarded: 6
   
diff: 6.98G
   
diff1: 61373
   
LSTime: Never


I dont know if the config is correct? Python always say that Local dead on arrival and miner seems doesnt work right
Any problem?
thnx bro
newbie
Activity: 12
Merit: 0
My bitcoin.conf

rpcuser=Thinkofsomething
rpcpassword=Randomlystabatkeyboard
rpcallowip=10.1.21.21
rpcport=17444
port=17334

then my antminer config is

10.1.21.30:17334
Thinkofsomething
Randomlystabatkeyboard

run_p2pool.py --net "bitcoin" --give-author 0.0 --no-bugreport --disable-upnp -a 1LEC9LsBW1bXf9wJWjDuBKyL2fds5egQww

But the status of miner is dead.


Any problem?
newbie
Activity: 48
Merit: 0
If you just run p2pool without a:
Code:
-a "coinaddress"
a p2pool Address is generated in the local wallet for payments when it's first run.
It just has to be an address you control (Any local wallet) for the payment to mature before you can do anything with it as it's a generated transaction.
newbie
Activity: 12
Merit: 0
Thank you. Great post
I'll try to setup a pool 2mr.
Just wonder what is the address i should use? The founded block will be saved to the bitcoin-qt with my existing address, right?
Address of where you want funds to go MUST NOT BE an exchange address remember this is a p2pool.
newbie
Activity: 48
Merit: 0
It has been brought to my attention that you may hit some problems with scrypt coins when you run p2pool it just barfs something about scrypt missing.
Again the following is for Windows:
Go to https://github.com/develersrl/gccwinbinaries/releases
Click the green button 'gcc-mingw-4.3.3-setup.exe'
Run the installer.
Make sure to select the radio button 'Link with MSVCR90.DLL'
Open a new command prompt in the p2pool Directory
CD to the subfolder 'litecoin_scrypt'
Run the following:
Code:
setup.py build --compile=mingw32 install 
Make sure gcc is in PATH if this command doesn't work.
If it is and still errors with "gcc not found" Reboot system.

Thanks to:
http://www.reddit.com/user/xactfoxy

sr. member
Activity: 336
Merit: 250
Thanks for putting this out there. I was looking for something like this. Dont know If I will try it now but it was very nice of you to take the time. If I try and run into problems I will post again.

Regards.
newbie
Activity: 48
Merit: 0
So you got your Antminer S1 pointed it at a local wallet server and watched as every block it found was rejected?
You asked on the forum for help and nobody answered or better still suggested the above.
Follow these steps and you can mine Any Sha256 P2pool Compatible Coin (Still waiting for Peercoin) with an Antminer S1 or setup your own P2pool Pool for Scrypt Mining as long as it has a P2pool Compatible Config.
Revised 11/07/2014

First Pick the coin you wish to mine:
Download and Unpack
https://github.com/Rav3nPL/p2pool-rav
Make sure the coin you wish to mine is listed in the Directory p2pool\networks\
EG.
Code:
bitcoin.py
     
Download and Install:
Windows:(Yes only Windows I havent tested Linux though it should be the same)
* Install Python 2.7: http://www.python.org/getit/
* Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
* Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
* Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
* Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads

Download and Install:
Wallet Client for whatever coin you want to mine.

Run and Sync the Wallet Client.
Close the client.
Enter the Directory of the Blockchain/Wallet Dir of the Coin (Windows %AppData% or %Users%Blank%Roaming%)
Create coinname.conf EG. bitcoin.conf
Input
Code:
rpcuser=Thinkofsomething
rpcpassword=Randomlystabatkeyboard
rpcallowip=192.*.*.* #Or whatever your network is only the p2pool has to connect
rpcport=17444 #Pick Something p2pool reads the conf for all settings
port=17334 #Pick Something p2pool reads the conf for all settings

Editing p2pool Configs
Goto where you unpacked https://github.com/Rav3nPL/p2pool-rav
Find the coin you wish to mine.
Edit p2pool\networks\coiname.py

Find
Code:
WORKER_PORT = 

The above numbers is the worker port to connect miners use with the Ip address of the computer running P2pool.
Find
Code:
 PERSIST=True 
Change to:
Code:
 PERSIST=False 
Find
Code:
 BOOTSTRAP_ADDRS='A bunch of other p2pool Nodes'.split(' '),
Change to:
Code:
BOOTSTRAP_ADDRS=''.split(' '),
Save and exit.

Create a Bat in the main p2pool Dir where run_p2pool.py or anywhere if edited properly with the following.
Code:
run_p2pool.py --net Coinyourmining --give-author 0.0 --no-bugreport --disable-upnp 
Save.

Now create a shortcut for the wallet client that adds "-server"

Run Your New Shortcut.
LET IT SYNC.
Run your p2pool Bat.
Point your miners at the worker port of your Solo p2pool Node with:
Ip of the Server running p2pool and Worker port.
Code:
Eg. 192.168.1.128:9374
Address of where you want funds to go MUST NOT BE an exchange address remember this is a p2pool and payment have to mature.
Password "x"

You are now SoloMining/Running your own pool and you can check status by pointing a web browser at the worker port of the p2pool server.
Problems, things I've missed whatever just ask.

Big thanks to seocrow of litecointalk.org for giving me the idea when My Ant S1 kept rejecting blocks found.
Rav3nPL for the multiple coins in individual files now under the networks Directory.
https://www.bitmaintech.com/ for making such a good bit of hardware.









Pages:
Jump to: