preloader logo
₿ ₿ ₿
guest@mitilena:~$
>dns resolve31msok
>tls handshake38msok
>first html byte148msok
>hardware16 cores / 32GB RAMok
>network type4gok
>uplink37.27.225.37 [FI-Helsinki]ok
>viaHETZNER-ASok
>geo heuristicsyou are near Los Angelesok
>interface mounted571msok
NO CLOUDFLARE
NO GOOGLE ANALYTICS
NO TRACKERS
ONLINE
连接应用
Add new wallet
连接应用 →● ONLINE激活新卡连接应用 →● ONLINE激活新卡
// 捐赠

接受加密捐赠

三步设置打赏页面。无需审核、无中间人 — 币直接进入您自己的钱包,包括冷钱包。

10,000+ TOKENS · TRC20 / ERC20 / BEP20USDTUSDCEURCBITCOINETHEREUMVMTAPFC仅 0.8% 手续费

我们支持 TRC20、ERC20 和 BEP20 网络上的每种代币 — 数万种币,包括 USDT、USDC 和 EURC — 以及原生 Bitcoin、Ethereum、VMT、APFC 等。

01

介绍一下自己

这是打赏者在您支付页上看到的内容。
显示名称
给打赏者的短留言
打赏标签 — 您的链接 ID *
您的链接 →https://zh.mitilena.com/donate-link/yourname/[ COPY ]
收款钱包 — 打赏到账地址
您自己的地址,每种钱包类型一个。打赏直达该处 — 我们从不托管。
BITCOIN · BTC○ 未设置
EVM · ETH / ERC20 / BEP20○ 未设置
TRON · TRC20 / VMT○ 未设置
留空的网络会向打赏者显示为「该网络暂无钱包 — 请联系作者」。可稍后在设置中添加地址,现有链接仍可继续使用。
⚠ 保存需要账户 免费注册 →
打赏页面预览
您的显示名称
“给打赏者的短留言将显示在此”
10 USD
DONATE
BTCETH/BEPTRC20/VMT
打赏者将这样看到 — 输入时实时更新。
02

放到您的网站上

选择格式,复制一段代码 — 完成。
1 · 选择样式
Donate us!
IT'S EASY
TO HELP
Choose cryptocurrency
Enter amount in:
USD
USDT

USD

*powered by Mitilena Wallet
● STYLE A — CLASSIC
Donate us!
CRYPTO · INSTANT · NO FEES
Cryptocurrency
Amount in
USD
USDT
USD
Donate
powered by Mitilena Wallet
○ STYLE B — DARK · NEW
2 · 表单默认货币
列表中没有代币? · 再搜 10,000+ 种
3 · 将代码粘贴到您网站的 HTML 中
<div class="mi_donate_first_wrapper">
        <div class="mi_donate_second_wrapper" style=" max-width: 250px; width: 95%">
          <div class="mi_donate_headin_wrapper"><h5 class="mi_donate_h5"  >Donate us!</h5></div>
          <div style="border-radius: 15px; background-color: white;">
        <div class="mi_donate_img" style="text-align: center; padding-top: 20px"><img src="https://mitilena.com/images/donations-example.png" style="width: 95%"></div>
        <div class="mi_donate_heading" >IT'S EASY<br/>TO HELP</div>
            <form action="https://mitilena.com/donations_form/" method="get">
              <div class="mi_donate_currency" style="color: #545564; margin-top: 20px">
                <div style="margin-left: 15px; font-size: 14px; padding-bottom: 1px; text-align: left">Choose cryptocurrency</div>
                <div style="width: 90%; margin: 0 auto;">
                      <div class="select-dropdown" style="margin-bottom: 20px">
                        <select name="cryptoSymbol" required style="padding-left: 10px;padding-bottom: 5px;">
                          <option value="tether-bep20">USDT (BEP20)</option>
                          <option value="tether-trc20">USDT (TRC20)</option>
                          <option value="tether-erc20">USDT (ERC20)</option>
                          <option value="bitcoin">Bitcoin</option>
                          <option value="mitilena-own">VMT</option>
                          <option value="apfcoin">APFC</option>
                          <option value="ethereum">Ethereum</option>
                        </select>
  </div>
                </div>
        </div>
        <div class="mi_donate_amount" style="color: #545564; margin-top: 15px">
          <div style="margin-left: 15px; font-size: 14px; padding-bottom: 1px;  text-align: left">Enter amount in:</div>
          <div class="mi_donate_unitrow">
            <label class="mi_donate_unit"><input type="radio" name="amountUnit" value="fiat" checked> USD</label>
            <label class="mi_donate_unit"><input type="radio" name="amountUnit" value="crypto"> Crypto</label>
          </div>
          <div style="width: 90%; margin: 0 auto; position: relative ">
            <input required class="mi_donate_crypto_choose_class" type="text" name="amount">
