{#if loading}
{/if}

Deposit Bitcoin

You can deposit credit on your pixeldrain account with Bitcoin. We support regular Bitcoin transactions and Lightning transactions (if you open a channel ). 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 Bitcoin from your pixeldrain account. It's not a wallet. Any amount of money you deposit has to be used up.

BTCPay server logo

Open invoices

{#each invoices as row (row.id)} {#if row.status === "InvoiceCreated" || row.status === "InvoiceProcessing" || show_expired} {/if} {/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}

Transaction log

Here is a log of all transactions on your account balance.

{#each months as month}

{month.month}

{#each month.rows as row} {/each}
Time Balance Subscription Storage Bandwidth Deposited
Charged Charged Used Charged Used
{formatDate(row.time, true, true, false)} {formatDataVolume(row.storage_used, 3)} {formatDataVolume(row.bandwidth_used, 3)}
{/each}