Search content
Sort by

Showing 20 of 24 results by Derloda
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 14/12/2021, 16:43:49 UTC
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.


Yes, figuring out IP addresses with Tor is quite hard precisely because of the mitigations stated above, which don't exist in tor-connect. Hence my reluctance of the use of this new and quite experimental library.

There is also a misunderstanding of what is currently a threat with using exit nodes : it's not per-se the information exchanged, which as you stated is public, the real risk here is a DoS and a fragmentation of the network. There is more details of these attacks on the research I linked in a previous comment.

This is also why I asked if onion services will be enforced by default, because it mitigate all of these risks. Basically, using Tor without enforcing the use of onion services (for all platforms, mobile or desktop) will do more harm than good privacy and security wise. And even if enforced, the effectiveness of it will largerly depend on its 'good' implementation by the developers, Tor is all but a silver bullet and require a deep understanding of its functioning in order to be effective.

Using the official Tor code/library would be a huge gain of time, while simultaneously more private and secure. I do understand that it took (maybe a lot of) time to develop tor-connect, and that it feels annoying not to use it, but still going for it just for that reason would be a sunk cost fallacy as there isn't objectively any good reason to do so.
Post
Topic
Board Announcements (Altcoins)
Re: Zano - We need a better subject line!
by
Derloda
on 05/11/2021, 10:05:10 UTC
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 I am missing ?
Because there's so much way it could go wrong : no padding, no guard rotation, no pluggable transport for censorship resilience, and 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 be done by other projects, maybe it would be more interesting to go that way than reinventing the wheel ?
Post
Topic
Board Announcements (Altcoins)
Re: Zano - We need a better subject line!
by
Derloda
on 03/11/2021, 20:42:46 UTC
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

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 22/10/2021, 15:46:05 UTC
Hi @Orsonj, thanks for the report article. The report state that there is work ongoing on privacy and PoS+HA upgrade, what does it mean (for the privacy part) ? I suppose that this include HA for all transactions, but does that also include work regarding nodes privacy (hiding their IP addresses) ? If so, what has been decided : Tor, I2P, something else ? Thanks !
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 11/08/2021, 16:33:25 UTC

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).


I don't think this kind of implementation would be the right way to do it : hardware wallet are not powerful devices, it should not be up to them to perform the signing of generated blocks, where execution speed actually matters not to submit a stale block. They are also highly limited by storage, so storing key images is also not an option. Because of these limitations, the Monero client for instance ask for view key export each time the client is opened, and let the client do the scanning. Finally, by signing without user interaction, it means such devices would need to be left unlocked, which is a weakness.

There should be a better way, by letting the Zano client doing these operations in standalone mode (after 'unlocking' it for staking with the hardware wallet). Requiring interaction with the hardware wallet upon opening, and/or locking staking only to the user address should be sufficient not to allow the creation of staking pool while keeping the system just as efficient and far more secure.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 07/08/2021, 00:10:13 UTC
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 ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 06/08/2021, 16:26:04 UTC
@OrsonJ and @sowle, congratulation for the release of the technical paper ! My only interrogation would be about the part 3.2, where it is said that hf could be considered random, but the owner somewhat controls f : wouldn't it be possible for him to choose a f that gives him an advantage in the resolution of the inequation 3.2 ? For instance, if f = L, wouldn't hf always be 0 because of the modulo L ?

I was also wondering, is such scheme compatible with Cold Staking ? I couldn't find any info regarding this security feature on the roadmap, is this something that could be implemented in Zano in the future ?

Congrats again for the release,
Regards
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 27/07/2021, 11:33:40 UTC
Hi, thanks for the questions. An update to node privacy is already planned, but there's no bounty as the devs have already done some work on it and will move to finishing that up as soon as wrapped Zano is launched.

The exact implementation of PoS with hidden amounts is still being finalized, but once it's done there will be a technical paper with details of the scheme for public review.
I'm not aware of any bounties for dev work at the moment, but I'll double-check it.

Ok, thanks for the clarifications. While I did see some work on RingCT in the Github repository, I didn't see anything regarding any node privacy enhancement. As Zano use PoS, this is crucial : I could easily write a PoC which would associate an amount of Zano to an IP address, simply by observing how often an IP address would mint a new PoS block. This is a big threat to privacy, and could put any person owning a good amount of Zano and running a node from home in physical danger. I do understand that dev' time is not unlimited, and this is why I asked if any bounty was open, which could spare some time to official Zano developers, and benefits to the whole community.

Thanks again for the transparency, I'll watch blog posts with attention.
Regards
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZANO] New Sources|1st ProgPowZ|PoW/PoS Hybrid|Scalable|Private|Contracting
by
Derloda
on 24/07/2021, 17:17:59 UTC
Hi,
Is there any plan to enhance the privacy of the node IP address ? Like by using Tor or I2P ? Also, is there any bounty open for such tasks, so third party dev' could implement them and being paid in Zano ?

I also would like to understand how you would implement RingCT + PoS, because as far as I know the amount needs to be revealed to check that the 'weight' is indeed correct. I guess that you could include a range proof instead of revealing the exact amount, but it still is a big hint of the real UTXO amount. So how exactly do you plan to resolve this issue ?

Regards
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
Derloda
on 10/11/2019, 17:02:13 UTC
Any new versions soon?

Is there really any reason for a new version? This miner has been relatively stable for years since its original launch. Most versions are small updates or with some added features like the RX boost and what-not.

However its not really possible to get any faster speeds on ETH algo. Pretty much the original ethminer from the ETH mainnet launch gets a similiar speed as Claymore. Sure it doesn't have dual-mine mode and doesn't crash when a new DAG is switched but there really can't be any large speed improvements of this algo.

And right now mining is very unprofitable that most people kept their rigs offline and are waiting for ETH to go to like $400 or at least a ProgPOW push by the ETH devs.

Currently it isn't possible to mine with mixed Hawaii/RX AMD cards, it would be cool to add support for being able to mine with them simultaneously
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
Derloda
on 30/10/2019, 18:02:36 UTC
Interestingly had this issue with my Vega 56 and a Hawaii card. Was not able to find a solution.

Seems a problem with the miner itself and not the configuration then
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
Derloda
on 29/10/2019, 19:21:27 UTC
Hi,

I'm using the 15.0 miner version on Linux with 3 AMD cards, 2x R9 390X and 1x RX VEGA64, but the miner only recognize either the two R9 or only the RX, even if the three are recognized by the system.

Is there a potential fix for this issue ?

Thanks in advance

Any idea please ?

Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
Derloda
on 28/10/2019, 11:09:37 UTC
Hi,

I'm using the 15.0 miner version on Linux with 3 AMD cards, 2x R9 390X and 1x RX VEGA64, but it seems like the miner only recognize either the two R9 or only the RX, even if the three are recognized by the system ?

Is there a potential fix for this issue ?

Thanks in advance

Any idea please ?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
Derloda
on 25/10/2019, 19:15:28 UTC
Hi,

I'm using the 15.0 miner version on Linux with 3 AMD cards, 2x R9 390X and 1x RX VEGA64, but it seems like the miner only recognize either the two R9 or only the RX, even if the three are recognized by the system ?

Is there a potential fix for this issue ?

Thanks in advance
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash/CuckooCycle miner for CUDA GPUs (11.4.0)
by
Derloda
on 20/01/2019, 13:41:57 UTC
I tried on leafpool. Login to pool successful, but then messages like
[ERRO] [2019-01-08T20:36:13+01:00] Failed to parse the response: %!s(*stratum.RawIncomingMessage=0xc042152dd0), error: json: cannot unmarshal number -22 into Go struct field .code of type uint
[ERRO] [2019-01-08T20:36:16+01:00] Failed to parse the response: %!s(*stratum.RawIncomingMessage=0xc0421767d0), error: json: cannot unmarshal number -22 into Go struct field .code of type uint
[ERRO] [2019-01-08T20:36:16+01:00] Failed to parse the response: %!s(*stratum.RawIncomingMessage=0xc042152e80), error: json: cannot unmarshal number -22 into Go struct field .code of type uint

cannot unmarshal number -22 into Go struct field .code of type uint

forever Smiley

I tried it with just worker and and with worker name and email while replacing @ and / with corresponding special characters in URI format

Hi evlo, sorry that Bminer didn't support leaf pool at this moment.
Bminer supports Sparkpool and beepool already, please use other pools instead first.

when support for Leaf?

Would like to see leaf support too
Post
Topic
Board Mining (Altcoins)
Re: [ANN]Bminer: a fast Equihash/Ethash/CuckooCycle miner for AMD/NVIDIA GPUs 12.1.0
by
Derloda
on 17/01/2019, 14:24:33 UTC
Hey, no matter what version is used (12.0.1 or 12.1.0) there's a lot of rejected share for the Beam algo (~20%, with no oc at all)
Also, it's impossible to use another pool that sparkpool for beam (tried with and without rig name) :

Code:
[INFO] [2019-01-17T15:00:18+01:00] Connected to beam-eu.leafpool.com:3333      
[WARN] [2019-01-17T15:00:18+01:00] Rejected share #login (Login success)        
[INFO] [2019-01-17T15:00:18+01:00] Received new job 55907                      
[ERRO] [2019-01-17T15:00:21+01:00] Failed to parse the response: %!s(*stratum.RawIncomingMessage=0xc420156af0), error: json: cannot unmarshal number -22 into Go struct field .code of type uint
[ERRO] [2019-01-17T15:00:23+01:00] Failed to parse the response: %!s(*stratum.RawIncomingMessage=0xc420156c50), error: json: cannot unmarshal number -22 into Go struct field .code of type uint
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEN] Horizen: Bringing Privacy To Life [EX ZenCash]
by
Derloda
on 10/12/2018, 15:24:02 UTC
Will Sapling be implemented anytime soon ?
https://i.imgur.com/eeEhB5R.jpg

Community is asking for Sapling support and we’ve increased priority to Sapling. We are preparing to take the step
Because the Sapling is so comprehensive, we are moving out TW/BW and RPC method to another release.

Please watch our latest monthly update, Mauritzio explained this very nicely
https://youtu.be/8RGdTmTuTgA?t=1658





Nice, thank you !
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZEN] Horizen: Bringing Privacy To Life [EX ZenCash]
by
Derloda
on 10/12/2018, 11:05:33 UTC
Will Sapling be implemented anytime soon ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SPECTRECOIN | Anonymous Tx | Tor | Ring Signatures | Stealth
by
Derloda
on 05/09/2018, 15:56:54 UTC
I can't get my wallet to sync. It's stuck on block 817,208 from around 4 days ago.. I'm running the latest version and added updated nodes.. Not sure why I can't get synced up. Some help would be great. Thanks.

On the wallet go under tools > debug > console and type "rewindchain 1000"
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN]Spectrecoin[XSPEC] TOR+OBFS4, Ring Sig, Stealth!
by
Derloda
on 06/02/2018, 18:20:06 UTC
⭐ Merited by hroub (1)
My Spectrewallet 1.3.5. is no more syncing - it hangs on syncing - anybody got a solution ?
Yesterday staking & syncing no problems - i got no error - but it hangs on syncing.
Same with me

Try in the debug console the command :

Code:
rewindchain 1000