Skip to content

Instantly share code, notes, and snippets.

@joelallouz
joelallouz / grin-nvidia-card-benchmarks.txt
Last active January 4, 2019 06:57
Grin benchmarks by Nvidia Card
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)
@joelallouz
joelallouz / grin-miner-setup.txt
Created January 4, 2019 06:00
Grin miner install on Ubuntu 18.04.1 LTS Server - Cuda Setup
### 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
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();