Most Popular

1074 questions
1
vote
0 answers

Full node resyncs every time we 'attach to tangle' and it take a long time

Full node resyncs every time we 'attach to tangle' and this takes a long time. We have a network of full nodes which need to process work in parallel and the resyncing is crippling their productivity. What can we do about this?
AndrewSm
  • 81
  • 1
1
vote
1 answer

IOTA Whitepaper: What is N in Section 3?

The IOTA Whitepaper refers to N but never defines what N means. Can anyone tell me what the N means in Section 3 and explain in words what the equation means? Thanks! Observe that at any fixed time t the set of transactions that were tips at some…
Bill Bisco
  • 365
  • 1
  • 9
1
vote
0 answers

Iota full node server & cloudflare warp

I have been wondering if anyone thought of using cloudflare warp on a public full node to load balance it. Is this feasible? Or better yet, is this of any real use?
Neffarion
  • 11
  • 1
1
vote
1 answer

Address used on Binance lost, and no funds in wallet

I have created an Iota wallet address. I sent Iota from Binance, but after a few hours I logged in and the address was gone and no funds were showing in wallet. The address I sent funds to isn't showing on accous/transaction. How do I claim my…
Peter
  • 21
  • 2
1
vote
2 answers

Will the transaction process eventually become easier?

I’ve heard a lot of good things about IOTA and I myself am quite convinced about the technology. However right now we read a lot about stuck transactions and that we have to promote and reattach for days. What would approaches be for wallets that…
Jonny
  • 83
  • 2
1
vote
2 answers

What are the advantages and disadvantages of DAG over blockchain?

I wanted to know what are advantages and disadvantages of DAG over Blockchain ?
1
vote
1 answer

What are the minimum requirements to run a full node?

Which minimum requirements are needed to run a full node regarding to RAM, CPU and Disk?
teclis
  • 214
  • 1
  • 9
0
votes
1 answer

Binance - Suspended

I'm new to the site and tried searching but couldn't find anything related to Binance always saying "Network Congestion, Withdrawal Suspend" when trying to withdraw IOTA shares - any ideas what is going on with that?
Joe Miele
  • 9
  • 1
0
votes
2 answers

How can I know if my IOTAs were stolen?

I see that my balance is 0i, yesterday there was a positive balance. I see a transaction confirmed going out that I didn't make. I created my seed using an offline /urandom command and mixing up few results + changing random letters. I kept the…
overkill22
  • 590
  • 3
  • 11
0
votes
0 answers

How to get transaction metadata using iota sdk?

I managed to get this data: type: 3, amount: '100000000', nativeTokens: [ { id: '0x083602db4cde74f1f3cf3945913bc7bc8e1a2fafd70c7e2895d034d68efe128d5f0200000000', amount: '0x13' } ], unlockConditions: [ { type: 0,…
0
votes
0 answers

Firefly Wallet Migration

Hi IOTA professionals, I installed firefly and migrated a very old wallet using my 81er key. It seems as if its doing something, but I have issues sending more coins from binanvcer, it looks like the address is in a different/strange format:
0
votes
1 answer

set up hornet node failed

I follow the guide to set up a iota node,but when I call http://0.0.0.0:14265/api/v1/tips,I got error error: { code: "503", message: "Service Unavailable, error: node is not synchronized: code=503, message=Service Unavailable" }
0
votes
1 answer

Questions / confusing sentences in IOTA White Paper

Question 1: this is the paragraph It is important to observe that we do not impose any rules for choosing which transactions a node will approve. Instead, we argue that if a large number of nodes follow some “reference” rule, then for any…
0
votes
1 answer

How to send a data payload of a size 1 MB or greater with MAM and node.js?

I know MAM is deprecated but I am doing some research on MAM. I was able to send and fetch a data payload of size 740 KB. But when I tried to use a data of 1 MB I am getting this issue with node.js Node.js displays fatal runtime error: Allocator…
Pranav
  • 35
  • 5
0
votes
2 answers

How can i get messages using the index in the node.js client

Thank you in advance. I would like to have a working example using the node.js client of iota, where i give an index to a function and the function returns to me the messages or the message ids. I have tried using const mes=…
user5852