Pages:
Author

Topic: [ANN] [JUDGE] Judge Coin | Multipool is UP @ http://judge.bemining.net/ - page 16. (Read 150036 times)

full member
Activity: 154
Merit: 100

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
full member
Activity: 196
Merit: 100
For the benefit of medical research

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.
full member
Activity: 196
Merit: 100
For the benefit of medical research

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.
full member
Activity: 154
Merit: 100

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.
full member
Activity: 196
Merit: 100
For the benefit of medical research

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.
full member
Activity: 154
Merit: 100
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.

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!
full member
Activity: 196
Merit: 100
For the benefit of medical research
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.
full member
Activity: 196
Merit: 100
For the benefit of medical research
thanks for the update and hardwork, but the price is falling Sad

Time to buy buddy.  Grin
member
Activity: 112
Merit: 10
thanks for the update and hardwork, but the price is falling Sad
sr. member
Activity: 440
Merit: 250
Woohoo new update works  Grin looks like we will likely be getting titanium wallets soon too! that will be sweet! Smiley
full member
Activity: 238
Merit: 100
Windows wallet version 1.1.1 is finished

* DNS Seed nodes to eliminate need for manual conf files
* Checkpoint implemented to help protect against malicious forks
* Help Desk link on the Social Tab (Submit trouble tickets instead of forum posts)
* Link to the full block explorer on the "Block Explorer" tab.
* GUI Fixes on MAC, PC, Linux

http://www.judgecoin.com/WALLETS

Github for linux will be updated soon.  

After the wallet, the next development effort for Sigwo our lead dev will be to implement the Judge Coin multipool that will mine other coins and payout in Judge Coin.

EDIT:
I have authorized a 500 Judge Coin bonus for our Lead Developer Sigwo for getting out the v1.1.1 wallet. 
Donate.... for Judge Coin development

Sigwo Personal: JZjyG2YH823VCQCfCoxetq3y4hbUfrQZYH
Judge Coin Dev Fund: JUKrWcyqCX6D3w5WsYmmsaa4Biqk9Mnq3A

Github is updated Smiley
full member
Activity: 238
Merit: 100
Windows wallet version 1.1.1 is finished

* DNS Seed nodes to eliminate need for manual conf files
* Checkpoint implemented to help protect against malicious forks
* Help Desk link on the Social Tab (Submit trouble tickets instead of forum posts)
* Link to the full block explorer on the "Block Explorer" tab.
* GUI Fixes on MAC, PC, Linux

http://www.judgecoin.com/WALLETS

Github for linux will be updated soon.  

After the wallet, the next development effort for Sigwo our lead dev will be to implement the Judge Coin multipool that will mine other coins and payout in Judge Coin.

EDIT:
I have authorized a 500 Judge Coin bonus for our Lead Developer Sigwo for getting out the v1.1.1 wallet. 
Donate.... for Judge Coin development

Sigwo Personal: JZjyG2YH823VCQCfCoxetq3y4hbUfrQZYH
Judge Coin Dev Fund: JUKrWcyqCX6D3w5WsYmmsaa4Biqk9Mnq3A
full member
Activity: 238
Merit: 100
Windows wallet version 1.1.1 is finished

* DNS Seed nodes to eliminate need for manual conf files
* Checkpoint implemented to help protect against malicious forks
* Help Desk link on the Social Tab (Submit trouble tickets instead of forum posts)
* Link to the full block explorer on the "Block Explorer" tab.
* GUI Fixes on MAC, PC, Linux

http://www.judgecoin.com/WALLETS

Github for linux will be updated soon.  

After the wallet, the next development effort for Sigwo our lead dev will be to implement the Judge Coin multipool that will mine other coins and payout in Judge Coin.
legendary
Activity: 1162
Merit: 1000
Allergic to false promises
SPAM!! SPAM!! SPAM!!
Yet another boring new gadget for cryptofreaks *yawn*
full member
Activity: 196
Merit: 100
For the benefit of medical research
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
sr. member
Activity: 274
Merit: 250
Him/her? His name is Neil. Don't exaggerate political correctness!  Grin

Thanks buddy. I'll call her Neil from now on  Tongue
full member
Activity: 196
Merit: 101
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?

I think us having our own site is better than joining another one. First and most important I trust Judge and the whole team, to do whats best for Judgecoin, instead of a regular multipool that is just looking to make money. Not saying they don't care about their miners, but they have no reason to promote Judgecoin over just having everyone converting to bitcoin. We as a community would have the ability to voice our opinion on what happens with the multipool, as was posted after yours, most times the multipool operators won't reply to requests. I have no doubt that Judgecoin team will respond. They won't say yes to every idea we have, but I know they will at least consider it. I also would rather the transaction fees and operating fees go to the Judgecoin team or improve the quality of Judgecoin, which was already part of the initial site.

I would say joining another pool would be a second choice, but still a decent one.

The biggest plus again is we as a community will have a say on how the site is run and know that it is there to improve and promote Judgecoin.

Once it is up and running I will mine at the new multipool, except for new release coins.

2 questions do you think you will be trying to be actively adding new release coins on launch day? Also will we have the option to keep mined coins that we want to hold on to long term like trademybit or will we have to auto convert everything like wafflepool?

Thanks and Have a Good Day
full member
Activity: 154
Merit: 100
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

And everyone can read about all the team's personal info on the website. Judge Crypto's page is here.
full member
Activity: 196
Merit: 100
For the benefit of medical research
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
sr. member
Activity: 274
Merit: 250
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.
Pages:
Jump to: