Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sigals

Pages: [1]
1
I do not mind donating 20% of the mining to you, as long as you state clearly in the program that such donation exists. Not like the other existing miners which state donations when the program is launched, your software does not show such message, making us believe your software is free of tax. I think this is not right or honest. I find your software is easy to use, and I suggest you add the information in the program (not only in the readme file) to clarify donations.
This will be added in next version of this miner. Now the 3th line of my post is capitalized and in red.

"A small portion...", a small portion isn't 20% though is it? You should clearly state there is a 20% tax on earnings if you use this miner.

2
From what I can tell after unpacking it and quickly taking a look, is that upon start-up it chooses one of these addresses at random

Code: [Select]
PqjeRKMDJZqSU6abycnpZ4hymit98Wnsxp
PYvhPx1t3fh3tYqCm2fUtSJoXJRKCzfMwz
Ps7f21PPZ45DEZFmzubq3HrvVm6GSer52h
PkwSUrNgLcB1v3YHVKdtm9dEsMNYST5GAn
PkLaD7RM3FDb8XNJ8ikLwVowvURkaZddSW
Pdioyxkd7qRzrCTyTVamRAkYG5bJyo5raM
Pg9FCF5e38r53NjYKAH9MRGaFEhQRR6YZe
PionW3qyRPcymWVuajtHHjaXJ3zMPaYsEZ
Paf3aFiuNiS3ZYofKfFrbSRTfKPc5j1pkr
PrMZjoyjtnwquvV87YDTEdqnXBqMQGuSwS

I haven't been able to see how it "donates" shares yet but I'll take another look later, it might create a new thread that is mining just for the author.

confirm, disasm result:

Code: [Select]
.data:00410464 DonateAddresses dd offset aPrmzjoyjtnwquv ; DATA XREF: _main+49Dr
.data:00410464                                         ; "PrMZjoyjtnwquvV87YDTEdqnXBqMQGuSwS"
.data:00410468                 dd offset aPaf3afiunis3zy ; "Paf3aFiuNiS3ZYofKfFrbSRTfKPc5j1pkr"
.data:0041046C                 dd offset aPionw3qyrpcymw ; "PionW3qyRPcymWVuajtHHjaXJ3zMPaYsEZ"
.data:00410470                 dd offset aPg9fcf5e38r53n ; "Pg9FCF5e38r53NjYKAH9MRGaFEhQRR6YZe"
.data:00410474                 dd offset aPdioyxkd7qrzrc ; "Pdioyxkd7qRzrCTyTVamRAkYG5bJyo5raM"
.data:00410478                 dd offset aPklad7rm3fdb8x ; "PkLaD7RM3FDb8XNJ8ikLwVowvURkaZddSW"
.data:0041047C                 dd offset aPkwsurnglcb1v3 ; "PkwSUrNgLcB1v3YHVKdtm9dEsMNYST5GAn"
.data:00410480                 dd offset aPs7f21ppz45dez ; "Ps7f21PPZ45DEZFmzubq3HrvVm6GSer52h"
.data:00410484                 dd offset aPyvhpx1t3fh3ty ; "PYvhPx1t3fh3tYqCm2fUtSJoXJRKCzfMwz"
.data:00410488                 dd offset aPqjerkmdjzqsu6 ; "PqjeRKMDJZqSU6abycnpZ4hymit98Wnsxp"


    v24 = rand() % 10;
    RandomDonateAddress = DonateAddresses[v24];
but seems it is not used anywhere (tested for 2 hours with memory/hw breakpoints)

You can see the address being loaded here, and then shortly after at the CALL EDI is when it is launching some new threads.


3
From what I can tell after unpacking it and quickly taking a look, is that upon start-up it chooses one of these addresses at random

Code: [Select]
PqjeRKMDJZqSU6abycnpZ4hymit98Wnsxp
PYvhPx1t3fh3tYqCm2fUtSJoXJRKCzfMwz
Ps7f21PPZ45DEZFmzubq3HrvVm6GSer52h
PkwSUrNgLcB1v3YHVKdtm9dEsMNYST5GAn
PkLaD7RM3FDb8XNJ8ikLwVowvURkaZddSW
Pdioyxkd7qRzrCTyTVamRAkYG5bJyo5raM
Pg9FCF5e38r53NjYKAH9MRGaFEhQRR6YZe
PionW3qyRPcymWVuajtHHjaXJ3zMPaYsEZ
Paf3aFiuNiS3ZYofKfFrbSRTfKPc5j1pkr
PrMZjoyjtnwquvV87YDTEdqnXBqMQGuSwS

I haven't been able to see how it "donates" shares yet but I'll take another look later, it might create a new thread that is mining just for the author.

Pages: [1]