Bitcoin Forum
September 28, 2025, 07:16:32 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to Take Advantage of POS - DNR on: January 19, 2018, 12:27:39 AM
Are you wondering how to stake more faster in your DNR QT Wallet?

Required:
Spreadsheet Software like Excel
Notepad++
Denarius QT Wallet
Some DNR whether its large or small.

First backup your wallet.dat. Now fully unlock the wallet to make this faster. Then create addresses, you will want 500, don't count, just click, push enter many times over and over again.

Make an address and give it a label. We will be sending the entire balance to this one address. I labelled mine armageddon. Now send the entire balance to this address.

Next with your new 500 or less addresses, go to the receive coins tab, and then File -> Export. This will export a .csv file somewhere, make note as we need to open that next. Copy the column with addresses, should be 500. From there we open a new notepad++ text file and paste the column in.

In notepad++ we should have 1 single column of addresses.

On line 1, click at the very first area on the left. Push ALT-C. Text to Insert will be a ". Click OK and this will put quotes down the left side.

Now if your balance is 5000 DNR with 500 addresses we want to distribute 10 DNR to each address. Do some quick math here on your balance and number of addresses.

Click, at the end of line 1, and push ALT-C. Text to insert will be ":10,
Code:
":10,

CTRL-A to highlight everything and copy with CTRL-C.

Now you have a text file in proper format, sample here
Code:
"WALLETADDRESS":10,

Go back into the QT Wallet to Help -> Debug Window -> Console.

This is a short sample of what to type into the console window.
Code:
sendmany "armageddon" '{"WALLETADDRESS1":10,WALLETADDRESS2":10}'

The line will be long, and you may end up with a , at the end. Make sure to delete the last comma before the }.

Push enter, it will distribute your balance to each address and give you a transaction number. Wait 8 hours for coins to mature and get to staking much more with this little trick. I don't think this works with other coins as DNR has a slightly different POS system. Also there seems to be a limit of 500 addresses for sendmany. And you can't do this twice to make 1000 addresses on the same wallet.

Is anyone else seeing a ? - question mark next to all of their mined coins? I知 not getting credit for any staked coins. It like deducting (0.00001) from each staking, rather than giving me coins.

Thanks,
Mike



? means you didnt get the stake. I am starting to get more of those now too.

How do I Take the coins from my 500 addresses and put them in one address? Basically reverse what I just did ?

Thanks,
Mike
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to Take Advantage of POS - DNR on: January 02, 2018, 09:59:58 PM
Are you wondering how to stake more faster in your DNR QT Wallet?

Required:
Spreadsheet Software like Excel
Notepad++
Denarius QT Wallet
Some DNR whether its large or small.

First backup your wallet.dat. Now fully unlock the wallet to make this faster. Then create addresses, you will want 500, don't count, just click, push enter many times over and over again.

Make an address and give it a label. We will be sending the entire balance to this one address. I labelled mine armageddon. Now send the entire balance to this address.

Next with your new 500 or less addresses, go to the receive coins tab, and then File -> Export. This will export a .csv file somewhere, make note as we need to open that next. Copy the column with addresses, should be 500. From there we open a new notepad++ text file and paste the column in.

In notepad++ we should have 1 single column of addresses.

On line 1, click at the very first area on the left. Push ALT-C. Text to Insert will be a ". Click OK and this will put quotes down the left side.

Now if your balance is 5000 DNR with 500 addresses we want to distribute 10 DNR to each address. Do some quick math here on your balance and number of addresses.

Click, at the end of line 1, and push ALT-C. Text to insert will be ":10,
Code:
":10,

CTRL-A to highlight everything and copy with CTRL-C.

Now you have a text file in proper format, sample here
Code:
"WALLETADDRESS":10,

Go back into the QT Wallet to Help -> Debug Window -> Console.

This is a short sample of what to type into the console window.
Code:
sendmany "armageddon" '{"WALLETADDRESS1":10,WALLETADDRESS2":10}'

The line will be long, and you may end up with a , at the end. Make sure to delete the last comma before the }.

Push enter, it will distribute your balance to each address and give you a transaction number. Wait 8 hours for coins to mature and get to staking much more with this little trick. I don't think this works with other coins as DNR has a slightly different POS system. Also there seems to be a limit of 500 addresses for sendmany. And you can't do this twice to make 1000 addresses on the same wallet.

Is anyone else seeing a ? - question mark next to all of their mined coins? I知 not getting credit for any staked coins. It like deducting (0.00001) from each staking, rather than giving me coins.

Thanks,
Mike

3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Optiminer/Equihash 2.0.0 supporting Zcash, Bitcoin Gold, Minexcoin, Zero.. on: December 03, 2017, 05:01:49 PM
Why this miner is not compatible with Zcash and clone equihash version for nVidias GPU ?
oh but it is. just change the algorithm, for Zcash/BTG/Komodo/Hush it's equihash200_9, for Zerocoin it's equihash192_7, and MineX is equihash96_5.



to whoever sent me mnx donation: Thank you very much, man! It's very generous of you! I really appreciate it. Thanks.

No problem, bro. Told you I was appreciative of your work. You didn稚 have to publish the EthOS code, but you did and for that I知 grateful. That was first day痴 payout... owed all to you. Thanks again. Does it work as well on 1070s? May get another copy of EthOS for my nvidia rig if hashrate is about the same. I知 not smart enough to side load Ubuntu and run optiminer on my nvidia rig, but may attempt it.

Mike


4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Optiminer/Equihash 2.0.0 supporting Zcash, Bitcoin Gold, Minexcoin, Zero.. on: December 02, 2017, 06:16:49 PM
Can anyone let me know how to install the miner to ethos?

 Ive spent most of the day fiddling around with this board that doesnt want to boot linux thay boots ethos fine...

Thanks, i appreciate any help! Haven't found any ressources online as to how to change miners in ethos:/

how to install optiminer 2.0.0 in EthOS:

first stop all miners and prevent their autostart: minestop && disallow
copy & paste the following code into command prompt and hit enter (don't worry it will backup the older version installed); wait a moment for it to complete.
Code:
cd /opt/miners && /
tar czvf optiminer-zcash-v1.7.0.tar.gz /opt/miners/optiminer-zcash && /
rm -r /opt/miners/optiminer-zcash && /
wget https://github.com/Optiminer/OptiminerEquihash/raw/master/optiminer-equihash-2.0.0.tar.gz && tar xfvz /opt/miners/optiminer-equihash-2.0.0.tar.gz -C /opt/miners && /
mv /opt/miners/optiminer-equihash /opt/miners/optiminer-zcash && mv /opt/miners/optiminer-zcash/optiminer-equihash /opt/miners/optiminer-zcash/optiminer-zcash && /
chmod +x /opt/miners/optiminer-zcash/optiminer-zcash && chmod +x /opt/miners/optiminer-zcash/*.sh && /
rm /opt/miners/optiminer-equihash-2.0.0.tar.gz && cd /home/ethos

now you'll need to edit your local.conf (/home/ethos/local.conf); if you have multiple miners defined in there, it should look like this:
Code:
globalminer optiminer-zcash

optiminer-zcash=proxywallet <wallet>.<worker>
optiminer-zcash=proxypool1 eu.minexpool.nl:3333
optiminer-zcash=poolpass1 x
optiminer-zcash=flags -a equihash96_5 --pci-mode 0 -i 192
replace <wallet> with your minexcoin address and <worker> with your worker name, save and exit.
Re-enable autostart of your miner by issuing 'allow' command

That's it.



pmf026, this is fantastic! Thanks so much.

As a non-programmer trying to learn ethOS, this is a huge help.

Going from 4Ksol/s with my 6 1070's to 47KSol/s with my 7 480's is a huge leap. Getting about 6.7KSol/s per card.

Please post your MNX address.

Thanks again,
Mike





5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining strategy suggestions/ Constantly checking What-to-Mine hurting home life on: November 11, 2017, 04:40:41 PM
Electroneum, metaverse ETP, minexcoin, bitcoinZ, bitcoin gold...

No shortage of new coins to mine. Just need to look at pools(altcoin) and announcement threads.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: BitcoinZ Luckpool win on: November 04, 2017, 05:19:44 PM
Not to rain on your parade, but you`ve just made about 11$?

Small nugget as I知 panning in the creek
7  Alternate cryptocurrencies / Mining (Altcoins) / BitcoinZ Luckpool win on: November 04, 2017, 04:39:37 PM
Just nailed a win mining BitcoinZ on Luckpool. Over 1000 BTCZ

Using 6x1070 FE

Been mining about 3-4 days

8  Economy / Computer hardware / Re: {WTS} 30x nVidia GTX 1070s for Sale (Canada/US) on: September 17, 2017, 12:55:25 PM
PM sent
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] Minexcoin - A new era of payments (ICO started!) on: May 15, 2017, 03:29:50 AM
Only showing 1 of my 2 transactions, the last one. However, blockchain.info showing both transactions. Who can look into this further?

Thanks for your help. I'm very excited about this project.

Thanks,
Mike

PM them the txid


Thank you Hansen!

Mike
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] Minexcoin - A new era of payments (ICO started!) on: May 15, 2017, 02:46:45 AM
Only showing 1 of my 2 transactions, the last one. However, blockchain.info showing both transactions. Who can look into this further?

Thanks for your help. I'm very excited about this project.

Thanks,
Mike
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICO] Minexcoin - A new era of payments on: April 02, 2017, 07:33:57 PM
I joined Bitcointalk just to follow this ANN.

Learned about this from 1stminingrig.com

It was a great explanation. Good luck with the project.

Mike
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!