-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update node documentation - multichain #34
Conversation
Multichain, some hints
Use the **address** field. Chains with a **router** present such as ETH need to send funds via the router smart-contract. Paste the router address into etherscan, click "Contract" and "Write Contract" and use a Web3 wallet to connect. | ||
{% endhint %} | ||
|
||
The **memo** required is `YGGDRASIL-:<BlockHeight>`. For example `YGGDRASIL-:782412`. The block height can be found from the `status_since` field here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm not wrong, memo
has to be hex encoded (at least by using MetaMask - web3.toHex helps here, you can encode the memo by using web3.toHex
online https://www.mobilefish.com/download/ethereum/web3api.html)
|
||
#### Constantly accumulating slash points | ||
|
||
**Problem:** Sometimes bifrost fails to forward observations to thornode,due to an account number / sequence number mismatch. Here is what you need to check: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated instructions for node operators. Includes:
make reset
command