Skip to content

Instantly share code, notes, and snippets.

View photis's full-sized avatar

Photis Phudge photis

  • Crete, Greece / Ρηνανία-Παλατινάτο
View GitHub Profile
@photis
photis / gist:f8cbfd3de4dcd6e80e4fbfdccf73ab3e
Created November 18, 2017 08:34
syncing-after-restart-server
Nov 18 10:04:06.230 INFO Using configuration file at: /home/bitman/Projects/mimble/server/grin.toml
Nov 18 10:04:06.231 INFO Starting the Grin server...
Nov 18 10:04:06.259 INFO Saved genesis block with hash: e17ea64f, nonce: 28205, pow: Cuckoo(21e 7a2 eae 144e 1b1c 1fbd 203a 214b 293b 2b74 2bfa 2c26 32bb 346a 34c7 37c5 4164 42cc 4cc3 55af 5a70 5b14 5e1c 5f76 6061 60f9 61d7 6318 63a1 63fb 649b 64e5 65a1 6b69 70f8 71c7 71cd 7492 7b11 7db8 7f29 7ff8)
Nov 18 10:04:06.274 WARN P2P server started on 0.0.0.0:13414
Nov 18 10:04:06.274 INFO Starting rest apis at: 0.0.0.0:13413
Nov 18 10:04:06.274 INFO Sync: starting sync
Nov 18 10:04:06.274 WARN Grin server started.
Nov 18 10:04:06.275 INFO Starting HTTP API server at 0.0.0.0:13413.
Nov 18 10:04:06.276 DEBG Retrieving seed nodes from http://grin-tech.org/seeds.txt
Nov 18 10:04:06.855 DEBG Retrieved seed addresses: [V4(192.241.168.77:13414), V4(109.74.202.16:13414), V4(174.138.116.153:13414)]
@photis
photis / wallet.dat
Created November 17, 2017 14:28
wallet.dat
{
"outputs": {
"b7f3768fa0684c8e4eff": {
"root_key_id": "73b9e02a38efe0dd353f",
"key_id": "b7f3768fa0684c8e4eff",
"n_child": 5,
"value": 50000000000,
"status": "Spent",
"height": 984,
"lock_height": 1984,
$ cargo build
Compiling lazycell v0.5.1
Compiling num-traits v0.1.40
Compiling winapi-build v0.1.1
Compiling log v0.3.8
Compiling itoa v0.3.4
Compiling take v0.1.0
Compiling rustc-serialize v0.3.24
Compiling regex-syntax v0.3.9
Compiling libc v0.2.31
$ cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating git repository `https://github.com/mimblewimble/rust-secp256k1-zkp`
Updating git repository `https://github.com/danburkert/memmap-rs`
Updating git repository `https://github.com/mimblewimble/cuckoo-miner`
Updating git repository `https://github.com/hyperium/hyper`
Compiling byteorder v0.5.3
Compiling typeable v0.1.2
Compiling bitflags v0.9.1
Compiling matches v0.1.6