ethereum Questions

1

i want to know where is the privatekey and transation store in google chrome file using metamask extension. can you help me? it is in /Users/jackson/Library/Application Support/Google/Chrome/Defaul...
Copperhead asked 29/9, 2018 at 15:0

2

Every time I try to deploy truffle migrate --reset my Organization.sol contract, I get the following error: Error encountered, bailing. Network state unknown. Review successful transactions manual...
Mickens asked 1/11, 2017 at 0:56

1

I was wondering what is the function of "discport=0" at the end of an enode address for an ethereum node. Also, I see that my enode address is populated with my IP address some of the tim...
Countrywoman asked 17/2, 2018 at 14:10

1

Solved

EtherScan provides a API for transaction details It's part of Geth/Parity Proxy APIs by name eth_getTransactionByHash, But I am unable to get information what ERC20 token was transferred and how ma...
Sexism asked 7/9, 2018 at 12:37

1

Solved

With this below solidity code I have tried to send ether to ethereum wallet address 0x1 via smart contract and it becomes failed. But, when I try to send ether to address 0x1 directly from my walle...
Mate asked 2/9, 2018 at 18:28

1

From this solidity doc I know that the constructor is called once when the contract is created. But are there other instances that the constructor is called? I am looking for all possible cases t...
Torose asked 2/9, 2018 at 17:28

1

I have two identical transactions, in this case sending same amount of tokens, that result in different actual gas consumed (NOT the cost, and a significant difference). Here are the tx hashes: ...
Holsworth asked 29/8, 2018 at 7:35

2

I'm interested in generating an Ethereum public key from a private key using Python. I've tried googling around and found some resources but these are all JS nothing using Python itself.
Buonaparte asked 21/8, 2018 at 9:33

1

I'm running a parity peer connected to a custom blockchain (PoA), but I can't send a transaction, nor see the list of transactions of my account. I get the following errors (see error screenshot): ...
Eschatology asked 11/4, 2018 at 10:16

1

I am deploying a private ethereum blockchain (geth) on a virtual machine on Azure. Upon deploying my Solidity contracts on the blockchain and launching my NodeJS application to it, I am able ...
Mcmurray asked 24/5, 2018 at 9:37

3

Solved

In Hyperledger we have something called a network admin and this admin will have access to all the cards and assets on the blockchain (at least I have tried to deny the admin access to assets using...
Pfennig asked 21/7, 2018 at 6:16

1

Solved

I want to create a viewable function (needs to return a string to the user) that searches a mapping for msg.sender and if the senders value is x, I want the contract to proceed accordingly. It all ...
Got asked 14/8, 2018 at 18:32

1

I am trying to call a method on my ERC20 token contract. I am connecting to 'https://rinkeby.infura.io/' httpProvider. I can call() constant methods but when i want to change the state of the contr...
Lehman asked 12/1, 2018 at 0:15

1

Does solidity have the ability to query transactions it puts on the blockchain, based on data in the transaction? By query I mean within solidity code running inside a smart contract (not web3.js r...
Roundfaced asked 2/8, 2018 at 1:11

1

Solved

I was recently reading about blockchains and am very intrigued by this technology. I had a few questions regarding blockchains: Do Blockchains use web-sockets to transmit information between user...
Gasser asked 13/7, 2018 at 3:49

1

Solved

What are the practical differences between these web3.py methods for sending a transaction? w3.eth.sendTransaction({}) w3.eth.sendRawTransaction(signed_txn.rawTransaction)
Mojgan asked 22/6, 2018 at 10:19

1

Solved

I am studying blockchain with Ethereum, and I want to use past transaction data in the Smart contract using Solidity. If I use Web3.js module in the program written in javascript, I can get these d...
Dihedron asked 21/6, 2018 at 10:38

1

I have an Ethereum contract with an event defined like so: event Apple(address indexed a, address b, address c); The event is fired and I can see the log in the transaction receipt. Via web3, w...
Comforter asked 11/5, 2018 at 0:27

1

I am trying to send ERC20 tokens in python with web3.py using a local private key. With this code I can send ether: w3 = Web3(HTTPProvider('https://api.myetherapi.com/eth')) signed_txn = w3.eth.acc...
Tay asked 8/6, 2018 at 16:15

0

I'm unable to get an Ethereum LES getProofsV2 (or getProofs) request to produce a ProofsV2 (or Proofs) response with anything but an empty array of Nodes. This is for a request targeted to a GETH n...
Haematogenesis asked 12/6, 2018 at 16:37

1

I'm studying solidity programming, and I have a question on this line of code: Transfer(0x0,msg.sender,tokens); I don't understand what 0x0 means. Is it the new token address or is it the new sma...
Simoniac asked 29/5, 2018 at 9:23

1

I've tried to follow the go-ethereum guide for this but it seems out of date. I've tried looking around for a web3 library in Go but everything tries to point back to "use geth." From Go, how do I...
Uncial asked 28/2, 2017 at 23:6

1

Solved

I am deploying a contract using truffle, and when I specify the gas limit as the gas I want to use for the transaction I always get the exceeds gas limit error. Why does this happen? edit What I a...
Polyzoarium asked 23/5, 2018 at 18:29

2

What is the best practice to save files as part of a blockchain's data? I have tremendously large files to be saved. Can't we save these file on cloud storage (centralized solution like dropbox), ...

2

Solved

I'm using PHP and curl with json to interact with my geth server. I'm able to do all I want except one thing: checking if user's inputted address is valid according to ethereum wallet format. I s...
Accountable asked 8/7, 2017 at 20:21

© 2022 - 2024 — McMap. All rights reserved.