<p>This a proposed solution to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="752377654" data-permission-text="Title is private" data-url="https://github.com/bisq-network/growth/issues/212" data-hovercard-type="issue" data-hovercard-url="/bisq-network/growth/issues/212/hovercard" href="https://github.com/bisq-network/growth/issues/212">bisq-network/growth#212</a></p>
<p>The user to get signed copies the account data and sends it over whichever channel, keybase for example. With this change the arbitrator can sign this account.</p>
<p>Step 1, user copies account data (ctrl+c to copy AccountAgeWitness and PubKey to clipboard)<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/23560607/102233437-8dfa5b00-3ef0-11eb-8959-e9ee05c4ec13.png"><img src="https://user-images.githubusercontent.com/23560607/102233437-8dfa5b00-3ef0-11eb-8959-e9ee05c4ec13.png" alt="image" style="max-width:100%;"></a></p>
<p>Step 2, arbitrator imports data (under accounts view, open signing tab with ctrl+i, in signing tab, open specific account signing window with ctrl+p)<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/23560607/102233347-791dc780-3ef0-11eb-8a56-da22103961a2.png"><img src="https://user-images.githubusercontent.com/23560607/102233347-791dc780-3ef0-11eb-8a56-da22103961a2.png" alt="image" style="max-width:100%;"></a></p>
<p>Step 3, arbitrator signs with their private key (this could be helpful for devs that want to test signed accounts as well)<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/23560607/102233610-bf732680-3ef0-11eb-93f7-ae7fe67ab6c1.png"><img src="https://user-images.githubusercontent.com/23560607/102233610-bf732680-3ef0-11eb-93f7-ae7fe67ab6c1.png" alt="image" style="max-width:100%;"></a></p>
<p>Step 4, done<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/23560607/102233674-cf8b0600-3ef0-11eb-80a2-a3cd23cd15a7.png"><img src="https://user-images.githubusercontent.com/23560607/102233674-cf8b0600-3ef0-11eb-80a2-a3cd23cd15a7.png" alt="image" style="max-width:100%;"></a></p>
<p>I know this is very pretty, but please don't ask me to implement all the UI stuff due to this flash feature.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4957'>https://github.com/bisq-network/bisq/pull/4957</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Copy account data to clipboard</li>
  <li>Sign imported AccountAgeWitness,PubKey</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4957/files#diff-9d02d3375065ea51b46c7646a9e7e25a97a6342f010328279238c1a3867306c6">core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java</a>
    (27)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4957/files#diff-a6cc570e0f56a36136791beae8f497706216230467708be9343344cd953e5f08">core/src/main/resources/i18n/displayStrings.properties</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4957/files#diff-4e760e5676f9666a151c47ff7682b4e134c161ae42458e3302b3f73dedda9a05">desktop/src/main/java/bisq/desktop/main/account/content/PaymentAccountsView.java</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4957/files#diff-c5abb5ef938520e00047e774840a1990b4210c048e3f3fdf7478edca3935c0cb">desktop/src/main/java/bisq/desktop/main/account/content/fiataccounts/FiatAccountsView.java</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4957/files#diff-256a61744f4cebb657bad30ea65f36985011d62fef7229a53ebc27d4ea9c611c">desktop/src/main/java/bisq/desktop/main/overlays/windows/SignSpecificWitnessWindow.java</a>
    (120)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4957.patch'>https://github.com/bisq-network/bisq/pull/4957.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4957.diff'>https://github.com/bisq-network/bisq/pull/4957.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4957">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQNAY7GB5A2Z7A45RTSU55HDANCNFSM4U4P2ZVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSZGRWGHWKS2MVAVETSU55HDA5CNFSM4U4P2ZVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LOCGXSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4957",
"url": "https://github.com/bisq-network/bisq/pull/4957",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>