Bitcoin Forum
April 26, 2024, 11:59:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 4 5 6 [All]
  Print  
Author Topic: How to Take Advantage of POS - DNR  (Read 3539 times)
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 14, 2017, 07:52:23 AM
Last edit: July 21, 2018, 07:10:26 AM by buzzkillb
 #1

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.

Block Explorer
https://www.coinexplorer.net/DNR
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714175966
Hero Member
*
Offline Offline

Posts: 1714175966

View Profile Personal Message (Offline)

Ignore
1714175966
Reply with quote  #2

1714175966
Report to moderator
tinchopf
Full Member
***
Offline Offline

Activity: 157
Merit: 100


ARweY484XkBSRCaPMATy9PCfrKJkgqWF6T


View Profile
November 14, 2017, 11:23:06 AM
 #2

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.

This actually works. And it's the only way to make it work

heresamemo
Member
**
Offline Offline

Activity: 197
Merit: 23


View Profile
November 14, 2017, 04:09:14 PM
 #3

https://twitter.com/Tw1tters_/status/930316649319735296
Miderian
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
November 14, 2017, 04:24:06 PM
 #4

How much you get from POS with this?
How much better is it?

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ ✅ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project ● ☞ ✅ Best privacy crypto-market! ● █▆▅▃▂
    Own Your Privacy! ─────────────────║ WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ║─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June]✅[Tor]✈✈✈ ║───────────║ Wallet ➢ ✓ Windows  |  ✓ macOS  |  ✓ Linux
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 14, 2017, 06:48:55 PM
 #5

How much you get from POS with this?
How much better is it?


I don't know exactly. But its a lot more than keeping the DNR in one single address. Only works with DNR because of the formula Denarius uses for POS. Tinchopf did some testing to figure this out.  Cool
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 15, 2017, 06:56:58 PM
 #6

Attached showing how frequent this ramps up after about 24 hours.


buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 16, 2017, 07:46:34 AM
 #7

What this looks like since I posted the OP.  Cool

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 16, 2017, 07:11:09 PM
 #8

Notice anything happening yet?  Cool

Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
November 17, 2017, 03:21:58 AM
 #9

Sorcery!  Witchcraft!   

Seriously though, great job!  Can't wait to try this myself.  Would you recommend 500 addresses with just 1 DNR in each or fewer addresses with more DNR?  Like 250/2 ?  I know the more the merrier, just trying to get started with what I have right now.
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 17, 2017, 06:46:55 AM
 #10

Sorcery!  Witchcraft!   

Seriously though, great job!  Can't wait to try this myself.  Would you recommend 500 addresses with just 1 DNR in each or fewer addresses with more DNR?  Like 250/2 ?  I know the more the merrier, just trying to get started with what I have right now.

500 max for the sendmany command. Just spread it out to 500. Doesnt matter the amount. More the better obviously.

BTW
Code:
Block Height	370598 (33 confirmations)
Block Date/Time 2017-11-17 06:08:30
Total Output 12.15839 DNR
Proof of Stake + Fees 0.00039 DNR
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 17, 2017, 06:52:22 AM
 #11

And for good measure.  I think there are interesting new things headed this direction. https://stocks.exchange/trade/DNR/BTC Cool

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 17, 2017, 08:30:57 PM
 #12

Anyone noticing the pattern?  Shocked

Ventureum
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
November 17, 2017, 09:59:15 PM
 #13

Could someone give a link to a primer for DNR QT Wallet?

Ventureum – Milestone-Driven Community-Governed Crowdfunding Protocol  |   Twitter  |   Facebook
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 19, 2017, 04:12:22 AM
 #14

Could someone give a link to a primer for DNR QT Wallet?

Download wallet, run. DNR has one of the best QT wallets out there.  Cool

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 19, 2017, 06:33:34 PM
 #15

I think somewhere in here, the point has been made that this works.  Cool

Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
November 20, 2017, 12:50:58 AM
 #16

Got mine set up with 1 DNR in each address.  I will report back after a couple days.  Thank you for the tip!  Now if this would work with every other coin out there.
jmigdlc99
Sr. Member
****
Offline Offline

Activity: 784
Merit: 282


View Profile WWW
November 20, 2017, 01:19:58 AM
 #17

Thank you for the detailed guide. Would just like to clarify two things.

1. How is staking DNR in multiple addresses better than staking a large amount in a single address? A comparison of figures would be nice.

2. Do you know of any plans where DNR will be used in the "real world"? Currently it is simply a coin to be traded with no other utility than to mint. I can't find a roadmap or any mention in the "whitescroll" as to what this coin's use will actually be.

0xacBBa937A57ecE1298B5d350f40C0Eb16eC5fA4B
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 20, 2017, 10:29:48 AM
 #18

Someone else might want to weigh into why this works specifically with DNR. Otherwise I am not here to pump the coin, I would suggest selling DNR if you have any questions or hesitations.  Cool

Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
November 22, 2017, 02:37:46 AM
 #19

I've only got 500 DNR so a pump or crash won't harm me either way.  I am interested in the tech.  I have 500 addresses set up with 1DNR each.

2 days coin age -

Probability for 10 minutes = 0.057%
Probability for 24 hours = 7.91%
Probability for 7 days = 90.046%
Probability for 300 days = 100%

My weight is 503 and network weight is 3314  and expected time is 3 minutes.

I may get some more if the price goes down a bit.  


EDIT:  LOL I staked as I was typing this post up.  yay me!
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 22, 2017, 03:32:06 AM
 #20

I've only got 500 DNR so a pump or crash won't harm me either way.  I am interested in the tech.  I have 500 addresses set up with 1DNR each.

2 days coin age -

Probability for 10 minutes = 0.057%
Probability for 24 hours = 7.91%
Probability for 7 days = 90.046%
Probability for 300 days = 100%

My weight is 503 and network weight is 3314  and expected time is 3 minutes.

I may get some more if the price goes down a bit.  


EDIT:  LOL I staked as I was typing this post up.  yay me!

Let those 500 addresses stake for days and days, and you will see it start to work.  Cool
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 23, 2017, 06:47:05 PM
 #21

Happy Turkey Day!  Grin

madmack1
Member
**
Offline Offline

Activity: 157
Merit: 11


View Profile
November 24, 2017, 07:25:44 AM
 #22

I get parse error, likely cause? Syntax error?
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
November 24, 2017, 01:07:15 PM
 #23

Nice work buzz!

#crysx

cuongit
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile WWW
November 24, 2017, 01:10:00 PM
 #24

Choice 1 : Payanywhere Does is all.  Simple, Easy and Cost Effective, with No Contracts and No Transaction fees.  Only $27 per month


1. A 10.1 Inch Touch Screen Android Tablet with Stand and Swivel Base
2. Cash Drawer and Wireless Blue Tooth Printer
3. Molded Credit Card Reader
4. Extra Magnetic Stripe Reader for you Phone
5. Live, real people customer support by phone or by online chat.
6. Great for Retail, Service Businesses, Counter Service Restaurants, Bakeries, Coffee Shops, Doctor’s Offices, Automotive etc.
Your Cost Just $27 per month with NO CONTRACT.  Close or Sell your business just send it back.  After 36 years its yours. 
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 02:36:01 PM
 #25

wow let me try when i get home thanks
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
November 24, 2017, 02:38:45 PM
 #26

Choice 1 : Payanywhere Does is all.  Simple, Easy and Cost Effective, with No Contracts and No Transaction fees.  Only $27 per month


1. A 10.1 Inch Touch Screen Android Tablet with Stand and Swivel Base
2. Cash Drawer and Wireless Blue Tooth Printer
3. Molded Credit Card Reader
4. Extra Magnetic Stripe Reader for you Phone
5. Live, real people customer support by phone or by online chat.
6. Great for Retail, Service Businesses, Counter Service Restaurants, Bakeries, Coffee Shops, Doctor’s Offices, Automotive etc.
Your Cost Just $27 per month with NO CONTRACT.  Close or Sell your business just send it back.  After 36 years its yours. 

What are you on about?

#crysx

devzen
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 24, 2017, 03:06:50 PM
 #27

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.

i'm new with dnr and interesting with staking, and will try it...

how much profitable to stake with dnr and how much it cost in usd??
madmack1
Member
**
Offline Offline

Activity: 157
Merit: 11


View Profile
November 24, 2017, 07:24:30 PM
 #28

Please can someone help me with sendmany command i have spend 2 days on this now im sure it was correct here is 1st 3 lines and last 3 . what is wrong? i have 99 addresses i want to send 3coins too. i have 299.99 total

'{".DDKAFCwDUzu6zZac4BUBpoRhyt3pqc82FW":3,
".D9z7zNikeMbVQ4cydcdQzxKynyA1x4K7fi":3,
".D63BW5nn4APv1M8EAybv8HXVnfnCdwFBek":3,
lots more addresses
".DHENDy8nLhfzJLg811HcJv1X2gP7hiynuG":3,
".DJ5AY5LdfDACKEPJcGpJNxgAYJmL6WWhfF":3,
".D8BAcgeu562ArbZBg5K7nCuBgr1KV1R65t":3}'


I get this error


19:18:24

Invalid Denarius address: .DDKAFCwDUzu6zZac4BUBpoRhyt3pqc82FW (code -5)


EDIT: ok so i had to add the main wallet at the top that one wasnt included , command executed fine no error this time but nothing happened. my block is still 1x 299.99
lunobird
Full Member
***
Offline Offline

Activity: 846
Merit: 115


View Profile
November 24, 2017, 07:28:56 PM
 #29

Sounds like you guys are exploiting the system and developers are not doing anything to correct this?  I'm dumping this shit coin.
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 08:31:19 PM
 #30

Sounds like you guys are exploiting the system and developers are not doing anything to correct this?  I'm dumping this shit coin.

Its using the POS formula to our advantage. Please dump, but remember anyone that hodls this you get a bit of an advantage. Below, the magic has begun.  Cool

preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 08:34:11 PM
 #31

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.


i dont understand this step! Huh
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 08:43:29 PM
 #32

Please can someone help me with sendmany command i have spend 2 days on this now im sure it was correct here is 1st 3 lines and last 3 . what is wrong? i have 99 addresses i want to send 3coins too. i have 299.99 total

'{".DDKAFCwDUzu6zZac4BUBpoRhyt3pqc82FW":3,
".D9z7zNikeMbVQ4cydcdQzxKynyA1x4K7fi":3,
".D63BW5nn4APv1M8EAybv8HXVnfnCdwFBek":3,
lots more addresses
".DHENDy8nLhfzJLg811HcJv1X2gP7hiynuG":3,
".DJ5AY5LdfDACKEPJcGpJNxgAYJmL6WWhfF":3,
".D8BAcgeu562ArbZBg5K7nCuBgr1KV1R65t":3}'


I get this error


19:18:24

Invalid Denarius address: .DDKAFCwDUzu6zZac4BUBpoRhyt3pqc82FW (code -5)


EDIT: ok so i had to add the main wallet at the top that one wasnt included , command executed fine no error this time but nothing happened. my block is still 1x 299.99


Your address does not start with a period. Remove that and it will work.  Cool
madmack1
Member
**
Offline Offline

Activity: 157
Merit: 11


View Profile
November 24, 2017, 08:49:40 PM
 #33

 Smiley Thank you! great to see it work finally 99 piles of 3 now
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 08:49:53 PM
 #34

why i cant understad??? Cry Cry Cry Cry

""Label","Address"":10,
""","DHpEGbBCycVEb":10,Y674yZCpD7LzZm7EHhy1G"
""","DJATZPmGry6dM":10,qSCNrgT115benDCK6MzLD"
""","DS97G1M9EYgkC":10,bCjo5gnYanS1BKpnhRgjV"
""","DDyUj5o5vdGHD":10,mLWmLCnasBoSqqMiJjXep"
""","DM6j2RHrTiKFY":10,adf7q4VKN3z6dRhGLXcaN"
""","D5VCwV4APxxhb":10,M2QDNMDbgu8UzLoTFazqs"
""","DGr7eZT9Y6UfW":10,BCXHWCVgGKWPyxBaNnn6c"
""","D9UR188XasUTA":10,RzdNddXPVeH54M549nLab"
""","DRtvP8UePBVXB":10,8VkkJet166gL6eiqgkFjA"
""","DKRrLdG94V3Cg":10,zXgQUptYMi2MfsxuTBpHu"
""","DDGs6KQTwhPio":10,GggLjK2gUm34vAVnDKzay"
""","DL5PmvK4FybEQ":10,8QmoHEWLYHioxi7gEEacd"
""","DMeGzMsrRDJyQ":10,ro5w8k1H3r9pHexx5pwcg"
""","D64XmdKvxy6pp":10,tfGpY23CCxAe9gu86By1g"
""","DBssiap1cZPqe":10,YbC9iMtE2fua56Fyt9dFB"
""","DTFQkpPjoAZxu":10,tzvSFbzAvPhVpXUTz6Bfk"
""","DFiZHL7N3Uucp":10,RTYjRRi9HKQ5rYBeTMQHA"
""","D67A26awEfsaR":10,cYd4xwwx3yVoHSdKemhDY"
""","DDBXBZEk6JpJ1":10,MByercMdvtffPvmkiYtHu"
""","D98Qw92AsaLMm":10,zkUBp2zrtSW3pTbE3nueP"
""","D8qPqu42VzAGg":10,aGfVBoYppHAPar4fugJ4e"
""","DEYammDbvhcu8":10,Qe6owLqC5Dj1KMuKt6dcS"
""","DN8i9WQDDEnWR":10,xAFCoHCrrtLckBx67wADm"
""","DMJo3jwErFVBV":10,Fjxart8fu73ZPdsiUNrDV"
""","DCt8hUjp1F58c":10,hVs4iJPvCDgGwEKxZcGRr"
""","DJv8Q3QBwFD7N":10,3n6bENMq4kXD8czZ9Tasm"
""Armageddon","D7E":10,M6LJYjx6Mnr1zTP5Y7kziWiu8zue58S"
"                 ":10,
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 08:50:29 PM
 #35

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.


i dont understand this step! Huh

You need to use notepad++ or something that allows you to manipulate text files as columns and add everything in 1 step.

example for 3 addresses.
sendmany "armageddon" '{"DNRADDRESS1":2,"DNRADDRESS2":2,"DNRADDRESS3":3}'

The first time I did this I made about 100 addresses just to see what would happen. But you will have about 500 or less addresses. Notepad++ just makes adding the quotes and numbers easier to 500 lines.
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 08:51:51 PM
 #36

why i cant understad??? Cry Cry Cry Cry

""Label","Address"":10,
""","DHpEGbBCycVEb":10,Y674yZCpD7LzZm7EHhy1G"
""","DJATZPmGry6dM":10,qSCNrgT115benDCK6MzLD"
""","DS97G1M9EYgkC":10,bCjo5gnYanS1BKpnhRgjV"
""","DDyUj5o5vdGHD":10,mLWmLCnasBoSqqMiJjXep"
""","DM6j2RHrTiKFY":10,adf7q4VKN3z6dRhGLXcaN"
""","D5VCwV4APxxhb":10,M2QDNMDbgu8UzLoTFazqs"
""","DGr7eZT9Y6UfW":10,BCXHWCVgGKWPyxBaNnn6c"
""","D9UR188XasUTA":10,RzdNddXPVeH54M549nLab"
""","DRtvP8UePBVXB":10,8VkkJet166gL6eiqgkFjA"
""","DKRrLdG94V3Cg":10,zXgQUptYMi2MfsxuTBpHu"
""","DDGs6KQTwhPio":10,GggLjK2gUm34vAVnDKzay"
""","DL5PmvK4FybEQ":10,8QmoHEWLYHioxi7gEEacd"
""","DMeGzMsrRDJyQ":10,ro5w8k1H3r9pHexx5pwcg"
""","D64XmdKvxy6pp":10,tfGpY23CCxAe9gu86By1g"
""","DBssiap1cZPqe":10,YbC9iMtE2fua56Fyt9dFB"
""","DTFQkpPjoAZxu":10,tzvSFbzAvPhVpXUTz6Bfk"
""","DFiZHL7N3Uucp":10,RTYjRRi9HKQ5rYBeTMQHA"
""","D67A26awEfsaR":10,cYd4xwwx3yVoHSdKemhDY"
""","DDBXBZEk6JpJ1":10,MByercMdvtffPvmkiYtHu"
""","D98Qw92AsaLMm":10,zkUBp2zrtSW3pTbE3nueP"
""","D8qPqu42VzAGg":10,aGfVBoYppHAPar4fugJ4e"
""","DEYammDbvhcu8":10,Qe6owLqC5Dj1KMuKt6dcS"
""","DN8i9WQDDEnWR":10,xAFCoHCrrtLckBx67wADm"
""","DMJo3jwErFVBV":10,Fjxart8fu73ZPdsiUNrDV"
""","DCt8hUjp1F58c":10,hVs4iJPvCDgGwEKxZcGRr"
""","DJv8Q3QBwFD7N":10,3n6bENMq4kXD8czZ9Tasm"
""Armageddon","D7E":10,M6LJYjx6Mnr1zTP5Y7kziWiu8zue58S"
"                 ":10,

Start over from scratch with exporting the addresses. You have too many quotes and commas and its just plain wrong.
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 08:53:39 PM
 #37

why i cant understad??? Cry Cry Cry Cry

""Label","Address"":10,
""","DHpEGbBCycVEb":10,Y674yZCpD7LzZm7EHhy1G"
""","DJATZPmGry6dM":10,qSCNrgT115benDCK6MzLD"
""","DS97G1M9EYgkC":10,bCjo5gnYanS1BKpnhRgjV"
""","DDyUj5o5vdGHD":10,mLWmLCnasBoSqqMiJjXep"
""","DM6j2RHrTiKFY":10,adf7q4VKN3z6dRhGLXcaN"
""","D5VCwV4APxxhb":10,M2QDNMDbgu8UzLoTFazqs"
""","DGr7eZT9Y6UfW":10,BCXHWCVgGKWPyxBaNnn6c"
""","D9UR188XasUTA":10,RzdNddXPVeH54M549nLab"
""","DRtvP8UePBVXB":10,8VkkJet166gL6eiqgkFjA"
""","DKRrLdG94V3Cg":10,zXgQUptYMi2MfsxuTBpHu"
""","DDGs6KQTwhPio":10,GggLjK2gUm34vAVnDKzay"
""","DL5PmvK4FybEQ":10,8QmoHEWLYHioxi7gEEacd"
""","DMeGzMsrRDJyQ":10,ro5w8k1H3r9pHexx5pwcg"
""","D64XmdKvxy6pp":10,tfGpY23CCxAe9gu86By1g"
""","DBssiap1cZPqe":10,YbC9iMtE2fua56Fyt9dFB"
""","DTFQkpPjoAZxu":10,tzvSFbzAvPhVpXUTz6Bfk"
""","DFiZHL7N3Uucp":10,RTYjRRi9HKQ5rYBeTMQHA"
""","D67A26awEfsaR":10,cYd4xwwx3yVoHSdKemhDY"
""","DDBXBZEk6JpJ1":10,MByercMdvtffPvmkiYtHu"
""","D98Qw92AsaLMm":10,zkUBp2zrtSW3pTbE3nueP"
""","D8qPqu42VzAGg":10,aGfVBoYppHAPar4fugJ4e"
""","DEYammDbvhcu8":10,Qe6owLqC5Dj1KMuKt6dcS"
""","DN8i9WQDDEnWR":10,xAFCoHCrrtLckBx67wADm"
""","DMJo3jwErFVBV":10,Fjxart8fu73ZPdsiUNrDV"
""","DCt8hUjp1F58c":10,hVs4iJPvCDgGwEKxZcGRr"
""","DJv8Q3QBwFD7N":10,3n6bENMq4kXD8czZ9Tasm"
""Armageddon","D7E":10,M6LJYjx6Mnr1zTP5Y7kziWiu8zue58S"
"                 ":10,

Start over from scratch with exporting the addresses. You have too many quotes and commas and its just plain wrong.


