Post
Topic
Re: [ANN] WhaleCoin - Followers Earn Rewards, Whales Get Followers, Mined Coin
by
kian_
on 08/09/2017, 01:04:14 UTC
RPC port? Solo conf?

This is the command I use to start with RPC connection enabled:
Code:
./build/bin/gwhale --rpc --rpcport "8545" --rpcaddr "127.0.0.1" --rpccorsdomain "*" --rpcapi "personal,db,eth,net,web3"

here's the command I use to solo mine (using standard ethminer):
Code:
./bin/ethminer -G -F http://localhost:8545


If you change --rpcaddr to 0.0.0.0, it will allow connections from a remote machine (make sure you are behind a firewall.)