Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segm fault 1.01 #48

Closed
Weaksfx opened this issue Jun 30, 2020 · 1 comment
Closed

Segm fault 1.01 #48

Weaksfx opened this issue Jun 30, 2020 · 1 comment

Comments

@Weaksfx
Copy link

Weaksfx commented Jun 30, 2020

There is a problem in 1.01
image

image

For ex, in 1.0 there is no such thing.

Differences in cmd line.
For 1.0 I use:
/lolMiner -a BEAM-I --pers GrimmPOW --apiport 5501 --devices ALL --log=on --logfile /var/log/app/miners/lolminer-1.01/2
0200630103158.log --timeprint=on --pool defis.sunpool.top:3333 --user d1d41cea2c7bb57ed9b0471ad47196331b2ae24fa97f12686d8e5f2c74d12bcb.1 --pass x --tls=off
For 1.01:
/lolMiner -a BEAM-I --pers GrimmPOW --apiport 5501 --devices ALL --log=on --logfile /var/log/app/miners/lolminer-1.01/2
0200630103158.log --timeprint=on --pool defis.sunpool.top:3333 --user d1d41cea2c7bb57ed9b0471ad47196331b2ae24fa97f12686d8e5f2c74d12bcb.1 --pass x

without --tls works just fine :(

@Lolliedieb
Copy link
Owner

But why do you try to turn of tls?
The Beam stratum (and so for the forks, Grimm, Defis and Atomi) the default is tls on, because (except for Nicehash) all pools have tls enabled. Since the pool expects an encrypted connection turning tls off can not work with the pools ...

By the way there are some parameters in your line you do not need. Shortest equivalent for what you run is:

/lolMiner -a BEAM-I --pers GrimmPOW --apiport 5501 --log on --logfile /var/log/app/miners/lolminer-1.01/2
0200630103158.log --timeprint on --pool defis.sunpool.top:3333 --user d1d41cea2c7bb57ed9b0471ad47196331b2ae24fa97f12686d8e5f2c74d12bcb.1

(note: log file writing was broken in 1.0 and 1.01 ... 1.02 with a fix will come soon)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants