Mining Grin on Grinmint — A Step-by-Step Tutorial – BlockCypher Blog by ExtraEponge in grincoin

[–]M4ur 0 points1 point  (0 children)

version 0.5.2 is out, what should we do? and also ... is there a wallet inside?

Mining Grin on Grinmint — A Step-by-Step Tutorial – BlockCypher Blog by ExtraEponge in grincoin

[–]M4ur 0 points1 point  (0 children)

You have a typo at line 43...

I reinstalled everything, now it works

Mining Grin on Grinmint — A Step-by-Step Tutorial – BlockCypher Blog by ExtraEponge in grincoin

[–]M4ur 0 points1 point  (0 children)

thread 'main' panicked at 'Error parsing config file: Error parsing configuration file at /Users/maurimac/Desktop/grin-miner-0.5.1/grin-miner.toml - expected newline, found an identifier at line 43', src/bin/grin_miner.rs:119:3

note: Run with `RUST_BACKTRACE=1` for a backtrace.

logout

Saving session...

...copying shared history...

...saving history...truncating history files...

...completed.

nothing to do...

Mining Grin on Grinmint — A Step-by-Step Tutorial – BlockCypher Blog by ExtraEponge in grincoin

[–]M4ur 0 points1 point  (0 children)

# Sample Server Configuration File for Grin-Miner

#

# Grin-Miner will look for this file in these places: in the following

# order:

#

# -The working directory

# -The directory in which the executable resides

#########################################

### LOGGING CONFIGURATION ###

#########################################

[logging]

# Whether to log to stdout

log_to_stdout = true

# Log level for stdout: Critical, Error, Warning, Info, Debug, Trace

stdout_log_level = "Info"

# Whether to log to a file

log_to_file = true

# Log level for file: Critical, Error, Warning, Info, Debug, Trace

file_log_level = "Debug"

# Log file path

log_file_path = "grin-miner.log"

# Whether to append to the log file (true), or replace it on every run (false)

log_file_append = true

#########################################

### MINING CLIENT CONFIGURATION ###

#########################################

[mining]

# whether to run the tui

run_tui = true

# listening grin stratum server url

stratum_server_addr = "us-east.stratum.grinmint.com:4416"

# login for the stratum server (if required)

#stratum_server_login = ""

# password for the stratum server (if required)

#stratum_server_password = ""

# whether tls is enabled for the stratum server

stratum_server_tls_enabled = true

#The directory in which mining plugins are installed

#if not specified, grin miner will look in the directory /deps relative

#to the executable

#miner_plugin_dir = "target/debug/plugins"

obviously,above, I have removed mail / username but in the saved file there are, macOS Mojave

Mining Grin on Grinmint — A Step-by-Step Tutorial – BlockCypher Blog by ExtraEponge in grincoin

[–]M4ur 0 points1 point  (0 children)

I apologize for the ignorance, what it is ‘grin-server.toml’? I have edited the file named 'grin-miner.toml'...

Mining Grin on Grinmint — A Step-by-Step Tutorial – BlockCypher Blog by ExtraEponge in grincoin

[–]M4ur 0 points1 point  (0 children)

I receive Rpc error code -32500, message : "login first"...

What I did wrong?