Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: rubine2323 on November 03, 2017, 11:05:47 PM



Title: Coin without working pool. Possible Solomining through wallet config?
Post by: rubine2323 on November 03, 2017, 11:05:47 PM
Question: Solomine altcoin without an existing pool?

Is it possible to mine a coin without an existing pool.
On the Windows Wallet of that coin i found in "appdata" a config file looks like that:

Code:
rpcuser=user
rpcpassword=0izX2DpJRqVCIro
rpcport=20094
port=20095
#(0=off, 1=on) daemon - run in the background as a daemon and accept commands
daemon=0
#(0=off, 1=on) server - accept command line and JSON-RPC commands
server=0
rpcallowip=127.0.0.1
testnet=0

How do i set this conifg up on my W10 so i can mine it with asic in the same network?

Already tried:

Code:
rpcuser=(user)
rpcpassword=(password)
rpcport=3001
port=3000
#(0=off, 1=on) daemon - run in the background as a daemon and accept commands
daemon=0
#(0=off, 1=on) server - accept command line and JSON-RPC commands
server=1
rpcallowip=(local ip adress from miner 192.168.0.x)
testnet=0

I tried with my asic to connect it to:

192.168.0.x:3000        (also tried 192.168.0.x:3001)
(user)
(password)

It dosnt work asic shows "Dead"              [no connection to pool]


Any ideas?


Title: Re: Coin without working pool. Possible Solomining through wallet config?
Post by: rubine2323 on November 04, 2017, 11:13:04 PM
Up