Update docu/create-coins-as-admin.md

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
einhornimmond 2021-11-01 10:25:31 +01:00 committed by GitHub
parent ff5a7846fc
commit e1d9454645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,7 @@ To add a signation account we need to go on the following url: http://$community
### Coin creation process ### Coin creation process
The coin creation for work is done in the following url: http://$community_domain/transaction-creations/create-multi The coin creation for work is done in the following url: http://$community_domain/transaction-creations/create-multi
Where we can create coins for a number of as many users as we want excepted for our self. Where we can create coins for a number of as many users as we want excepted for our self.
We must than sign the transaction. Normally after klick of the left Button (Transaktion abschließen) it should be automatic Furthermore we must sign the transactions we created. Normally after clicking on the left button (Transaktion abschließen) we should be automatically forwarded to http://$community_domain/account/checkTransactions where we can do this.
forwarding to http://$community_domain/account/checkTransactions to sign the transactions. If not this page can also be reached by clicking on the shield-icon with the hook in it on the Dashboard, which is only shown if at least one transaction is waiting for signing.
If not this page can also be reached by klicking on the shield-icon with the hook in it on the Dashboard.
Only shown if at least one transaction is waiting for signing.
Pending_tasks table is used to store the transactions which not signed or had errors For debug purposes you can check the `pending_tasks` table, which is used to store the transactions which are not signed yet or had errors.