Post
Topic
Board Announcements (Altcoins)
Re: [Official ANN]FREELABIT|FBF|Up to 15% Interest|Community Driven|POW|Cryptonight
by
KMining75
on 10/12/2017, 17:18:04 UTC
Is solo mining with wallets built from source still possible? Or is pool mining currently the only option ?
Also thanks for airdrop Smiley
Yes CPU solo mining is possible, from ./flbwallet:
Code:
start_mining +#of threads


or from ./freelabitd:

Code:
start_mining +FBF Wallet Address +#of threads
Wink

Thanks.
I mannaged to compile the code , run freelabit deamon and connect to it with included miner.
However, id does not let me connect with 3rd party miners, with xmrig as an example.
Is this intentional or should it be possible?

Most miners only support stratum so they can't directly connect to the daemon.  It's best to set up your own mining pool software such as node-cryptonote-pool, point it to your daemon and mine to it.