Skip to content

Bash scripts to automate pulling Hosky from the Doggy Bowl, or to spam TX's to any Cardano wallet address. Uses cardano-node, cardano-wallet and jq.

Notifications You must be signed in to change notification settings

gjorm/HoskyPuller

Repository files navigation

  1. In your Home directory, create a folder called Dev, then cd into the Dev folder, create a folder called HoskyPuller and cd into the HoskyPuller folder.

  2. Download HoskyPuller bash scripts into this folder with wget https://github.com/gjorm/HoskyPuller/archive/refs/heads/main.zip. Unzip with unzip main.zip

    The zip file that github makes has all of the scripts the 'HoskyPuller-main' folder so the next step is to copy/cut and paste these back into ~/Dev/HoskyPuller

  3. Download both the cardano-wallet (https://github.com/input-output-hk/cardano-wallet/releases) and cardano-node (https://hydra.iohk.io/job/Cardano/cardano-node/cardano-node-linux/latest-finished) linux pre-built binary files and unzip.

  • Note 1: Don't download the source files, and don't install either of these with Docker.
  • Note 2: All of the cardano-node files will end up in the HoskyPuller folder and the cardano-wallet files will end up in a new folder inside of the HoskyPuller folder with a naming convention similar to 'cardano-wallet-*date*-linux64'
4) Rename the 'cardano-wallet-*date*-linux64' folder to 'cardano-wallet' for the wallet scripts to work.
  1. Hosky Puller has a single dependancy: jq. Install jq with sudo apt install jq -y or with whatever package manager your distro uses

  2. Run ./hp-start-cardano-node.sh

  3. Wait until cardano-node achieves sync with the blockchain (see next step for progress update). This will take at least several hours on the first start up.

  4. Open a new terminal window or tab. Start the wallet server with ./hp-start-wallet-server.sh

    If the node isnt synced yet then the wallet server cant start, so the script will report the sync progress When the wallet server is running, you must give it time to sync as well.

  5. Open a new Terminal window or tab and run the Hosky Puller script with ./hp-start-pulling-hosky.sh

  6. The script will test if any wallets exist and if so, it will simply choose the first wallet in the list. If no wallet exists, it will restore a wallet from a recovery phrase that you provide via space a delimited string of words. The script does not perform any checks of any kind to ensure the spelling of the words, or if the words exist in the BIP39 scheme. It is entirely upon you to provide the correct recovery phrase. After this, the script will error out until the wallet is synced.

    Watch the tab with the wallet server running to view sync progress. Once it achieves sync, run ./hp-start-pulling-hosky.sh. Now Hosky Puller will begin blowing your Ada on this worthless shitcoin.

  7. Read and mind these important notes about the Hosky Puller scripts (these are not optional):

  • a) Use Hosky Puller at your own risk! These scripts are poorly written buggy garbage and could fail in an awful manner. By using these scripts you acknowledge that you take on all liability in the event that something goes wrong and you lose funds. If you dont want this liability, then do not use these scripts.
  • b) Do NOT use your main wallet with the Hosky Puller scripts! The Hosky Puller script will draw down the amount of Ada in the wallet to almost nothing and it does not care what wallet you give it. It also does not check to see what or if Hosky has come back due to the doggy bowl being out of service with some frequency.
  • c) Before running the hp-start-pulling-hosky.sh script, create a new wallet in your wallet app of choice and write down the recovery pass phrase. Send a small amount of Ada to it and then use it for the Hosky Puller script. Note: This script will ask you for this private password recovery phrase, if this makes you feel uncomfortable, don't use Hosky Puller. That being said, Hosky Puller does not make any attempt to steal your private password recovery phrase!
  • d) Test the Hosky Puller script by replacing the address located in the hp-doggy-bowl-address text file with an address of your own separate wallet and run the script to test the functionality. If 2 Ada shows up in this other wallet that you own, then consider pulling the trigger and put the doggy bowl address back into the hp-doggy-bowl-address text file.
  • e) Load your new Hosky pulling wallet with the amount of Ada you can afford to blow and run hp-start-pulling-hosky.sh at your own risk.
  1. If you don't care if the transactions make it (the transaction checking is slowed down by network congestion) and just wish to spam the doggy bowl address, use ./hp-start-spamming-doggy-bowl.sh. Please dont topple my favorite blockchain too badly...

About

Bash scripts to automate pulling Hosky from the Doggy Bowl, or to spam TX's to any Cardano wallet address. Uses cardano-node, cardano-wallet and jq.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages