BitesizeBSVvia treechat·5mo
❤️ 0 Likes · ⚡ 0 Tips
{
  "txid": "9465a5d11e407182c76f9923a40b91dfec899763fb399b3eda3399292a4378c8",
  "block_height": 0,
  "time": null,
  "app": "treechat",
  "type": "post",
  "map_content": "Does there have to be a set amount for each node to process input,  so that input can be generated?",
  "media_type": "text/markdown",
  "filename": "|",
  "author": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "display_name": "BitesizeBSV",
  "channel": null,
  "parent_txid": null,
  "ref_txid": null,
  "tags": null,
  "reply_count": 4,
  "like_count": 0,
  "timestamp": "2025-11-17T14:25:35.000Z",
  "media_url": null,
  "aip_verified": true,
  "has_access": true,
  "attachments": [],
  "ui_name": "BitesizeBSV",
  "ui_display_name": "BitesizeBSV",
  "ui_handle": "BitesizeBSV",
  "ui_display_raw": "BitesizeBSV",
  "ui_signer": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "ref_ui_name": "unknown",
  "ref_ui_signer": "unknown"
}
Signed by14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGKAIP!

Replies (4)

BitesizeBSVvia treechat·5mo
Replying to #9465a5d1
❤️ 0 Likes · ⚡ 0 Tips
{
  "txid": "3ba0d34f4d74e68393b319918a5da4e11eacd7c5c814c06a021b0108755d6572",
  "block_height": 0,
  "time": null,
  "app": "treechat",
  "type": "reply",
  "map_content": "Sorry ,  output to be generated",
  "media_type": "text/markdown",
  "filename": "|",
  "author": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "display_name": "BitesizeBSV",
  "channel": null,
  "parent_txid": "9465a5d11e407182c76f9923a40b91dfec899763fb399b3eda3399292a4378c8",
  "ref_txid": null,
  "tags": null,
  "reply_count": 0,
  "like_count": 0,
  "timestamp": "2025-11-17T14:37:30.000Z",
  "media_url": null,
  "aip_verified": true,
  "attachments": [],
  "ui_name": "BitesizeBSV",
  "ui_display_name": "BitesizeBSV",
  "ui_handle": "BitesizeBSV",
  "ui_display_raw": "BitesizeBSV",
  "ui_signer": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "ref_ui_name": "unknown",
  "ref_ui_signer": "unknown"
}
Signed by14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGKAIP!
Caseyvia treechat·5mo
Replying to #9465a5d1
❤️ 0 Likes · ⚡ 0 Tips
{
  "txid": "a2918ead5a10517451d956243638af154b572a0e9121b697461d521db189947f",
  "block_height": 0,
  "time": null,
  "app": "treechat",
  "type": "reply",
  "map_content": "You mean a minimum quantity of TXs/Wallets/Nodes in order to generate a Graph? If so, nope!\r\nYou can use the side-bar slider settings to refine things, too.\r\n\r\nIn terms of Wallets with just 1 TX, it will load these fine, too.\r\n\r\nThe system reads transaction data from the blockchain API and processes all inputs it finds, regardless of their value. The code handles inputs with any value, including zero! :)",
  "media_type": "text/markdown",
  "filename": "|",
  "author": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "display_name": "Casey",
  "channel": null,
  "parent_txid": "9465a5d11e407182c76f9923a40b91dfec899763fb399b3eda3399292a4378c8",
  "ref_txid": null,
  "tags": null,
  "reply_count": 0,
  "like_count": 0,
  "timestamp": "2025-11-17T14:37:30.000Z",
  "media_url": null,
  "aip_verified": true,
  "attachments": [],
  "ui_name": "Casey",
  "ui_display_name": "Casey",
  "ui_handle": "Casey",
  "ui_display_raw": "Casey",
  "ui_signer": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "ref_ui_name": "unknown",
  "ref_ui_signer": "unknown"
}
Signed by14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGKAIP!
Caseyvia treechat·5mo
Replying to #9465a5d1
❤️ 0 Likes · ⚡ 0 Tips
{
  "txid": "86807dedd10f893fe64c74541718fa031fa5dc562253701d60fc42340656d35e",
  "block_height": 0,
  "time": null,
  "app": "treechat",
  "type": "reply",
  "map_content": "Haha sorry yes, just saw!\r\n\r\n\u2014\r\n\r\nThere doesn't need to be a set amount for outputs to be generated.\r\nOutputs are similarly processed from blockchain transaction data, regardless of value (including zero). There is one important distinction:\r\nOutput processing depends on depth:\r\n          At depth 1:\r\n\r\nOP_RETURN outputs are always generated as nodes\r\nScript outputs (non-standard) are always generated as nodes\r\nRegular wallet address outputs are not generated as separate nodes (only the connection to the seed address is tracked)At depth > 1:\r\nAll output types are processed\r\nRegular wallet outputs are generated as nodes (capped at 10 per transaction for display)\r\nOP_RETURN and script outputs are still always processed\r\nI introduced an 'OUTPUTS_CAP = 10 limit', which is a display cap, not a processing requirement. If a transaction has more than 10 wallet outputs, the first 10 are shown as individual nodes, and the rest are grouped into a cluster node (e.g., \"+15 more\") that can be expanded.\r\nTo summarise: Outputs don't need a set amount to be generated. The system processes whatever outputs exist in the blockchain transactions.\r\n\r\nThe only requirement is that at depth 1, regular wallet outputs aren't expanded into separate nodes\u2014only OP_RETURN and script outputs are shown as nodes at that depth.\r\n\r\nAdditionally, (off-topic a little) API rate limiting is currently throttled via 410ms requests, which is what causes the slow-loading times (and occasionally hitting rate limits and missing some results). This is something I'm waiting to hear back from WoC in regards to hopefully increase and solve these issues, but figured I'd share the platform here so you guys can play with it at least a little bit, even with rate limits and small bugs/errors as a result.\r\n\r\n\u2014\r\n\r\nHope that makes some more sense! :) \r\n/ Let me know if I completely missed the point, lol!",
  "media_type": "text/markdown",
  "filename": "|",
  "author": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "display_name": "Casey",
  "channel": null,
  "parent_txid": "9465a5d11e407182c76f9923a40b91dfec899763fb399b3eda3399292a4378c8",
  "ref_txid": null,
  "tags": null,
  "reply_count": 0,
  "like_count": 0,
  "timestamp": "2025-11-17T16:30:11.000Z",
  "media_url": null,
  "aip_verified": true,
  "attachments": [],
  "ui_name": "Casey",
  "ui_display_name": "Casey",
  "ui_handle": "Casey",
  "ui_display_raw": "Casey",
  "ui_signer": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "ref_ui_name": "unknown",
  "ref_ui_signer": "unknown"
}
Signed by14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGKAIP!
BitesizeBSVvia treechat·5mo
Replying to #9465a5d1
❤️ 0 Likes · ⚡ 0 Tips
{
  "txid": "e46effdfa80a3515de6db27ae1cfc71cc358731bcaa301c3708038ffcd56f9de",
  "block_height": 0,
  "time": null,
  "app": "treechat",
  "type": "reply",
  "map_content": "I\u2019m going to guess you didn\u2019t see that??",
  "media_type": "text/markdown",
  "filename": "|",
  "author": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "display_name": "BitesizeBSV",
  "channel": null,
  "parent_txid": "9465a5d11e407182c76f9923a40b91dfec899763fb399b3eda3399292a4378c8",
  "ref_txid": null,
  "tags": null,
  "reply_count": 0,
  "like_count": 0,
  "timestamp": "2025-11-17T16:30:11.000Z",
  "media_url": null,
  "aip_verified": true,
  "attachments": [],
  "ui_name": "BitesizeBSV",
  "ui_display_name": "BitesizeBSV",
  "ui_handle": "BitesizeBSV",
  "ui_display_raw": "BitesizeBSV",
  "ui_signer": "14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGK",
  "ref_ui_name": "unknown",
  "ref_ui_signer": "unknown"
}
Signed by14aqJ2hMtENYJVCJaekcrqi12fiZJzoWGKAIP!