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
Twilio.init(ACCOUNT_SID, AUTH_TOKEN); | |
Message message = Message.create( | |
new PhoneNumber(""), // TO number | |
new PhoneNumber(""), // From Twilio number | |
"Testing Sending from message receiver" | |
).execute(); |
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
### Install, build and RUN Grin — Then stop it | |
## install rust and dependencies | |
curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env | |
sudo apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm | |
## pull grin | |
git clone https://github.com/mimblewimble/grin.git | |
cd grin | |
cargo build --release |
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
1060 - 1.75 GPS (linux, 6 cards) | |
1070ti 1.75 GPS (windows) | |
1080 2.8 GPS (windows) | |
1080ti 3.5 - 3.7 GPS (Lin/win same numbers, card dependant) | |
2080 - TODO | |
2080ti 5-5.8 GPS (Lin, card dependant) |