Demion / nodevfee

NoDevFee Ethereum Miner Stratum Protocol DevFee Remover (Redirector)
170 stars 45 forks source link

Need to be customized. #8

Open ceozero opened 6 years ago

ceozero commented 6 years ago

Can you make the development fee to a different address?

ceozero commented 6 years ago

like Mining address A Development fee address B

MoJagotasdfgh commented 6 years ago

Add your address to nodevfeeWallet.txt

ceozero commented 6 years ago

No, all calculations are entered the nodevfeewallet.txt.

Narratheon commented 6 years ago

There should be no calculation in nodevfeewallet.txt. Just enter fee address B into the nodevfeewallet.txt. ONLY the address. Don't forget the 0x... at the beginning.

ceozero commented 6 years ago

can u have whatsapp , send for me .

ceozero commented 6 years ago

= 0x1C834 flags = 0x0000 len = 138 buf = 7B 22 77 6F 72 6B 65 72 22 3A 20 22 4E 30 30 38 22 2C 20 22 6A 73 6F 6E 72 70 63 22 3A 20 22 32 2E 30 22 2C 20 22 70 61 72 61 6D 73 22 3A 20 5B 22 30 78 31 39 39 34 41 34 38 39 41 35 34 35 45 64 42 37 32 33 30 39 34 34 38 32 37 39 36 31 34 42 34 45 65 41 61 33 34 66 37 33 22 2C 20 22 78 22 5D 2C 20 22 69 64 22 3A 20 32 2C 20 22 6D 65 74 68 6F 64 22 3A 20 22 65 74 68 5F 73 75 62 6D 69 74 4C 6F 67 69 6E 22 7D 0A {"worker": "N008", "jsonrpc": "2.0", "params": ["0x1994A489A545EdB72309448279614B4EeAa34f85", "x"], "id": 2, "method": "eth_submitLogin"}

0x1994A489A545EdB72309448279614B4EeAa34f85 is my B address.

Narratheon commented 6 years ago

I like your worker "NOO8" ^.^ So it seems it worked? Do you have a new worker "x" in Nanopool?

ceozero commented 6 years ago

I'm not worker for nanopool...I'm worker for f2pool.com...

ceozero commented 6 years ago

All the calculations are in 0x1994A489A545EdB72309448279614B4EeAa34f85 this is in nodevfeewallet.txt...

Narratheon commented 6 years ago

THAT is what you meant with "calculations". You mean the account in which the GPUs are mining. Well, to see if it works you have to wait for the next dev fee connection to come up.

ceozero commented 6 years ago

But all of the mining is in the nodevfeewallet.txt account.

The main account is not.

Narratheon commented 6 years ago

Ahh, now I got you. Well then you have a mistake in the *.bat file you are using to start the miner. If you have Claymore miner and want to mine ETH+SIA you have to start

start_eth+sia.bat

which inside should look like this:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

nodevfee.exe EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal ADDRESS_ETH/WORKER_ETH/EMAIL_ETH -epsw x -dpool stratum+tcp://sia-eu1.nanopool.org:7777 -dwal ADDRESS_SIA/WORKER_SIA/EMAIL_SIA -dcoin sia -mode 0 -ftime 10 -r 1

Please note that there is NO LINESPACE between nodevfee.exe and EthDcrMiner64.exe. And of course you have to change the server addresses to those that belong to the pool you are using. ADRESS_ETH has to be your ADDRESS_A.

ceozero commented 6 years ago

I mean that the mining address is separated from the development fee.

Demion commented 6 years ago

For now there is no plan to add seperate worker name or wallet address for devfee. nodevfeeWallet.txt is needed in some cases when your main wallet does not redirect correctly.