Deposit credits

You can deposit credit on your pixeldrain account with Bitcoin, Lightning network (node info) and Dogecoin. You must pay the full amount as stated on the invoice, else your payment will fail.

Do note that it is not possible to withdraw coins from your pixeldrain account. It's not a wallet. Any amount of money you deposit has to be used up.

Deposit amount €
Pay with:

Past invoices

Invoices are deleted after one year of inactivity.

{#each invoices as row (row.id)} {/each}
Created Amount Status
{formatDate(row.time, true, true, false)} {#if row.status === "InvoiceCreated"} New (waiting for payment) {:else if row.status === "InvoiceProcessing"} Payment received, waiting for confirmations {:else if row.status === "InvoiceSettled"} Paid {:else if row.status === "InvoiceExpired"} Expired {:else} {row.status} {/if} {#if row.status === "New" || row.status === "InvoiceCreated"} paid Pay {/if}