Code Monkey home page Code Monkey logo

Comments (8)

freethenation avatar freethenation commented on August 16, 2024

Hmm... have not seen that issue. Which version did you download? We recently released version 2.0 which has some major changes. You can try checking out https://github.com/lachesis/scallion/tree/master (the old version) and see if that works better for you.

Also, what device are you using GPU, CPU, etc (be specific)? You can list devices with "scallion.exe -l"

from scallion.

bartbroere avatar bartbroere commented on August 16, 2024

My apologies for the late reply and thanks for looking into this. I was using version 1.2 and I cloned the git (that was 2.0 I guess).

I used an Amazon GPU instance (g2.2xlarge) with the AMI: Ubuntu-12.04_GPU_CUDA-OpenCL-PyOpenCL (ami-87377cee)

This is what I first did, the prebuilt version:
wget https://github.com/lachesis/scallion/blob/binaries/scallion-v1.2.zip?raw=true
mv scallion-v1.2.zip?raw=true scallion.zip
sudo apt-get install mono-complete unzip
unzip scallion.zip
cd ./scallion-v1.2/
screen
mono scallion.exe -l

After that I tried building from source:
sudo apt-get install mono-complete git-core
git clone https://github.com/lachesis/scallion
cd ./scallion/
xbuild scallion.sln
cd ./scallion/bin/Debug/
mono scallion.exe -l

Both times this was the output:
Id:0 Name:GRID K520
PreferredGroupSizeMultiple:32 ComputeUnits:8 ClockFrequency:797
MaxConstantBufferSize:65536 MaxConstantArgs:9 MaxMemAllocSize:1073692672

If I am the only user with this issue, it might be a problem with the setup I tried and not with the program itself. Anyway, thanks for replying.

[Edit: formatting]

from scallion.

freethenation avatar freethenation commented on August 16, 2024

@bartbroere I have not setup scallion on AWS before but others have so I would guess its a configuration issue. Someone was going to make a AMI image with scallion preconfigured. Let me send them an email.

from scallion.

freethenation avatar freethenation commented on August 16, 2024

@bartbroere AMI image coming soon! :) more info can be found at https://www.nikcub.com/posts/securing-blockchain-users-with-tor-and-ssl/

from scallion.

bartbroere avatar bartbroere commented on August 16, 2024

Thanks a lot! I will definitely watch that website.

from scallion.

neuman1812 avatar neuman1812 commented on August 16, 2024

Is there any update on this? My scallion locks up after a few moments..

$ mono scallion.exe -d 0 ****
Cooking up some delicions scallions...
Using kernel optimized from file kernel.cl (Optimized4)
Using work group size 32
Compiling kernel... done.
Testing SHA1 hash...
CPU SHA-1: d3486ae9136e7856bc42212385ea797094475802
GPU SHA-1: d3486ae9136e7856bc42212385ea797094475802
Looks good!
LoopIteration:137 HashCount:2298.48MH Speed:468.4MH/s Runtime:00:00:04 Predicted:00:19:33

From there it just hangs.

from scallion.

DarkCenobyte avatar DarkCenobyte commented on August 16, 2024

I make it works today, using also ami-87377cee. I think your problem came from the mono version from Ubuntu repositories. It is incompatible with scallion (it hangs/crash/...), you must use the last stable with:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
apt-get update

then if you already had mono installed:

apt-get upgrade

else install it with:

apt-get install mono-complete

from scallion.

lachesis avatar lachesis commented on August 16, 2024

Awesome, thanks for the workaround. I'm going to close this for now, as this issue is fixed with newer mono.

from scallion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.