Questions tagged [proof-of-authority]
The proof-of-authority tag has no summary.
82 questions
0 votes
0 answers
17 views
BSC (Parlia) private network stops producing blocks after height 31607 — “Signed recently, must wait” loop
I’ve deployed a private blockchain using BSC v1.6.3 (bsc-geth) with 5 validator nodes. Everything works fine until block 31607, and then the chain stops producing new blocks. No errors, but block ...
0 votes
0 answers
25 views
IBC Solidity Contract Deployment Issue between Ethereum Nodes
We are attempting to create an IBC based interoperability system that can connect between an Ethereum nodes and Ethereum Rollups. We are using the IBC relayers and IBC Solidity Contracts. As part of ...
1 vote
1 answer
44 views
Why Does eth.blockNumber Stall at 1 in My Private PoA Clique Ethereum Fork with Geth?
I’m running a private Proof-of-Authority (PoA) Ethereum fork using Geth with the Clique consensus algorithm and a custom chainId (1698369). My setup consists of four servers: Public RPC node behind ...
0 votes
1 answer
56 views
Creating permissioned networks with geth only
This is a question about permissioning in private network, but actually articulated in 2 subquestions. Q1) Is it possibile to setup geth for a private ethereum PoA network with whitelist of nodes ...
0 votes
1 answer
80 views
Is it possible to do two-factor verification (email, text, let's say) using ethereum?
One of the values of a trusted, centralized authority is that it can use two-factor authentication to establish a permission to do a given action. Is it known whether an ethereum smart contract can ...
1 vote
1 answer
255 views
I can send emails from a smart contract?
For security, i need to generate a smart contract from authentication and the way that was solicited is use email and send a token to this email, so i think i can generate a token in my smart contract ...
1 vote
2 answers
553 views
How does Opensea mobile app manage "Log in with metamask / trust / rainbow"?
So I was playing around with opensea today and noticed a login feature that uses crypto wallets. I am curious to understand how they achieved it in a native app. The flow is something like this User ...
1 vote
1 answer
213 views
Does a Proof of Authority network consume much less energy than a PoW/PoS one?
One of the main problems of PoW networks like Bitcoin or Ethereum is its energy consumption. Question 1: does this get solved with PoA networks?(without taking in account that these are not really ...
0 votes
1 answer
723 views
How to create you own ethereum sidechain?
How can I create a geth-clique POA network as an Ethereum sidechain to mainnet or testnets. what is the simplest ways to do that? are there any frameworks that can be implemented easily
0 votes
1 answer
149 views
Parity proof of authority aura, how to detect misbehaviour?
I'm having trouble finding the answer looking at the Parity POA aura examples, the documentation on Parity Validator Sets, plus the Kovan validator set contract solidity source code. I see that you ...
2 votes
1 answer
3k views
Connecting to Rinkeby using Infura and calling a state-changing function from smart contract
So i have trouble using a smart contract on Rinkeby through infura as it gives an "extra-data" error, which as far as i have read, is due to Rinkeby being a POA testnet. There are suggestions of using ...
1 vote
0 answers
26 views
Why after managing to deploy contract to POA Ethereum blockchain I can't interact with it? [duplicate]
We are using a private ETH proof of authority blockchain. In order to deploy a contract I'm using 0 gas price and it deployed immediately. Then, Tried to deploy many types of contracts with ...
2 votes
2 answers
931 views
Geth Proof of Authority Implementation
I have implemented PoA on private blockchain with following genesis.json. { "config": { "chainId": 1515, "homesteadBlock": 1, "eip150Block": 2, "eip150Hash": "...
1 vote
1 answer
291 views
Connect different machines with PoA
i want to connect two different machines in a ethereum private network! I did it before with a normal PoW-Consesus but with PoA created by puppeth i cant see some Peers when i try: admin.peers ...
1 vote
0 answers
108 views
Delay on receiving block by peered node
Sometimes it takes an around of 25ms to import new block by the other peered node after mined by miner. But sometimes it increases directly around 400ms to import block by peered node after mined by ...