Questions tagged [linux]
Questions pertaining to Ethereum clients or software on the Linux operating systems. Typically the bug or question would, most likely, only occur on Linux or is Linux-specific.
72 questions
0 votes
1 answer
75 views
Problem with metamask wallet with debian LINUX
have a prblem with METAMASK wallet.I forgot my seedphrase but have the password,I use Linux Debian and I need to access to the safe,u have solution?
1 vote
1 answer
101 views
problem on running Chainlink node
I am currently running a linux aarch64 nvidia jetson tx2 machine. I try to run my chainlink node with docker using this docs here. In the line of cd ~/.chainlink-nvidia && sudo docker run --...
0 votes
0 answers
28 views
Two desktop GPU cards, and the second is wrongly identified and unusable
I've got 2 GPUs inserted into my desktop motherboard: Device 0: Name: AMD Radeon (TM) RX 480 Graphics Address: 10:0 This one works, displays and mines OK. Then: Device 1: Name: AMD Radeon (TM) RX 480 ...
1 vote
0 answers
725 views
How can I solve the runtime error I'm having while trying to download the Ethereum blockchain?
I've installed core-geth successfully and started downloading the Ethereum blockchain on Ubuntu (20.04.02 LTS), to an external SSD, with the following command: sudo geth --syncmode fast --cache 256 --...
3 votes
0 answers
512 views
Firewall blocks interactions with geth peers and it is not clear how to fix it
Input: geth on port 30303 port 30303 forwarding is enabled on router uPnP is disabled on router UFW firewall is enabled with the following rules: $ sudo ufw status verbose ...
0 votes
0 answers
285 views
Using a bash script containing truffle commands to connect with multiple network in order to send transactions
Context: I have created a local Ethereum test net. I am using truffle to send transactions to EVM nodes. I have created a bash script that looks as follows (send_transactions.sh): sudo truffle ...
7 votes
1 answer
267 views
Is go-ethereum performance much affected by linux filesystem choice?
Storage performance often seems to be a bottleneck when running a geth node, even when running on SSDs. Does anyone know of performance comparisons under different linux filesystem choices? By ...
0 votes
0 answers
1k views
How to compile solidity code in Kali Linux
I have tried to install the remix IDE for compile my codes in solidity, since for some reason the remix IDE don't open online. I executed the codes bellow and give that errors. Sorry anything ...