Author

Topic: [ANN] [XEL] :: XEL - The Decentralized Supercomputer :: - page 154. (Read 253621 times)

legendary
Activity: 1364
Merit: 1000
hero member
Activity: 628
Merit: 500
What is total supply of this coin?

100,000,000XEL
full member
Activity: 190
Merit: 100
legendary
Activity: 1364
Merit: 1000
How Do I retrieve my XELs to the light wallet ?!
legendary
Activity: 1456
Merit: 1000
Use Unvoid as escrow guys, someone not well known or involved in the project might screw you over if the sum is large enough even if they fairly escrowed some smaller transactions. 
hero member
Activity: 535
Merit: 500
Guys, be careful with some escrows! https://bitcointalksearch.org/topic/m.19652047

Remember you can use me as escrow (only by our official forum, not here on BCT).
hero member
Activity: 910
Merit: 1000
i am also waiting for a Windows client or Mac client.. Grin

Both are already there, I am using the Mac version already. Just install Oracle JDK 8 (no openjdk) and use ./compile.sh as well as ./run-desktop.sh scripts ;-)

Alternatively, ./run.sh and a browser pointing to http://localhost:17876.



Here is the dumbed-down lame version:

download and install java: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
launch the terminal
go to the xel light wallet folder
type bash compile.sh
type bash run.sh
open ur browser and go to http://localhost:17876


hi Paul, can we just use wallet.elasticexplorer.org on the Mac ? Thank you !

I guess it's fairly safe. But best practice is to run ur own node!

It's not that hard when u follow my steps from above - I'm practically
sitting at the beach right now and am running my elastic node on my laptop connected to 3G via my mobile phone. Cost me just a few minutes to excercise the above steps.

Be brave and try it  Wink
full member
Activity: 190
Merit: 100
Dear Elastic team, we would like to bring to your attention that you recently made a change to your source code and license agreement which violates the GPLv2 license under which the NXT code has been released.
The problematic commit is SHA 74138264 by myalcin81, 04/09/2017 01:15 AM "missing NXT strings converted to XEL strings on relevated Web API." which replaced all copyright messages from Nxt to XEL.
We kindly ask you to revert this change as soon as possible.

You are of course free to add a separate copyright notice for your work.

I think what this refers to is that a while back, someone went through the code and changed some of the names of files from NXT, since nearly all the files had NXT names.

So presumably, some of the files should not have been renamed and need to be changed back.
hero member
Activity: 1092
Merit: 507
btcstakes.com
Thanks EK / tomkat.

Now I just need to work out how to install git, lol.

Unvoid said that the process will become a lot easier in the future, when the installer is finished.
For now, if you are on the mac, I could swear that git is already installed.

I'm on a Mac as well, but am in no rush in redeeming my $XEL, I'll wait until a Mac installer is provided. I'm not to savvy with these things and don't want to mess it up and lose all my $XEL.
legendary
Activity: 1092
Merit: 1001
If someone is facing an error while redeming from a multisignature genesis entry try this trick (thanks to Evil Knievel who spent a whole day in helping me)

Quote
Hereby, I confirm to redeem 1012661652142 NQT-XEL from genesis entry 2-1EahcFcCVHF8N48Gv3oejk5xhQLbcBmfW4-14JM5jNjgGZYCAiV9Nvk457HRPboT182FR-1MVCzDaTgDXPjzUna3DJoPG9o7QcbR6o9N;donationaddress to account 12777853937872230688

Add the bold part at the end of the third address (a ";" and the multisig address you donated from) and try to sign this message with two of the three private keys instead of the original one.
Anyway as far as I know unvoid is going to push a fix.
hero member
Activity: 826
Merit: 532
Dear Elastic team, we would like to bring to your attention that you recently made a change to your source code and license agreement which violates the GPLv2 license under which the NXT code has been released.
The problematic commit is SHA 74138264 by myalcin81, 04/09/2017 01:15 AM "missing NXT strings converted to XEL strings on relevated Web API." which replaced all copyright messages from Nxt to XEL.
We kindly ask you to revert this change as soon as possible.

You are of course free to add a separate copyright notice for your work.

