Pages:
Author

Topic: Fast registration in bounty (Read 396 times)

brand new
Activity: 0
Merit: 0
September 06, 2018, 07:08:43 AM
#26
Announcing MyEtherWallet v3.24.00: Difficulty Bomb&Updating blockchain

Due to the complexity of the Bomb and the increased risk of hacking, we pushed a rather drastic update that implements a number of changes and improvements, including enhancement of efficiency and scalability of the blockchain, acceleration of transaction speed, and additional security in the form new formats private keys which will help protect users against hacking.
If you are using private key or UTC, then you need to go into the wallet and update manually, otherwise they risk being unprotected.

How do i update my Ethereum wallet?

1. Go to our website /]MyEtherWallet.com
2. Unlock your wallet using your Keystore File (UTC / JSON) or simply use your private key.
3. Click Unlock and wait for the update.

Please note that you need to manually update your wallet, failure to do so may result in funds being lost.

We are taking these measures to protect both you and our network from phishing and malicious attacks.

Thank you for your cooperation and understanding!
MyEtherWallet Security Team.

If you use other methods, then ignore this message.
newbie
Activity: 13
Merit: 0
August 31, 2018, 03:51:49 PM
#24
Thank you, with such thing it will be much easier to register in bounty.
full member
Activity: 1064
Merit: 110
August 31, 2018, 03:00:25 PM
#23
Look great, it help me save my time. But i scare of risk of lost data? Can it happen?

At me such did not happen. Make a backup copy in a text document.
newbie
Activity: 183
Merit: 0
August 26, 2018, 10:32:52 PM
#22
Look great, it help me save my time. But i scare of risk of lost data? Can it happen?
full member
Activity: 1064
Merit: 110
August 26, 2018, 07:48:42 PM
#21
lol, Account farmers might love it and use it for their abusements.
Please lock the topic for now.

Depend , how somebody uses it.  But I think it cam have very practical use when you are applying for some government documents. They sometime require you to fill same information 5-6 time but in different section. You need to validate all entries for typo and correctness. Now I think we just validate one entry and rest will be copied by shortcut.
Same thing can be achieved if you just keep all you details in a singe Notepad file that you are going to use multiple times, but this look more smarter way.

And at the same time very fast. I generally forgot what it is to fill out forms, everything happens in a few seconds. One of the most useful tools for me.
sr. member
Activity: 742
Merit: 395
I am alive but in hibernation.
August 22, 2018, 12:59:13 PM
#20
lol, Account farmers might love it and use it for their abusements.
Please lock the topic for now.

Depend , how somebody uses it.  But I think it cam have very practical use when you are applying for some government documents. They sometime require you to fill same information 5-6 time but in different section. You need to validate all entries for typo and correctness. Now I think we just validate one entry and rest will be copied by shortcut.
Same thing can be achieved if you just keep all you details in a singe Notepad file that you are going to use multiple times, but this look more smarter way.
full member
Activity: 1064
Merit: 110
August 22, 2018, 10:48:46 AM
#19
Wow this is an awesome.Never thought about that kind a system.It can save lot more time for bounty hunters .Thank for the remind us.

Thank you! When I was a beginner I did not know about a similar method of filling out forms, I led about 60 bounties, and in all I had to fill out forms manually.
legendary
Activity: 2758
Merit: 6830
July 15, 2018, 09:27:17 PM
#18
Thanks for sharing with us. But i have one question... Is it safe to use? Could you please attach a virus total report?
Why do you need a virus total scan for this? OP just wrote his code, which is super self-explanatory and easy AHK code.

Do you expect him to write a trojan in AHK with 9 lines, 40 characters each?
full member
Activity: 476
Merit: 100
July 15, 2018, 08:17:39 PM
#17
   Hello. I want to share with you a way to quickly fill out forms of registration in the bounty.
   After all, in our business, the more time you save the more money you earn.
   We will use AutoHotKey. https://autohotkey.com/

   Download and install. Create a text document.

   Codes for using different keys:
   
  • NUMPAD1 :: Send, for num digits
  • F1 :: Send, for keys f1-f12
  • ^ M :: Send, ^ is used for combinations with Ctrl, for example Ctrl + m
  • + M :: Send, + is used for combinations with Shift, for example Shift + m
  • ! M :: Send,! Used for combinations with Alt, for example Alt + m
   
   After the comma a space and then the text of the bind.


   For example, on the num1 key, I will bind my username to bitcointalk, to the num2 key a link to the profile, and so on.

      NUMPAD1 :: Send, cryptolord2077
      NUMPAD2 :: Send, https://bitcointalksearch.org/user/cryptolord2077-1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, [email protected]
      NUMPAD8 :: Send, https://medium.com/
      NUMPAD9 :: Send, ETH adress

      Save, right click on the file> rename, change the extension from ".txt" to ".ahk"
      Once again, right-click on the file > Run script

      This guide for windows 10 users. I did not try it on a mac.
      Thank you for your attention!
Thanks for sharing with us. But i have one question... Is it safe to use? Could you please attach a virus total report?
newbie
Activity: 59
Merit: 0
July 14, 2018, 09:46:02 PM
#16
It was really helpful to me as a newbie. thanks  Smiley Smiley Smiley Smiley
jr. member
Activity: 210
Merit: 1
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
July 06, 2018, 02:49:33 PM
#15
   Hello. I want to share with you a way to quickly fill out forms of registration in the bounty.
   After all, in our business, the more time you save the more money you earn.
   We will use AutoHotKey. https://autohotkey.com/

   Download and install. Create a text document.

   Codes for using different keys:
   
  • NUMPAD1 :: Send, for num digits
  • F1 :: Send, for keys f1-f12
  • ^ M :: Send, ^ is used for combinations with Ctrl, for example Ctrl + m
  • + M :: Send, + is used for combinations with Shift, for example Shift + m
  • ! M :: Send,! Used for combinations with Alt, for example Alt + m
   
   After the comma a space and then the text of the bind.


   For example, on the num1 key, I will bind my username to bitcointalk, to the num2 key a link to the profile, and so on.

      NUMPAD1 :: Send, cryptolord2077
      NUMPAD2 :: Send, https://bitcointalksearch.org/user/cryptolord2077-1740809
      NUMPAD3 :: Send, https://twitter.com/
      NUMPAD4 :: Send, https://www.twitteraudit.com/
      NUMPAD5 :: Send, https://www.facebook.com/
      NUMPAD6 :: Send, @
      NUMPAD7 :: Send, [email protected]
      NUMPAD8 :: Send, https://medium.com/
      NUMPAD9 :: Send, ETH adress

      Save, right click on the file> rename, change the extension from ".txt" to ".ahk"
      Once again, right-click on the file > Run script

      This guide for windows 10 users. I did not try it on a mac.
      Thank you for your attention!
Wow this is an awesome.Never thought about that kind a system.It can save lot more time for bounty hunters .Thank for the remind us.
newbie
Activity: 27
Merit: 0
July 06, 2018, 12:32:22 PM
#14
This way will be useful for airdrop !  Roll Eyes
jr. member
Activity: 448
Merit: 4
July 06, 2018, 11:21:44 AM
#13
Thanks for the useful information, I was looking for something like that. In many companies I participate, it takes a lot of time to copy every time.)
newbie
Activity: 19
Merit: 0
June 22, 2018, 03:09:58 PM
#12
Hello!
thanks author for a recommendation
Is it universal form for every bounty programs?
Am a beginner, so could you help me please?
Thanks a lot.
newbie
Activity: 84
Merit: 0
June 15, 2018, 08:00:02 AM
#11
My God, I did not expect that there is such a way to participate in airdrops. This is indeed a lot faster.
copper member
Activity: 109
Merit: 0
WPP ENERGY - BACKED ASSET GREEN ENERGY TOKEN
June 15, 2018, 07:48:21 AM
#10
Nice im using that tool also !
newbie
Activity: 41
Merit: 0
June 15, 2018, 04:45:36 AM
#9
It was really helpful to me as a newbie
newbie
Activity: 30
Merit: 0
June 14, 2018, 08:16:41 PM
#8
This could save some of your precious time if you follow the right procedure on how to use it. Keep on sharing this kind of guides mate.
newbie
Activity: 29
Merit: 0
June 14, 2018, 08:00:14 PM
#7
Yes this is a great way to speed up the registration process but is not essential.
jr. member
Activity: 168
Merit: 1
June 14, 2018, 06:44:24 PM
#6
This is interesting. Let me check this on a Mac and will report what I find afterwards. Thanks buddy.
Pages:
Jump to: