Pages:
Author

Topic: How to Take Advantage of POS - DNR - page 5. (Read 3576 times)

sr. member
Activity: 1021
Merit: 324
November 24, 2017, 04:51:51 PM
#36
sr. member
Activity: 1021
Merit: 324
November 24, 2017, 04: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.
sr. member
Activity: 756
Merit: 250
November 24, 2017, 04: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,
member
Activity: 157
Merit: 11
November 24, 2017, 04:49:40 PM
#33
 Smiley Thank you! great to see it work finally 99 piles of 3 now
sr. member
Activity: 1021
Merit: 324
November 24, 2017, 04: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
sr. member
Activity: 756
Merit: 250
November 24, 2017, 04: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
sr. member
Activity: 1021
Merit: 324
November 24, 2017, 04: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

full member
Activity: 846
Merit: 115
November 24, 2017, 03: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.
member
Activity: 157
Merit: 11
November 24, 2017, 03: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
newbie
Activity: 10
Merit: 0
November 24, 2017, 11:06:50 AM
#27
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
November 24, 2017, 10:38:45 AM
#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
sr. member
Activity: 756
Merit: 250
November 24, 2017, 10:36:01 AM
#25
wow let me try when i get home thanks
newbie
Activity: 2
Merit: 0
November 24, 2017, 09:10:00 AM
#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. 
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
November 24, 2017, 09:07:15 AM
#23
Nice work buzz!

#crysx
member
Activity: 157
Merit: 11
November 24, 2017, 03:25:44 AM
#22
I get parse error, likely cause? Syntax error?
sr. member
Activity: 1021
Merit: 324
November 23, 2017, 02:47:05 PM
#21
Happy Turkey Day!  Grin

sr. member
Activity: 1021
Merit: 324
November 21, 2017, 11:32:06 PM
#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
sr. member
Activity: 672
Merit: 252
Until the end
November 21, 2017, 10:37:46 PM
#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!
sr. member
Activity: 1021
Merit: 324
November 20, 2017, 06: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

sr. member
Activity: 784
Merit: 282
November 19, 2017, 09:19:58 PM
#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.
Pages:
Jump to: