btc.rb

 1result!
 2title "Activate using Bitcoin"
 3
 4field(
 5	label: "Minimum initial Bitcoin deposit for activation",
 6	var: "amount",
 7	value: "%.6f" % @amount
 8)
 9
10field(
11	label: "Bitcoin address",
12	var: "btc_addresses",
13	value: @addr
14)
15
16instructions "You will received a notification when your payment is complete."