Skip to content

Instantly share code, notes, and snippets.

@boomhq
boomhq / Readme.md
Last active January 10, 2024 15:42
Babylon Babylond Script to check your balance and send it to a delegation node if it's greater than an amount of your choice

Related to : https://babylonchain.io/ Bitcoin Staking Protocol

Script to check your balance and send it to a delegation node if it's greater than an amount of your choice

Download the script to the same server where "babylond" and the wallet are registered.

Edit the beginning of the script:

DESTINATION_NODE_DELEGATION="bbnvalopers0" #Delegation Node address
@boomhq
boomhq / .README
Last active June 21, 2018 10:51
Laravel-monogb ReplicaSet Atlas
1 a new laravel install
2 install: composer require jenssegers/mongodb
3 Add in config/app.php to the next of Service ¨Provider list :
Jenssegers\Mongodb\MongodbServiceProvider::class,
4 In config/database.php add the mongodb connexion
5 Add in .env new config :
6(option) Replace the User Models in app/User.php for use the auth ou of the box.