""Label","Address"":10,
""","DHpEGbBCycVEb":10,Y674yZCpD7LzZm7EHhy1G"
""","DJATZPmGry6dM":10,qSCNrgT115benDCK6MzLD"
""","DS97G1M9EYgkC":10,bCjo5gnYanS1BKpnhRgjV"
""","DDyUj5o5vdGHD":10,mLWmLCnasBoSqqMiJjXep"
""","DM6j2RHrTiKFY":10,adf7q4VKN3z6dRhGLXcaN"
""","D5VCwV4APxxhb":10,M2QDNMDbgu8UzLoTFazqs"
""","DGr7eZT9Y6UfW":10,BCXHWCVgGKWPyxBaNnn6c"
""","D9UR188XasUTA":10,RzdNddXPVeH54M549nLab"
""","DRtvP8UePBVXB":10,8VkkJet166gL6eiqgkFjA"
""","DKRrLdG94V3Cg":10,zXgQUptYMi2MfsxuTBpHu"
""","DDGs6KQTwhPio":10,GggLjK2gUm34vAVnDKzay"
""","DL5PmvK4FybEQ":10,8QmoHEWLYHioxi7gEEacd"
""","DMeGzMsrRDJyQ":10,ro5w8k1H3r9pHexx5pwcg"
""","D64XmdKvxy6pp":10,tfGpY23CCxAe9gu86By1g"
""","DBssiap1cZPqe":10,YbC9iMtE2fua56Fyt9dFB"
""","DTFQkpPjoAZxu":10,tzvSFbzAvPhVpXUTz6Bfk"
""","DFiZHL7N3Uucp":10,RTYjRRi9HKQ5rYBeTMQHA"
""","D67A26awEfsaR":10,cYd4xwwx3yVoHSdKemhDY"
""","DDBXBZEk6JpJ1":10,MByercMdvtffPvmkiYtHu"
""","D98Qw92AsaLMm":10,zkUBp2zrtSW3pTbE3nueP"
""","D8qPqu42VzAGg":10,aGfVBoYppHAPar4fugJ4e"
""","DEYammDbvhcu8":10,Qe6owLqC5Dj1KMuKt6dcS"
""","DN8i9WQDDEnWR":10,xAFCoHCrrtLckBx67wADm"
""","DMJo3jwErFVBV":10,Fjxart8fu73ZPdsiUNrDV"
""","DCt8hUjp1F58c":10,hVs4iJPvCDgGwEKxZcGRr"
""","DJv8Q3QBwFD7N":10,3n6bENMq4kXD8czZ9Tasm"
""Armageddon","D7E":10,M6LJYjx6Mnr1zTP5Y7kziWiu8zue58S"
"                 ":10,



this is my notepad++ file


this is the notepad++ just exported original

"Label","Address"
"","D5CKEh4NhEXsZKmdKXX3pQUZyXbNTNw1xG"
"","D5DxKkuo2mhtjkkCj4JKY4D3m8op8KK37m"
"","DGfLpsN67CogAb9Nxk6hY5EpB1MEm1WR7f"
"","DGgmafcSUCkzCpTcxAam5bwYhpmaJCrw5S"
"","DGjHgNXNwafRRia1MNPRVa3T9sb4rLreiE"
"","DGns13JKEpr7zCHbcuXBvcrwTfDrna66Jy"
"","DGpX4a4YtXVgkEryq3EU9ynsZBFgyxMaKr"
"","DGr7eZT9Y6UfWBCXHWCVgGKWPyxBaNnn6c"
"","DGsSRhPnGYYb84LKQMW3kXAC5CU6LbEeuV"
"","DGseFH7BVfGHiECowYBWTGy66mWtQpMqFE"
"","DGtSTfLLYQctT7BtVnwMDkA1YvA8ebvpzz"
"","DGuqYt5YApLkEasZnXgUtTVHYY4oMv8712"
"","DGv4pLhWYvJfeFPD7jbJpGh6yjywKLQYPz"
"","DGwUYQAwXb14zMmGnt8SMn6AXsagnT3Hrh"
"","DGxfZ9twwWPUhZsyRThj3p2CnoL8A2X6Bu"
"","DGxysFYppSTuRKVaH5y8fjADkVQJ5FnmWB"
"","DH2V2aG8FLCb4kV5ZAWUqYcS2ssgrfEuvS"
"","DH7uyCNVSsDxozqVSB5ykqNYtskB9kaYvz"
"","DHC9Z9F7Vfdf7ZuThKfSfjiqCN4cbeP8Cu"
"","DHHxjrGVubRQMAEUvCNcpy7gNQLqVHin2A"
"","DHRbaonkcXtYE7xVzq6G5AeTh6sxDJHzyw"
"","DHUMsrGVXADoDP3wy2nzdYcyWao9Gc2j3r"
"","DHVD1TH7bhvNmUftwrWx7E7p4xCWX9ioYW"
"","DHVKMFaezzyh12X39bcxfir6RkxQY3rPib"
"","DUUFx28NouprQEGUdT8bNtHTVX65GeqfZv"
"Armageddon","D7EM6LJYjx6Mnr1zTP5Y7kziWiu8zue58S"
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 09:03:21 PM
 #38

Its wrong. Are you able to PM me a link to your exported .csv file or whatever? And no I am not going to do this for everyone.

Notice how POS suddenly has gone up?
GeePeeU
Sr. Member
****
Offline Offline

Activity: 538
Merit: 251


ASK


View Profile
November 24, 2017, 09:05:23 PM
 #39

This is why I like Altcom. The POS is simple and there is no CONF file to set up.

Some big updates in the horizon too, Check it out people.

https://bitcointalk.org/index.php?topic=2105778.0;topicseen

Always doubt.
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 09:08:56 PM
 #40

Its wrong. Are you able to PM me a link to your exported .csv file or whatever? And no I am not going to do this for everyone.

Notice how POS suddenly has gone up?


pm sent 10 each coz i have 299 coins
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 09:13:43 PM
 #41

Open the .csv in excel or some spreadsheet software. And copy the B (or second) column from row 2 and down. That's the problem. Will PM you back with a link.
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 09:30:28 PM
 #42

Open the .csv in excel or some spreadsheet software. And copy the B (or second) column from row 2 and down. That's the problem. Will PM you back with a link.

nothing to do i tried all!


22:29:32

Method not found (code -32601)



sendmany "armageddon" '{""D5CKEh4NhEXsZKmdKXX3pQUZyXbNTNw1xG":10,
"D5DxKkuo2mhtjkkCj4JKY4D3m8op8KK37m":10,
"D5ME6oJva3SRuuCzo1gSd6VvPMcx2ehFxZ":10,
"D5MpXS8yKgRkLt2pDCnV1xw5DFqFQDn2X1":10,
"D5RfMJM2cWAxUPfKq2ksmzfrQKCJDDUMUD":10,
"D5Rsw9tTxtD67CyoW6p1hSXmEatZuePzN9":10,
"D5UfqJ7qjAZd9kHe1HLcE6tjvbCjUg17zK":10,
"D5VCwV4APxxhbM2QDNMDbgu8UzLoTFazqs":10,
"D5ZyTxse3YT2MNmK2r6p1gxp918TAAsKLY":10,
"D5bUaQgNA31HPXEvBt4zvvoxoLUEo8nADw":10,
"D5dUPzpDnst9jgQYETCKYvkPqKemraTkiu":10,
"D5g9AFnVQyw3XMweYh2KiBPCaHXQtxFU1t":10,
"D5jTPhTZzGpgPKaHXLHeB9Hg3hYEqXRY2v":10,
"D5uXM5bd2aV2L5DQgbxMgFo7L4EHZH9gPe":10,
"D5xsyrL6Pg3tK57e4RPw7TxRD9eK4niqAq":10,
"D5y8P2To3n7NACek1Mb6sPhGGX7SBac1Eq":10,
"D64XmdKvxy6pptfGpY23CCxAe9gu86By1g":10,
"D653Gzn1crhM9ZbTYwNpWyMk4eodWJeYA8":10,
"D67A26awEfsaRcYd4xwwx3yVoHSdKemhDY":10,
"D6B7rhyrpEPGVuuFAxuoZKXXu1XMCvWoqy":10,
"D6RiNjj9CXKVX37F2AAGBfUn8jm9iixyRE":10,
"D6RkAk2sSLr6DcWcFNMw7mWgu7u4mM79d3":10,
"D6XsfBPiX1D982DXV6WPXvdXtwx4Z78oR7":10,
"D6Z9zkJyjFo9XVHRNZUvwhrvK7Smti8eYp":10,}'
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 24, 2017, 09:31:45 PM
 #43

