Nano Currency

41 readers
1 users here now

Join the conversation on nano, an eco-friendly currency with ultrafast transactions and zero fees over a secure, decentralised network.

founded 2 years ago
MODERATORS
1
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/St0uty on 2025-06-18 20:56:51+00:00.


Today's AI would render any sort of "individual time investment to reward earned" genesis almost impossible to achieve without massive exploiting vulnerabilities. I'm aware that some people started to do this for nano's actual distribution near the end as well but I can't imagine it's possible to replicate today even closely

2
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Bizmicropayments on 2025-06-18 14:12:38+00:00.


BizMerchant 2025: Putting Nano on Nigeria’s Map – One Business at a Time

By Enaanapu Gabriel (Nano Ambassador, Nigeria and Convener of The BizMerchant Event)

Where everyday business owners struggle with unstable payments, high fees, and restrictive banking systems, one truth is becoming clear:

We don’t just need use cases, we need moments. We need community, local collaboration, and sustainable campaigns. Most of all, we need real systems for adopting seamless digital payments.

That’s the driving force behind BizMerchant 2025, an upcoming summit themed:

“AltPayments for Global Commerce”

📅 Date: August 30th, 2025 📍 Venue: Dansville Event Center

More than a conference, BizMerchant 2025 is a strategic play to onboard hundreds of Nigerians to Nano ($XNO) and tools equipping them with the tools to thrive in a borderless economy.

🌍 The Bigger Vision: Real world awareness of digital money .

To many, terms like “digital currency” or “borderless payments” still sound abstract. But through markets, barbershops, export hubs, and tech meetups, we’ve already begun to introduce Nano practically through focused education and effective partnerships at events

This year we would be scaling up this would with The BizMerchant Event- 2025 edition

A movement that doesn’t just elevate the digital money conversation It positions Nano as a solution for global commerce, remittances, and instant settlements.

And this time, we’re hosting: Local business owners, Fintech partners, exhibitors in Portharcourt's growing hub for crypto and digital payments in Nigeria

🎯 Event Goals & Campaign Highlights

✅ Live Speaking Sessions from Nano ambassadors and ecosystem leaders ✅ Founders’ Pitch Stage featuring startups & SMEs ✅ AltPayments Village – Live product demos from payment innovators ✅ Nano Booths & Exhibits showing how $XNO powers everyday transactions ✅ Business Clinics helping traders and creators go digital

But this effort won’t stop at the event. We’re also launching a pre- and post-event outreach campaign to bring Nano into everyday conversations

Midway Fundraiser Appeal: $600 to Power the Movement

To make Nano real before, during, and after the event we’re raising $600 to fund grassroots onboarding, tools, and content. This is represents want

What this will fund:

🎥 Onboarding videos , media Coverage, live stream and content Production- $200

🏪 Nano booths, banners merchandise printing and brand presence at the event - $200

📄 Flyers, stickers, and guides printing: $100

📣 Advertising, press, and digital campaigns $100

🤝 Follow-up meetups and adoption - $100

Other Cost : hall decorations, logistics, refreshments will be covered by local sponsors and co planners.

From Proven Work and Real Community engagement tours I’ve been fortunate to lead some of the biggest Web3 efforts in Port Harcourt while representing nano .Here are a few of them

Hosted nano focused solutions at the last BizMerchant Event:

https://nano.org/en/blog/bizmerchant-event-ignites-excitement-in-the-nigerian-nano-community--d08b0918

Other smaller non sponsored events 👇

https://nano.org/en/blog/first-african-merchant-meetup-exploring-business-innovation-solutions-for-2024--a82b0371

Also co Hosted Web3 Port city Conference . A notable web3 conference in Southern Nigeria

Now, using BizMerchant2025 as the engine to expand: Bringing creators, exporters, traders, and buyers together with trusted payment tools.

This isn’t branding. Its infrastructure building, user adoption, and economic access are the kind of impact Nano was built for.

Help us put Nano into the hands of real people. Not just on slides but in stores, phones, and everyday lives for to unlock systems, not just sponsor a stage. And I’m personally committed to delivering stories, content, results, and real data from the journey.

