Difference between revisions of "Send"

From Obyte Wiki
m (moved sections to correct place)
(Switch to multi-address: added cautionary notes)
Line 57: Line 57:
 
===Switch to multi-address===
 
===Switch to multi-address===
 
From wallet version 2.2 on, you also have the option to send funds to multiple (up to 120) addresses in one transaction. This also works if you repeat an address, so with the units set to MB listing <code>CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R 1.5, CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R 1.5</code> results in two UTXOs (unspent transaction outputs) of 1.5 MB being received, not one UTXO of 3.0 MB. This can be very useful if you need to make several separate transactions rapidly without having to wait for confirmations. See [[Change address]] article.
 
From wallet version 2.2 on, you also have the option to send funds to multiple (up to 120) addresses in one transaction. This also works if you repeat an address, so with the units set to MB listing <code>CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R 1.5, CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R 1.5</code> results in two UTXOs (unspent transaction outputs) of 1.5 MB being received, not one UTXO of 3.0 MB. This can be very useful if you need to make several separate transactions rapidly without having to wait for confirmations. See [[Change address]] article.
 +
 +
*NOTE: Be very careful with this, or it will seem like "it doesn't work". Your multi-address payment should look like:
 +
<pre>
 +
WM6MOD5MOUCNMBQODXDUSA6F5T5FV4CC, 0.01↵
 +
WM6MOD5MOUCNMBQODXDUSA6F5T5FV4CC, 0.0124↵
 +
CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R, 2.00
 +
</pre>
 +
where the "↵" represents "Enter" on your keyboard. The addresses can be any valid addresses, up to 120 in all. Repeat addresses are fine. The amounts must be valid amounts, and the total less than the available balance in that wallet.
 +
 +
If the wallet says it's invalid, or the Send button is greyed out, look for extra spaces before or after the address or amount. They will be visible if you select the addresses/amounts. If not obvious, look for one extra space after the amount.
  
 
==PAYEE: SHARE VIA MESSAGE==
 
==PAYEE: SHARE VIA MESSAGE==

Revision as of 20:12, 24 March 2018

Send.jpg

Explaining the different options in your wallet's Send screen.

WHAT TO SEND

Select the item, either a currency of some sort, or data or some sort. The default screen is the currency one.

Currency items, from the top in order

The currencies show as Name (or hash if no registered name) followed by the amount available, i.e. cleared/confirmed. This amount updates in real time as confirmations occur. So, for example:

Bytes (221,088 MB available)
Hi/WFGThLixhyaPALYgKnONBgjid0+mAPXQB8hRWp+E= (1 available)
Zwib by Jore Bohne (77 Zwib by Jore Bohne available)

Native currencies

  • Bytes
  • Blackbytes

Platform tokens/assets

These are all the non-native currencies carried on the platform. They are listed in the alphanumeric order of the unit defining them, so
Tangos[1] (0Qki2BWSJ80dMN58Dq1rrJugaYyFndxkZloLJby+olU=) comes before
SilentNotary[2] (1OLPCz72F1rJ7IGtmEMuV1LvfLawT9WGOFuHugW2b7c=) as 0 comes before 1.

Data items, from the top in order

If you select a data option, the amount/address sections will disappear. There is only one possible "payee" destination with a single-address wallet, and there is a note telling you to change to a single-address wallet if you are not already in one. All data sent will be accessible in the Explorer under that address. The "amount" section is replaced by Datafield name/value items.

Data into datafeed

Used for personal oracles. This option sends arbitrary data into the DAG. The data is of the form [Datafeed name] then [Datafeed value], for example:

Charlie_Dutton 74%
Elize_Swanson 69%
Gerald_Youngman 54%
...

Attestation

This relates to Identity verification using the Real name attestation bot in the wallet Bot Store. You enter the address given by the entity (ICO issuer etc) requiring the information, then whatever selection of [profile field] and [profile field value] is needed.

For example, age (date of birth) and Non-US country.

Profile

Post your profile data, anything you want to say about yourself. The data is of the form [Profile field] then [Profile field data] as before, for more than one field.

Data

Post arbitrary key-value pairs of data, not related to your profile. The data is of the form [Field] then [Value] as before, for more than one field.

AMOUNT (Currency screen)

Double-check that the currency, and the units if bytes or blackbytes, are correct. You don't want to send 4 GB if intending to send 4 Zwibs, or 0.1 GB if intending 0.1 MB.

PAYEE: TO BYTEBALL ADDRESS OR EMAIL

Byteball address

Enter in an address like CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R. A green check-mark will appear to the right if this is a valid address. If it is invalid, you'll see a red cross and "Not valid". Note it will still say "Not valid" if you pasted in a correct address with a space (character) at the start or end, so check this if the address appears valid to your eye. If you are typing in a correct address character by character, it will say "Not valid" right up to the point you type the final character, when the mark will turn green.

Email

The green check-mark only indicates it is of the form "___@___.___", not that it is an attested email address or even a valid email address. For example, you'll get a green check mark with hfhfhd@hdhd.hdhdhdhd

If you send a payment to an email address that hasn't been attested, it goes through as a textcoin -- which you can claim back as soon as the transaction is confirmed and you will lose only about 1500 bytes (2 transaction fees). If the email address is "in the system", it goes through to their attested single-wallet address, as you can immediately see in your wallet history.

Bind this payment to a condition

This sets up a smart contract. You'll need to click the payee's address in Chat first.

Switch to multi-address

From wallet version 2.2 on, you also have the option to send funds to multiple (up to 120) addresses in one transaction. This also works if you repeat an address, so with the units set to MB listing CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R 1.5, CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R 1.5 results in two UTXOs (unspent transaction outputs) of 1.5 MB being received, not one UTXO of 3.0 MB. This can be very useful if you need to make several separate transactions rapidly without having to wait for confirmations. See Change address article.

  • NOTE: Be very careful with this, or it will seem like "it doesn't work". Your multi-address payment should look like:
WM6MOD5MOUCNMBQODXDUSA6F5T5FV4CC, 0.01↵
WM6MOD5MOUCNMBQODXDUSA6F5T5FV4CC, 0.0124↵
CARJFJ6SKDC2XGLX2XSNMIITAVRDEW2R, 2.00

where the "↵" represents "Enter" on your keyboard. The addresses can be any valid addresses, up to 120 in all. Repeat addresses are fine. The amounts must be valid amounts, and the total less than the available balance in that wallet.

If the wallet says it's invalid, or the Send button is greyed out, look for extra spaces before or after the address or amount. They will be visible if you select the addresses/amounts. If not obvious, look for one extra space after the amount.

PAYEE: SHARE VIA MESSAGE

This sends a textcoin.

See also

References