First line
sendmany "armageddon" '{""D5CKEh4NhEXsZKmdKXX3pQUZyXbNTNw1xG":10,

should look like
sendmany "armageddon" '{"D5CKEh4NhEXsZKmdKXX3pQUZyXbNTNw1xG":10,

last line
"D6Z9zkJyjFo9XVHRNZUvwhrvK7Smti8eYp":10,}'

should look like

"D6Z9zkJyjFo9XVHRNZUvwhrvK7Smti8eYp":10}'
lunobird
Full Member
***
Offline Offline

Activity: 846
Merit: 115


View Profile
November 24, 2017, 10:15:20 PM
 #44

U do know your causing more of this coin to go into circulation through your exploits or causing an unfair advantage.  You're giving this coin a bad rep,  and thus devaluing the coin and only shooting yourself in the foot for a couple of bucks?

Best to let the developers know this so they can fix this otherwise go watch this shitcoin dump to 0 satashi's like what almost happen to SIGT

preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 10:23:56 PM
 #45

sendmany "armageddon" '{"D7EM6LJYjx6Mnr1zTP5Y7kziWiu8zue58S":9,
"DTLNyx9ARTYt5AieK665NzaMF2oQ9exNQv":9,
"DTLb72X5iaHuTxYDPE7gXUqVi6qSL9ANLd":9,
"DTM6TwV8hD9Efdvti5izGG5KWuiFDmSDj3":9,
"DTNN7taRAqSk6gEwCpzrbCyBV4N5ntmGjZ":9,
"DTP1udArddQ5yiHey4DmWaEVEj33zhzx6L":9,
"DTUcvvJcqueyxaZySPiMECUif4azUkLZHj":9,
"DTVsh2f4beeAjSy4sWvRjMGYozkewL9GT7":9,
"DTW3KMXYYAPThFwgwX3RpHYAU2a813Limw":9,
"DTXwss2gvWkAkcLu6J8D7xC8Th69uRGwST":9,
"DTb3cZHsLYLmQS8JDYphuuSaMgbA33qJis":9,
"DTgGsg8Q5yJugK39p6V8wHuRjb1wh6tGuq":9,
"DTgnGH8aphk4ZbBt5ATxAbZLYWfF5MKLwB":9,
"DTj54GLvtHeDfHeAPHTWNgbkbxbFLp1ZrC":9,
"DTjy6xZ5SrQqbGDJsabFfDMj5NWGeXsy8Q":9,
"DTp7YjpmR8o8AtQBGH1vx9DrZrAY7TMx3t":9,
"DTwMhk8cQzvJ4p6m7YmWU3mjZgibxt5ZEf":9,
"DTy2UNUoG1QmEdYjy2a8Mt4Ck9W6PjhEYy":9,
"DU7nGkeBDk1pHa6CzPHSL8uXXumPEwaQM4":9,
"DU8PnRNgfJcHjhXUY4tcU6BaxyLfQ4YY44":9,
"DUA8sFAobCvZW81Pdm1MURLtivX6KZXpeA":9,
"DUCJ9DQen1fgFsfP267eVBG3XPymf65YAK":9,
"DUEZNgj4ZEbopnDMg1LkkjoxauETjoTPuA":9,
"DUFXr7XHNrzqMSUaqwyJPWo5CbFrQiDSfo":9,
"DUGoc6EN1pheiAVTmY1Z38YhvfCSUYTs7E":9,
"DUNX3gdaANhcZ8Ug9ZTRt8yp6GjNAmiM5D":9,
"DUQgBWfu9C9uEup7kXUk8exobDKu6wkWbR":9,
"DUTmGtxBnBZ7BpKT9AVdTGUegTREHFcCXY":9,
"DUU2YKUpotazDhnCJpfW4SXnD3tBdnR5Z2":9,
"DUUFx28NouprQEGUdT8bNtHTVX65GeqfZv":9}'


nothing is wrong now and i get error
23:23:21

Account has insufficient funds (code -6)
preda
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 24, 2017, 10:41:46 PM
 #46

i resolved was more rapid


i used coin control
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 12:44:23 AM
 #47

U do know your causing more of this coin to go into circulation through your exploits or causing an unfair advantage.  You're giving this coin a bad rep,  and thus devaluing the coin and only shooting yourself in the foot for a couple of bucks?

Best to let the developers know this so they can fix this otherwise go watch this shitcoin dump to 0 satashi's like what almost happen to SIGT



Yes, a coin that someone can buy more of, to stake more faster will go to 0, because we are using mathematical formulas on a cryptocurrency for a small advantage. Proof we are forcing more DNR into circulation.  Shirley you can show us some math on how you get to anything you just said. SIGT lol Grin
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
November 25, 2017, 01:23:31 AM
 #48

U do know your causing more of this coin to go into circulation through your exploits or causing an unfair advantage.  You're giving this coin a bad rep,  and thus devaluing the coin and only shooting yourself in the foot for a couple of bucks?

Best to let the developers know this so they can fix this otherwise go watch this shitcoin dump to 0 satashi's like what almost happen to SIGT



  The developers do know because they set DNR up with this particular staking method.  They can change it any time they need to with a wallet update and possibly a fork.  The amount you get per stake is pathetically small.  This is not an POS investment coin, meaning this isn't meant to make someone rich through minting new coins.

 By posting it on Bitointalk.org and making people aware, the playing field is leveled.  Even if he kept this information to himself the amount of DNR he would have gained can be counted on one hand.

  Realistically,  stake amounts are so small that the impact is pathetic.  With this new method I stand to gain less than 0.05 DNR over the next year with my 500 DNR.  Before hand I was going to make a lot less, but the difference is measured in pennies.  My DNR will not be reaping any huge rewards anytime soon.

 If anything this brings more exposure to the coin, which benefits everyone!

 

 
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 03:38:43 AM
 #49

Lets the sparks fly. 59% POS overtaking POW.  Grin

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 12:13:36 PM
 #50

Nice work buzz!

#crysx

Thank you. Credit goes to someone else who is very good at testing the formulas.  Tongue

Now who else reading this can guess why we are doing this? The more FUD around this the more I know this is working.  Cool
tinchopf
Full Member
***
Offline Offline

Activity: 157
Merit: 100


ARweY484XkBSRCaPMATy9PCfrKJkgqWF6T


View Profile
November 25, 2017, 01:42:00 PM
 #51

Nice work buzz!

#crysx

Thank you. Credit goes to someone else who is very good at testing the formulas.  Tongue

Now who else reading this can guess why we are doing this? The more FUD around this the more I know this is working.  Cool

That would be the rainman of Crypto, or just a random guy that has a lot of free time?

In any case, it's actually working, over 30 stakes per day. Completely wild

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 01:42:49 PM
 #52

Nice work buzz!

#crysx

Thank you. Credit goes to someone else who is very good at testing the formulas.  Tongue

Now who else reading this can guess why we are doing this? The more FUD around this the more I know this is working.  Cool

That would be the rainman of Crypto, or just a random guy that has a lot of free time?

In any case, it's actually working, over 30 stakes per day. Completely wild

Crypto rainman confirmed. 30 stakes/day on how much DNR staking?  Shocked
tinchopf
Full Member
***
Offline Offline

Activity: 157
Merit: 100


ARweY484XkBSRCaPMATy9PCfrKJkgqWF6T


View Profile
November 25, 2017, 02:19:47 PM
 #53

Nice work buzz!

#crysx

Thank you. Credit goes to someone else who is very good at testing the formulas.  Tongue

Now who else reading this can guess why we are doing this? The more FUD around this the more I know this is working.  Cool

That would be the rainman of Crypto, or just a random guy that has a lot of free time?

In any case, it's actually working, over 30 stakes per day. Completely wild

Crypto rainman confirmed. 30 stakes/day on how much DNR staking?  Shocked

700, but only split between 200 addresses. I really don't want to lose all my staking weight

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 03:06:04 PM
 #54

Nice work buzz!

#crysx

Thank you. Credit goes to someone else who is very good at testing the formulas.  Tongue

Now who else reading this can guess why we are doing this? The more FUD around this the more I know this is working.  Cool

That would be the rainman of Crypto, or just a random guy that has a lot of free time?

In any case, it's actually working, over 30 stakes per day. Completely wild

Crypto rainman confirmed. 30 stakes/day on how much DNR staking?  Shocked

700, but only split between 200 addresses. I really don't want to lose all my staking weight

I lost my weight by buying more DNR from https://stocks.exchange/trade/DNR/BTC and the restaking into 500 addresses. I am thinking I might go even harder into this the more FUD I see following me around.  Cool match my account age you newbs.
tinchopf
Full Member
***
Offline Offline

Activity: 157
Merit: 100


ARweY484XkBSRCaPMATy9PCfrKJkgqWF6T


View Profile
November 25, 2017, 03:08:40 PM
 #55


700, but only split between 200 addresses. I really don't want to lose all my staking weight

I lost my weight by buying more DNR from https://stocks.exchange/trade/DNR/BTC and the restaking into 500 addresses. I am thinking I might go even harder into this the more FUD I see following me around.  Cool match my account age you newbs.

This starts to sound like a vitamin suplement to look like a super model. Might try re-spliting tomorrow, depends on how well I'm doing already

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 03:09:41 PM
 #56

Before I post my next images to the mathematicians, I go further back into this than 2013.  Tongue POS anyone reading this. Take it over.
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 03:11:13 PM
 #57


700, but only split between 200 addresses. I really don't want to lose all my staking weight

I lost my weight by buying more DNR from https://stocks.exchange/trade/DNR/BTC and the restaking into 500 addresses. I am thinking I might go even harder into this the more FUD I see following me around.  Cool match my account age you newbs.

This starts to sound like a vitamin suplement to look like a super model. Might try re-spliting tomorrow, depends on how well I'm doing already

Pick an exchange, pick up some moar, stake even better. Win win, and I know those watching this know exactly what we are doing here. Now to figure out a way to split to more than 500 addresses to a QT wallet.
bitmagic1984
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
November 25, 2017, 04:54:31 PM
 #58

I have few DNR in cryptopia exchange. can POS work from exchange wallet ?
H055Y
Full Member
***
Offline Offline

Activity: 406
Merit: 102


D D D Denarius


View Profile
November 25, 2017, 06:17:55 PM
 #59

I have few DNR in cryptopia exchange. can POS work from exchange wallet ?
Nope, Cryptopia does not have POS enabled so you'll have to do this in your own wallet and create 500 addresses to split up your coins to get this staking trick to work. Also you'll have to have some patience, this trick doesn't work after the coins mature, it takes a few days or even weeks to start working as advertised here. But once it works u are on a roll! Cheesy

How about you DYOR on Denarius (D)
madmack1
Member
**
Offline Offline

Activity: 157
Merit: 11


View Profile
November 25, 2017, 07:50:50 PM
 #60

I have 99 address with 3 coin in each, I got my 1st stake today but then the block split and i have 2x 1.5 DNR but from same address. Dont i need to keep new address for every block? can this split be turned of?
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 25, 2017, 08:05:21 PM
 #61

I have 99 address with 3 coin in each, I got my 1st stake today but then the block split and i have 2x 1.5 DNR but from same address. Dont i need to keep new address for every block? can this split be turned of?


You want 500 addresses, and it takes over 10 days of 24/7 staking to really get going. If you are tired of staking so much you can just send your entire balance back to one address.  Cool
heresamemo
Member
**
Offline Offline

Activity: 197
Merit: 23


View Profile
November 26, 2017, 01:53:12 AM
 #62

This is very cool, i did it on a small scale just to test it out and its true, i had to turn the sound off my rig from the pings that keep rolling in lol
madmack1
Member
**
Offline Offline

Activity: 157
Merit: 11


View Profile
November 26, 2017, 08:45:15 PM
 #63

ok ijust sat there creating addresses fr ages when i exported it my csv file shows 1000 lines looks like 1000 addresses. I thought limit was 500
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
November 27, 2017, 07:35:20 PM
 #64

ok ijust sat there creating addresses fr ages when i exported it my csv file shows 1000 lines looks like 1000 addresses. I thought limit was 500

Sendmany only works to 500. So select 500 from the .csv.

POS taking over. Notice price going up too?  Cool
https://chainz.cryptoid.info/dnr/#!extraction
kawaiicrypto
Full Member
***
Offline Offline

Activity: 192
Merit: 101



View Profile
November 27, 2017, 09:06:29 PM
 #65

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm

Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
November 30, 2017, 01:42:37 PM
 #66

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm
It also depends on amount on each address...

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
December 01, 2017, 10:56:16 AM
 #67

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm
It also depends on amount on each address...

Are you sure about that? I have been looking for smaller wallets to see what happens. Kawaii should know in a week or 2 what happens.
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
December 01, 2017, 11:03:30 AM
 #68

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm
It also depends on amount on each address...

Are you sure about that? I have been looking for smaller wallets to see what happens. Kawaii should know in a week or 2 what happens.
I have in one wallet about 150 DNR the others like 10 or 5 DNR, the one with 150 DNR stake more often, didn't count the exact stake amount for each wallet so I might be worng.

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
December 01, 2017, 11:41:58 AM
 #69

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm
It also depends on amount on each address...

Are you sure about that? I have been looking for smaller wallets to see what happens. Kawaii should know in a week or 2 what happens.
I have in one wallet about 150 DNR the others like 10 or 5 DNR, the one with 150 DNR stake more often, didn't count the exact stake amount for each wallet so I might be worng.

In that case if you havent tested and done the math, I would suggest splitting into 500 addresses. The person who tested this theory out, did it with smaller increments of DNR.

BTW masternodes are confirmed, so expect large staking about to happen.  Grin
kawaiicrypto
Full Member
***
Offline Offline

Activity: 192
Merit: 101



View Profile
December 01, 2017, 05:04:32 PM
 #70

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm
It also depends on amount on each address...

Indeed.

kawaiicrypto
Full Member
***
Offline Offline

Activity: 192
Merit: 101



View Profile
December 11, 2017, 03:01:19 PM
 #71

Just sent 0.1 DNR to 2900 addresses in my wallet, will let you know if anything weird happens once the coins mature enough to stake. xD

Link to tx: https://chainz.cryptoid.info/dnr/tx.dws?b8deac10630900678ddcf080271df344d3701d4b52e917002aba9323d2b29ee4.htm

Turns out a raspberry Pi 3 is not powerful enough to try staking on 2900 addresses several times a minute... So moved the wallet to my desktop.. I guess the staking code is a single thread, since on my laptop denariusd runs with 1 core on full usage.. It is difficult to know how many stake attempts/second the wallet reaches (but could be measured I guess)..

Moral is: If you are going to run a staking wallet, use less than 2900 inputs. xD

coinskeeper
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
December 16, 2017, 06:02:45 PM
 #72

I am experimenting with cli commands.
Have question not related directly to your POS experiment.

When you are using sendomany command, from which address transaction fee will be deducted?

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ ✅ PRiVCY ($PRIV) is a new PoW/PoS revolutionary privacy project ● ☞ ✅ Best privacy crypto-market! ● █▆▅▃▂
    Own Your Privacy! ─────────────────║ WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ║─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June]✅[Bounty]✈✈✈ ║───────────║ Wallet ➢ ✓ Windows  |  ✓ macOS  |  ✓ Linux
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
December 30, 2017, 12:29:51 AM
 #73

New wallet is coming soon, get prepared with this for much more staking.  Cool
kawaiicrypto
Full Member
***
Offline Offline

Activity: 192
Merit: 101



View Profile
January 01, 2018, 02:08:25 PM
 #74

I am experimenting with cli commands.
Have question not related directly to your POS experiment.

When you are using sendomany command, from which address transaction fee will be deducted?

Without having checked, I would assume that the fee is deducted from the same address that the rest of the funds are sent from.

miraj74
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
January 02, 2018, 09:59:58 PM
 #75

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’m not getting credit for any staked coins. It like deducting (0.00001) from each staking, rather than giving me coins.

Thanks,
Mike

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
January 03, 2018, 07:27:45 AM
 #76

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’m 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.
Metroid
Sr. Member
****
Offline Offline

Activity: 2142
Merit: 353


Xtreme Monster


View Profile
January 03, 2018, 11:05:53 AM
 #77

So what is the percentage per month of the total invested doing this?

BTC Address: 1DH4ok85VdFAe47fSVXNVctxkFhUv4ujbR
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
January 09, 2018, 08:04:19 AM
 #78

So what is the percentage per month of the total invested doing this?

Its not a lot right now until the wallet is fixed for 6%/year rewards. But this will be worth it when that happens very soon. What this also does is gets more POS blocks to solve which makes POW solve less, making DNR a little more rare right now. So we compete with the miners.  Cool
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
January 15, 2018, 12:46:14 PM
 #79

Does anybody build the DNR 1.0.8 wallet for Windows?
It's so easy build QT for Linux but I'm no sure how to do that for Windows Cheesy

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
January 15, 2018, 04:31:41 PM
 #80

So you method still work has today?

im trying to find new fun thing to do  Smiley
Yeah it's keep rolling Cheesy But it was way better to buy 1000 DNR for 0.5 USD than know.

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
miraj74
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
January 19, 2018, 12:27:39 AM
 #81

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’m 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
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
January 19, 2018, 08:20:01 AM
 #82

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

Thanks,
Mike

Send all coins to 1 address you want.

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
simon_ngo
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
January 19, 2018, 02:06:03 PM
 #83

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

Thanks,
Mike

Send all coins to 1 address you want.

Can you share the command to do it?
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
January 28, 2018, 05:11:11 AM
 #84

HEADS UP TO ALL YOU THAT ARE DOING THIS -

 My staking rig updated itself (Fucking Windows 10) and became unusable.  It would not boot past the spinning white dots.  When I recovered my DNR wallet off the hard drive and loaded it I had significantly less DNR than I should have.  I had reloaded the software and kept swapping it out with the same results.

 I was able to correct it by finding a backup that I had done after creating all the addresses. 

 I do not know what happened, but if you are doing this and you ares staking PLEASE back up your wallet now.  Don't assume a backup prior to making these changes will work...

 PSA over.

 Good Luck!
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
February 04, 2018, 01:17:32 AM
 #85

With the rumblings of a fix coming for staking, would it be in our best interests to reload the coins back into a single address?  I'm thinking of doing so and shutting the wallet down until they fix/adjust staking.  I'd have a lot of stakeweight when I turned it back on in a month or so.

buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 04, 2018, 06:35:11 AM
 #86

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

Thanks,
Mike

Send all coins to 1 address you want.

Can you share the command to do it?


You click send in the QT wallet and send your entire balance to 1 address.

BTW please backup wallets to multiple USB drives. A USB drive is like $10.
djdmdush
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 05, 2018, 09:49:57 AM
 #87

Anyone tried this with mac?
djdmdush
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 05, 2018, 10:35:01 AM
 #88

