Bitcoin Forum
April 16, 2024, 06:56:01 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 [180] 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 ... 345 »
  Print  
Author Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer  (Read 450424 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
coralreefer
Sr. Member
****
Offline Offline

Activity: 464
Merit: 260


View Profile
February 01, 2017, 02:49:32 AM
 #3581

Hello guys!

Need help with the miner setup on mac

Code:
:build $ make
[ 42%] Built target jansson
[ 46%] Linking C executable ../xel_miner
Undefined symbols for architecture x86_64:
  "_dlmopen", referenced from:
      _create_instance in xel_compiler.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [../xel_miner] Error 1
make[1]: *** [CMakeFiles/xel_miner.dir/all] Error 2
make: *** [all] Error 2

It seems a problem with dlmopen, any idea?

Thanks!!

I don't have a mac so I can't help.  Just make sure you follow the following directions:

http://elastic-project.com/mining

1713250561
Hero Member
*
Offline Offline

Posts: 1713250561

View Profile Personal Message (Offline)

Ignore
1713250561
Reply with quote  #2

1713250561
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713250561
Hero Member
*
Offline Offline

Posts: 1713250561

View Profile Personal Message (Offline)

Ignore
1713250561
Reply with quote  #2

1713250561
Report to moderator
1713250561
Hero Member
*
Offline Offline

Posts: 1713250561

View Profile Personal Message (Offline)

Ignore
1713250561
Reply with quote  #2

1713250561
Report to moderator
jaroag
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 01, 2017, 02:58:57 AM
 #3582

Hello guys!

Need help with the miner setup on mac

Code:
:build $ make
[ 42%] Built target jansson
[ 46%] Linking C executable ../xel_miner
Undefined symbols for architecture x86_64:
  "_dlmopen", referenced from:
      _create_instance in xel_compiler.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [../xel_miner] Error 1
make[1]: *** [CMakeFiles/xel_miner.dir/all] Error 2
make: *** [all] Error 2

It seems a problem with dlmopen, any idea?

Thanks!!

I don't have a mac so I can't help.  Just make sure you follow the following directions:

http://elastic-project.com/mining




Just followed step by step :-(

Code:
:build $ OPENSSL_ROOT_DIR=/usr/local/opt/openssl/ cmake ..
-- CURL: Found
-- SSL: [b]Not Found![/b] ?
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/xel_miner/build

BTW, awesome project!
wwdz99
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250



View Profile
February 01, 2017, 04:02:35 AM
 #3583

How things are going with supernodes implementation? I got an impression it was actually decided to go that route, is that correct?

Also, is 300K collateral is decided, or its under question still? I wrote a small suggestion on this few pages back, but it got immediately buried under other posts, I just woke nder if something like that could be considered, or it is not doable, or not going to work?

The supernode infrastructure (so basically the core client) is basically done, I try to keep up with the inofficial deadline of tomorrow.
However, like we said earlier, new TODOs may arise and so far, the one TODO that is still open is getting the "supernode verifier" done. Don't worry, it's not a big deal because it will be just integrated into the miner.

Let me quickly check the message you're referring to!

Hi EK,I see last week the elastic-core's github updated some fixes during long time silent,It's ready for lauch mainnet february?
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
February 01, 2017, 04:56:35 AM
 #3584

Price per computational unit is not fixed. Its a bidding process, as price per XEL rises price for computational work declines.

All these topics have been discussed long time ago and were one of the reasons to choose a higher XEL supply as obv there is a lower limit to any bid which is 1 XEL.

Really? Isn't XEL divisible like other coins?

cybterpunk
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
February 01, 2017, 10:56:00 AM
 #3585

this is one of the most interesting project this year!

XEL is coming in 2017.
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
February 01, 2017, 11:04:39 AM
 #3586

so what's the final decision on supernode?

thank you
coralreefer
Sr. Member
****
Offline Offline

Activity: 464
Merit: 260


View Profile
February 01, 2017, 12:14:55 PM
 #3587

Hello guys!

Need help with the miner setup on mac

Code:
:build $ make
[ 42%] Built target jansson
[ 46%] Linking C executable ../xel_miner
Undefined symbols for architecture x86_64:
  "_dlmopen", referenced from:
      _create_instance in xel_compiler.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [../xel_miner] Error 1
make[1]: *** [CMakeFiles/xel_miner.dir/all] Error 2
make: *** [all] Error 2

It seems a problem with dlmopen, any idea?

Thanks!!

I don't have a mac so I can't help.  Just make sure you follow the following directions:

http://elastic-project.com/mining




Just followed step by step :-(

Code:
:build $ OPENSSL_ROOT_DIR=/usr/local/opt/openssl/ cmake ..
-- CURL: Found
-- SSL: [b]Not Found![/b] ?
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/xel_miner/build

BTW, awesome project!

That error message says you don't have OpenSSL installed, so it looks like you've missed a step somewhere.
ImI
Legendary
*
Offline Offline

Activity: 1946
Merit: 1019



View Profile
February 01, 2017, 12:22:14 PM
 #3588

Price per computational unit is not fixed. Its a bidding process, as price per XEL rises price for computational work declines.

All these topics have been discussed long time ago and were one of the reasons to choose a higher XEL supply as obv there is a lower limit to any bid which is 1 XEL.

Really? Isn't XEL divisible like other coins?

Yes, i was wrong. Its divisible.
shapeshiftscam
Hero Member
*****
Offline Offline

Activity: 609
Merit: 500


View Profile
February 01, 2017, 12:25:58 PM
 #3589

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
February 01, 2017, 12:49:31 PM
 #3590

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.

POW, you can contribute your cpu or gpu resource to earn XEL token.
tomkat
Hero Member
*****
Offline Offline

Activity: 1022
Merit: 507


View Profile
February 01, 2017, 12:54:39 PM
 #3591

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.

POW, you can contribute your cpu or gpu resource to earn XEL token.

Are you sure? I think it's rather mixed POS/POW.
POW for mining bounties, and POS for regular wallets.
Not sure what's POS rate though, anyone knows?
hagie
Hero Member
*****
Offline Offline

Activity: 792
Merit: 501



View Profile
February 01, 2017, 01:01:49 PM
 #3592

Hi,

after some time I like to setup a public testnet node again. atm it looks like the testent default peers are down ?

anyone got working peers for me ?

regards
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
February 01, 2017, 04:53:17 PM
 #3593

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.

POW, you can contribute your cpu or gpu resource to earn XEL token.

Are you sure? I think it's rather mixed POS/POW.
POW for mining bounties, and POS for regular wallets.
Not sure what's POS rate though, anyone knows?

I was under the impression that no XEL is to be created beyond the initial supply in the genesis block.

At least that was the plan months ago and I think it was explicitly mentioned that 5 mil XEL is all there will be.
Back then, that was to be the supply, now that has been changed to 100 mil but still, a constant.
Is that still the case?

The PoW mentioned is not real PoW as it is not work done to secure the blockchain but work done for orders, paid for in XEL.
So the supply of XEL will be constantly circulating either by trading or as work payment.

I suppose there is also need to secure the blockchain to prevent double spending and such but I don't know what is planned for that.

coralreefer
Sr. Member
****
Offline Offline

Activity: 464
Merit: 260


View Profile
February 01, 2017, 04:58:48 PM
 #3594

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.

POW, you can contribute your cpu or gpu resource to earn XEL token.

Are you sure? I think it's rather mixed POS/POW.
POW for mining bounties, and POS for regular wallets.
Not sure what's POS rate though, anyone knows?

I was under the impression that no XEL is to be created beyond the initial supply in the genesis block.

At least that was the plan months ago and I think it was explicitly mentioned that 5 mil XEL is all there will be.
Back then, that was to be the supply, now that has been changed to 100 mil but still, a constant.
Is that still the case?

The PoW mentioned is not real PoW as it is not work done to secure the blockchain but work done for orders, paid for in XEL.
So the supply of XEL will be constantly circulating either by trading or as work payment.

I suppose there is also need to secure the blockchain to prevent double spending and such but I don't know what is planned for that.

Just because XEL uses POW does not mean it generates new coins.  In XEL, the Proof of Work is proof that the miner actually ran the complete ElasticPL code; rather than just submitting some random solution.  Miners will get paid in XEL by the author of the job for running the miner.
tomkat
Hero Member
*****
Offline Offline

Activity: 1022
Merit: 507


View Profile
February 01, 2017, 05:13:53 PM
 #3595

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.

POW, you can contribute your cpu or gpu resource to earn XEL token.

Are you sure? I think it's rather mixed POS/POW.
POW for mining bounties, and POS for regular wallets.
Not sure what's POS rate though, anyone knows?

I was under the impression that no XEL is to be created beyond the initial supply in the genesis block.

At least that was the plan months ago and I think it was explicitly mentioned that 5 mil XEL is all there will be.
Back then, that was to be the supply, now that has been changed to 100 mil but still, a constant.
Is that still the case?

The PoW mentioned is not real PoW as it is not work done to secure the blockchain but work done for orders, paid for in XEL.
So the supply of XEL will be constantly circulating either by trading or as work payment.

I suppose there is also need to secure the blockchain to prevent double spending and such but I don't know what is planned for that.

Just because XEL uses POW does not mean it generates new coins.  In XEL, the Proof of Work is proof that the miner actually ran the complete ElasticPL code; rather than just submitting some random solution.  Miners will get paid in XEL by the author of the job for running the miner.

Yes, but XEL is PoS coin in general - block rewards generated for staking, right?
If so, what's PoS rate, or reward per block?
If not, what's the incentive to secure blockchain then?
coralreefer
Sr. Member
****
Offline Offline

Activity: 464
Merit: 260


View Profile
February 01, 2017, 05:17:56 PM
 #3596

Will this coin be pure POS, POW, or hybrid? It looks interesting, waiting for the main net launches.

POW, you can contribute your cpu or gpu resource to earn XEL token.

Are you sure? I think it's rather mixed POS/POW.
POW for mining bounties, and POS for regular wallets.
Not sure what's POS rate though, anyone knows?

I was under the impression that no XEL is to be created beyond the initial supply in the genesis block.

At least that was the plan months ago and I think it was explicitly mentioned that 5 mil XEL is all there will be.
Back then, that was to be the supply, now that has been changed to 100 mil but still, a constant.
Is that still the case?

The PoW mentioned is not real PoW as it is not work done to secure the blockchain but work done for orders, paid for in XEL.
So the supply of XEL will be constantly circulating either by trading or as work payment.

I suppose there is also need to secure the blockchain to prevent double spending and such but I don't know what is planned for that.

Just because XEL uses POW does not mean it generates new coins.  In XEL, the Proof of Work is proof that the miner actually ran the complete ElasticPL code; rather than just submitting some random solution.  Miners will get paid in XEL by the author of the job for running the miner.

Yes, but XEL is PoS coin in general - block rewards generated for staking, right?
If so, what's PoS rate, or reward per block?
If not, what's the incentive to secure blockchain then?

Yes, POS is the only thing used to secure the blockchain.  I didn't work on the core server, so EK will need to provide the rate/reward details.

The mining is a service that XEL provides to authors of jobs.  The work performed by the miner does not contribute in any way to securing the blockchain.  It's simply a value added service that runs on this blockchain which consists of POW mining along with Bounties for valid ElasticPL solutions.
spark.bet
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
February 01, 2017, 05:30:27 PM
 #3597

How is the distribution ico?
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
February 01, 2017, 05:35:46 PM
Last edit: February 02, 2017, 05:38:39 AM by Evil-Knievel
 #3598

Hi EK,I see last week the elastic-core's github updated some fixes during long time silent,It's ready for lauch mainnet february?

I am setting up some testnet nodes today or tomorrow, so we can test the super node approach. But before we can test them, we need to get the super node software (the verifier or however we want to call it) done - we work with two people on it and it should be finished soon.

That doesn't mean that we cannot launch the next generation of the testnet before though ;-) it's just that we can't test the work distribution / verification mechanism without this software.
sashakon
Full Member
***
Offline Offline

Activity: 225
Merit: 100



View Profile
February 01, 2017, 06:30:14 PM
 #3599

How I can get XEL adress?

▬▬▬▬▬  bitJob The Student Marketplace  ▬▬▬▬▬
█ █         [Whitepaper] [Telegram] [slack] [ANN Thread]         █ █
▬▬▬▬▬   TOKEN SALE ▶ Sept 12th, 2017   ▬▬▬▬▬
jeffthebaker
Legendary
*
Offline Offline

Activity: 1526
Merit: 1034


View Profile
February 01, 2017, 06:44:33 PM
 #3600

How I can get XEL adress?

You cannot get XEL at this point in time. There was an ICO that took place over the course of several months last year, which is where all current addresses come from. If you'd like to buy some XEL, you'll have to wait to buy from an exchange once the mainnet launches.
Pages: « 1 ... 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 [180] 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 ... 345 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!