This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# i wrote this in 10-15 minutes, it works feel free to improve it and do whatever u want with it :) | |
# you can use any api to publish the transaction. | |
# the idea is you traverse back to the the input that is confirmed and boradcast the transaction to the network. | |
# if you are luckly you can broadcast about 25-30 per block, if you are running multiple wallets then you can increase this | |
# limit (but i haven't verified this | |
# call the script with your transaction waiting to confirm | |
# hash-push.sh acaf309bdded0746253fadbde42ded0a06f73c57059a1690cbc259b5469086d3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<h1>OCT RED OCEAN DOT WORLD</h1> | |
<h2>A WEB <strikeout>WITHOUT ADVERTISING / SPAM / DUPLICATED CONTENT /</strikeout> SO HEAVEN, SO ORO</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
/* IE */ | |
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); | |
/* Chrome, Safari */ | |
-webkit-filter: grayscale(1); | |
/* Firefox */ | |
filter: grayscale(1); | |
} |
NewerOlder