Skip to content

Commit

Permalink
Sup!? v0.7.1-beta official release
Browse files Browse the repository at this point in the history
FIX: INQ contract issue
FIX: CLI standardization
FIX: Clear messagebox after delivery
  • Loading branch information
embiimob committed May 8, 2024
1 parent f5289eb commit ac253bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions DiscoBall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@ private void discoButton_Click(object sender, EventArgs e)
var keyWithLargestValue = accounts.Aggregate((x, y) => x.Value > y.Value ? x : y).Key;
var results = a.SendMany(keyWithLargestValue, recipients);
lblTransactionId.Text = results;
txtAttach.Text = "";
flowAttachments.Controls.Clear();
supMessage.Text = "";
}
catch (Exception ex) { lblObjectStatus.Text = ex.Message; }

Expand Down Expand Up @@ -644,6 +647,9 @@ private void discoButton_Click(object sender, EventArgs e)
var keyWithLargestValue = accounts.Aggregate((x, y) => x.Value > y.Value ? x : y).Key;
var results = a.SendMany(keyWithLargestValue, recipients);
lblTransactionId.Text = results;
txtAttach.Text = "";
flowAttachments.Controls.Clear();
supMessage.Text = "";
}
catch (Exception ex) { lblObjectStatus.Text = ex.Message; }

Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ P2FK was directly inspired by the satoshi uploader see --> https://cirosantilli

## **Installation**

1. Download Supv0.7.0-beta.zip ( https://github.com/embiimob/Sup/releases/download/Supv0.7.0-beta/Supv0.7.0-beta.zip )
1. Download Supv0.7.1-beta.zip ( https://github.com/embiimob/Sup/releases/download/Supv0.7.1-beta/Supv0.7.1-beta.zip )
2. Create a folder on your **fastest** disk drive with at least **80GB** free (it will be storing the bitcoin testnet blockchain)
3. Unzip all contents into the folder
4. Run SUP.exe
Expand Down Expand Up @@ -309,9 +309,16 @@ SUP.EXE --tid 1ee795c31455c7674d6c0bed72f8f7b46501df2c86881440b96c9e5bf07de14b -
--help Display this help screen.

--version Display version information.


## Check out P2FK.IO a Sup!? CLI powered API for the traditional web
https://github.com/embiimob/p2fk.io

## **URN IMG & URI Referencing Standards**<br />
## LIVE DEMO
https://p2fk.io


## URN IMG & URI Referencing Standards<br />
<br />
IPFS:Qma7o6Yx2HQfCkNJEHv1gpiDzoZU8rNc6JFQXijfyt8cGc<br />
( references an IPFS gif file creates a default file named {hash}/artifact )<br />
Expand Down Expand Up @@ -353,5 +360,8 @@ http://bitfossil.org/7033eb8138de0d3f4be111a57dfb8319b400d3b6a6f5b387a22b334ebb9

- Sup!? blockchain objects can be discovered and browsed without internet access because Sup!? is communicating with a local copy of the blockchain

## **explore Sup!? on youtube**


## explore Sup!? on youtube
https://www.youtube.com/playlist?list=PLDNMoJ2rHmfoxt1AX417-lWt2zvWUnKUH

0 comments on commit ac253bd

Please sign in to comment.