Bitcoin Forum
June 17, 2024, 02:35:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | Founded by A REAL PERSON | Bio on website! on: July 28, 2014, 10:27:08 PM
Amazing price movements at Bittrex. This coin is a cashcow!  Grin
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 27, 2014, 09:48:31 PM
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 Smiley

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 Smiley

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.
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 27, 2014, 09:08:37 PM
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 Smiley

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.  Cheesy
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 27, 2014, 07:58:00 PM
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.  Smiley
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 27, 2014, 07:49:35 PM
If I only run the daemon is it possible that my wallets don't stake? It seems so.
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 26, 2014, 02:13:01 PM

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

Code:
# 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:

Code:
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.

Code:
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! Cheesy

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!
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 26, 2014, 01:21:50 PM

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

Code:
# 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:

Code:
libGL error: failed to authenticate magic 3
libGL error: failed to load driver: vboxvideo

Never had these errors before. I'm not amused.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 26, 2014, 12:02:02 PM

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

Code:
# 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.
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 26, 2014, 11:34:52 AM

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.
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 26, 2014, 11:14:21 AM
Maybe I'm too stupid to build JudgeCoin wallet and daemon. The previous version built without problems, now this:

Code:
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:

Code:
cannot find -ldb_cxx-4.8

I'm using Ubuntu 14.04 which I virtualized only for JudgeCoin.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 26, 2014, 09:27:00 AM
thanks for the update and hardwork, but the price is falling Sad

Time to buy buddy.  Grin
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 25, 2014, 09:34:27 PM
Him/her? His name is Neil. Don't exaggerate political correctness!  Grin

Thanks buddy. I'll call her Neil from now on  Tongue

Good one!  Grin
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 25, 2014, 06:58:11 PM
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!  Grin
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 25, 2014, 03:33:10 PM
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.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 24, 2014, 06:48:23 PM
Obvious manipulation is obvious.

Seriously, dudes.  There's no one trading this coin who hasn't been around the block a few times.

 Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes

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 Smiley

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.

 Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes

So if you think it's manipulation what are you going to do?

Btw I'm here from the very beginning.
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 24, 2014, 06:16:28 PM
Obvious manipulation is obvious.

Seriously, dudes.  There's no one trading this coin who hasn't been around the block a few times.

 Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes

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 Smiley

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.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 24, 2014, 05:03:51 PM
Obvious manipulation is obvious.

Seriously, dudes.  There's no one trading this coin who hasn't been around the block a few times.

 Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes

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 Smiley

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.
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 24, 2014, 04:31:24 PM
Obvious manipulation is obvious.

Seriously, dudes.  There's no one trading this coin who hasn't been around the block a few times.

 Roll Eyes Roll Eyes Roll Eyes Roll Eyes Roll Eyes

Is it manipulation or simply trading? It's a free market.
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 24, 2014, 02:27:54 PM
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.
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [JUDGE] Judge Coin | PoW OVER | PoS 6% Now| Bittrex on: July 23, 2014, 11:44:37 PM
Incredible volume today: more than 100 BTC in the past 24 hours.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!