Bitcoiners.Network is the ultimate way to manage your Bitcoin Twitter experience. Discover new bitcoiners to follow, unfollow shitcoiners and nocoiners and discover the best content from fellow bitcoiners.
To get started, visit https://bitcoiners.network
If you're interested in running a local instance of this app and building your own database of users, read the instructions below.
- 150GB Disk Space
- 8GB RAM
- Linux
- Docker
- Twitter Developer Credentials
- BTCPayServer + Lightning Node
git clone https://github.com/utxo-one/bitcoiners-network
sudo chmod 777 -R bitcoiners-network/
cd bitcoiners-network
sudo cp .env.example .env
sudo composer update
sudo vendor/bin/sail up -d
sudo vendor/bin/sail artisan migrate:refresh --seed
App should be accessible at http://localhost