Questions tagged [cardano-node]
The top-level component for a node.
301 questions
0
votes
2
answers
12
views
Problem syncing cardano-node in Preprod
I am trying to run a node in Preprod but it is stuck here:
{
"block": 45,
"epoch": 3,
"era": "Byron",
"hash": "...
0
votes
1
answer
31
views
Fully Synced Cardano Node, But Mempool Always Empty (Mainnet Node)
I’m running a fully synced Cardano node, but my mempool remains completely empty at all times even during peak traffic periods. This is unexpected, since I know Cardano’s mainnet usually has a steady ...
0
votes
0
answers
14
views
How to Connect Browser Wallets to a Cardano Private Network?
I'm currently working on a Cardano private network and I need to connect browser wallets to it. I've tried using wallets like Nami and Yoroi, but I couldn't find any option to configure them for a ...
0
votes
2
answers
39
views
Failed to Build the Cardano Node
got an error while updating the cabal for node. I am following the cardano documentation.
https://developers.cardano.org/docs/get-started/cardano-node/installing-cardano-node/#building-and-installing-...
1
vote
2
answers
107
views
Are old cardano node versions invalidated
Just checked one server which is running old node version Cardano Node 8.9.0 and i can see it has stuck and stopped syncing at 1st september. Are any old node versions invalidated now?
bam@nsserver:~$ ...
0
votes
1
answer
55
views
Cardano fullnode not syncing
I am using the following config files after downloading cardano-node & cardano-cli from GitHub
However, when I run the following command to run cardano-node:
cardano-node run \
--topology $...
1
vote
0
answers
41
views
redeeming from PlutusV3 script fails
This is the code of my smart contract. It basically requires exactly 3 reference inputs to pass validation.
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE ...
0
votes
1
answer
59
views
How to make relay node receive mempool txs without becoming a spo?
I want my relay to receive mempool txs just like how a stakepool operator's relay nodes work (preferably in p2p), i have tried topology updater before but as people are moving to p2p, peers i get ...
0
votes
1
answer
37
views
Installing cardano-node: pathspec 'null'
I'm following the instructions here for both Linux and Mac M2 chip...
Both installs are stopped at this instruction, with the following error:
~cardano-source/cardano-node$ git checkout $(curl -s ...
0
votes
1
answer
64
views
Cardano Node Compiler Error libsodium Fedora
for some reason i'm unable to compile cabal projects related to cardano projects on this system. not sure what could of changed recently as aside from recent system updates i haven't changed much. or ...
0
votes
0
answers
43
views
I want to develop my project related to Cardano
I want to develop a personal project related to Cardano. I have read some documents, but they require using project_id from Blockfrost. However, I don’t want to go that route. So, I’m wondering where ...
0
votes
2
answers
70
views
I want to mint an NFT using a JSON file using plu-ts, but I dont know how and where to start
I want to mint an NFT using a JSON file using plu-ts, but I don't know how and where to start.
Do I need to create a Node? OR Do I need to write it in Haskel? I have read and performed everything from ...
0
votes
0
answers
27
views
(Failed to build scrypt-0.5.0. The failure occurred during the configure step.)
Getting erro rwhile doing "cable build all".
OS
Your OS:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Cable version :
cabal-install version 3.6.2.0
compiled using ...
0
votes
1
answer
30
views
What means this line of script
What this means on cardano token time lock?
all: [
{
invalidAfter: 99336691
-1
votes
1
answer
57
views
Programmatically write and submit a smart contract
Title. Any ways to accomplish this? Preferrably in react/javascript
Edit: downvote me to oblivion!!
1
vote
1
answer
74
views
ogmios standalone running in a different computer that is running cardano-node
is it possible to run Ogmios standalone in a different computer that is running cardano-node. it happens that i already have cardano-node running in a computer but i dont want to overload that with ...
0
votes
0
answers
30
views
Cabal build all fail on M1
I want to add Cardano to Express project and followed the steps in documentation: https://developers.cardano.org/docs/get-started/installing-cardano-node/#macos. Unfortunately, “cabal build all” step ...
0
votes
1
answer
93
views
Failed to build cardano-crypto-wrapper
When I run "cabal build all" I get the error message "Failed to build cardano-crypto-wrapper-1.5.1.0". See below for log file. Any assistance would be appreciated. I was so close ...
1
vote
0
answers
37
views
Is there a standart way to sync off-chain metadata (assets, tokens, mints) like cardano-db-sync does with on-chain data (epochs, blocks etc)?
I have running cardano-node-ogmios:v5.6.0_1.35.5 in couple with cardano-db-sync:13.1.0.0 (docker-compose.yml) and looking for the solution to sync off-chain assets localy. Is there any standart ...
0
votes
1
answer
37
views
Query and extract NFT metadata from a cardano-node instance (without db-sync)
Is there a way to query NFTs and extract NFT metadata from a cardano-node instance without using db-sync?
0
votes
2
answers
266
views
Official IOG Cardano Node Course Documentation Error - Node Won't Start
I am following along with the new Official IOG Cardano Node Course:
https://cardano-course.gitbook.io/cardano-course/
I am stuck at Video 3 at 6 minutes and 8 seconds in.
https://youtu.be/YlUljmlCPYs?...
1
vote
1
answer
74
views
Node never begins to sync, hangs at certain point
Haven't started my node for 6 months (testnet) so I cleared the container to start another sync from scratch, keep getting this weird error & the node won't start adding new chain tips
cardano-...
2
votes
1
answer
36
views
Api for historical USD rates?
I want to fetch the historical USD rates from a timestamp, is there any api available for that could be used in javascript?
0
votes
3
answers
401
views
Given tx hash, get block # and info about block the transaction is in
Is there any API for this out already?
I'm looking for an API that:
Given a tx hash, can get the block # and info about the block which the transaction was in
get current block # and info about ...
0
votes
3
answers
70
views
Cardano-Node having errors at 84% sync
cardano-node 1.35.5
linux-x86_64
ghc-8.10
git rev 8762a10efe3f9f97939e3cb05edaf04250456702
Trying to connect to testnet
I downloaded the binary and configured it per instructions at lovelace academy. ...