Latest questions in Blockchain

0 votes
1 answer

Why to use libraries over Json-RPC to interact with Blockchain?

Though Json-RPC provides methods to interact with ...READ MORE

Jan 11, 2019 in Blockchain by Omkar
• 69,230 points
532 views
0 votes
1 answer

How to interact with blockchain from web application?

You can use the Web3.js library to interact ...READ MORE

Jan 11, 2019 in Blockchain by Omkar
• 69,230 points
1,126 views
–1 vote
1 answer

How to add a static node to private ethereum network?

There are two ways to do this. 1. Configuring ...READ MORE

Jan 11, 2019 in Blockchain by Omkar
• 69,230 points
1,624 views
0 votes
1 answer

Why is geth --fast faster in downloading the Blockchain?

When you use the --fast flag to download the Blockchain, ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
911 views
0 votes
1 answer

How to get Node URL in private ethereum network?

You have already noticed that  admin.peers does ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
1,551 views
0 votes
1 answer

admin.peer not working

There is a typo in your command. ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
426 views
0 votes
1 answer

How to get IP address of peer connected in private ethereum network?

To get these details, you can use ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
2,852 views
0 votes
1 answer

How to check peer connectivity in ethereum private network?

You can use the net module to check the ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
1,354 views
–1 vote
1 answer

How to get balance of all accounts in ethereum network using javascript?

You can write a function that will ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
2,178 views
–1 vote
1 answer

How to list ethereum accounts in RPC?

You can use the following command to ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
1,265 views
–1 vote
1 answer

How to connect two different nodes in private ethereum network?

To connect two nodes, you can use ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
2,664 views
–1 vote
1 answer

How to change default account in private ethereum network?

First list the accounts: > eth.accounts NOTE: Even ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
1,659 views
–1 vote
1 answer

How to import an account in private ethereum network?

 When you create a new account, the ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,230 points
1,389 views
0 votes
1 answer

How to check ethereum logs?

Hey there! You don't have a Verbose ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,230 points
9,267 views
0 votes
1 answer

Not able to send ethers in private ethereum network

Your account is locked by default due ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,230 points
885 views
0 votes
1 answer

How to set miner threads outside geth console?

Yes, you can set the miner threads ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,230 points
1,163 views
0 votes
1 answer

How to get account with ethers by default in ethereum private network?

Have you created an account before allocating ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,230 points
1,523 views
0 votes
1 answer

Not able to unbox truffle drizzle

It could be due to a broken ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,230 points
1,400 views
–1 vote
1 answer

Latest block number in Bitcoin

You can get the current block number ...READ MORE

Jan 7, 2019 in Blockchain by Omkar
• 69,230 points
519 views
0 votes
1 answer

Bitminter shows no progress but my system heated up and shutdown

After initialization of bitminter you won't be ...READ MORE

Jan 3, 2019 in Blockchain by Omkar
• 69,230 points
812 views
0 votes
1 answer

Not able to pull any events in ethereum

You need to catch the even emitted ...READ MORE

Dec 31, 2018 in Blockchain by Omkar
• 69,230 points
361 views
0 votes
1 answer

Ethereum contract hangs on AWS

Please check the memory consumption for docker ...READ MORE

Dec 31, 2018 in Blockchain by Omkar
• 69,230 points
471 views
0 votes
1 answer

When I create public getters (committed code), my contract exceeds code size limit

Are you pushing info one by one ...READ MORE

Dec 31, 2018 in Blockchain by Omkar
• 69,230 points
355 views
–1 vote
1 answer

User Identity Management in Ethereum using ERC725

The identity consists of two main parts: Keys ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,230 points
1,780 views
–1 vote
1 answer

User Identity management on Ethereum Blockchain

User Identity management can be done via ERC725 ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,230 points
1,267 views
–1 vote
1 answer

Unable to create account in geth

Well, that's not how you create a ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,230 points
568 views
0 votes
1 answer

Not able to install Multichain

Hi. It seems you have changed some ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,230 points
472 views
0 votes
1 answer

HyperLedger Fabric and Multichain - difference & different use cases

MULTICHAIN: It is a Permissioned Blockchain. It doesn't implement ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,230 points
2,927 views
+1 vote
3 answers

How to resolve the hyperledger fabric versions set up?

How to simple way to upgrade the ...READ MORE

Dec 18, 2018 in Blockchain by anonymous
2,315 views
0 votes
3 answers

Solidity: TypeError: Data location must be "memory" for parameter in function, but none was given.

Could be a version problem. This worked ...READ MORE

May 1, 2019 in Blockchain by Yogi
4,270 views
0 votes
1 answer

Solidity error: SyntaxError: No visibility specified.

As mentioned in the error, you have ...READ MORE

Dec 12, 2018 in Blockchain by Omkar
• 69,230 points
6,880 views
+1 vote
2 answers

Not able to install Solidity in Ubuntu

As far as I can understand the ...READ MORE

Nov 26, 2019 in Blockchain by DeadShotOne96
1,637 views
0 votes
1 answer

How to print a message in Solidity??

You can use the require function to do this. ...READ MORE

Dec 12, 2018 in Blockchain by Omkar
• 69,230 points
15,393 views
0 votes
1 answer

Cant set Remix IDE to work on testrpc

As I can see that you are ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
601 views
0 votes
1 answer

truffle create contract shows no network available error

In your truffle project directory, you have ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
897 views
0 votes
1 answer

How to create a contract in truffle?

The command you are using to create ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
1,367 views
0 votes
1 answer

Not able to create contracts in truffle

It seems like you have files missing that ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
571 views
0 votes
1 answer

Not able to migrate truffle project even after running testrpc

Maybe you forgot to compile the project ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
627 views
0 votes
1 answer

Truffle migrate: Error: You must specify a network_id in your 'development' configuration in order to use this network.

You have to mention the network id ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
7,563 views
+1 vote
2 answers

Not able to create new account in geth for private ethereum network

Looks like the account you are trying ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
3,558 views
0 votes
1 answer

Not able to attach geth.ipc: Fatal: Unable to attach to remote geth: connect: connection refused

You should not mention double quotes for ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
2,803 views
0 votes
1 answer

Can not open geth console: Fatal: Error starting protocol stack: listen tcp :30303: bind: address already in use

The default port for geth is 30303. ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
5,132 views
0 votes
1 answer

Private ethereum network can not find geth.ipc

If you have initialized the genesis block ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
2,330 views
0 votes
1 answer

How to reintialize genesis block in geth ethereum?

You are getting this error because you ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
5,888 views
0 votes
1 answer

geth: Fatal: invalid genesis file: invalid character 'â' looking for beginning of object key string

Looks like your editor is adding characters ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
6,680 views
+1 vote
1 answer

geth: Fatal: Failed to read genesis file: open “/home/edureka/privatechain/”: no such file or directory

Use this: geth --datadir ./data init ./custom_genesis.json READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
3,295 views
0 votes
1 answer

geth: Fatal: Error starting protocol stack: datadir already used by another process

It seems like geth is already running. ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,230 points
5,154 views
0 votes
1 answer

Why do I require fabric-kafka and fabric-order containers in same network?

There are three ordering services, as you ...READ MORE

Dec 6, 2018 in Blockchain by Perry
• 17,100 points
936 views
0 votes
1 answer

How to use different network cards for multiple composer rest server users?

You are getting the same network card in ...READ MORE

Dec 6, 2018 in Blockchain by Perry
• 17,100 points
1,013 views
0 votes
1 answer

truffle compile shows error: TypeError: Invalid type for argument in function call.

You are getting this error because you ...READ MORE

Dec 5, 2018 in Blockchain by Omkar
• 69,230 points
1,928 views