Bitcoin Forum
May 28, 2024, 02:25:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: May 08, 2022, 06:35:43 PM
Hello everyone!
Congratulations on the project's birthday (the third one!), and we are happy to announce that we are rolling out a new release with Tor support out of the box! This build does not install any additional components to support Tor. Instead, we natively implemented protocol support, avoiding the need to keep the loaded Tor network service in memory all the time. It was a big and challenging job since such libraries did not exist before, and we put a lot of effort into achieving this result. In addition, we have closed all the "issues" in GitHub (but @musclesonvacation recently managed to write new ones), and a lot of fixes and improvements have been made based on those reports.
Thanks to everyone for your support and collaboration!

Release short rummary:
  • !!!Added TOR support for transactions relaying(both simplewallet and UI)!!!
  • predownload bumped up to 1569k
  • wallet: minor htlc error-handling improvement
  • Fixed multiple minor issues #262, #319, #318, #284, #277, #262
  • Implement smart blacklisting of wrong nodes (#293)
  • Fixed multiple UI artefacts
  • Added command line option to disable price fetching from GUI wallet (#315)

FYI: With this new release, we added lib OpenSSL to dependencies (and added instructions for it's setup in readme), also, we have changed the minimal Boost version to 1.70 due to the latest changes in the codebase.

https://github.com/hyle-team/zano/releases/tag/1.5.0.143

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: January 07, 2022, 12:24:40 PM
New ZANO pool, unique code

https://zano.supportcryptonight.com/

Mining Pool Address: zano.supportcryptonight.com
Ports:
6646 - Low end hardware
6647 - High end hardware
6648 - Nicehash/ MRR

1% pool fee
EU fast server
Spread some hash and try it.


Great news! Thanks!
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: December 23, 2021, 01:34:37 PM

Hey everyone!
Great news!

Zarcanum — A Private Proof of Stake Scheme with Confidential Transactions and Hidden Amounts 

https://blog.zano.org/zarcanum-a-private-proof-of-stake-scheme-with-confidential-transactions-and-hidden-amounts/

Help spread the word: https://twitter.com/zano_project/status/1474003786607829005?s=20



4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Zano - We need a better subject line! on: December 03, 2021, 03:48:45 PM
Yes, it will be enabled by default.

Awesome !

We already got thin TOR library, you can take a look into it if you wish: https://github.com/hyle-team/tor-connect

Oh, I wasn't expecting a full reimplementation of the Tor stack. Is there any particular technical reason to do so that I am missing ?
Because there's so many ways it could go wrong : no padding, no guard rotation, no stream isolation, no pluggable transport for censorship resilience, nor every other crucial security/privacy features that Tor have implemented over time.

If this is only a matter of porting the Tor build process to CMake, which I believe has already been done by other projects, maybe it would be more interesting to go that way than reinventing the wheel ?

Other ToR implementations works as a resident process/daemon, which is not suitable for mobile application, we wanted to have light implementation which create "circle" and deliver tx to outer world. Also, tx itself is not something private - this info is absolutely public, so exit nodes won't hurt any privacy aspects of transaction, only if someone can re-construct full circle of onion route and figure out ip address, which i guess quite hard with ToR.



5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Zano - We need a better subject line! on: November 04, 2021, 09:59:58 AM
Hey, we've decided to go with Tor. Afaik the library is ready and it's just a matter of integrating it.

That's a great news !
Yes, Tor is a solid choice : ZCash for instance also chose it, and is funding a rust implementation named 'Arti', which is quite exciting Smiley (Let's just hope that it won't have the same ending as Kovri...)

I have a question regarding the implementation : will the use of Tor Hidden Services be enforced by default ? I personally hope so, as privacy should always be the default (or there isn't any privacy at all). And in the specific case of Tor, it eliminates the risk of malicious exit nodes (as Hidden Services don't use them), which also matters in terms of security : https://www.researchgate.net/publication/305053676_Bitcoin_over_Tor_isn%27t_a_Good_Idea (not 100% applicable to Zano, just an example of what type of attacks could be used).


Yes, it will be enabled by default.
We already got thin TOR library, you can take a look into it if you wish: https://github.com/hyle-team/tor-connect
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: August 11, 2021, 03:50:48 PM
This is why I added f != 0 (mod L) requirement to section 3.3. And there's an easy way to ensure f != 0 for commitments without additional data. I'm going to cover this in the next paper update.

Perfect, thank you very much !

We at Zano don't favor cold staking much because we believe it creates incentives that favor centralization.

Mhh, I don't know if we are talking about the same implementation of cold staking : I was referring to the ability to stake with funds secured in a Hardware Wallet. So, even if someone succeed to compromise my computer, my funds would still be safe. This is imho an important security feature. I share your concerns regarding an implementation that allows the creation of "Staking Pools", I also do not like this type of centralization and this is not what I was referring to. So my exact question would rather be, is staking with funds secured in a hardware wallet something that Zano could do in the future ?

Hi, thank you for the question.
From that perspective it is possible theoretically, but only if there will be a hardware wallet that will be able to provide necessary information for staking algo (such as key images), and also it should be capable to perform signing of generated blocks without user interaction(which is not considered as a weakness, since it can't lead to unauthorised transfer of coins if properly implemented).




7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: June 17, 2021, 12:27:37 AM
placing it here as a proof that I have committed to follow agreement with sha256 aab9f51388ea199bdf3c8578200c12b5a61798da25e7091d682c6c6a4f37300c
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: January 08, 2021, 04:00:17 PM
I appear to have 5000 bbr on poloniex I had wanted to turn them into zano but poloniex wouldn't let me take them out and didnt reply to my messages.

Is bbr still going to exist and is it worth me attempting to keep hassle polo to let me withdraw?

We maintain the network and seed servers. But i can't tell for Poloneix if they ever let your coins go.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: December 30, 2020, 05:29:08 PM
I have been mining with 145 pcs GTX1050 2GB GPU for years.
But im getting illegal access memory warning for 2 days. What happened ?
Probably scratchpad size overlapped in miner, what miner are you using?
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: December 18, 2020, 11:28:08 AM
Can I ask, are there translations of the opening post in the other language sections? Russian even?

To my knowledge not yet.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: December 16, 2020, 06:43:42 PM
Can I PoS mint in simplewallet? Or have I to use GUI?

Sure, you can use simplewallet for staking:

simplewallet --rpc-bind-port=yourport --wallet-file=path\to\your.file --do-pos-mining --deaf

--rpc-bind-port - this needed to launch simplewallet in server mode
--do-pos-mining - this tells wallet to launch staking
--deaf - tells simplewallet to ignore any network rpc requests (for safety reasons)
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: December 16, 2020, 03:15:57 PM
How do I run zanod in the background on linux? I tried "nohup ./zanod >zanod.log &", but this fails.

you can use "screen" command for that(it basically can run any app in background).
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: December 15, 2020, 10:06:30 AM

Hey folks!

How Much Rum Does it Take To Get a New Ring Signature?

If you want to find out, check this article:
https://medium.com/zano-news/how-much-rum-does-it-take-to-get-a-new-ring-signature-b8704c6ba40a

Please feel free to leave feedback or questions!








Just noticed the Zano logo on the booze bottles. Nice touch  Smiley

Not only there actually, there are also one place with logo, that you probably didn't notice Smiley
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: December 09, 2020, 03:23:41 PM
Hey folks!

Hey everyone!

How Much Rum Does it Take To Get a New Ring Signature?

The answer is in our latest article about new signature idea, that we been researching lately.

Any feedback is appreciated!

15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: December 09, 2020, 03:19:33 PM

Hey folks!

How Much Rum Does it Take To Get a New Ring Signature?

If you want to find out, check this article:
https://medium.com/zano-news/how-much-rum-does-it-take-to-get-a-new-ring-signature-b8704c6ba40a

Please feel free to leave feedback or questions!






16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: November 12, 2020, 10:07:33 PM
Hi everyone!  
A new release has just been published (v1.1.7.112).  

This release contains a series of UI enhancements, the resolution of the infamous "core is busy" bug, plus - one of our key features - auditable wallets so you can monitor any wallet in real-time using their tracking seed.  The team is proud to announce that they embrace full transparency and have released the Foundation Fund tracking seed which allows you to see every single transaction (incoming AND outgoing). The foundation fund tracking seed is:

aZxat4HAWriVQ3enkGcVsrZRdMseAJswG3CSEwTqZS246VsFQ53w26eZstYsu1jWE74Atz9ajLxFnBs VTafncWNH5SMv4zHFaTS:1780c4d5dd7e97cc4a75ea8baa7977d12ef948b9a6dddc2a9a37e5e22ac7180e:1599495055

You can download this version (non mandatory) at our website: https://zano.org/downloads.html

You can learn more about this release, fixes/features and how to load a tracking seed at https://medium.com/@zano_project/zano-development-update-12-11-2020-auditable-wallets-bug-fixes-foundation-fund-transparency-14d4aba05c0b

17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: July 29, 2020, 09:32:29 PM


Hey folks!

We are very excited to announce three major updates on the progress we have made over the last several months. We have gone into detail here in the medium article (https://medium.com/@zano_project/zano-dev-update-auditable-wallets-mobile-app-release-and-new-team-member-e86bd2eb87de) but in short these are the 3 main points:

*First of all - We have a new GUI release v1.1.7.96, which includes Auditable wallets! Now in Zano it is possible to create special type of wallets - auditable wallets. This wallets let you share special information about that wallet, we call it "tracking seed", and with this information third party is capable to follow wallet transactions and balance. Now public funds got powerful tool for sharing it's financial status and prove consistency.


*Secondly, we have launched the Zano Mobile Wallet, now officially available in Apple Store and Google Play! We’ve spent the last few months developing our own mobile application and our own server protocol from the ground up. We conducted a thorough beta testing of the application (thanks to the community volunteers), and we hope that we have fixed all the bugs, but nevertheless, we ask you to use the application guardedly in the first month and not transfer all your assets to it. Very IMPORTANT(!!!): always write down the seed phrase after creating a new wallet. Feel free to report any problems to our discord channel #mobile-bug-reports or to the channel https://www.reddit.com/r/Zano/ or to our mail: support at our domain.



*And finally — the hottest and most exciting news we want to share is mathematician researcher Anton Sokolov has joined the Zano team! Anton is a nuclear physicist by education, most of his professional life he was engaged in software engineering and various research for IT projects related to mathematics.
We’ve been in touch with Anton for the last couple of years, sharing discussions of blockchain-related technologies and global events in the industry. In the fall of last year, Anton made several publications regarding the theoretical possibility of implementing auditable wallets in his blog, we have mentioned some of them in this article. For the last months Anton has been working on theoretical work dedicated to log-size ring signatures. This signatures theoretically allows for a logarithmic relationship between the number of decoys and the size/performance of transactions. This means that we can set mixins at a level from up to 1000, keeping the reasonable size and processing speed of transactions. This level of anonymity set will allow us to take Zano’s privacy to a whole new level, and we believe this technology will turn out to be groundbreaking!



18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: July 26, 2020, 10:49:25 AM
placing it here as a proof that I have committed to follow agreement with sha256 fd226c00afb129b719cd50422a5b485746e55c6bbfcd2ab9c6f1c872c72c9405

replying to this as a proof that I have committed to follow agreement with sha256 fd226c00afb129b719cd50422a5b485746e55c6bbfcd2ab9c6f1c872c72c9405

Historic handshake!

To early for that conclusion Smiley
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting on: July 24, 2020, 02:35:03 PM
placing it here as a proof that I have committed to follow agreement with sha256 fd226c00afb129b719cd50422a5b485746e55c6bbfcd2ab9c6f1c872c72c9405
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 on: June 30, 2020, 12:49:10 PM
It seems btc-alpha is delisting some coins, BBR is one of them. STEX is running, but with KYC only. Time to search for a new exchange.

BOOLBERRY SHOULD BE LISTED ON TRADEOGRE--

I have read that there is no fee involved in listing a coin on TradeOgre.  However, it may require a group effort.

Zano is listed on TradeOgre, it would be good to keep the classic BoolBerry on the same exchange.  Easier for the developer to keep track of his older project, at least.

Boolberry is a low-energy, low-stress coin.  I mine it with my 750ti cards, and they are very efficient even today.

Please suggest any other decent exchange you may be familiar with.       --scryptr

TradeOgr don't list for a fee to my knowledge.
Zano got listed there because Zano community been active on that, and been reaching out exchange.
I guess this is what the Boolberry community supposed to do.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!