Author

Topic: How to config for solo mining with Dragon 1Th Miner (Read 4089 times)

newbie
Activity: 1
Merit: 0
IMPORTANT STEP IP CONFIGURATION TO MATCH COMPUTER IP AND "rpcallowip"

if zetaconfig.conf FILE is set on default 192.168.0.xxx
BUT
your computer IP is 192.168.1.xxx

you must change your zetaconfig file

rpcuser=your wallet address
rpcpassword=any password
maxconnection=200
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*    INSTEAD of 192.168.0.xxx
rpcport=17335
port=17333
server=1
daemon=1
listen=1
addnode=105.236.111.72


if zetaconfig.conf FILE is set on default 192.168.0.xxx
BUT
your computer IP is 192.168.50.xxx

you must change your zetaconfig file

rpcuser=your wallet address
rpcpassword=any password
maxconnection=200
rpcallowip=127.0.0.1
rpcallowip=192.168.50.*    INSTEAD of 192.168.0.xxx
rpcport=17335
port=17333
server=1
daemon=1
listen=1
addnode=105.236.111.72

HOPE THIS HELPS

BITCOIN DONATIONS
12fe2FsoV26SVQbXh56KW9wTLhrpr66sBi

ZETA DONATIONS
ZCGHvFZXGBBNJV1BMKdRLKH14yGbYJQdzh

ACOIN donations
AFzcBzvbXgFcJEL4dXAKnqcQovYK8RY5u8
hero member
Activity: 1666
Merit: 513
Leading Crypto Sports Betting & Casino Platform
Try out: http://mining.securepayment.cc - Just 1 Stratum port, your address as user and any passwords, you get 97% of the block reward.

Neat little site.

I do not own this site but I do want to promote decentralization of the network.

Props to you for solo mining, I think 3% is well worth the reduced headache.

This is the easiest way I know to solo mine.

Hope this helps Smiley
hero member
Activity: 759
Merit: 505
stil quite confusing.how do we get to the dragons command line area?
hero member
Activity: 1008
Merit: 502
If the miner is a USB miner you may use 127.0.0.1 if its external use your computers IP address.
newbie
Activity: 12
Merit: 0
We will use zetacoin as our example coin, replace anything zeta with a coin of your choosing.
First set up your coin.conf file to be ready to solomine

I always use the wallet address for the username and any 5 digit number I choose for the password.
You find this in your Appdata folder on the C drive
C:\Users\(your username)\AppData\Roaming\(the coin you will be mining)

the config file should look something like this

rpcuser=your wallet address
rpcpassword=any password
maxconnection=200
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=17335
port=17333
server=1
daemon=1
listen=1
addnode=105.236.111.72

now make sure you have opened your wallet as a server

right click in the folder where the qt.exe is located click on open command window here then type
zetacoin-qt.exe -server (replace zetacoin with whatever coin you are going to use)

once the wallet opens and is completely in sync close that command window

then click on start then type CMD and hit enter
type ipconfig and hit enter

write the IP in the IPv4 address that is your computers address you will need this

get into your dragons command line area where you input the pool and other information

Dragon settings
POOL ADDRESS :  (the IPv4 address you wrote down):RPC port
USERNAME: your wallet address
PASSWORD: the one you used in the rpcpassword of your config file


so it should look something like this


POOL ADDRESS: 127.0.0.1:17335
USERNAME: ZFqzhpdVJtbj17LQWMhspZBBfBpAoe8PGg
PASSWORD: 12345

Click start and off you go to solo land. Smiley

Donations accepted
Tip Me Bitcoin:   16T9PogXcjozAZVC7zsvLYnxZDrkDTKpnv
Tip Me Litecoin:   LQ3xLZfvfE2Pgvr2nyCtLcTaXfmYrwoedc
Tip Me Namecoin:   NK5QrZZKSBdqK2Q3Ut3ZnEvagfq843oKJP
Tip Me Dogecoin:   DBZRhTtnT17XSbxn9WD3KTavprVWn3u8Hr
Tip Me NautilusCoin:   NMb1ozUXv4w8TZe9Ja3tHB7daSEoCRuYKU
Tip Me Darkcoin:   XnvK7XHdxqTctWqmpNAkW9117by23i24vv
Tip Me Feathercoin:   6qMKmdV1NwVU6qK2rKQjt4ZMsKjJBusnqi
Tip Me Peercoin:   PFqM27poofSqZgmtQ3ZkNd1V9QR45a1Et4
Tip Me Zetacoin: ZFqzhpdVJtbj17LQWMhspZBBfBpAoe8PGg
Tip Me Betacoin: BL65ubtm9zFC9PnxSdpzd8dkaYnGEbsagy
Tip Me CAPTcoin: Cbdd1Fcz5CovBBCF4HPHFBJVzay5jUZWKW
Tip Me Stablecoin: sWCXwQuRyZC8gfjkcCRHzXT7jjQ7WeY6KG
Tip Me Stellar:     gfJegkiWXyubggcfJPVYg4XxDwJiXzkV6t
Tip Me Teacoin: Tf6geEJECYNYfX2PX32oKPrWyNL7aia3yf
Tip Me POPCoin: QNNLum8Etip2efvXA9bZNPnmbovCzogvhb



