-
### Did you read the documentation and guides?
- [X] I have inspected the documentation.
### Is there an existing issue?
- [X] I have searched the existing issues.
### Description of the problem
…
-
### go环境准备
去这里下载最新的二进制包https://golang.org/dl/
解压二进制包
```
tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
```
编辑/etc/profile增加go路径
```
export PATH=$PATH:/usr/local/go/bin
```
编辑$HOME/.prof…
-
admin.addPeer("enode://3dc1e7aa7e4fa832973480d4ce8ed9281f04e37504b259ff41d950aeec10b316a47eaffc25a5b332be80d83089f5a78240675ae04907af03f9f3b569d41304ac@139.162.189.112:21000")
admin.addPeer("enode://…
-
Update code related to the bootnodes for matching the new bootnodes schema.
Old schema: https://github.com/vocdoni/docs/commit/d50920e92fd0b024819dca0b10317d907a71f99d (diff)
New schema: https://d…
-
-
I'm trying to build a chain-spec with a large number of nominators and validators for the multi-block election tests but given the amount of stakers to add, the chain-spec generation fails with:
``…
-
Right now I have setup the Binance Application Sidechain (BAS) on my private network with the basic nodes (validator, bootnodes, rpc nodes etc). However, I am trying to setup an independent validator …
-
## Overview
Was running a local testnet with 3 validators and ran into this issue on the bootnode.
```
{"level":"verbose","message":"No blocks to retrieve from 63 to 63","module":"aztec:archiver","ti…
-
Configuring trin to run multiple subnetworks is currently not ideal for a couple of reasons:
## Subnetwork selection
We have a flag for enabling subnetworks (`portal-subnetworks`), but not all c…
-
What happens in PSS when Push Sync (or any other PSS client for that matter) wants to send a message that is closest to the bootnode (or a peer that doesn't support PSS). For example a PSS message wit…