Pages:
Author

Topic: [ANN] SMLY- smileycoin - for rewards in education - page 20. (Read 77288 times)

sr. member
Activity: 475
Merit: 256
SHA256 and scrypt difficulty has gone up quite a bit for SMLY. Is anyone aware of active mining pools for these?
fix wallet ccex dev???

I believe they are working on it still... If you read a little bit back, looks like there was a bug that needed to be fixed.
I'm sure they will get everything squared away soon.
Yeah, we believe we've fixed the wallet in github. c-cex will hopefully recompile soon.
sr. member
Activity: 475
Merit: 250
SHA256 and scrypt difficulty has gone up quite a bit for SMLY. Is anyone aware of active mining pools for these?
fix wallet ccex dev???

I believe they are working on it still... If you read a little bit back, looks like there was a bug that needed to be fixed.
I'm sure they will get everything squared away soon.
sr. member
Activity: 525
Merit: 250
ibuku adalah segalanya(my mother is the best)
SHA256 and scrypt difficulty has gone up quite a bit for SMLY. Is anyone aware of active mining pools for these?
fix wallet ccex dev???
sr. member
Activity: 475
Merit: 250
SHA256 and scrypt difficulty has gone up quite a bit for SMLY. Is anyone aware of active mining pools for these?

I had 2 old Avalon Nano USB sticks collecting dust, so they're doing the SHA256 portion... Only problem is, I can only solve so many blocks before it stops me until another algo finds some..   Grin

I'll play around with the Pi later today and see if I can get it to work.
sr. member
Activity: 475
Merit: 256
SHA256 and scrypt difficulty has gone up quite a bit for SMLY. Is anyone aware of active mining pools for these?
sr. member
Activity: 475
Merit: 256
For those compiling the SMLY wallet on a raspberry:
First make sure your system is completely up to date
Code:
export LC_ALL=C  # some parts below insist on the environment being set
sudo apt-get update
sudo apt-get upgrade
Then install all dependencies
Code:
sudo apt-get install autoconf build-essential libcurl4-openssl-dev git qt-sdk libminiupnpc-dev libdb++-dev libdb5.3-dev libdb5.3++-dev build-essential libtool autotools-dev autoconf libssl-dev

There are problems with one particular library. We've sometimes found that they are not upgraded properly, so if you get errors which name boost, you can try this (yeah, not pretty):
Code:
sudo apt-get remove libboost-all-dev
sudo apt-get remove libboost1.54-all-dev
sudo apt-get remove libboost1.53-all-dev
sudo apt-get autoremove
sudo apt-get install libboost-all-dev --fix-missing

If you ran into any errors, just go back and redo the whole thing.

Next, get the wallet and generate the config file.
Code:
git clone https://github.com/tutor-web/smileyCoin
cd smileyCoin
./autogen.sh

Finally run configure. On a server like the raspberry I prefer to omit stuff which is not needed, like the gui:

Code:
./configure --without-gui
or
Code:
./configure --without-gui --without-miniupnpc


On raspberry only:
You now need to manually delete the option -msse2 from src/Makefile
Also delete all other references to sse2, including include files, binary files etc
Be sure to run NOTHING other than make -- otherwise make bombs with  g++ internal compiler error


On other systems it should be enough to run make.
sr. member
Activity: 525
Merit: 250
ibuku adalah segalanya(my mother is the best)
lose money because send coin smiley from nova to ccex hahaha wtf
newbie
Activity: 6
Merit: 0
They from cryptopia have unfortunately remove best of my acknowledges SmilyCoin / Doge Coin from there website https://www.cryptopia.co.nz/Exchange/?market=SMLY_DOGE
sr. member
Activity: 475
Merit: 256
Looks like they updated recently, but wallet is in maintenance.  Smiley

Let's hope they updated before they got to the fork block  Cheesy

It's not their fault, it's ours: The most recent git upload (v 2.1.2) has a bug and we need to revert.

EDIT: We have reverted. If someone can help us double check this version, (git clone, compile, run&let it catch up with the blockchain) then that would be very nice!

sr. member
Activity: 525
Merit: 250
ibuku adalah segalanya(my mother is the best)
why ccex not fix wallet maintence
sr. member
Activity: 438
Merit: 250
Looks like they updated recently, but wallet is in maintenance.  Smiley

Let's hope they updated before they got to the fork block  Cheesy
sr. member
Activity: 475
Merit: 250
Looks like they updated recently, but wallet is in maintenance.  Smiley
sr. member
Activity: 438
Merit: 250
c-cex has promised to reopen for SMLY trading.