Don't forget this one - it's getting burried fast
what does it mean? Is it just some error in the text or does it refer to code?
hero member
Activity: 1022
Merit: 507
Dear Elastic team, we would like to bring to your attention that you recently made a change to your source code and license agreement which violates the GPLv2 license under which the NXT code has been released.
The problematic commit is SHA 74138264 by myalcin81, 04/09/2017 01:15 AM "missing NXT strings converted to XEL strings on relevated Web API." which replaced all copyright messages from Nxt to XEL.
We kindly ask you to revert this change as soon as possible.

You are of course free to add a separate copyright notice for your work.

Don't forget this one - it's getting burried fast
sr. member
Activity: 448
Merit: 250
Ben2016
i am also waiting for a Windows client or Mac client.. Grin

Both are already there, I am using the Mac version already. Just install Oracle JDK 8 (no openjdk) and use ./compile.sh as well as ./run-desktop.sh scripts ;-)

Alternatively, ./run.sh and a browser pointing to http://localhost:17876.



Here is the dumbed-down lame version:

download and install java: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
launch the terminal
go to the xel light wallet folder
type bash compile.sh
type bash run.sh
open ur browser and go to http://localhost:17876


hi Paul, can we just use wallet.elasticexplorer.org on the Mac ? Thank you !
hero member
Activity: 910
Merit: 1000



Here is the dumbed-down lame version:

download and install java: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
launch the terminal
go to the xel light wallet folder
type bash compile.sh
type bash run.sh
open ur browser and go to http://localhost:17876



Clearly this isn't dumbed-down or lame enough for me, lol.

I'm trying to install a light wallet on a Mac and step 3 has got me flummoxed.  

"go to the xel light wallet folder"

Was there a step that I should have downloaded the light wallet?  How do I do that?  How do I get to the mystical light wallet folder?

If someone can take me down to the next level of dumbness, I'd really appreciate it. :-)

first and foremost step: download elastic wallet by clicking on the green button on the right here https://github.com/unvo1d/Elastic-XEL-Litewallet

Smiley
legendary
Activity: 1260
Merit: 1168
Thanks EK / tomkat.

Now I just need to work out how to install git, lol.

Unvoid said that the process will become a lot easier in the future, when the installer is finished.
For now, if you are on the mac, I could swear that git is already installed.
newbie
Activity: 2
Merit: 0
Dear Elastic team, we would like to bring to your attention that you recently made a change to your source code and license agreement which violates the GPLv2 license under which the NXT code has been released.
The problematic commit is SHA 74138264 by myalcin81, 04/09/2017 01:15 AM "missing NXT strings converted to XEL strings on relevated Web API." which replaced all copyright messages from Nxt to XEL.
We kindly ask you to revert this change as soon as possible.

You are of course free to add a separate copyright notice for your work.
full member
Activity: 190
Merit: 100
Thanks EK / tomkat.

Now I just need to work out how to install git, lol.
hero member
Activity: 1022
Merit: 507



Here is the dumbed-down lame version:

download and install java: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
launch the terminal
go to the xel light wallet folder
type bash compile.sh
type bash run.sh
open ur browser and go to http://localhost:17876



Clearly this isn't dumbed-down or lame enough for me, lol.

I'm trying to install a light wallet on a Mac and step 3 has got me flummoxed.  

"go to the xel light wallet folder"

Was there a step that I should have downloaded the light wallet?  How do I do that?  How do I get to the mystical light wallet folder?

If someone can take me down to the next level of dumbness, I'd really appreciate it. :-)

The source code is here
Code:
git clone https://github.com/unvo1d/Elastic-XEL-Litewallet.git

Then you go to the folder to which it was downloaded - that will be the "mystical" go-to-the-xel-light-wallet folder  Smiley
legendary
Activity: 1260
Merit: 1168
If you have git installed, you can pull the "xel light wallet folder" from unvoid's repository:

https://github.com/unvo1d/Elastic-XEL-Litewallet.git

;-)

full member
Activity: 190
Merit: 100



Here is the dumbed-down lame version:

download and install java: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
launch the terminal
go to the xel light wallet folder
type bash compile.sh
type bash run.sh
open ur browser and go to http://localhost:17876



Clearly this isn't dumbed-down or lame enough for me, lol.

I'm trying to install a light wallet on a Mac and step 3 has got me flummoxed.  

"go to the xel light wallet folder"

Was there a step that I should have downloaded the light wallet?  How do I do that?  How do I get to the mystical light wallet folder?

If someone can take me down to the next level of dumbness, I'd really appreciate it. :-)
Jump to: