Bitcoin Forum
May 02, 2024, 08:06:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 [283] 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 ... 764 »
  Print  
Author Topic: IOTA  (Read 1471700 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
nrg1zer
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000



View Profile
July 25, 2016, 06:00:48 AM
 #5641

even with enabled babysitting mode, i cant get a successful transaction to the foundation address Sad
Tangle is solid, but when i try to make a transfer it don't get more then 0% persistence. generating addresses is no problem. Does anyone have the same troubles?

1714637202
Hero Member
*
Offline Offline

Posts: 1714637202

View Profile Personal Message (Offline)

Ignore
1714637202
Reply with quote  #2

1714637202
Report to moderator
1714637202
Hero Member
*
Offline Offline

Posts: 1714637202

View Profile Personal Message (Offline)

Ignore
1714637202
Reply with quote  #2

1714637202
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714637202
Hero Member
*
Offline Offline

Posts: 1714637202

View Profile Personal Message (Offline)

Ignore
1714637202
Reply with quote  #2

1714637202
Report to moderator
1714637202
Hero Member
*
Offline Offline

Posts: 1714637202

View Profile Personal Message (Offline)

Ignore
1714637202
Reply with quote  #2

1714637202
Report to moderator
1714637202
Hero Member
*
Offline Offline

Posts: 1714637202

View Profile Personal Message (Offline)

Ignore
1714637202
Reply with quote  #2

1714637202
Report to moderator
vlight
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500


View Profile
July 25, 2016, 06:29:59 AM
 #5642

even with enabled babysitting mode, i cant get a successful transaction to the foundation address Sad
Tangle is solid, but when i try to make a transfer it don't get more then 0% persistence. generating addresses is no problem. Does anyone have the same troubles?

It could be that the wallet needs more time to sync with the network(or whatever this process is called in tangle Cheesy ).
boomboom
Hero Member
*****
Offline Offline

Activity: 1068
Merit: 523



View Profile
July 25, 2016, 08:01:50 AM
 #5643

Is there a way to check address balances using API, while we wait for a tangle explorer?

https://iota.readme.io/docs/findtransactions


Thanks! Documentation example looks like we put a URL like below in our browser, what would be an example of the URL with correct syntax? (I'm non-programmer)

http://localhost:14265 \
  -X POST \
  -H 'Content-Type: application/json' \
  -d '{"command": "findTransactions", "addresses": ["RVORZ9SIIP9RCYMREUIXXVPQIPHVCNPQ9HZWYKFWYWZRE9JQKG9REPKIASHUUECPSQO9JT9XNMVKWYG VAZETAIRPTM"]}'

If you're using the Windows installer, go to C:\Users\yourname\AppData\Local\Programs\IOTA Wallet\resources\IRI

open console.html while the IOTA application is running.

type for example:

Code:
{"command": "findTransactions", "addresses": ["RVORZ9SIIP9RCYMREUIXXVPQIPHVCNPQ9HZWYKFWYWZRE9JQKG9REPKIASHUUECPSQO9JT9XNMVKWYGVAZETAIRPTM"]}

to get a list of transaction hashes which have the specified address as an input/output field. For each one of them, you can do:

Code:
{"command": "getBundle", "tail": "DLYEWUXHXFRUWOCJYKCFUDQXLEQKLTGMQDNV9BYGMWHJPKDEXGJWJLHHOCQKPQRMDEMOJJGLFLLZD9999"}

To get the list of transactions which were bundled with the specified transaction. This call returns the full value of all individual transactions.
If someone knows an easier way please let us know.



@achimsmile, thanks bro, that's awesome Smiley
jokumat
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
July 25, 2016, 08:13:08 AM
 #5644

even with enabled babysitting mode, i cant get a successful transaction to the foundation address Sad
Tangle is solid, but when i try to make a transfer it don't get more then 0% persistence. generating addresses is no problem. Does anyone have the same troubles?


Many people have 0% persistence. At this point Iota works only for some people in the community 
farl4web
Legendary
*
Offline Offline

Activity: 1205
Merit: 1000



View Profile
July 25, 2016, 08:16:11 AM
 #5645

even with enabled babysitting mode, i cant get a successful transaction to the foundation address Sad
Tangle is solid, but when i try to make a transfer it don't get more then 0% persistence. generating addresses is no problem. Does anyone have the same troubles?


Many people have 0% persistence. At this point Iota works only for some people in the community  

What means "babysitting mode"? The FAQ and documentation is not very strong in IOTA. On Slack devs are annoyed when we ask the same questions all the time, but there isn't much information for the users.
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
July 25, 2016, 08:21:26 AM
 #5646

even with enabled babysitting mode, i cant get a successful transaction to the foundation address Sad

Babysitting should be off if you are sending an important transfer.
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
July 25, 2016, 08:24:07 AM
 #5647

What means "babysitting mode"? The FAQ and documentation is not very strong in IOTA. On Slack devs are annoyed when we ask the same questions all the time, but there isn't much information for the users.

Babysitting means that you try to confirm old transactions. This requires much longer for your transaction to be issued though.
moonfrog
Sr. Member
****
Offline Offline

Activity: 341
Merit: 250


View Profile
July 25, 2016, 08:25:39 AM
 #5648

Does babysitting mean contributing and sharing your computing power for serving strange transactions?

empty
farl4web
Legendary
*
Offline Offline

Activity: 1205
Merit: 1000



View Profile
July 25, 2016, 08:26:17 AM
 #5649

What means "babysitting mode"? The FAQ and documentation is not very strong in IOTA. On Slack devs are annoyed when we ask the same questions all the time, but there isn't much information for the users.

Babysitting means that you try to confirm old transactions. This requires much longer for your transaction to be issued though.

Thanks. Put it in the FAQ and you can continue coding.
nrg1zer
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000



View Profile
July 25, 2016, 08:49:07 AM
 #5650

even with enabled babysitting mode, i cant get a successful transaction to the foundation address Sad

Babysitting should be off if you are sending an important transfer.

Well, that's an information i could have need some days before. Lets hope the donation will arrive.
r.o.o.t
Member
**
Offline Offline

Activity: 98
Merit: 10

http://github.com/root8/fsigDecredGUI


View Profile WWW
July 25, 2016, 11:49:16 AM
 #5651

I am sorry I did not read the whole thread, but I heard the development will be stopped. Is that right ?
source : https://bitcointalk.org/index.php?topic=1440112.2080

..-- ▰▰ DECRED.ORG ▰▰ --..
Jabbawa
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
July 25, 2016, 11:52:41 AM
 #5652

I am sorry I did not read the whole thread, but I heard the development will be stopped. Is that right ?
source : https://bitcointalk.org/index.php?topic=1440112.2080


No, the person saying that is a scam artist, check his trust and all the comments.

The deadline is tonight and we are very close to target.
Scott J
Legendary
*
Offline Offline

Activity: 1792
Merit: 1000


View Profile
July 25, 2016, 11:55:10 AM
 #5653

I am sorry I did not read the whole thread, but I heard the development will be stopped. Is that right ?
source : https://bitcointalk.org/index.php?topic=1440112.2080
Nope, development is going on right now.

There will be an announcement on the foundation "tonight" CEST.
r.o.o.t
Member
**
Offline Offline

Activity: 98
Merit: 10

http://github.com/root8/fsigDecredGUI


View Profile WWW
July 25, 2016, 02:24:15 PM
 #5654


Thanks for info Smiley

..-- ▰▰ DECRED.ORG ▰▰ --..
henryzzit
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
July 25, 2016, 06:42:03 PM
 #5655

http://forum.iotatoken.com/t/foundation-announcement-and-update/492
Scott J
Legendary
*
Offline Offline

Activity: 1792
Merit: 1000


View Profile
July 25, 2016, 06:45:33 PM
 #5656

Great news that the foundation has now met it's minimum amount of funding!

Quote
What will the Foundation do?
A complete IOTA Foundation roadmap and website with more detailed information will be published later in the week, but here is a brief summary:
Initiate C and RUST core client development.
Attend Internet-of-Things and Blockchain/Distributed ledger conferences and hackathons in the coming months in active role ( E.G. presentations about IOTA ).
In collaboration with some big holders give out development-bounties.
Be able to strengthen the brand and raise awareness of IOTA in all capacities.
Bring on companies and organizations, especially those focused on Internet-of-Things and blockchain.
Essentially realize the vision which started the R&D of IOTA
Be the de facto public organization behind IOTA

Who will be in the Foundation?
The founding members of the IOTA Foundation will essentially be the founders of IOTA and active early adopters with a proven track record. At the moment: David Sønstebø, Dominik Schiener, Serguei Popov and Sergey Ivancheglo. In addition to this there are 3 others that will most likely be part of it, but is not official yet, more info on this will come later in the week.

What should the rest of the community do?
While the foundation now has been decided on (as long as pledgers don't pull out all of a sudden), it is important that the community don't see this as some major achievement and think that it's time to kickback and watch the fireworks. The community still got ~95% of all total IOTA tokens in existence, make them count. Hire developers to work on ecosystem infrastructure, fund projects on top of IOTA, donate to the people in the community that is making a difference, donate to the foundation etc. We are still only at the beginning, now we must go for momentum
rtrtcrypto
Hero Member
*****
Offline Offline

Activity: 627
Merit: 500


View Profile
July 25, 2016, 06:46:49 PM
 #5657

Very happy the community has stepped up - thanks to those that worked hard and donated large portions of their funds.

Great news that the foundation has now met it's minimum amount of funding!

Quote
What will the Foundation do?
A complete IOTA Foundation roadmap and website with more detailed information will be published later in the week, but here is a brief summary:
Initiate C and RUST core client development.
Attend Internet-of-Things and Blockchain/Distributed ledger conferences and hackathons in the coming months in active role ( E.G. presentations about IOTA ).
In collaboration with some big holders give out development-bounties.
Be able to strengthen the brand and raise awareness of IOTA in all capacities.
Bring on companies and organizations, especially those focused on Internet-of-Things and blockchain.
Essentially realize the vision which started the R&D of IOTA
Be the de facto public organization behind IOTA

Who will be in the Foundation?
The founding members of the IOTA Foundation will essentially be the founders of IOTA and active early adopters with a proven track record. At the moment: David Sønstebø, Dominik Schiener, Serguei Popov and Sergey Ivancheglo. In addition to this there are 3 others that will most likely be part of it, but is not official yet, more info on this will come later in the week.

What should the rest of the community do?
While the foundation now has been decided on (as long as pledgers don't pull out all of a sudden), it is important that the community don't see this as some major achievement and think that it's time to kickback and watch the fireworks. The community still got ~95% of all total IOTA tokens in existence, make them count. Hire developers to work on ecosystem infrastructure, fund projects on top of IOTA, donate to the people in the community that is making a difference, donate to the foundation etc. We are still only at the beginning, now we must go for momentum
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
July 25, 2016, 07:55:39 PM
 #5658

Thanks to all who made this possible.

IOTA has a great community  Cool

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
kennyP
Hero Member
*****
Offline Offline

Activity: 544
Merit: 500



View Profile
July 26, 2016, 01:15:30 AM
 #5659

how long before we have a tangle explorer?
greentea
Legendary
*
Offline Offline

Activity: 1418
Merit: 1002



View Profile
July 26, 2016, 01:37:31 AM
 #5660

Satoshi Fund WTB 15,6Ti for 100 BTC << See below, actually not me buying. Just for better view.

If any whale wants to sell, this would be a nice offer to consider, would be nice to have them on bord: http://forum.iotatoken.com/t/satoshi-fund-is-looking-for-whales/478

Man they really want some cheap IOTA  Huh

NEM   NanoWallet   SuperNodes   Apostille   Landstead   Catapult   Mijin
▃▃▃▅▅▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▅▅▅▃▃▃
Pages: « 1 ... 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 [283] 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 ... 764 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!