Most Popular

1500 questions
11
votes
2 answers

What is the smallest amount of Ether?

For example, the smallest amount of Bitcoin is one Satoshi or 0.00000001 BTC. What is the smallest amount of Ether and what is it called?
Kyle Piira
  • 213
  • 1
  • 2
  • 5
11
votes
5 answers

How can I browse mempool in Ethereum?

How can I browse mempool in Ethereum? Is it possible from EthereumJ or on some websites?
MrSea
  • 141
  • 1
  • 1
  • 5
11
votes
1 answer

What is the actual blockchain size?

I am trying to find the actual size of the etherum blockchain. I just found older posts that says it is around 21GB. What are the Ethereum disk space needs?
honsa
  • 111
  • 1
  • 1
  • 6
11
votes
5 answers

Truffle invalid address

With Truffle 3.0 when I call one of my contract's function, in console I have this error: Uncaught (in promise) Error: invalid address I found this workaround, and in my code I try this with no…
underdog
  • 1,190
  • 2
  • 12
  • 24
11
votes
4 answers

How can I verify a secp256r1 signature using solidity

Sorry if you find these questions are basic, but I am new to encryption. As far as I know, Solidity have ecrecover function for this purpose, but it use secp256k1 signature. which I am intend to use secp256r1. I used the following steps in this…
john
  • 211
  • 2
  • 4
11
votes
1 answer

Efficiency of zkSNARKs as an Ethereum smart contract vs Zcash

How would the efficiency of zkSNARKs as an Ethereum smart contract compare to the same technology being used on its own blockchain (such as Zcash or Zclassic)? By efficiency I mean 3 things: Tranaction confirmation time Transaction cost Size of the…
Roman
  • 438
  • 2
  • 5
11
votes
3 answers

Is there any way to hide a transaction?

Is there any way to hide a transaction on the Ethereum blockchain? Some blockchain have protocols that implement this by default, like Monero and Zcash. Is something similar possible on Ethereum?
SilverCookies
  • 557
  • 2
  • 9
  • 16
11
votes
2 answers

How to use ethers keccak256?

I tried to use ethers' keccak256 function like this: import { keccak256 } from "@ethersproject/keccak256"; const signature = keccak256("balanceOf(address)"); But the script failed with this error: Error: invalid arrayify value (argument="value",…
Paul Razvan Berg
  • 17,902
  • 6
  • 73
  • 143
11
votes
2 answers

Can I run a website 'on' ethereum or only 'with' ethereum?

Do you run a website 'on' ethereum or 'with' ethereum and if the latter, is that only with 'nodejs'?
Cisko Rijken
  • 211
  • 2
  • 5
11
votes
1 answer

Signing messages as a Gnosis Safe (eip1271 support)

Does Gnosis Safe have a native way to validate it's own eip1271 signatures? I know that Gnosis Safe's can have contract accounts as owners and it will verify those signatures according to eip1271 but what if I want my Gnosis Safe to sign a message…
smhtm
  • 121
  • 1
  • 3
11
votes
3 answers

What's the fastest way to mine a transaction so I can test contracts quickly?

I am developing a solidity automated test framework in nodejs that uses events/logging extensively. The use of events eliminates (I believe) all the RPC simulators out there. It's also frustrating to chase down simulator problems, I'd rather use a…
Paul S
  • 4,271
  • 1
  • 22
  • 48
11
votes
2 answers

How does data storage on the blockchain work?

If I store file chunks in the blocks, I'm causing duplicated blocks all over the networks (I mean, my file's chunks will be in each computer on the blockchain network, So eventually I have many many copies of this file in each block of each…
Roy Kuper
  • 153
  • 1
  • 1
  • 4
11
votes
2 answers

Corruption on data-block while synchronising

My home server's been down for a couple of days while I do some upgrades. I'd had Geth running in one of the terminal windows, but shut it down gracefully using exit before taking the server offline. On trying to restart it, I'm seeing the below…
Richard Horrocks
  • 37,835
  • 13
  • 87
  • 144
11
votes
1 answer

What are the IDs for the various Ethereum chains?

I'm looking to find the chain ID's for each network (homestead, etc.). I believe the v-value of signatures is associated with these to some extent. I'm also under the impression that the ropsten ID is 3, if that gives any context to what I'm looking…
Cisplatin
  • 273
  • 2
  • 7
11
votes
3 answers

Syncing ethereum testnet

I'm syncing my geth client with ropsten testnet and just realized how slow is the syncing process after a certain block(trying to retrieve information from blocks that got in blockchain yesterday) for a couple of hours. Basically I got several…
Saulo Ricci
  • 312
  • 1
  • 8