unvoid
|
|
September 12, 2016, 06:48:26 PM |
|
I'm moving explorer to another IP address and connecting to domain.
Later I'll have little request for reddit/r/XEL mod(s) to update topic with proper address. Or even better, can I have mod status on this subreddit?
Thanks!
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
hagie
|
|
September 12, 2016, 07:13:17 PM |
|
I'm moving explorer to another IP address and connecting to domain.
Later I'll have little request for reddit/r/XEL mod(s) to update topic with proper address. Or even better, can I have mod status on this subreddit?
Thanks!
If you need a temporary or permanent hostname just let me know. regards
|
|
|
|
unvoid
|
|
September 12, 2016, 07:16:45 PM |
|
I'm moving explorer to another IP address and connecting to domain.
Later I'll have little request for reddit/r/XEL mod(s) to update topic with proper address. Or even better, can I have mod status on this subreddit?
Thanks!
If you need a temporary or permanent hostname just let me know. regards Thanks! Already bought domain. But anyway I think you could help in future if we will have more websites.
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
unvoid
|
|
September 12, 2016, 07:16:53 PM |
|
If you want to try XEL: First of all you need Java installed: go to google and search how to install Java on your machine. Currently we support Linux and MacOSX. Windows support will be later (but if you know how to do correct paths in Windows you can compile it in Windows).Download testnet client https://github.com/OrdinaryDude/elastic-reference-client. Best if you download it trough git for future easy updates. Install git on your machine and: git clone https://github.com/OrdinaryDude/elastic-reference-client.gitWatch this video for instructions how to run it https://player.vimeo.com/video/178616474?quality=1080p and paste your address here to receive some XEL for testing and fun.
If you want to try out a miner: 1. Download it from: https://github.com/OrdinaryDude/elastic-minerBest if you download it trough git for future easy updates. Install git on your machine and: git clone https://github.com/OrdinaryDude/elastic-miner.git2. ./compile.sh 3. ./run.sh 4. Give it your passphrase (after you hit a key make sure visible XEL address is yours) 5. Give it a XEL running daemon IP address (default localhost) 6. Hit enter and submit work to the network in your XEL client UI as shown here https://player.vimeo.com/video/178616474?quality=1080p. If someone else will submit work to the network your miner will automatically start working on it. 7. Example work are here https://github.com/OrdinaryDude/elastic-reference-client/tree/master/elasticpl_examples. no_bounties_found.epl will not found any bounty! Be warned that this is debug job that will just expire after 250 blocks without any submissions. Suggestions:
run miner with lower cpu priority for optimal experience. Especialy if you running miner on the same machine that you running XEL node.
i. e.
screen nice -n 20 ./run.sh
20 is lowest possible priority in most linux env.
If you want to update XEL to the newest version: Stop your node (CTRL + C) Go to main directory of XEL and: git pull origin master ./compile.sh rm -rf nxt_test_db/ screen ./run.sh
If you want to update miner to the newest version: Stop your miner (CTRL + C) Go to main directory of miner and: git pull origin master ./compile.sh screen nice -n 20 ./run.sh
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
unvoid
|
|
September 12, 2016, 07:22:19 PM Last edit: September 12, 2016, 10:06:08 PM by unvoid |
|
@EK can you drop your bitmessage address? I'll send my message addressed to @Lannister to you so if you have better contact with him you could pass my message.
I was trying 4 times without success I think.
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
xtester
|
|
September 12, 2016, 07:29:44 PM |
|
It seems that in order to really grasp the potential of a project one would find it useful to read about some applications for which the project could specifically be used. What would be some of the killer apps of Elastic? It seems to me that if it could be optimized for mining, it could likely take off pretty quickly. Indeed, this kind of utility could prove enormously valuable, especially in the crypto community. Any thoughts on that?
|
|
|
|
akhavr
|
|
September 13, 2016, 07:40:50 AM |
|
EK, i have installed Java Version 8 Update 101 (build 1.8.0_101-b13) on windows 8 - 64bit at C:\Program Files\Java Should i change any thing in file compile.sh
#!/bin/sh CP=conf/:classes/:lib/* SP=src/java/
/bin/rm -f nxt.jar /bin/rm -rf classes /bin/mkdir -p classes/
javac -sourcepath ${SP} -classpath ${CP} -d classes/ src/java/evil/ElasticPL/* src/java/nxt/*.java src/java/nxt/*/*.java || exit 1
echo "nxt class files compiled successfully"
I tried run ./compile.sh but it says ./compile.sh: line 9: javac: command not found
Make sure that your java compiler is in your PATH. And, man... doing it on windows when windows builds aren't supported isn't the smartest thing, if you're not a developer. If you'd like to have an early preview, install an ubuntu in a virtual machine and play there.
|
|
|
|
unvoid
|
|
September 13, 2016, 09:38:23 AM |
|
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
September 13, 2016, 09:56:56 AM |
|
Awesome!! Nice job! I am also almost finished porting. It takes a few hours longer because I make the source code and the bounty/pow submissions prunable to avoid cluttering the blockchain too fast.
|
|
|
|
Redawn
Member
Offline
Activity: 122
Merit: 10
|
|
September 13, 2016, 10:33:34 AM |
|
I'm moving explorer to another IP address and connecting to domain.
Later I'll have little request for reddit/r/XEL mod(s) to update topic with proper address. Or even better, can I have mod status on this subreddit?
Thanks!
Awesome job ( http://elasticexplorer.org). I will adjust this in the reddit thread. I can also arrange the mod status on r/XEL. Please message reddit user u/dreamer2020- Thanks
|
|
|
|
unvoid
|
|
September 13, 2016, 10:56:15 AM |
|
Awesome!! Nice job! I am also almost finished porting. It takes a few hours longer because I make the source code and the bounty/pow submissions prunable to avoid cluttering the blockchain too fast. Two days ago I was testing explorer submiting works to the network. After some submission I ended in a fork again. So network works just fine untill someone push some work. It's good because exchange/explorer or anyone that will only want to secure blochchain will simply not run any miner daemon and this will be health, right chain. But anyway, this must to be fixed. Can't wait for new client! New client, new bugs
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
anhpt192
|
|
September 13, 2016, 11:12:17 AM |
|
EK, i have installed Java Version 8 Update 101 (build 1.8.0_101-b13) on windows 8 - 64bit at C:\Program Files\Java Should i change any thing in file compile.sh
#!/bin/sh CP=conf/:classes/:lib/* SP=src/java/
/bin/rm -f nxt.jar /bin/rm -rf classes /bin/mkdir -p classes/
javac -sourcepath ${SP} -classpath ${CP} -d classes/ src/java/evil/ElasticPL/* src/java/nxt/*.java src/java/nxt/*/*.java || exit 1
echo "nxt class files compiled successfully"
I tried run ./compile.sh but it says ./compile.sh: line 9: javac: command not found
Make sure that your java compiler is in your PATH. And, man... doing it on windows when windows builds aren't supported isn't the smartest thing, if you're not a developer. If you'd like to have an early preview, install an ubuntu in a virtual machine and play there. yes, i have to wait
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
September 13, 2016, 11:16:26 AM |
|
yes, i have to wait I'll come up with something for you shortly.
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
September 13, 2016, 02:48:41 PM |
|
Let's raise the virtual machine memory to 8MB (from 1KB right now), what do you think? It's not that much after all, and we will have a lot more use cases for elastic.
|
|
|
|
ImI
Legendary
Offline
Activity: 1946
Merit: 1019
|
|
September 13, 2016, 02:57:31 PM |
|
Let's raise the virtual machine memory to 8MB (from 1KB right now), what do you think? It's not that much after all, and we will have a lot more use cases for elastic.
Seems like a reasonable thing to do. Anything that speaks against raising it?
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
September 13, 2016, 03:00:34 PM |
|
Let's raise the virtual machine memory to 8MB (from 1KB right now), what do you think? It's not that much after all, and we will have a lot more use cases for elastic.
Seems like a reasonable thing to do. Anything that speaks against raising it? Technically speaking, we could raise it even higher but for the bruteforce-style programming language (i think) there is no need for much more memory. Maybe, when we add more languages / work types we can extend memory requirement for those work types later on. But that's future work, we have to keep in mind, that verification of POW/Bounties should never become a bottleneck ... not even on very slow devices such as on the raspberry pi.
|
|
|
|
ImI
Legendary
Offline
Activity: 1946
Merit: 1019
|
|
September 13, 2016, 03:12:10 PM |
|
OK, sounds good. Then lets see the pi as a minimal requirement unit.
|
|
|
|
unvoid
|
|
September 13, 2016, 08:25:44 PM |
|
Hope there will be more of us in future http://elasticexplorer.org/peers/( I have quite weak geoip database so some peers are shown as unknown (N/A). I'll try to find more accureate database in future ) EDIT: wrong link.
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
|
September 13, 2016, 08:56:50 PM |
|
Hope there will be more of us in future http://elasticexplorer.org/peers/( I have quite weak geoip database so some peers are shown as unknown (N/A). I'll try to find more accureate database in future ) EDIT: wrong link. This is the most beautiful block explorer I have ever seen! Really Note, in the new version there will be no more "Work Cancellation" or "Bounty Payout TX" transactions. Those will be only ledger events triggered by an internal blockchain listener. The only transaction that will still be represented by actual transactions on the blockchain are "Work Creation", "POW", "Bounty", "Bounty Payout", "Work Cancellation Request". Regardind your Bitmessage problem ... I sometimes have the same issues that you have. I think most of the time its a screwed clock or something, so that I get blacklisted by other BM peers before I can sync properly. Is your timezone set correct? Is the time correct for that timezone?
|
|
|
|
unvoid
|
|
September 13, 2016, 09:05:49 PM Last edit: September 13, 2016, 09:16:15 PM by unvoid |
|
Note, in the new version there will be no more "Work Cancellation" or "Bounty Payout TX" transactions. Those will be only ledger events triggered by an internal blockchain listener. The only transaction that will still be represented by actual transactions on the blockchain are "Work Creation", "POW", "Bounty", "Bounty Payout", "Work Cancellation Request".
Regardind your Bitmessage problem ... I sometimes have the same issues that you have. I think most of the time its a screwed clock or something, so that I get blacklisted by other BM peers before I can sync properly. Is your timezone set correct? Is the time correct for that timezone?
I'll start working on PoW (regarding explorer) when you'll have working client. Don't rush! Take your time to get it right! I sent you message dedicated to @Lannister here on BCT in PM. Hope you will pass it to @Lannister.
|
BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5 XEL: XEL-HCM8-KB6E-YFLK-8BWMF
|
|
|
|