-
Is the private key of metamask saved on its own server?
about the ethernet square wallet. metamask is a Google plug-in. All created accounts, transfers and so on communicate through json rpc, so ask if the server also keeps this copy of the private key. ...
-
Why does the pbft algorithm require N > = 3f + 1?
Why does the pbft algorithm require N > = 3f + 1?
or what happens when the primary node is a fault node?
...
-
Are there any good public cloud services in blockchain? Ability to support smart contracts
I have the idea of a blockchain project. I don t want to build my own private chain. are there any good public cloud services? To be able to support smart contracts ...
-
Mac golang vscode Fabric test case debug. Ltdl.h could not be found by running the main function
< H1 > github.com hyperledger fabric vendor github.com miekg pkcs11 < H1 >
.. work src github.com hyperledger fabric vendor github.com miekg pkcs11 pkcs11.go:26:10: fatal error: ltdl.h file not found
< H1 > include < ltdl.h > < H1 >
^~~~~...
-
Are the following two Synchronize blocks mutually exclusive?
Object obj=new Object();
Object obj2=obj;
synchronized(obj){}
synchronized(obj2){}
what if this is the case?
Object obj=new Object();
synchronized(obj){}
obj=new Object();
synchronized(obj){}
...
-
There is a BAD_REQUEST problem when deploying first-samples in Hyperledger Fabric
When runs first-samples, uses docker-compose- f docker-compose-cli.yaml up-d to start the network, the cli container cannot be created. Open the logs message of the cli container 2018-04-13 11 br 31br UTC [msp] GetDefaultSigningIdentity-> DEBU 00b Ob...
-
Is incompatible with i386 output
the following error occurred while compiling ckpool:
should not, ah, the same code, I did not appear in another version of the compilation should be the cause of the environment, added CFLAGS plus-M32 also reported an error, solve!?
...
-
Do you need to traverse related transactions in the entire blockchain when reading variables in smart contracts?
if an array is defined in the smart contract, and the append method. So to read the latest value of this array, do you need to traverse the relevant transactions in the entire block chain and read out all the append (and possibly delete) to finally get t...
-
Encrypt the data stored in IPFS. What if the secret key is leaked?
data in ipfs cannot be tampered with or deleted, and many blockchain projects encrypt data and store it in ipfs.
so, if the secret key of encrypted data is leaked, won t all encrypted data be leaked as well? How to stop the loss?
...
-
Questions about Mining of geth client testing Network miner.start () in Ethernet Square
recently, I have been looking at something related to Ethernet Fang. There is a question about testing network mining that is not clear, as follows:
I use miner.start () to dig mines here, young and old, but when I go to Ropsten Testnet , I ca...
-
Do you need to traverse related transactions in the entire blockchain when reading variables in smart contracts?
if an array is defined in the smart contract, and the append method. So to read the latest value of this array, do you need to traverse the relevant transactions in the entire block chain and read out all the append (and possibly delete) to finally get ...
-
Calling the contract function through web3js is not successful, but it can be done on remix ide
the front end uses web3js, to call a simple contract function with an error. But it can be successful on remix. here is the contract function, which is a simple loop, but there is also an error. What s going on? Thank you.
metamask
...
-
Ask a problem of block chain public key and extended public key
what is the relationship between BIP32 Extended Public Key and Pubic Key? Can you change it?
for example: BIP32 Extended Public Key: xpub69RogXjzChBZoR8iyx4YoSgFcECGTDM8vV28YAnFHXYpNCxuphieARWjPk4Yd4EvPsugHAcgYS8E3o2fftsFaPVuMc6f48fRuhr7GkRQz3M
P...
-
Eth quickly sends a large number of transactions
hi I am now working on a trading platform . There are a large number of tokens on the platform, which may be raised by a person several times, and the number is the same. Then the administrator checks all the coins on this page, and then confirms that...
-
Geth client and Mist wallet are under the Ropsten network, why is the balance of the same account different?
Mist wallet account: 0xB17000eB180dABEF81Eb110D175e096AF39C1203 has a balance under the Ropsten Testnet network.
[the browser has a balance] https: ropsten.etherscan.io .
Geth client:
start script:
geth-- rpc-- rpcapi "db,eth,net,web3,perso...
-
The problem of tradingview making K-line trend chart
recently, I need to make a K chart of the trend of a trading platform. I came into contact with this thing for the first time, and now I know that a lot of people use Kline and tradingview. More inclined to tradingview. There are a few languages support...
-
Where is the extra height that a div element contains an inline-block element with a font-szie attribute?
<style>
span {
display: inline-block;
font-size: 12px;
}
< style>
<div>
<span>hello < span>
<span>world< span>
< div>
where did the extra height come from?
...
-
How to prove that the project is a blockchain project?
now many projects are under the banner of blockchain projects. is not provided, so it is the same as the general project. Why is the blockchain project?
so how do I know if this project is a blockchain project? What can you prove?
...
-
Etherfang set up a private chain and began to dig mines to appear OOM. Memory keeps growing until the geth process is killed
problem: OOM appears when building a private chain and starting to dig a mine. Memory keeps growing until the geth process is killed
< H2 > build the private chain of Ethernet Square < H2 >
Dockerfile
-----------------------------------
FROM ubuntu
...
-
Questions about the computing power of block chains
in theory, more than 51% of the computing power can be tampered with. Many of the federation chains are made in the form of the same platform s own servers. Can it be said that 100% of the computing power is in the hands of this platform, and it is poss...