Explanation
What is Bloodline?
First of all: Bloodline allows you to select RPCs for specified RPC calls
defaults = ['blood_node_us']
# RPC name to URL mapping
[rpcs]
blood_node_us = 'http://ny.rpc.bloodydash.xyz:11123/'
blood_node_eu = 'http://fra.rpc.bloodydash.xyz:11123/'
hel = 'https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY'
# Method name to RPCs mapping
[methods]
sendTransaction = ['hel']
getTokenAccountsByOwner = ['hel']
getTokenLargestAccounts = ['hel']
getProgramAccounts = ['hel']
getBlock = ['hel']
getTransaction = ['hel']
getSignaturesForAddress = ['hel']
getMultipleAccounts = ['hel']
Moreover: Using Bloodline allows you to change / edit RPCs in the real time, without closing the bot or stop tasks
How to use Bloodline?
Download file from
bloodline
channel in discord.Place it in empty folder and open it, config file will be created.
Fill your Config file and start bloodline again.
You will see
Address
on first line, copy it and paste in Blood botRPC
file and assign name (no need to paste WS there).Use this RPC name in task.
Once you have opened executive file you must NOT close it. You can hide it, but if you close bloodline won't work
Last updated