Okay just got it done with Mac. If you want to do this with Mac, you need to use Winebottler app to use notepad++ on Mac and then find the Column editor (because obviously alt-c doesn't work on Mac) in Edit tab.
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
February 07, 2018, 10:43:31 AM
 #89

Still working?
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 07, 2018, 04:01:53 PM
 #90

Still working?

Yes and this will still work with the upcoming POS fix in the new QT wallet.  Cool
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 08, 2018, 05:58:37 AM
 #91

POS fix is coming soon!!! Masternodes will be coming soon. Prepare yourselves to stake like a boss. I still can't inline attach images for some reason.
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
February 08, 2018, 09:57:02 AM
 #92

POS fix is coming soon!!! Masternodes will be coming soon. Prepare yourselves to stake like a boss. I still can't inline attach images for some reason.
I have no problem with images. I hope for Windows binary wallet, I don't want build it for Windows Cheesy

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
February 10, 2018, 04:25:49 AM
 #93

Still working?

Yes and this will still work with the upcoming POS fix in the new QT wallet.  Cool

So stay with 500 addresses for the new wallet and it will still stake like it is now?  I am thinking of picking up 500 more.  That would double my stockpile.
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 10, 2018, 04:48:54 PM
 #94

Still working?

Yes and this will still work with the upcoming POS fix in the new QT wallet.  Cool

So stay with 500 addresses for the new wallet and it will still stake like it is now?  I am thinking of picking up 500 more.  That would double my stockpile.

Yes, Carsen was calling this an Easter egg. I am going masternodes and the remaining DNR will be staking in 500 addresses.  Cool
Molachai
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
February 10, 2018, 05:30:19 PM
 #95

Still working?

Yes and this will still work with the upcoming POS fix in the new QT wallet.  Cool

So stay with 500 addresses for the new wallet and it will still stake like it is now?  I am thinking of picking up 500 more.  That would double my stockpile.

Yes, Carsen was calling this an Easter egg. I am going masternodes and the remaining DNR will be staking in 500 addresses.  Cool

That is my plan as well  Wink Will be nice to have both avenues to increase my DNR holdings
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 10, 2018, 07:11:09 PM
 #96

Still working?

Yes and this will still work with the upcoming POS fix in the new QT wallet.  Cool

So stay with 500 addresses for the new wallet and it will still stake like it is now?  I am thinking of picking up 500 more.  That would double my stockpile.

Yes, Carsen was calling this an Easter egg. I am going masternodes and the remaining DNR will be staking in 500 addresses.  Cool

That is my plan as well  Wink Will be nice to have both avenues to increase my DNR holdings

We chatted about this and he liked the idea that there is kind of a hidden way to stake like this. When 6% POS fix arrives, staking will be much more fun to watch. I have a QT windows wallet running on testnet on just 1 address.  Cool
Molachai
Newbie
*
Offline Offline

Activity: 62
Merit: 0


View Profile
February 10, 2018, 09:06:27 PM
 #97

Still working?

Yes and this will still work with the upcoming POS fix in the new QT wallet.  Cool

So stay with 500 addresses for the new wallet and it will still stake like it is now?  I am thinking of picking up 500 more.  That would double my stockpile.

Yes, Carsen was calling this an Easter egg. I am going masternodes and the remaining DNR will be staking in 500 addresses.  Cool

That is my plan as well  Wink Will be nice to have both avenues to increase my DNR holdings

We chatted about this and he liked the idea that there is kind of a hidden way to stake like this. When 6% POS fix arrives, staking will be much more fun to watch. I have a QT windows wallet running on testnet on just 1 address.  Cool

Sounds great! I'll have to pay attention to your findings with that in regards to testnet  Cool
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 20, 2018, 06:59:16 AM
 #98

With masternodes now working on testnet, time to prepare your wallets for incoming POS 6% fix.  Cool
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
February 23, 2018, 01:04:52 PM
 #99

With masternodes now working on testnet, time to prepare your wallets for incoming POS 6% fix.  Cool

I will pick up some more DNR.  Can't wait to get this started.  I just wish I had enough for a Masternode...maybe if something in my portfolio moons...
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 25, 2018, 02:44:37 AM
 #100

Looks like this might not be as good as I hoped with the new v2 wallet released today. Might be better to go back to a single address when 6% POS fix goes live.
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
February 28, 2018, 08:08:37 AM
 #101

So after few days of using 2.0 it's staking pretty strange. I'm getting stakes with lot of decimals like this 0.00000667 Cheesy
So would it be better to have all coins on 1 address?

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
February 28, 2018, 11:25:49 PM
 #102

So after few days of using 2.0 it's staking pretty strange. I'm getting stakes with lot of decimals like this 0.00000667 Cheesy
So would it be better to have all coins on 1 address?

I don't believe staking has been 'fixed' yet.  I am getting the same.  I think it's going to happen in the next two days or so.
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
March 01, 2018, 03:55:45 PM
 #103

So after few days of using 2.0 it's staking pretty strange. I'm getting stakes with lot of decimals like this 0.00000667 Cheesy
So would it be better to have all coins on 1 address?

I don't believe staking has been 'fixed' yet.  I am getting the same.  I think it's going to happen in the next two days or so.

how long does it takes to receive the first stakes? I am keeping my wallet open since 6 days and still zero stakes.
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
March 03, 2018, 10:14:45 AM
 #104

New DNR wallet, it is using QT5 now. Seems like my first QT wallet running this version. I'm excited:D
https://github.com/carsenk/denarius/releases/tag/v2.0.0.1

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
Agozyen
Sr. Member
****
Offline Offline

Activity: 672
Merit: 252

Until the end


View Profile
March 03, 2018, 01:38:45 PM
 #105

So after few days of using 2.0 it's staking pretty strange. I'm getting stakes with lot of decimals like this 0.00000667 Cheesy
So would it be better to have all coins on 1 address?

I don't believe staking has been 'fixed' yet.  I am getting the same.  I think it's going to happen in the next two days or so.

how long does it takes to receive the first stakes? I am keeping my wallet open since 6 days and still zero stakes.

How many DNR do you have in your wallet?  You will stake more frequently with more DNR in your wallet.
richstain
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 14, 2018, 01:40:50 AM
 #106

so, can i assume 500 address with 0.*** DNR > 1 address with let say 100 DNR?
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
March 14, 2018, 10:12:28 AM
 #107

I tried but didn't work for me
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
March 14, 2018, 02:53:38 PM
 #108

So block 640k will be on Friday, isn't it? :3

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
ruplikmastik
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 14, 2018, 03:30:16 PM
 #109

So block 640k will be on Friday, isn't it? :3
What will happen ate th block 640k?
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
March 16, 2018, 11:12:41 AM
 #110

Only few hours left Grin

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
March 17, 2018, 06:52:57 AM
 #111

Awesome staking :3 Love it  Grin

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
March 22, 2018, 05:06:10 PM
 #112

It's now better to stake as 1 large amount instead of the 500 addresses. Mainly for the transaction fees of having so many stakes occur over the year.
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
March 22, 2018, 05:41:16 PM
 #113

It's now better to stake as 1 large amount instead of the 500 addresses. Mainly for the transaction fees of having so many stakes occur over the year.
Thx, so I've sent all DNR to one address will see :3

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 10, 2018, 05:58:07 AM
 #114

Maybe the 500 address staking is still worth doing. Someone just posted a pi3 stakebox guide saying it is working still.
https://steemit.com/cryptocurrency/@nzcrypto/guide-how-to-build-a-cryptocurrency-proof-of-stake-mining-box-for-absolute-newbies
cryptonewzealand
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 18, 2018, 09:23:52 AM
 #115

Maybe the 500 address staking is still worth doing. Someone just posted a pi3 stakebox guide saying it is working still.
https://steemit.com/cryptocurrency/@nzcrypto/guide-how-to-build-a-cryptocurrency-proof-of-stake-mining-box-for-absolute-newbies

This is interesting, might give it a go. If not happy with the returns, is this a command to get all the coins back into one address rather than do 500 transactions?
buzzkillb (OP)
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 21, 2018, 05:33:51 PM
 #116

Maybe the 500 address staking is still worth doing. Someone just posted a pi3 stakebox guide saying it is working still.
https://steemit.com/cryptocurrency/@nzcrypto/guide-how-to-build-a-cryptocurrency-proof-of-stake-mining-box-for-absolute-newbies

This is interesting, might give it a go. If not happy with the returns, is this a command to get all the coins back into one address rather than do 500 transactions?

You can just send your total balance to 1 address. If you want to get rid of the addresses from the wallet after doing that, send to 1 address, dumprivkey of that address, delete wallet.dat, reopen wallet and importprivkey. Always back up wallets when doing this.
Pages: 1 2 3 4 5 6 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!