monero-site/get-started/accepting/index.md
el00ruobuob 4c1e8dd858
Moneropedia relocalized
+ correction on Italian Account
+ Removed leftover miners.md (replaced by mining.md)
+ Removed Dust and update Copyright
+ Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
+ Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
+ Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
+ Polish corrections
+ extend ruby \word-boundary in regex to match `-based` `-like` `-form`
+ Updated readme according to the new way to add or translate a moneropedia entry
+ fix mining with CryptoNight variant
+ rebased to include AR
+ chery picked #820 to avoid conflicts
2018-08-03 06:34:28 +02:00

4 KiB

layout title permalink
custom titles.accepting /get-started/accepting/index.html

{% t global.lang_tag %}

{% t accepting.title %}

{% t accepting.basics %}

{% t accepting.basics_para1 %}

{% t accepting.basics_para2 %}

{% t accepting.basics_para3 %}

666c75666679706f6e7920697320746865206265737420706f6e792065766572

{% t accepting.checking %}

{% t accepting.checking_para1 %}

[wallet 49VNLa]: payments 666c75666679706f6e7920697320746865206265737420706f6e792065766572
           payment                           transaction               height     amount     unlock time
666c75666679706f6e79206973207     7ba4cd810c9b4096869849458181e98e     441942     30.00000   0
[wallet 49VNLa]: █

{% t accepting.checking_para2 %}

{% t accepting.receiving %}

  • {% t accepting.receiving_list1 %}
  • {% t accepting.receiving_list2 %}
  • {% t accepting.receiving_list3 %}

{% t accepting.program %}

{% t accepting.program_para1 %}

get_payments: {% t accepting.program_para2 %}

get_bulk_payments: {% t accepting.program_para3 %}

{% t accepting.program_para4 %}

[ monero->~ ]$ curl -X POST http://127.0.0.1:18500/json_rpc -d '{"jsonrpc":"2.0","method":"get_bulk_payments","id":"test", "params":{"payment_ids": ["666c75666679706f6e7920697320746865206265737420706f6e792065766572"]}}' -H "Content-Type: application/json"
{
  "id": "test",
  "jsonrpc": "2.0",
  "result": {
    "payments": [{
      "amount": 30000000000000,
      "block_height": 441942,
      "payment_id": "666c75666679706f6e7920697320746865206265737420706f6e792065766572",
      "tx_hash": "7ba4cd810c9b4096869849458181e98e18b6474ab66415de0f4ccf7ab1162fdf",
      "unlock_time": 0
    }]
  }
}

{% t accepting.program_para5 %}

{% t accepting.program_para6 %}

{% t accepting.scanning %}

  • {% t accepting.scanning_list1 %}
  • {% t accepting.scanning_list2 %}
  • {% t accepting.scanning_list3 %}
  • {% t accepting.scanning_list4 %}

{% t global.untranslated %} README.