Beispiel #1
0
def run(a):
    print(
        transferEos(
            "gy2dgmztgqge",
            "richrich2222",
            2.5,
            f"playdice|{genrateRandomN()}-1-96-gaojin.game",
        ))
Beispiel #2
0
def run(a):
    print(
        transferEos(
            "gy2dgmztgqge",
            "hotbetsadmin",
            0.2,
            f"hotdice|gaojin.game|96|{genrateRandomName()}|",
        )
    )
Beispiel #3
0
def buyhostel(account, count):  # 建旅馆
    return transferEos(account,
                       RICHCONTRACT,
                       2 * count,
                       m=f"buyhostel2010|{count}")
Beispiel #4
0
def buytoken(account, q):  # 购买token
    return transferEos(account, RICHCONTRACT, q, m="buytoken")
Beispiel #5
0
def buyland(account):  # 买地
    return transferEos(account, RICHCONTRACT, 10, m="buyland2010")
Beispiel #6
0
if __name__ == "__main__":

    while True:
        withdraw()
        for i in gettable():
            bidname, bid_count, current_price = (
                i["bidname"],
                i["bid_count"],
                i["current_price"],
            )
            current_price = float(current_price.split(" ")[0])
            if i["length"] == 5:
                if current_price < 0.5:
                    memo = f"bid,{bidname},{bid_count},bbheasxtlatd"
                    print(
                        transferEos("gy2dgmztgqge", "bid.game", current_price,
                                    memo))
            elif i["length"] == 4:
                if current_price < 2:
                    memo = f"bid,{bidname},{bid_count},bbheasxtlatd"
                    print(
                        transferEos("gy2dgmztgqge", "bid.game", current_price,
                                    memo))
            else:
                if current_price < 5:
                    memo = f"bid,{bidname},{bid_count},bbheasxtlatd"
                    print(
                        transferEos("gy2dgmztgqge", "bid.game", current_price,
                                    memo))

        # time.sleep(2)
Beispiel #7
0
def run():
    f = "gaojin.game"
    t = "betsandrou11"

    memo = "jB5|jA5,cd4c87e232a7ae0b0aa9697b13efb021c6ba9020,167a81a76e1,gy2dgmztgqge"
    print(transferEos(f, t, 1, memo))
def run(account, balance):
    print(transferEos(account, "farmeosbank1", balance, "bbheasxtlatd 1 97"))