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:
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:
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?