If we want feeless payments to win in Nigeria, this is how it begins.

Enaanapu Gabriel Organizer, BizMerchant 2025 Nano Lead 🇳🇬

X handles @enaagab @bizmerchantng

Wallet: nano_1ws5uxrsqb6ggmcnzi7p493kqxhs6y9357sw1tcdqjb3rgifacxy6kb99s7a

3
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/ornerybeef on 2025-06-17 20:48:48+00:00.


It's been almost 3 months since NanoPow v4? Yowza! Time for an update!

Prologue: NanoPow is a tool that generates and validates proof-of-work (PoW) required for Nano transactions. It works in a normal browser locally and offline so you don’t have to rely on third-party PoW services. Primarily, it's intended to be integrated by wallets and other services that have to generate PoW for their users and transactions. However, it also offers a standalone NodeJS work server and command-line tool that you can have up-and-running in as much time as it takes to install from npm.

Links at the bottom! Without further ado...

Changelog

  • New! API option
    • The options parameter now accepts an api property which can be "webgpu", "webgl", "wasm", or "cpu".
    • If not specified, NanoPow will select the best API automatically based on your browser's features.
    • The old API-specific classes (NanoPowGpu and NanoPowGl) have been replaced by this new option and deprecated as part of this release, making this a potentially breaking change.
  • New! WASM and CPU implementations
    • WebGPU is the fastest API available in NanoPow, and WebGL is a close second, but both of them are way faster than any CPU-based API.
    • However, they also suffer from varying levels of browser support and can be difficult to recover if there is a device error.
    • NanoPow now includes a WASM module written from scratch in AssemblyScript and a CPU module written in plain TypeScript to provide as much fallback coverage as possible.
    • The WASM module has been optimized as much as possible, and benchmarks show that it compares favorably to native CPU hash speeds.
    • The CPU module is now used for all work_validate calls for ease of maintenance. It can also generate work but should only be used for testing work generation at very low difficulties.
  • New! Start server on login
    • The docs/ directory now includes a sample systemd service unit file that can be used run the NanoPow work server in the background at login.
    • Instructions on usage are included in the sample file's header.
  • Improved! Multi-buffering to fully utilize the GPU pipeline
    • WebGPU now uses double-buffering to optimize for dispatch latency.
    • WebGL similiarly uses quadruple buffering to optimize for frame latency primarily caused by its dependence on display refresh rates.
  • Improved! Error handling
    • Browsers sometimes experience GPU failures. NanoPow now has improved error handling and tries to recover from errors.
    • Timeouts are now implemented to ensure long-running requests do not hog system resources.
  • Added Logger and Queue classes to improve logging and request handling.
  • Fixed bug in IPC implementation which communicates between CLI and server.
  • Server requests that throw an error during work calls will now return an error object to the user. (Errors with the server itself will continue to throw exceptions as before.)
  • Fixed issue with puppeteer launching NanoPow before GPU was ready.
  • Shaders are now generated with scripts for more robust algorithm implementations.
  • Improved configuration checks with NanoPowConfig class.
  • Loading of APIs is now deferred until requested.
  • Improved type checking and removed unnecessary type exports.

Links

Install from npm: https://www.npmjs.com/package/nano-pow

Include directly on your webpage from CDN: https://unpkg.com/nano-pow

Clone the repo: https://zoso.dev/nano-pow.git

If you have any questions, critiques, or feedback, please let me know! Thanks everyone!

4
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/SeniorTawny on 2025-06-17 18:54:29+00:00.


Hey Nano fam,

A long aspired goal was reached today: I've switched my representative from nano_node V28.1 to RsNano V1.0 after freshly bootstrapping the ledger. This is the first principal rep running the Rust version with a vote weight of 1.7%

I'm going to post vote participation results here after tomorrow's spam test.

It exports it's metrics to nanobrowse and it runs the node monitor too: https://monitor.rsnano.com/

Gustav

5
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/yap-rai on 2025-06-17 08:32:58+00:00.


Other USD and USDT pairs can be found on our hub https://hub.nano.org/trading