Now let's see if cryptopia follows.



I think C-Cex is still using wallet v2.0.0.... ?
I see Ver.: 80701 on their page, and those numbers are found in the v2.0.0 git.
I'm assuming that either 2.0.0 isn't totally compatible with 2.1.1., or they are way behind and not syncing their wallet (says they at Block: 218007) and at the time of this posting, we are at block 231647.
I have sent them a support ticket.

I'm wondering how people got 19,765,238 coins on the exchange (and yes, that number grew though out the day)
I tried sending some on over, and nothing is going through.

I'll wait and see.
Correct, they have not updated their wallet yet.


They had a newer version when I checked them a few hours ago.  But now the site is down.
sr. member
Activity: 475
Merit: 256
c-cex has promised to reopen for SMLY trading.

Now let's see if cryptopia follows.



I think C-Cex is still using wallet v2.0.0.... ?
I see Ver.: 80701 on their page, and those numbers are found in the v2.0.0 git.
I'm assuming that either 2.0.0 isn't totally compatible with 2.1.1., or they are way behind and not syncing their wallet (says they at Block: 218007) and at the time of this posting, we are at block 231647.
I have sent them a support ticket.

I'm wondering how people got 19,765,238 coins on the exchange (and yes, that number grew though out the day)
I tried sending some on over, and nothing is going through.

I'll wait and see.
Correct, they have not updated their wallet yet.
sr. member
Activity: 525
Merit: 250
ibuku adalah segalanya(my mother is the best)
c-cex has promised to reopen for SMLY trading.

Now let's see if cryptopia follows.


wtf
block dead
wallet maintence hhhhh
sr. member
Activity: 475
Merit: 250
c-cex has promised to reopen for SMLY trading.

Now let's see if cryptopia follows.



I think C-Cex is still using wallet v2.0.0.... ?
I see Ver.: 80701 on their page, and those numbers are found in the v2.0.0 git.
I'm assuming that either 2.0.0 isn't totally compatible with 2.1.1., or they are way behind and not syncing their wallet (says they at Block: 218007) and at the time of this posting, we are at block 231647.
I have sent them a support ticket.

I'm wondering how people got 19,765,238 coins on the exchange (and yes, that number grew though out the day)
I tried sending some on over, and nothing is going through.

I'll wait and see.
sr. member
Activity: 475
Merit: 256
c-cex has promised to reopen for SMLY trading.

Now let's see if cryptopia follows.

sr. member
Activity: 475
Merit: 256
Hi I´m having difficult to withdraw my smilycoin that I have buy and get more from chancing from dogecoin and again to smilycoin. Now I can not withdraw my coin from cryptopia and they from cryptopia say that I´m very sorry but they say you Gunnar are responsible for my coins. I thing that strangers but is anything that you can do. It is a lot of money that I´m talking about


please respond

cryptopia has firmly stated that their decision to delist SMLY is final. They have not said anything to me about anyone being responsible for anything.

I will try to talk to them one more time, but they have not been very forthcoming... For example, they have given no indication whether there is anything we can do to change their decision; just said that this decision is final  Sad

newbie
Activity: 6
Merit: 0
Hi I´m having difficult to withdraw my smilycoin that I have buy and get more from chancing from dogecoin and again to smilycoin. Now I can not withdraw my coin from cryptopia and they from cryptopia say that I´m very sorry but they say you Gunnar are responsible for my coins. I thing that strangers but is anything that you can do. It is a lot of money that I´m talking about

  http://i.picresize.com/c3xb

please respond
sr. member
Activity: 475
Merit: 256
Dash is finally on the iOS App Store... Now how about another try with an updated SMLY wallet?  Smiley
What we need in the longer run is an HTML5 wallet. This will   both get us into iOS and give us a common code base for iOS  and Android.

In the short term we need an Android wallet which we can mess around with. The old one had a number of SMLY-specific features but is of course outdated now so Coinomi is our only active Android wallet.

We're looking at both. If you can contribute please let us know.

What kind of contributions are you asking for?  Cheesy

We really like volunteer programmers :-)

Is there anything that can be done with 'recruiting' students from other universities to make SMLY stuff?  In the UK, most universities make final-year Computer Science students make a final project, for instance. 
We have similar concepts. Course projects, final projects etc. So far, the instructors have not been very interested  Sad

Lecturers make a list of things that could be done in case the students can't think of anything themselves.  Could an info-pack be sent to lecturers with suggestions for SMLY-related projects?

We have not tried to set up an info pack. This is a good idea and it may be enough to attract some students.
Pages:
Jump to: