Search content
Sort by

Showing 3 of 3 results by kian_
Post
Topic
Re: [ANN] WhaleCoin - Followers Earn Rewards, Whales Get Followers, Mined Coin
by
kian_
on 09/09/2017, 23:20:44 UTC
66% Dev Fee!

After block 200,000

FOREVER
!

 Awesome. Where do I buy!

It's not 66% dev fee after block 200,000, lol.

It's currently:
1/3 dev fund, 2/3 miner reward.

After block 200,000, it becomes:
1/3 dev fund, 1/3 miner reward, 1/3 whale followers.

Whale followers is something that isn't implemented yet. "Whales" (accounts with >1000 whalecoin) will have "followers", which will mean something on the WhaleCoin social network, when that comes out.
Post
Topic
Re: [ANN] WhaleCoin - Followers Earn Rewards, Whales Get Followers, Mined Coin
by
kian_
on 09/09/2017, 05:41:34 UTC
How can the dev reserve 33% of the coins to funds when supposedly this coin does not have ICO or Premine being fully mineable?
33% of the block reward is sent to the devs (so currently the reward is 15 whl/block, but you actually only get 10)


Hi. How can I start digging this coin in solo mode, maybe there is a solo pool for mining or another opportunity?
You can solo mine using ethminer... You have to set up and configure your own node, it's sort of a hassle.
I wrote a blog post on it: http://kianbradley.com/how-to-solo-mine-whalecoin.html
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.)