Read the notice here https://www.okx.com/en-br/help/okx-to-delist-alcx-nuls-mdt-bora-ctxc-xno-venom-radar-spot-trading-pairs

Obviously this is very disappointing however I do want to make a point that if nano is not used on exchanges by us all, we will lose those exchanges and pairs we worked hard to get. Spend and replace.

6
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/MomboteQ on 2025-06-16 14:26:43+00:00.


We’ve just shared a statement with important news about Get XNO, and our other projects.

Please read it carefully and help us spread the word.

Full message in the image below.

https://preview.redd.it/ss6jyn0ssa7f1.jpg?width=2484&format=pjpg&auto=webp&s=9ec015fc3199c006dfe6299759aa45206da63284

7
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/yeicrypto on 2025-06-16 09:11:29+00:00.

8
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/NanoMod on 2025-06-16 05:00:38+00:00.


Welcome to Nano!

This post is meant for things that are relevant but do not justify their own post. For example, debates, issues, simple questions, memes or similar.

We normally recommend using our Discord server for quicker answers but using this post is fine if you don't have/want Discord. Note that the official English Telegram channel for nano is @ nanocurrency.

It's common that users have the same questions. So please, before making a new thread, make some research and look for similar questions. You will often find a comprehensive answer to your question has already been given! Please also check the official nano forum linked below.

What is Nano?

A fee-less, instant, decentralized and eco-friendly digital currency meant for peer-to-peer payments. Ticker is XNO and currency symbol Ӿ.

Please check out r/nanocurrencybeginners or the Beginners Guide to Nano blog

Where can I get some and try it out?

Where to store Nano?

  • There are several wallets to choose from found in this guide or listed here
  • The most simple form is the Nano seed which unlocks your accounts. Make sure to keep a safe backup of it, or you will risk losing your funds!
  • Nano is supported on the hardware wallet Ledger Nano S and X. Refer to the Full Guide
  • More about Nano security

Trade / Price Talk Neighbour Communities

More Information

Rules:

  • Be respectful of one another. Follow the golden rule of friendliness
  • No trolling or shilling
  • No begging, bragging or illegal activities
9
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Inevitable-List1289 on 2025-06-15 16:49:14+00:00.

10
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/CryptoKingKongz on 2025-06-15 09:56:22+00:00.


What is the easiest way to create an online portal for small task but pay people in Nano, has this been made before.

11
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/NanoisaFixedSupply on 2025-06-14 20:32:55+00:00.


I know this is a large 148 report. Please at least read the Key Insights and Executive Summary sections (pages 9-16). This highlights the problems facing a nuclear energy future. So, if cheap energy is going to be difficult to solve, then the most energy efficient crypto (Nanocurrency) should be the one that becomes dominant.

Nanocurrency (XNO) is anywhere from 10x-1,786x more energy efficient than the conventional financial system. Around 10 million x more energy efficient than Bitcoin, and 10-168x more energy efficient than XRP.

  • Nano vs. ACH: 10–98 times more efficient.
  • Nano vs. Domestic Wire: 89–893 times more efficient.
  • Nano vs. International Wire: 179–1786 times more efficient.
  • Nano vs. XRP: 11.3-168 times more efficient.

The energy estimates for the conventional financial system are rough due to the lack of direct data from banks or Nacha. HMMMMMMM I WONDER WHY???? /S 🤔 The ranges account for variability in data center efficiency and transaction complexity. ACH energy per transaction: 0.0011–0.011 kWh (1.1–11 Wh). Domestic wire energy per transaction: 0.01–0.1 kWh (10–100 Wh). International wire energy per transaction: 0.02–0.2 kWh (20–200 Wh).

Nanocurrency (XNO) is approximately 70.5–168 times more energy-efficient than XRP, based on Nano’s estimated energy consumption of 0.0000471–0.000112 kWh per transaction compared to XRP’s 0.0079 kWh per transaction. But at low throughput (1 TPS), Nano’s efficiency drops to ~11.3 times better. The most likely range for typical use cases is 70.5–168 times, reflecting Nano’s block-lattice and ORV design, which significantly outperforms XRP’s validator-based consensus.

Bitcoin transactions are estimated to consume 1,000 kWh per transaction due to PoW mining. Nano’s 0.000112 kWh per transaction makes it **8.93 million times** more energy-efficient than Bitcoin. But efficiency of Nano scales up with more TPS usage, so going over 10 million times is likely.

Note: Nano’s energy estimates (0.0000471–0.000112 kWh) come from community analyses and official claims, but lack independent third-party audits. XRP’s 0.0079 kWh figure is from 2021 and may not reflect current efficiencies. Both require updated, rigorous studies.

No Transaction Fees: The absence of fees reduces the need for complex fee-market computations, further lowering energy use.

12
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Faster_and_Feeless on 2025-06-13 14:14:50+00:00.


I pledge allegiance to Nanocurrency of the universe, and to the decentralized fixed supply feeless transactions for which it stands. One eco-friendly digital hardmoney currency under God, highly divisible 30 decimal places, with liberty and justice for all.

13
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Qwahzi on 2025-06-13 12:59:13+00:00.

14
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/SeniorTawny on 2025-06-13 10:20:12+00:00.


We’re thrilled to announce the release of RsNano V1.0, the first official release of the Rust port of the original Nano node! 🎉

What is RsNano?

RsNano is a complete reimplementation of the Nano node, originally written in C++, now fully ported to Rust. Started on May 10, 2021, as a hobby project by Gustav Schauwecker, RsNano has grown into a robust, production-ready node after over 4 years, 7,000+ commits, and 100,000 lines of code. The entire codebase is now 100% Rust, bringing enhanced security, modularity, and testability to the Nano ecosystem.

Why RsNano?

RsNano strengthens the Nano network by:

  • Increasing network security: Memory-safe code reduces vulnerabilities.
  • Decentralizing development: Diversifying the tech stack for broader participation.
  • Learning and innovation: A platform to explore Nano’s internals.
  • Having fun: Built with passion for coding and the Nano ecosystem!

Why Rust?

Rust offers performance comparable to C++ but with compile-time guarantees for memory safety and thread safety, eliminating entire classes of bugs like:

  • Buffer overflows
  • Dangling pointers
  • Use-after-free errors
  • Null pointer dereferences

Rust’s modern design also simplifies multi-threaded programming, reduces bugs (like the ~70% of Microsoft’s bugs tied to memory safety), and makes refactoring easier. By using Rust, RsNano attracts a new wave of developers, fostering decentralized development and fresh contributions to the Nano community.

Journey to V1.0

What began as a fun side project evolved into a full-time endeavor. The porting process was live-streamed on YouTube, offering transparency and community engagement. Post-porting efforts focused on:

  • Enhancing unit tests for reliability
  • Improving code modularity and readability for future maintainability

What's inside V1.0?

RsNano V1.0 is compatible with nano_node V28.1, but it only supports LMDB as the dababase backend. The database file is compatible too, so it is possible, although not recommended, to reuse an existing database file from nano_node.

For running it with docker, just execute:

docker run -p 7075:7075 -v ~/Nano:/root/Nano simpago/rsnano:V1.0 --network=live node run

More options for building or running the node can be found in the README

As this is the first release, please consider it as bleeding edge and please be aware that it may still contain issues.

Thank You, Nano Community!

A huge thank you to the Nano community for their unwavering support and generous donations over the years. Your encouragement made RsNano V1.0 possible!

Special thanks to

  • Rui (Fiono11) for porting many different parts (for example the whole RPC-module!) and for the many insightful discussions about Nano's protocol
  • Luxbe for creating the rsnano.com website
  • Bob (gr0vity-dev) for testing RsNano
  • ArTombado for being the first supporter and for contributing fixes to the RPC module
  • stjet from the banano community for contributing to the RPC module

What’s Next?

RsNano V1.0 marks a major milestone, but the journey continues. We’re excited to keep improving the node, welcoming new contributors, and strengthening the Nano network.

Get involved, try RsNano V1.0, join the RsNano Discord server and join us in building Nano's future! 🚀

15
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Psilonemo on 2025-06-13 06:23:47+00:00.


My criticisms for BTC were always 4 things.

  1. People may be ok with exposing their everyday microtransactions, but they would NOT be ok with exposing their net worth. Censorship resistance is great in theory, but as a store of value btc is becoming hotter to handle as more and more people's digital identities get exposed online to criminals trying to rob whales of their btc. This includes the government. Hence the flight to things like monero.
  2. The energy tax is too great. As people buying to BTC, they are unknowingly paying an energy tax. As miners get their block rewards they would have to sell off some of the BTC they mine to sustain their operations - most of these costs being energy consumption. Unless this current surge in demand for nuclear energy due to AI infrastructure expansions catches on and also lets BTC miners use nuclear energy, these expenses will grow out of proportion and continue to be paid for by market participants.
  3. Mining centralization is inevitable because of what reason no.2 and the halving system. Every halving will price out more and more smaller miners. Only those with access to cheap limitless energy, security, and economy of scale will be able to mine. Eventually the endgame would see only a few mining entities left, exposing the BTC total hashrate to more than 50% control under one entity. Even if it's a 1% probability, this would be enough to warrant fear and uncertainty, a breakdown of trust.
  4. Transaction fees are not enough. Right now transaction fees account for about 10~15% of total mining revenue. The only way this becomes enough to cover for operation costs and then have profitable spread is global energy costs continue decreasing, rather than decreasing.

I personally believe that even if BTC survives as a store of value, things like XNO would still shine as the more practical utility when it comes to microstransactions. For example, if the cheapest fee I'd have to pay on the btc network exceeds 10 dollars, then I wouldn't pay that fee to buy a coffee.

What do you guys think?

16
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/pogmickenpox02 on 2025-06-13 02:11:01+00:00.

17
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/yeicrypto on 2025-06-12 08:37:58+00:00.

18
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/NanoisaFixedSupply on 2025-06-12 02:28:34+00:00.


It's been said "No taxation without representation."

What Nano delivers is "No taxation with representation."

Taxes are Fees. Fees are taxes. Diluting the money supply from inflating is just another form of a tax and a fee.

Being feeless is essential to preserving freedom and liberty.

As long as there is the ability to forcibly extract a value from someone, there is room for corruption.

Nanocurrency is anti-corruption.

If you have inflation of the coin supply, your value is being diluted against your will, and going to someone else who is not your representative.

With Nano, you have representatives and there are no fees or inflation taxes given to them. This forces complete accountability and eradicates corruption.

Even in a system where there is "taxation/fees/inflation with representation", it inevitably leads to corruption of those representatives, increasing the fees/taxes/currency debasement. We can clearly see this is a failed system and Nanocurrency making it the number 1 priority to be 100% comprehensive feeless brings a new paradigm.

Even if there were to be some sort of corruption to sneak into a the nano system, the preservation of being feeless and a fixed supply, makes it a law of necessity by means of market forces and dynamics, to root out the corruption. The corrupt actor (even if he got to power) cannot maintain it - funding through the means of fees or inflation (dilution of the money supply from new currency units) is out of their control. They will inevitably lose their power. They have no reliable source of future funding to keep their wicked and corrupt regime in place. Nano's governance brings perfect equity and fairness and FORCES it. So with Nano having the 1st top priority being 100% feeless/fixed supply/inflationless/tax free, it invariably creates an environment of perpetual self-re-enforcing sustainability around sound government and honest actors.

This is foundational to having trusable money. Nanocurrency is the most trustable money. Even gold and silver (traditional money) has been corrupted with corrupt actors owning goldmines etc and controlling all the supply for themselves. We all share in this planet and nobody should have an edge over our money supply. Nano gives us a sold foundation for an honest financial system. It is better than Bitcoin because there are no fees forced on you and absolutely no new units of supply are ever entering circulation again.

Nanocurrency is BETTER than a Gold Standard.

19
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/NanoMod on 2025-06-09 05:00:33+00:00.


Welcome to Nano!

This post is meant for things that are relevant but do not justify their own post. For example, debates, issues, simple questions, memes or similar.

We normally recommend using our Discord server for quicker answers but using this post is fine if you don't have/want Discord. Note that the official English Telegram channel for nano is @ nanocurrency.

It's common that users have the same questions. So please, before making a new thread, make some research and look for similar questions. You will often find a comprehensive answer to your question has already been given! Please also check the official nano forum linked below.

What is Nano?

A fee-less, instant, decentralized and eco-friendly digital currency meant for peer-to-peer payments. Ticker is XNO and currency symbol Ӿ.

Please check out r/nanocurrencybeginners or the Beginners Guide to Nano blog

Where can I get some and try it out?

Where to store Nano?

  • There are several wallets to choose from found in this guide or listed here
  • The most simple form is the Nano seed which unlocks your accounts. Make sure to keep a safe backup of it, or you will risk losing your funds!
  • Nano is supported on the hardware wallet Ledger Nano S and X. Refer to the Full Guide
  • More about Nano security

Trade / Price Talk Neighbour Communities

More Information

Rules:

  • Be respectful of one another. Follow the golden rule of friendliness
  • No trolling or shilling
  • No begging, bragging or illegal activities
20
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Qwahzi on 2025-06-10 17:21:13+00:00.

Original Title: From Piotr on X: "I’m very happy with the Nano V28 version rollout! We’re comfortably hitting ~250 CPS steady on the live network right now without even maxing out throughput capacity. I’d expect to see around 1k CPS with full bucket saturation at the current 10 MB/s bandwidth limit."

21
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Inevitable-List1289 on 2025-06-10 11:12:54+00:00.


The numbers show the fundamental difference in the philosophy of both networks:

₿ Bitcoin (BTC):

Transaction fees of the last 7 days: ~ USD 331,790,000 😲

331 MILLION dollars in fees!

Ӿ Nano (XNO):

Transaction fees of the last 7 days: USD 0 💪

ZERO fees!

"But Bitcoin has a much larger volume than Nano!!!" - so what? Nano would have no fees at all even with higher volume! So why should I use Bitcoin to pay for something?

Why this difference?

Bitcoin was the first cryptocurrency—a revolution, but not perfect. Perhaps as an investment or to provide computing power for AI—but not as a means of payment.

That's what Nano was designed for. Only as a means of payment! Nothing else!

And it's just as secure, mature, tested, proven, globally distributed, decentralized, etc.

But it's also instant and emissions-free.

Your opinion?

Is "zero-fee" the future for digital payments, or will everyone continue to promote Bitcoin payments?

and 🚀 Nano vs. Bitcoin: Comparison of emissions over the last 7 days

₿ Bitcoin (BTC)

Example calculation (highly simplified, as consumption fluctuates): If Bitcoin, for example, consumes 150 TWh per year, that's approximately 150 TWh per week / 52 weeks ≈ 2.88 TWh. Converted into emissions, this depends heavily on the energy mix. With a global average (e.g., 400-500g CO2/kWh), that would be over 1 million tons of CO2 per week.

Ӿ Nano (XNO)

Estimate for the last 7 days: Practically close to zero in terms of network operation. The energy consumption of a Nano transaction is comparable to sending an email or a very small amount of data.

I'm in favor of a tax on the consumption of biocapacity (e.g., electricity). See SPI surcharge u/ZielFWO

Your opinion? Is this a good idea? Will Nano benefit from it?

#Ӿ #Cryptocurrency #Nano #Bitcoin #Blockchain #Fees #CryptoNews #XNO #BTC #DigitalMoney #FMS #FWO


22
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/the_azarian on 2025-06-09 11:25:49+00:00.

23
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/Faster_and_Feeless on 2025-06-09 01:17:19+00:00.


Apparently another upgrade to the protocol was just released a few days ago.

Just wondering what's new?

24
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/CryptoKingKongz on 2025-06-08 12:07:09+00:00.


I asked Chat GPT to analyze some large wallets, it showed their are still wallets buying 50k-100k USD of XNO every week. Does any one have any thoughts on this?

25
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nanocurrency by /u/thecryptos on 2025-06-08 01:53:21+00:00.

view more: next ›