ASIC-8Tile
|
|
May 27, 2014, 05:27:51 AM |
|
Will do. It is pretty simple. I have to go to bed right now though... I am working on that project plan.
|
|
|
|
dzarmush
Legendary
Offline
Activity: 1806
Merit: 1001
|
|
May 27, 2014, 05:34:20 AM |
|
Will do. It is pretty simple. I have to go to bed right now though... I am working on that project plan. Sure, no rush
|
|
|
|
agran
|
|
May 27, 2014, 05:58:33 AM |
|
|
|
|
|
wizzardTim
Legendary
Offline
Activity: 1708
Merit: 1000
Reality is stranger than fiction
|
|
May 27, 2014, 06:37:02 AM |
|
Now the way for Qora has just started. People trust poloniex, the trading will be a happy procedure there
|
Behold the Tangle Mysteries! Dare to know It's truth.
- Excerpt from the IOTA Sacred Texts Vol. I
|
|
|
PondSea
Legendary
Offline
Activity: 1428
Merit: 1000
|
|
May 27, 2014, 06:40:49 AM |
|
|
|
|
|
nxtholder881
Newbie
Offline
Activity: 20
Merit: 0
|
|
May 27, 2014, 06:42:38 AM |
|
Qora has a pretty good volume at poloniex and sharexcoin, nice move.
|
|
|
|
Breasal
|
|
May 27, 2014, 07:43:13 AM |
|
Cannot send qora: getting "invalid fee" error. Even when I change to 10 or 20, still cannot send.
What's the dealio?
|
|
|
|
|
Ingatqhvq
|
|
May 27, 2014, 08:07:35 AM |
|
Finally someone did it! I hope it's fully translated by person and not google. Thank you very much for your effort!! I wouldn't say the translation is perfect, but I am sure any one can understand if he is a Chinese.
|
|
|
|
poochpocket
|
|
May 27, 2014, 08:11:13 AM |
|
I'm trying to send a test deposit to Poloniex and it's been over an hour to get past 15 confirmations on my client with "failed to connect" logs appearing in cmd...
Is anyone else having issues?
I had the same issue. Sent a small amount from my wallet to Poloniex a few hours ago and it still hasn't confirmed. Moved a big chunk directly from ShareXcoin to Poloniex and it was confirmed within 20 minutes or so.
|
|
|
|
notsoshifty
|
|
May 27, 2014, 08:15:46 AM |
|
Hi and hello..
I'd like to make my own shitcoin and make 10,000 BTC appear out of thin air.
This volume is fake right ?
Are people really that addicted to rackets ? ponzis ? pyramids ?
How is this any different than the bankster's fractional reserve ?
You and I are generally in agreement about the cancer that is shitcoins. Almost every coin these days is a blatant scam, or has a huge premine, or a thinly disguised instamine that is only there to line the dev's pockets before he moves onto his next shitcoin. But if you place Qora into that category, I wonder what you consider not to be a shitcoin. Qora has been developed from scratch. There are clearly some concepts that have carried over from Bitcoin and Nxt, but much of the design and all of the implementation are completely new. It is a real competitor to both Bitcoin and Nxt, and that can only be a good thing for crypto currencies in general. It has features that neither Bitcoin nor Nxt have. It has an active and responsive developer, who appears to be focussing on the important tasks (core code development) rather than putting up a flashy website and waiting for the cash to come rolling in. As such, it brings real value to the crypto community; it cannot be compared to the shitcoins whose only purpose is to make some copy/paste "devs" rich. As the code is not yet open source (for understandable reasons), it cannot be examined, and for this reason I still consider Qora a medium/high risk investment; and 100 sat price seems about right. Over time, as bugs are ironed out, and the design and implementation are properly examined, this risk will reduce and (if no major issues found) the price is likely to increase. I don't consider something a "ponzi" if you are exchanging money for real value. In the same way that you like to draw attention to shittness where you see it, if you see a coin adding value then you should support it (even if you don't buy it). Otherwise, what are you doing here? As for your point: yes, if you are a competent developer with some good ideas, then please feel free to make a new coin; if it's good and brings something new then I'll support it. If all it has is an animated icon, then thanks but I'll pass
|
|
|
|
yabit
|
|
May 27, 2014, 08:40:18 AM |
|
Running the file run.bat from command line shows the following error:
C:\Users\Internet>"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256m -Djav a.library.path=libs/native -jar Qora.jar Error: Unable to access jarfile Qora.jar
what may be wrong?
|
|
|
|
yabit
|
|
May 27, 2014, 08:48:42 AM |
|
Running the file run.bat from command line shows the following error:
C:\Users\Internet>"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256m -Djav a.library.path=libs/native -jar Qora.jar Error: Unable to access jarfile Qora.jar
what may be wrong?
Change it to this: "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar -disablerpc Thank's for fast reply, but it does't help, I get the same error message.
|
|
|
|
tonlong
|
|
May 27, 2014, 09:06:05 AM |
|
Great coin. I will buy some coins.
|
|
|
|
twistelaar
Legendary
Offline
Activity: 1148
Merit: 1000
|
|
May 27, 2014, 09:09:46 AM |
|
Great job! thank you. Can you also post this thread and promote it on different Chinese forums? I heard there are big tech Chinese forums where people discuss cryptocurrency. Maybe you can also get in touch with a big chinese crypto/tech news letter, that they write a article about us... Would be really great, once Qora start to get recognized in China, the game is on!
|
|
|
|
yabit
|
|
May 27, 2014, 09:14:01 AM |
|
Thank's for fast reply, but it does't help, I get the same error message.
Replace the text in run.bat with the following...@ECHO OFF IF EXIST java ( start "Qora" java -Xmx256m -Djava.library.path=libs/native -jar Qora.jar ) ELSE ( IF EXIST "%PROGRAMFILES%\Java\jre7" ( start "Qora" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar ) ELSE ( IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" ( start "Qora" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -Xmx256m -Djava.library.path=libs/native -jar Qora.jar ) ELSE ( ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java. PAUSE ) ) ) Thank you. It seems to be an 32/64 bit issue (I use W7 64bit with both java versions 32/64 installed)? When I replace the text above qora command window starts, after a while some commands are processed an the window closes (cant see what commands, because the window closes very fast)
|
|
|
|
agran
|
|
May 27, 2014, 09:17:35 AM |
|
|
|
|
|
nextgencoin
Legendary
Offline
Activity: 1106
Merit: 1000
|
|
May 27, 2014, 09:19:07 AM |
|
Hi and hello..
I'd like to make my own shitcoin and make 10,000 BTC appear out of thin air.
This volume is fake right ?
Are people really that addicted to rackets ? ponzis ? pyramids ?
How is this any different than the bankster's fractional reserve ?
You and I are generally in agreement about the cancer that is shitcoins. Almost every coin these days is a blatant scam, or has a huge premine, or a thinly disguised instamine that is only there to line the dev's pockets before he moves onto his next shitcoin. But if you place Qora into that category, I wonder what you consider not to be a shitcoin. Qora has been developed from scratch. There are clearly some concepts that have carried over from Bitcoin and Nxt, but much of the design and all of the implementation are completely new. It is a real competitor to both Bitcoin and Nxt, and that can only be a good thing for crypto currencies in general. It has features that neither Bitcoin nor Nxt have. It has an active and responsive developer, who appears to be focussing on the important tasks (core code development) rather than putting up a flashy website and waiting for the cash to come rolling in. As such, it brings real value to the crypto community; it cannot be compared to the shitcoins whose only purpose is to make some copy/paste "devs" rich. As the code is not yet open source (for understandable reasons), it cannot be examined, and for this reason I still consider Qora a medium/high risk investment; and 100 sat price seems about right. Over time, as bugs are ironed out, and the design and implementation are properly examined, this risk will reduce and (if no major issues found) the price is likely to increase. I don't consider something a "ponzi" if you are exchanging money for real value. In the same way that you like to draw attention to shittness where you see it, if you see a coin adding value then you should support it (even if you don't buy it). Otherwise, what are you doing here? As for your point: yes, if you are a competent developer with some good ideas, then please feel free to make a new coin; if it's good and brings something new then I'll support it. If all it has is an animated icon, then thanks but I'll pass while it's usually better to ignore most ignorant opinions I think it was worth replying cause he had so many posts.ie not a sockpuppet and someone maybe who could change their view. You gave a good measured response.
|
|
|
|
peled1986
Legendary
Offline
Activity: 882
Merit: 1002
|
|
May 27, 2014, 09:34:04 AM |
|
Hi and hello..
I'd like to make my own shitcoin and make 10,000 BTC appear out of thin air.
This volume is fake right ?
Are people really that addicted to rackets ? ponzis ? pyramids ?
How is this any different than the bankster's fractional reserve ?
You and I are generally in agreement about the cancer that is shitcoins. Almost every coin these days is a blatant scam, or has a huge premine, or a thinly disguised instamine that is only there to line the dev's pockets before he moves onto his next shitcoin. But if you place Qora into that category, I wonder what you consider not to be a shitcoin. Qora has been developed from scratch. There are clearly some concepts that have carried over from Bitcoin and Nxt, but much of the design and all of the implementation are completely new. It is a real competitor to both Bitcoin and Nxt, and that can only be a good thing for crypto currencies in general. It has features that neither Bitcoin nor Nxt have. It has an active and responsive developer, who appears to be focussing on the important tasks (core code development) rather than putting up a flashy website and waiting for the cash to come rolling in. As such, it brings real value to the crypto community; it cannot be compared to the shitcoins whose only purpose is to make some copy/paste "devs" rich. As the code is not yet open source (for understandable reasons), it cannot be examined, and for this reason I still consider Qora a medium/high risk investment; and 100 sat price seems about right. Over time, as bugs are ironed out, and the design and implementation are properly examined, this risk will reduce and (if no major issues found) the price is likely to increase. I don't consider something a "ponzi" if you are exchanging money for real value. In the same way that you like to draw attention to shittness where you see it, if you see a coin adding value then you should support it (even if you don't buy it). Otherwise, what are you doing here? As for your point: yes, if you are a competent developer with some good ideas, then please feel free to make a new coin; if it's good and brings something new then I'll support it. If all it has is an animated icon, then thanks but I'll pass while it's usually better to ignore most ignorant opinions I think it was worth replying cause he had so many posts.ie not a sockpuppet and someone maybe who could change their view. You gave a good measured response. +1 notsoshifty I hope you will take an active role in the qora community!
|
|
|
|
peled1986
Legendary
Offline
Activity: 882
Merit: 1002
|
|
May 27, 2014, 09:34:54 AM Last edit: May 27, 2014, 09:54:02 AM by peled1986 |
|
looks great! keep up the good work.
|
|
|
|
|