<input type="hidden" name="donateTag" value="yourname"/>
            <p class="fiatCode" style="color: #545564;position: absolute;right: 10px;top: 0px;">USD</p>
            <input type="hidden" name="fiatCode" value="USD">
            <input type="hidden" name="language" value="zh">
          </div>
        </div>
              <div style="text-align: center">
                <button type="submit" name="submit" class="mi_donate_submit_button_class">Donate</button>
              </div>
            </form>
            <div class="mi_donate_powered_by">*powered by <a href="https://mitilena.com" target="_blank">Mitilena Wallet</a></div>
            </div>
          </div>
      </div>

<style>
.select-dropdown {
  width: 100%;
  border: 1px solid #5455642b;
  border-radius: 10px;
  position: relative;
  background-color: #f1f1f4;
  color: #545564;
  float: left;
  max-width: 100%;
  select {
    width: 100%;
    border-radius: 15px;
    font-family: "helvetica neue", helvetica,serif;
    font-size: 1rem;
    font-weight: 400;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    &:active,
    &:focus {
      outline: none;
      box-shadow: none;
    }
  }
  &:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
  }
}
.mi_donate_headin_wrapper {
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #79b6f6;
}
.mi_donate_h5 {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 115%;
  font-weight: 600;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.mi_donate_second_wrapper {
  border-radius: 15px;
  background-color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
.mi_donate_second_wrapper * {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif ;
}
.mi_donate_powered_by {
  color: #545564;
  font-size: 7px;
  margin-left: 25px;
  padding-bottom: 25px;
  text-align: left
}
.mi_donate_powered_by a {
  color:  #545564;
  text-decoration: underline;
}
.mi_donate_heading {
  color: #545564;
  text-align: center;
  font-size: 16px;
  line-height: 115%;
  font-weight: 600;
  margin-top: 5px;
}

.mi_donate_submit_button_class {
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #ffc582;
  padding: 15px;
  border-radius: 25px;
  width: 90%;
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.mi_donate_crypto_choose_class {
  background-color: #f1f1f4;
  border: 1px solid #5455642b;
  border-radius: 15px;
  height: 40px;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #545564;
  font-size: 18px;
}
.mi_donate_unitrow {
  display: flex;
  gap: 6px;
  width: 90%;
  margin: 6px auto 8px;
}
.mi_donate_unit {
  flex: 1;
  text-align: center;
  font-size: 12.9px;
  color: #545564;
  border: 1px solid #5455642b;
  border-radius: 999px;
  padding: 4px 0;
  cursor: pointer;
  background: #f1f1f4;
}
.mi_donate_unit input {
  margin-right: 4px;
}
.mi_donate_unit:has(input:checked) {
  background: #79b6f6;
  color: #ffffff;
}
</style>
复制代码更改名称或留言后,横幅会自动更新。
03

领取您的加密资产

打赏以链上方式直接到您的地址 — 不经我们中转。
直达您的钱包
币直接进入您自己的钱包 — 包括冷钱包。我们从不托管或中转您的资金。
公允汇率
打赏者以普通货币支付;按实时汇率换算,我们不加价。
不按每笔扣费
我们不从每笔打赏抽成。偶尔会有一整笔付款作为服务费归 Mitilena — 其余全部原样到您账上。
// 您的捐赠 示例数据

统计

⚠ 示例数据 — 首次打赏后显示真实统计
累计收到
$1,284.50
≈ 0.0112 BTC
打赏
47
+6 this week
平均
$27.30
每笔打赏
主要网络
TRC20
61% of volume
按日交易量
最新打赏
CryptoFan_2077“Keep it up!”+25 USDTTRC202H AGO
Anonymous+0.0005 BTCBTC9H AGO
mike.eth“for the tutorial”+15 USDTBEP201D AGO
Anna K.“thank you!”+5 USDTERC202D AGO

什么是加密货币捐赠?

加密货币捐赠是将比特币、以太坊、USDT 或其他加密货币等数字资产赠予慈善组织、非营利项目或其他用途的行为。凭借去中心化、透明和相对匿名等特性,加密货币捐赠正变得越来越受欢迎。

以下是加密货币捐赠的几个关键要点:

透明性:大多数加密货币的交易会记录在公开区块链上,确保透明并可追踪资金从捐赠人到接收人的流向。

低交易成本:与传统银行转账相比,加密货币交易费用通常更低,尤其是跨境转账时。

转账速度快:加密货币交易通常比银行转账更快,便于及时收到资金。

匿名性:虽然所有交易在区块链上可见,但若使用化名,发送方和接收方的身份可以保持匿名。

可及性:全球各地的人们都可以使用加密货币,包括银行服务受限的地区。

税收优惠:在部分国家,加密货币捐赠可享受与法币捐赠类似的税收优惠。

接受加密货币的慈善组织通常会提供捐赠说明,并给出其加密钱包地址。像我们这样的平台,专门帮助非营利组织接收加密货币捐赠。
总之,加密货币捐赠是支持慈善的一种现代方式,因其优势和易用性而广受欢迎。