Verified Commit 1727b44d authored by Jakob Moser's avatar Jakob Moser
Browse files

Document how to deposit money

parent 44570678
Loading
Loading
Loading
Loading

docs/deposits.md

0 → 100644
+22 −0
Original line number Diff line number Diff line
# How to deposit money

## User perspective

If you want to update the balance of your account on the PoolPayPi, send money to the IBAN in the pool (make sure you use the “Aufladen” purpose, otherwise, the money won't be added to your balance).

Then, be patient for a few days. The PoolPayPi is not connected to the internet for security purposes, so someone will need to manually transfer the deposits to the Pi via a USB stick.

## Gopher perspective

You will be granted access to the `c2` repository. It's contents are contained at root level on a USB stick. To transfer deposits to the Pi, do the following:

1. Take the USBee stick out of the Raspberry Pi.
2. Plug it into your computer.
3. Run `git pull` in the `c2` repo.
4. Take the USBee stick out of your computer.
5. Plug it into the Raspberry Pi.
6. That's it.

## Troubleshooting

Contact the maintainer (listed in [README.md](../README.md)).