Amazing price movements at Bittrex. This coin is a cashcow!
|
|
|
If I only run the daemon is it possible that my wallets don't stake? It seems so.
Have you tried the wallet i sent you in pm? If you could report back on that it would be great Sorry I was quite busy today, I didn't notice your message. After having thrown a bunch of errors it finally WORKS! What Ubuntu did you use to compile? 14.04 also. That particular version only failed to run for me due to missing dependencies. I compiled another version (of the exact same code) which throws a database error at me every time. When the next wallet version is out and I've compiled, i'll get it added to the website Thank you. What did you do against the database error? I kept getting it, no way to get this beast running. If you're wondering having received 50 JUDGE they are from me for your great help.
|
|
|
If I only run the daemon is it possible that my wallets don't stake? It seems so.
Have you tried the wallet i sent you in pm? If you could report back on that it would be great Sorry I was quite busy today, I didn't notice your message. After having thrown a bunch of errors it finally WORKS! What Ubuntu did you use to compile? Edit: Thanks a lot, I sent you 50 JUDGE for your help.
|
|
|
If I only run the daemon is it possible that my wallets don't stake? It seems so.
unlock mining if you want stake. Thank you, will try.
|
|
|
If I only run the daemon is it possible that my wallets don't stake? It seems so.
|
|
|
I spent days fixing this as I had the exact same problem on my Ubuntu 14.04 laptop. You have to manually assign the library. Give me a few minutes and I will edit this post with how to do it when I refind it!
Wow, thank you! I'll be patient. Found it! Original thread here: http://www.peercointalk.org/index.php?topic=798.0# Get db4.8 source, compile and install wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz tar -xzvf db-4.8.30.NC.tar.gz cd db-4.8.30.NC/build_unix ../dist/configure --enable-cxx make sudo make install
# Tell your system where to find db4.8 export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so
Let me know how that goes- i have a feeling one more error came up after this but I can't remember the name. Thanks a lot, I will try. Although the JudgeCoin site says that you don't have to install the Berkeley DB. Thank you, it finally built. Now I'm getting this on launch: libGL error: failed to authenticate magic 3 libGL error: failed to load driver: vboxvideo Never had these errors before. I'm not amused. Now that I'm not sure on- one suggestion would be trying to update your openGL files. sudo apt-get install libgl1-mesa-dev
If that's already up to date, I would suggest opening a support ticket on the website. In the meantime try this! Thank you, my openGL was up to date. At least I managed to build the daemon. I was worried to have lost all my coins. Now it's all good. Screw that shitty GUI wallet!
|
|
|
I spent days fixing this as I had the exact same problem on my Ubuntu 14.04 laptop. You have to manually assign the library. Give me a few minutes and I will edit this post with how to do it when I refind it!
Wow, thank you! I'll be patient. Found it! Original thread here: http://www.peercointalk.org/index.php?topic=798.0# Get db4.8 source, compile and install wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz tar -xzvf db-4.8.30.NC.tar.gz cd db-4.8.30.NC/build_unix ../dist/configure --enable-cxx make sudo make install
# Tell your system where to find db4.8 export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so
Let me know how that goes- i have a feeling one more error came up after this but I can't remember the name. Thanks a lot, I will try. Although the JudgeCoin site says that you don't have to install the Berkeley DB. Thank you, it finally built. Now I'm getting this on launch: libGL error: failed to authenticate magic 3 libGL error: failed to load driver: vboxvideo Never had these errors before. I'm not amused.
|
|
|
I spent days fixing this as I had the exact same problem on my Ubuntu 14.04 laptop. You have to manually assign the library. Give me a few minutes and I will edit this post with how to do it when I refind it!
Wow, thank you! I'll be patient. Found it! Original thread here: http://www.peercointalk.org/index.php?topic=798.0# Get db4.8 source, compile and install wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz tar -xzvf db-4.8.30.NC.tar.gz cd db-4.8.30.NC/build_unix ../dist/configure --enable-cxx make sudo make install
# Tell your system where to find db4.8 export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include" export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib" sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so
Let me know how that goes- i have a feeling one more error came up after this but I can't remember the name. Thanks a lot, I will try. Although the JudgeCoin site says that you don't have to install the Berkeley DB.
|
|
|
I spent days fixing this as I had the exact same problem on my Ubuntu 14.04 laptop. You have to manually assign the library. Give me a few minutes and I will edit this post with how to do it when I refind it!
Wow, thank you! I'll be patient.
|
|
|
Maybe I'm too stupid to build JudgeCoin wallet and daemon. The previous version built without problems, now this: obj/txdb-leveldb.o: In function `init_blockindex(leveldb::Options&, bool)': /home/rainer/judgecoin/src/txdb-leveldb.cpp:60: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::string const&, leveldb::DB**)' /home/rainer/judgecoin/src/leveldb/libleveldb.a(write_batch.o): In function `leveldb::(anonymous namespace)::MemTableInserter::Put(leveldb::Slice const&, leveldb::Slice const&)': write_batch.cc:(.text+0x12c): undefined reference to `leveldb::function::Add(unsigned long, leveldb::ValueType, leveldb::Slice const&, leveldb::Slice const&)' /home/rainer/judgecoin/src/leveldb/libleveldb.a(write_batch.o): In function `leveldb::(anonymous namespace)::MemTableInserter::Delete(leveldb::Slice const&)': write_batch.cc:(.text+0x18a): undefined reference to `leveldb::MemTable::Add(unsigned long, leveldb::ValueType, leveldb::Slice const&, leveldb::Slice const&)' collect2: error: ld returned 1 exit status make: *** [judgecoind] error 1 Building the GUI I got this: I'm using Ubuntu 14.04 which I virtualized only for JudgeCoin.
|
|
|
thanks for the update and hardwork, but the price is falling Time to buy buddy.
|
|
|
Him/her? His name is Neil. Don't exaggerate political correctness! Thanks buddy. I'll call her Neil from now on Good one!
|
|
|
There will always be more miner dumps but not so big as the first dumps.
There are miners that religiously dump in the first 24-48 hours and they are happy with their 10-20% over cost of mining. Then there are the whales and P&Ders that did not necessarily mine but that drive the price up and then dump down. This group is after the 100-200% profit. This group will move on to the next coin when their objective is met. Then there are miners that did not sell on the first rise but hold out in the hope that the price increases a lot. Lets assume cost of mining is 500 sats for a coin, the 2nd group of miners are in the green and will remain in the green as long as price is above the cost of mining. At some point though, if real life services take too long to be implemented or if the general view is that a price recovery is not likely, or if there is a new hot opportunity with another coin launch, those miners will dump at whatever price over the 500 sats and take their delayed profits. The bag holders that bought at the peak, the long term believers and the holders that do not care if they lose money but that is willing to take the risk that a real life service will be worth a lot will be left to implement and wait for real life services. If the dev team is quick and strikes gold with a sought after real life service then great, otherwise the volumes and price will trickle down accompanied by desperate dumping until an eventual delisting.
The answer is therefore in the implementation of sought after real life services with quick delivery times of those services by an agile and competent dev team. It is the only way and remember that 1 week in crypto = 1 year in real life.
Yes, yes and again, yes... The positive side here is that we have a coin 'initiator' (Judge him/herself) and then dev's appointed by aforesaid person. Now the way I see it is that Judge does the promotions and gets people on board to do the work while he/she oversees the work. This puts him/her in a good position to control the direction things are going without sitting at the keyboard the whole day writing code. I have high hopes for JudgeCoin. Been farming since the start on low grade hardware but I'm holding the little bit I have for now. Him/her? His name is Neil. Don't exaggerate political correctness!
|
|
|
When do you think we might get a Multipool up and running?
Shouldn't we just try to integrate this coin in an existing multi pool instead of starting a new one? That's an option but we had a mining pool. I think the developers will take that as a code base to build the multipool on it. That is at least my opinion as a non-developer. Also the fees can be used to fund the team and future developments.
|
|
|
Is it manipulation or simply trading? It's a free market. How do you even define a line? Trading is manipulation. Manipulation is done through trading. The whole point of trading is to make profit and if you're not moving the market yourself, someone else has to or no one gets anything at all. Free markets are absolutely fascinating though I don't have to draw a line. I completely agree with you. In the crypto markets manipulation is not possible because there are no derivatives like for example in the precious metals' markets (paper metals). So, people who are complaining about market or price manipulations are simply envious. They would move the price for their benefit as well if they were able to. I'm not 'complaining', I'm merely noting that the manipulation is obvious, clumsy, and blatant. People are simply trading and thus the price is moving. If you call that manipulation it's your business. You must be really new around here. So if you think it's manipulation what are you going to do? Btw I'm here from the very beginning.
|
|
|
Is it manipulation or simply trading? It's a free market. How do you even define a line? Trading is manipulation. Manipulation is done through trading. The whole point of trading is to make profit and if you're not moving the market yourself, someone else has to or no one gets anything at all. Free markets are absolutely fascinating though I don't have to draw a line. I completely agree with you. In the crypto markets manipulation is not possible because there are no derivatives like for example in the precious metals' markets (paper metals). So, people who are complaining about market or price manipulations are simply envious. They would move the price for their benefit as well if they were able to. I'm not 'complaining', I'm merely noting that the manipulation is obvious, clumsy, and blatant. People are simply trading and thus the price is moving. If you call that manipulation it's your business.
|
|
|
Is it manipulation or simply trading? It's a free market. How do you even define a line? Trading is manipulation. Manipulation is done through trading. The whole point of trading is to make profit and if you're not moving the market yourself, someone else has to or no one gets anything at all. Free markets are absolutely fascinating though I don't have to draw a line. I completely agree with you. In the crypto markets manipulation is not possible because there are no derivatives like for example in the precious metals' markets (paper metals). So, people who are complaining about market or price manipulations are simply envious. They would move the price for their benefit as well if they were able to.
|
|
|
Is it manipulation or simply trading? It's a free market.
|
|
|
Seems like Judge has reached it plateau on 2000. I wondered how high it would go. What are you guys planning to prevent the price graph from following most other alt-coins from here which is normally a gradual downward slope?
EDIT: I see the plans are covered in the previous poster's link. I hope it is enough to keep the volume and price momentum going.
No one can seriously predict where things will go to. Those dips and spikes are part of this game. I believe the dev team is doing a great job to keep the coin thriving.
|
|
|
Incredible volume today: more than 100 BTC in the past 24 hours.
|
|
|
|