Hi Cyberpinoy,

i try this whith my technobit miner on tekcoin but doesn't works

rpcuser=******************************
rpcpassword=******************
maxconnection=200
rpcallowip=127.0.0.1
rpcallowip=192.168.0.****
addnode=184.155.117.207
Port=8514
RPCPort=18514
listen=1
server=1
daemon=1

& in my miner conf i type:

http://***.***.***.***:18514
workername: my tekcoin adress
pas : my password

My miner failover in the second pool of my list

Have you an idea?

Thanks
hero member
Activity: 1008
Merit: 502
We will use zetacoin as our example coin, replace anything zeta with a coin of your choosing.
First set up your coin.conf file to be ready to solomine

I always use the wallet address for the username and any 5 digit number I choose for the password.
You find this in your Appdata folder on the C drive
C:\Users\(your username)\AppData\Roaming\(the coin you will be mining)

the config file should look something like this

rpcuser=your wallet address
rpcpassword=any password
maxconnection=200
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=17335
port=17333
server=1
daemon=1
listen=1
addnode=105.236.111.72

now make sure you have opened your wallet as a server

right click in the folder where the qt.exe is located click on open command window here then type
zetacoin-qt.exe -server (replace zetacoin with whatever coin you are going to use)

once the wallet opens and is completely in sync close that command window

then click on start then type CMD and hit enter
type ipconfig and hit enter

write the IP in the IPv4 address that is your computers address you will need this

get into your dragons command line area where you input the pool and other information

Dragon settings
POOL ADDRESS :  (the IPv4 address you wrote down):RPC port
USERNAME: your wallet address
PASSWORD: the one you used in the rpcpassword of your config file


so it should look something like this


POOL ADDRESS: 127.0.0.1:17335
USERNAME: ZFqzhpdVJtbj17LQWMhspZBBfBpAoe8PGg
PASSWORD: 12345

Click start and off you go to solo land. Smiley

Donations accepted
Tip Me Bitcoin:   16T9PogXcjozAZVC7zsvLYnxZDrkDTKpnv
Tip Me Litecoin:   LQ3xLZfvfE2Pgvr2nyCtLcTaXfmYrwoedc
Tip Me Namecoin:   NK5QrZZKSBdqK2Q3Ut3ZnEvagfq843oKJP
Tip Me Dogecoin:   DBZRhTtnT17XSbxn9WD3KTavprVWn3u8Hr
Tip Me NautilusCoin:   NMb1ozUXv4w8TZe9Ja3tHB7daSEoCRuYKU
Tip Me Darkcoin:   XnvK7XHdxqTctWqmpNAkW9117by23i24vv
Tip Me Feathercoin:   6qMKmdV1NwVU6qK2rKQjt4ZMsKjJBusnqi
Tip Me Peercoin:   PFqM27poofSqZgmtQ3ZkNd1V9QR45a1Et4
Tip Me Zetacoin: ZFqzhpdVJtbj17LQWMhspZBBfBpAoe8PGg
Tip Me Betacoin: BL65ubtm9zFC9PnxSdpzd8dkaYnGEbsagy
Tip Me CAPTcoin: Cbdd1Fcz5CovBBCF4HPHFBJVzay5jUZWKW
Tip Me Stablecoin: sWCXwQuRyZC8gfjkcCRHzXT7jjQ7WeY6KG
Tip Me Stellar:     gfJegkiWXyubggcfJPVYg4XxDwJiXzkV6t
Tip Me Teacoin: Tf6geEJECYNYfX2PX32oKPrWyNL7aia3yf
Tip Me POPCoin: QNNLum8Etip2efvXA9bZNPnmbovCzogvhb
member
Activity: 69
Merit: 10
Hello, can someone show me how to solo with Asics miner, since it doesn't have command line, all i have is an Lan IP Address like 192.168.1.xxx and a setup page for Dragon 1TH miner, so i dont know where to config it for solo mining. And dont talking things like solo btc is not good idea, or solo btc i cant mine anything because diff is too high. All i want is to know how to solo mining for my Dragon Miner, thank you all and sorry because my english is bad  Smiley
Jump to: