SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
February 09, 2016, 07:34:50 PM |
|
Doog, what's going on with JD this morning? It's been down for ~2hrs now?
Check out dooglus's last posts in the just-dice thread here: https://bitcointalk.org/index.php?topic=238613Something went wrong with the hardware and he is setting up a new server. Clams are all safe he says.
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
Northstar
Newbie
Offline
Activity: 50
Merit: 0
|
|
February 09, 2016, 07:40:32 PM |
|
|
|
|
|
Brob12321
|
|
February 09, 2016, 09:47:44 PM |
|
Just-dice appears to be down, hopefully it gets back up soon I have a lot invested in the bankroll.
|
|
|
|
SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
February 09, 2016, 10:20:19 PM |
|
Just-dice appears to be down, hopefully it gets back up soon I have a lot invested in the bankroll.
*lol* Did you check out the post exactly above yours? Anyway, the just-dice server had an hardware problem so dooglus is setting up a new server and is migrating just-dice to it. No coins lost.
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
Brob12321
|
|
February 09, 2016, 10:53:45 PM |
|
Just-dice appears to be down, hopefully it gets back up soon I have a lot invested in the bankroll.
*lol* Did you check out the post exactly above yours? Anyway, the just-dice server had an hardware problem so dooglus is setting up a new server and is migrating just-dice to it. No coins lost. I see that lol, still, hopefully it gets back up soon.
|
|
|
|
mmfiore
|
|
February 11, 2016, 12:49:50 AM |
|
what is the latest windows wallet version and where is the download?
|
|
|
|
andulolika
Legendary
Offline
Activity: 2324
Merit: 1047
|
|
February 11, 2016, 06:33:01 AM |
|
what is the latest windows wallet version and where is the download?
Maybe you should just check the beginning of the thread.
|
|
|
|
mmfiore
|
|
February 11, 2016, 01:10:16 PM |
|
I was not sure if that was the latest or not. The version I have is having trouble syncing. I have to continually close it out and restart to get it to progress.
|
|
|
|
|
mmfiore
|
|
February 11, 2016, 04:55:54 PM |
|
Thanks for the help. It is importing now and that should get me going. I appreciate the help.
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
February 12, 2016, 01:03:15 PM |
|
I am trying to build Clam-qt on a (virtual) Linux 14.04 LTS 64 bit. Installed all dependencies but when I run ./automake I get this error: Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ... /usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here Makefile.am:46: warning: user target 'distcleancheck' defined here ... /usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here src/Makefile.am:221: warning: user target '.mm.o' defined here ... /usr/share/automake-1.14/am/depend2.am: ... overrides Automake target '.mm.o' defined here
what am I doing wrong?
|
|
|
|
tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
February 12, 2016, 07:48:30 PM |
|
I am trying to build Clam-qt on a (virtual) Linux 14.04 LTS 64 bit. Installed all dependencies but when I run ./automake I get this error: Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ... /usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here Makefile.am:46: warning: user target 'distcleancheck' defined here ... /usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here src/Makefile.am:221: warning: user target '.mm.o' defined here ... /usr/share/automake-1.14/am/depend2.am: ... overrides Automake target '.mm.o' defined here
what am I doing wrong? It looks like those are only warnings. It's letting you know that it's messinga round with some of your environment (GZIP_ENV) and makefile targets. If you run ./configure && make after this, does it actually error?
|
|
|
|
jpcfan
|
|
February 12, 2016, 08:16:29 PM |
|
278,000 clam profit now. impressive. clamdoge lost big the other night.
running out of whales....feels like were in Japan
|
120% | | 〈 | 50% | | ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ | DUCK | | DICE | ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ ████████ | | 〉 | | 〉 | |
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
February 12, 2016, 09:13:46 PM |
|
I am trying to build Clam-qt on a (virtual) Linux 14.04 LTS 64 bit. Installed all dependencies but when I run ./automake I get this error: Makefile.am:5: warning: user variable 'GZIP_ENV' defined here ... /usr/share/automake-1.14/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here Makefile.am:46: warning: user target 'distcleancheck' defined here ... /usr/share/automake-1.14/am/distdir.am: ... overrides Automake target 'distcleancheck' defined here src/Makefile.am:221: warning: user target '.mm.o' defined here ... /usr/share/automake-1.14/am/depend2.am: ... overrides Automake target '.mm.o' defined here
what am I doing wrong? It looks like those are only warnings. It's letting you know that it's messinga round with some of your environment (GZIP_ENV) and makefile targets. If you run ./configure && make after this, does it actually error? Yes I got an error running ./configure but after taking a close look it had to do with Berkely DB 4.8.... then I ran: ./configure --with-incompatible-bdb && make and that went OK. You are right, the ./autogen.sh "errors" were just warnings. But when I start ./clam-qt I get this error: error initializing wallet database enviroment /home/username/.clam!
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
February 13, 2016, 04:54:45 PM |
|
But when I start ./clam-qt I get this error: error initializing wallet database enviroment /home/username/.clam!
Do you have an existing wallet.dat in that folder, created using an incompatible version of the Berkeley DB? That's what it looks like to me. Try renaming wallet.dat and trying again. It should make a new one. Use your old client to move any coins from the old wallet to an address in the new one.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
February 13, 2016, 08:34:27 PM |
|
But when I start ./clam-qt I get this error: error initializing wallet database enviroment /home/username/.clam!
Do you have an existing wallet.dat in that folder, created using an incompatible version of the Berkeley DB? That's what it looks like to me. Try renaming wallet.dat and trying again. It should make a new one. Use your old client to move any coins from the old wallet to an address in the new one. I deleted all CLAM things. run sudo app-get update and reinstalled Libtool stuff. Downloaded everything CLAM again, started form scrtach and it works now. Downloaded bootstrap.dat, synced from HD, restarted clam-qt and the last 20 or so weeks are syncing now from the network. Only weird things is, when I want to start clam-qt from the GUI it won't start, only by using Terminal window and then run command ./clam-qt
|
|
|
|
Kefkius
Member
Offline
Activity: 64
Merit: 20
|
|
February 13, 2016, 09:20:17 PM |
|
But when I start ./clam-qt I get this error: error initializing wallet database enviroment /home/username/.clam!
Do you have an existing wallet.dat in that folder, created using an incompatible version of the Berkeley DB? That's what it looks like to me. Try renaming wallet.dat and trying again. It should make a new one. Use your old client to move any coins from the old wallet to an address in the new one. I deleted all CLAM things. run sudo app-get update and reinstalled Libtool stuff. Downloaded everything CLAM again, started form scrtach and it works now. Downloaded bootstrap.dat, synced from HD, restarted clam-qt and the last 20 or so weeks are syncing now from the network. Only weird things is, when I want to start clam-qt from the GUI it won't start, only by using Terminal window and then run command ./clam-qt Does it work to run 'clam-qt' from the terminal when not in the directory that clam-qt is in? You may have forgotten to run 'sudo make install'. I'm not sure what lengths you went to to delete all CLAM things, but there could be an invalid symlink or some such.
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
February 14, 2016, 12:09:28 AM |
|
Downloaded bootstrap.dat, synced from HD, restarted clam-qt and the last 20 or so weeks are syncing now from the network.
Only weird things is, when I want to start clam-qt from the GUI it won't start, only by using Terminal window and then run command ./clam-qt
If you're using my bootstrap.dat it's almost always less than 2 weeks out date. I think currently it's only around 4 days old, so it's odd that you're having to sync 20 weeks' worth from the network. I keep the post up to date with the number of blocks it contains, the date of that block, and the checksum of the bootstrap file each time I update the file itself. I don't know what to tell you about it not starting from the GUI. Which desktop environment are you using?
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
February 14, 2016, 07:25:37 AM |
|
Downloaded bootstrap.dat, synced from HD, restarted clam-qt and the last 20 or so weeks are syncing now from the network.
Only weird things is, when I want to start clam-qt from the GUI it won't start, only by using Terminal window and then run command ./clam-qt
If you're using my bootstrap.dat it's almost always less than 2 weeks out date. I think currently it's only around 4 days old, so it's odd that you're having to sync 20 weeks' worth from the network. I keep the post up to date with the number of blocks it contains, the date of that block, and the checksum of the bootstrap file each time I update the file itself. I don't know what to tell you about it not starting from the GUI. Which desktop environment are you using? I run Ubunutu 14.04 LTS. like Ketkius mentioned, I didn't run MAKE INSTALL, so I did run SUDO MAKE INSTALL and started clam-qt from /usr/local/bin but that works only from the terminal console. So I copied these files to a directory in my Home bit same thing. I get this message when I try to start it from the GUI : There is no application installed for “shared library” files.
|
|
|
|
kunac
Newbie
Offline
Activity: 58
Merit: 0
|
|
February 15, 2016, 09:00:25 AM |
|
I think that Doog and friends bought far to much CLAMs on 0.0009 so we can't expect price increase. Beside that we have big inflation and constant threat of new digger. On the other fronts Just-Dice seems can't attract new users. CLAM is simple not attractive to them any more. You can lose twice on dice game and decreasing CLAMs with no volume. Two years should be enough for everyone who wanted to sign up for CLAMs to do so. After that date new CLAMs rewards for every BTC, DOGE, LTC address should be drastically reduced or abolished.
|
|
|
|
|