Author Topic: Blinded Transactions  (Read 1391 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
[15 CORE fee!]
yes .. blinded transactions are more expensive .. unless shareholders vote them down :)

Offline ElMato

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
@clout, this is what worked for me.

1) Create blind account "bacc1"
2) Create blind account "bacc2"

get_blind_accounts
[[
    "bacc1",
    "GPH7EsV61saKFYh5kQwxTtd7h92BtJP51YL32EEsMeUWhZjkY4NVv"
  ],[
    "bacc2",
    "GPH824HUDikZtpP8U26aGWNddGrBCcJSFQkQ41HRSqjCZFhZJfTCA"
  ]
]

3)  transfer_to_blind nathan CORE [["GPH7EsV61saKFYh5kQwxTtd7h92BtJP51YL32EEsMeUWhZjkY4NVv", 555]] true

4) get_blind_balances bacc1
555 CORE

5) blind_transfer bacc1 GPH824HUDikZtpP8U26aGWNddGrBCcJSFQkQ41HRSqjCZFhZJfTCA 45 CORE true

6) get_blind_balances bacc2
45 CORE

7) get_blind_balances bacc1
495 CORE

[15 CORE fee!]

clout

  • Guest
Has anyone successfully used the
Code: [Select]
blind_transfer function? I get an error that I have an insufficient balance even though thats not the case at all.