Does anyone have a reliable way to send coins to delegators? YYC is running 5% guaranteed promotion which i need to payout. However i am now realizing the transaction histories are more complicated that expected. How can i easily get a address to send coins to my delegators?
I tried going back through adapools.org selecting a delegator and sending to the listed address but the coins came back to the pool owner wallet??
This is one target wallet. where i tried sending to addr…6q4nns6w
Use BlockFrost API. Program it to retrieve all delegators stake key and then retrieve one address of each delegator. With that list, you cash note program to send payment to each.
If you know the delegators stake address you can also use Cardanoscan - search for the stake address then click view all addresses to see the wallet address(s) holding funds.
I wrote a quick script which can do this for you, i manually verified stake address 1,2 and the last address and it all appears to work well - but I stress this was just hammered out so use at your own risk. If anything it serves as a good starting point… You could write to a file etc or paste various outputs into excel. If there is a demand for a tool like this I can formalise it into an executable and add some user input features to make it more friendly… You will need python3 which you most likely have on one of your nodes already… or use pycharm for an easy environment to run it in
You need to get a blockfrost api key… which is very easy and quick - https://blockfrost.io
and replace the headers variable with your API key