Most Popular
1074 questions
2
votes
1 answer
Cli-Wallet error: COMMAND attachToTangle is not available on this node
I tried to generate new addresses. During registration in the tangle following happened:
iota (http://PrivateNode:Port ✓) 0ι : address
One minute while we generate the address.
The address is…
Tobi MZ
- 1,607
- 1
- 12
- 31
2
votes
1 answer
Using Tails as USB Wallet - Is it safe?
This Tails Tutorial by onehitwonder was recently posted in the iota reddit and even endorsed by a reddit iota mod.
But did any dev or similar look over it, if its safe to use?
Would be great for the community to have an approved way to store your…
feux
- 23
- 3
2
votes
0 answers
How to do POW in local in Node js?
How to do POW in local? I have tried to use ccurl.interface.js pkg in Node js then overriding the attachToTangle function in IOTA.lib.js. but keep getting - "Error: Request Error: Invalid trytes input"
Please see the stack trace below:
I: Starting…
user1726562
- 21
- 1
2
votes
2 answers
Understanding getTransactionsToApprove
The official docs for getTransactionsToApprove state
The higher your depth value, the more "babysitting" you do for the network (as you have to confirm more transactions).
I don’t exactly understand why a greater depth forces me to confirm more…
ralf
- 1,063
- 5
- 10
2
votes
0 answers
Caching account data
Reading through the documentation for the IOTA Javascript Library I realized the method iota.api.getAccountData can be provided with an starting index:
iota.api.getAccountData(seed, {start: 123}, function(error, res) {
[...]
});
As you may…
josemmo
- 121
- 2
2
votes
1 answer
How to upgrade a full node after a snapshot?
I have a full node that runs on Linux Ubuntu. As I'm a Windows guy, I need someone to tell my how to upgrade my node to the newest IRI version and how to delete my database after a snapshot. I could of course re-install the whole server (I have…
mrstorm
- 41
- 2
2
votes
3 answers
How to proceed end to end with iota on Bitfinex (e.g., store them in Keepass)?
I am quite a newbie and got some iota. I'd like to store them, but I don't know how to even get them out of Bitfinex. I could transfer them to another wallet. Can somebody explain the whole process
rafalf
- 139
- 4
2
votes
0 answers
getNewAddress error Error: Invalid Response In IOTA
[![it try to generate the address for transition of bit-coin but very time show the in valid responses and i am using sandbox for transition [![const IOTA = require('iota.lib.js')
var iota = new IOTA({
'provider':…
ankur
- 31
- 1
2
votes
1 answer
Sharding/swarms
I see sharding and swarms are in the IOTA roadmap. The question is why is sharding necessary? Can it be compared to the way Ethereum plans to shard?
The only info I managed to find was a paragraph on the IOTA blog which is vague.
user3223162
- 457
- 2
- 13
2
votes
1 answer
How to validate bundle hash
I've been working with a C# port of the API and have managed to get messages posted to the tangle.
As most of these are zero values I thought I'd try reattach.online to help get them confirmed.
When I do this it complains about an invalid bundle…
Andrew Newland
- 121
- 1
2
votes
1 answer
Spam consequence on perma-nodes?
I know storage is cheap and that in the future the tangle will horizontally scale.
But I am thinking about bogus spam and its consequences for storage. I know they would be deleted after a snapshot. But a perma-node would keep a copy which seems…
GJEEE
- 713
- 3
- 9
2
votes
1 answer
Why does the official CLI app generate a new address when asked to check balances?
The official iota-cli app on the IOTA repo has a balance command which is supposed to calculate the balance for the logged in seed.
Sometimes, the command takes ages. I wondered and looked into the code. It seems, as if the balances command first…
ralf
- 1,063
- 5
- 10
2
votes
0 answers
Why are MIOTA transferred to the same wallet and then do not appear anymore?
I sent 999 MIOTA to my wallet, but after they were received they were immediately transferred again to the same wallet and now the wallet is empty. Can you please explain me what happened and where my MIOTA are…
John
- 21
- 1
2
votes
0 answers
IOTA lightwallet, transaction confirmed, address not attached to tangle, balance 0
I have two seeds set up and wanted to transfer 99.5 Miotas from one to the other. After creating the transaction, it was pending for about 3 hours and i published it to the network 3 more times. Now one is confirmed, the other 2 are "Persistenz: A…
Mario Deubler
2
votes
0 answers
How to get this transaction confirmed using the api
Need some help with a transaction. I'm trying to write my own wallet for learning purposes. I was able to get the PoW algorithm working in my local project and broadcast the transaction successfully for a transfer of 1iota. The transaction has been…
MorningDew
- 183
- 6