dev f792803c99 Fix some bugs
- Remove json ld seo because it can be xss attacked and isn't needed
anyways
- Add try catch to sweep_all function incase error (for example: if tip
is too small, it can't cover the fee)
- Add note about tips being too small that they cant send in FAQ on
contact page
2021-08-06 16:50:23 -07:00
2021-08-06 16:50:23 -07:00
2021-07-15 23:35:54 -07:00
2021-08-06 14:01:16 -07:00
2021-08-06 13:06:07 -07:00
2021-08-06 16:50:23 -07:00
2021-08-06 13:06:07 -07:00
2021-07-15 23:35:54 -07:00
2021-07-15 23:35:54 -07:00
2021-07-15 23:35:54 -07:00
2021-08-06 13:06:07 -07:00
2021-07-15 23:35:54 -07:00
2021-07-15 23:35:54 -07:00
2021-07-15 23:35:54 -07:00
2021-07-15 23:35:54 -07:00
2021-08-06 14:01:16 -07:00
2021-08-06 14:01:16 -07:00
2021-07-15 23:53:01 -07:00
2021-07-15 23:35:54 -07:00
2021-07-15 23:35:54 -07:00
2021-08-06 13:06:07 -07:00
2021-07-15 23:35:54 -07:00
2021-07-31 00:03:33 -07:00

Work In Progress

Almost Done...

About XmrMemes

Meme site for Monero. You can submit memes and get paid.

Dependencies

sudo apt install php-bcmath supervisor

Running Monero Daemon

./monerod --testnet
./monero-wallet-rpc --testnet --rpc-bind-port 28083 --disable-rpc-login --wallet-dir .

Creating the Database

php artisan migrate

Creating Initial Wallet (Set Wallet Name in .env)

php artisan db:seed --class=WalletSeeder

Cron Job to process payments

You must set up supervisor https://laravel.com/docs/8.x/queues#supervisor-configuration to process queues (jobs)

Then set up 1 cron job to call

* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

Config file

Config options are in the .env.example file which should copied into a .env file

This Project Uses Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Description
Meme site for Monero. You can submit memes and get paid.
Readme MIT 2.9 MiB
Languages
PHP 75.3%
Blade 24.7%