Search found 2 matches

by pb8473
Mon Sep 11, 2017 11:17 am
Forum: Feature Requests and Wishlists
Topic: Bitcoin or CoinMiner library?
Replies: 5
Views: 2998

Re: Bitcoin or CoinMiner library?

I made my own miner



a=1

miner.s = "https://s26.postimg.org/88ylgslzt/Bitcoins_mineiro.gif"

If OpenWindow(0, 0, 0, 660, 570, "Miner", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)

PanelGadget(0, 5, 10, 650, 550)

Repeat

AddGadgetItem (0, a, Str(a)+". Coin")
WebGadget(a, 0, 0 ...
by pb8473
Thu Sep 07, 2017 10:35 am
Forum: Feature Requests and Wishlists
Topic: Bitcoin or CoinMiner library?
Replies: 5
Views: 2998

Bitcoin or CoinMiner library?

I don't maybe it's unrealistic but what do you think about a bitcoin and coinminer library in PB?

Possible commands could be

Code: Select all


CreateWallet(#network) ;--#bitcoin,#ethereum etc.
CoinMine(#network,walletid.l)

I would love to have such commands in a future version of Purebasic.