Bitcoin Forum
September 24, 2026, 08:52:39 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 [326] 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 ... 502 »
  Print  
Author Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"  (Read 1153870 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
wttbs
Legendary
*
Offline

Activity: 2210
Merit: 1109



View Profile
February 12, 2016, 09:13:46 PM
 #6501

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:

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



View Profile
February 13, 2016, 04:54:45 PM
 #6502

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



View Profile
February 13, 2016, 08:34:27 PM
 #6503

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


View Profile
February 13, 2016, 09:20:17 PM
 #6504

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.

Developer of FreeBitcoins.com Clamcoin faucet.
dooglus
Legendary
*
Offline

Activity: 2940
Merit: 1335



View Profile
February 14, 2016, 12:09:28 AM
 #6505

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



View Profile
February 14, 2016, 07:25:37 AM
 #6506

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


View Profile
February 15, 2016, 09:00:25 AM
 #6507

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.
SuperClam (OP)
Hero Member
*****
Offline

Activity: 784
Merit: 1002


CLAM Developer


View Profile WWW
February 15, 2016, 09:08:54 AM
 #6508

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.

If you own CLAM, you can express that opinion via CLAMour. 
I notice you have been expressing it in trollboxes as well.

https://bitcointalk.org/index.php?topic=623147
Proof-Of-Chain, 100% Distributed BEFORE Launch.
Everyone who owned BTC, LTC, or DOGE at launch got free CLAMS.
kunac
Newbie
*
Offline

Activity: 58
Merit: 0


View Profile
February 15, 2016, 09:21:30 AM
 #6509


If you own CLAM, you can express that opinion via CLAMour. 
I notice you have been expressing it in trollboxes as well.

Yes I did. I'm also voted for stop digging.

Experiment with fair distribution is obviously failed after last digger. Why we need to wait for another one? What's the point anyway?

andulolika
Legendary
*
Offline

Activity: 2548
Merit: 1049



View Profile
February 15, 2016, 11:08:44 AM
 #6510


If you own CLAM, you can express that opinion via CLAMour. 
I notice you have been expressing it in trollboxes as well.

Yes I did. I'm also voted for stop digging.

Experiment with fair distribution is obviously failed after last digger. Why we need to wait for another one? What's the point anyway?


The point is that if everyone wanted the digging out it would be out already, not even 50% of the network agrees with it yet. They holders and they know what it means.

🔥 🔥 🔥  Satochip - Secure the future  🔥 🔥 🔥
⭐️ Hardware wallet on a smartcard | Affordable and easy to use | Open source and community driven | BTC, LTC, BCH (SLP tokens), ETH (ERC-20 tokens)... ⭐️
──║ Website |  Shop  |  Bitcointalk  |  Twitter  |  Telegram  |  Github ║──
SebastianJu
Legendary
*
Offline

Activity: 2674
Merit: 1083


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
February 15, 2016, 11:14:56 AM
 #6511

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.

Digging IS the single most effective way to get more clamusers. And in fact I believe these guys will most probably check out justdice and even buy some more clams. Iam, for example, was buying a lot more clams after i found i could dig some coins. So digging is essential to the clam network, in my opinion. Of course potential digs are less the more time goes by. Maybe a bit advertising about the possibility to dig would help to get more digging and Iam pretty sure it will help the price going up too.

Honestly, i think without digging clam will die relatively fast. There simply is no new fresh energy flowing in anymore then. Where should it come from than from people being excited about the possibility to earn free money and check out clams? I mean checking out a new altcoin is pretty time consuming. When you have an reward to do so then wou might do it. If there is no reward at all then why should someone seeing clam from the outside have an interest into checking it out? Because of just-dice? Well, why think about exchanging your bitcoins into a potential risky altcoin when you simply can play on primedice?

No really... without digging clams will lose ALOT of his charme. And i think it will go down pretty fast then too.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
kunac
Newbie
*
Offline

Activity: 58
Merit: 0


View Profile
February 15, 2016, 02:30:20 PM
 #6512

No really... without digging clams will lose ALOT of his charme. And i think it will go down pretty fast then too.
How can you say that after 2 years!? The only reason why CLAM is still alive and kicking  is Just-Dice. You can't be that blind. I don't have a problem with digging but that award (4.6) need to be smaller with time.
andulolika
Legendary
*
Offline

Activity: 2548
Merit: 1049



View Profile
February 15, 2016, 03:34:41 PM
 #6513

No really... without digging clams will lose ALOT of his charme. And i think it will go down pretty fast then too.
How can you say that after 2 years!? The only reason why CLAM is still alive and kicking  is Just-Dice. You can't be that blind. I don't have a problem with digging but that award (4.6) need to be smaller with time.
Yes yes we all know how big role JD implies but dont forget that only 50% of the bankroll is being offsited,  if you count the clams out of jd id say there is more people staking. And if you want to end up digging/lower it why dont you make a clamour and start promoting it, hell you can even find someone to promote it for you.
My auto-mouthfuck dog had a decent share in my opinion for a while. If a dog fucking his own mouth can do it you can too.

🔥 🔥 🔥  Satochip - Secure the future  🔥 🔥 🔥
⭐️ Hardware wallet on a smartcard | Affordable and easy to use | Open source and community driven | BTC, LTC, BCH (SLP tokens), ETH (ERC-20 tokens)... ⭐️
──║ Website |  Shop  |  Bitcointalk  |  Twitter  |  Telegram  |  Github ║──
Faust Roland
Member
**
Offline

Activity: 108
Merit: 10


View Profile
February 17, 2016, 08:47:31 PM
 #6514

Hi, is possible to stake with coins on multisignature address where you have only 1 key in the wallet?

I suppose no, but this feature would help create trustless staking pools.

Imagine 1-of-2 address, where 1 key can sign only stake transactions, while the other can withdraw them.
Pool would have the staking key and user would have the spending key.

But, just thinking aloud...
dooglus
Legendary
*
Offline

Activity: 2940
Merit: 1335



View Profile
February 18, 2016, 08:23:08 AM
 #6515

Hi, is possible to stake with coins on multisignature address where you have only 1 key in the wallet?

I suppose no, but this feature would help create trustless staking pools.

Imagine 1-of-2 address, where 1 key can sign only stake transactions, while the other can withdraw them.
Pool would have the staking key and user would have the spending key.

But, just thinking aloud...

I've read threads on the peercoin forum where they talk about this. I don't think it's possible as things currently stand, but it could be added if there's support for it.

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
marilyn4325
Full Member
***
Offline

Activity: 229
Merit: 134



View Profile
February 19, 2016, 08:23:16 PM
Last edit: February 19, 2016, 09:13:06 PM by marilyn4325
 #6516

Is it possible to use UTF8 for CLAM speech? I tried the sendtoaddress command (after fixing clamd, pull request issued) on an UTF8 terminal, so clamd should get the UTF8 string. I used this string as the CLAM speech parameter "test2 äöü 象形字", transaction: 2e7d31559f88322bbd66ea361f312c695fb62984ae133b7661cd21dcb2110366. I don't know if the UTF8 characters made it into the transaction, looks like khashier.com doesn't show it, but it looks like the typical 2 bytes UTF8 chars.
Update: khashier supports already UTF8, test with the text 嗨!: http://khashier.com/tx/e4d5c2f48e8da1c0ed800edf87281dddb9b8d1c5e612e18b173015c7946707b0
Looks like some kind of command line encoding problem on my Linux machine or in the clamd command line program.
tspacepilot
Legendary
*
Offline

Activity: 1456
Merit: 1085


I may write code in exchange for bitcoins.


View Profile
February 19, 2016, 09:25:01 PM
 #6517

Is it possible to use UTF8 for CLAM speech? I tried the sendtoaddress command (after fixing clamd, pull request issued) on an UTF8 terminal, so clamd should get the UTF8 string. I used this string as the CLAM speech parameter "test2 äöü 象形字", transaction: 2e7d31559f88322bbd66ea361f312c695fb62984ae133b7661cd21dcb2110366. I don't know if the UTF8 characters made it into the transaction, looks like khashier.com doesn't show it, but it looks like the typical 2 bytes UTF8 chars.
Update: khashier supports already UTF8, test with the text 嗨!: http://khashier.com/tx/e4d5c2f48e8da1c0ed800edf87281dddb9b8d1c5e612e18b173015c7946707b0
Looks like some kind of command line encoding problem on my Linux machine or in the clamd command line program.

Not sure if its applicable, but is it possible to give a file as an arg for you clamd clamspeech?  If so, that might avoid any tinkering by the shell/locale.
marilyn4325
Full Member
***
Offline

Activity: 229
Merit: 134



View Profile
February 19, 2016, 11:16:23 PM
 #6518

Not sure if its applicable, but is it possible to give a file as an arg for you clamd clamspeech?  If so, that might avoid any tinkering by the shell/locale.
No, this is not implemented.

I debugged it a bit more and this is what I found so far: When using a terminal with UTF8 (e.g. echo $LANG = en_US.UTF-8) and calling the clamd client, the UTF8 string is encoded as \u strings. If I use "ä" (UTF8 sequence 0xc3 0xa4), then I can see the ASCII text "\u00c3\u00a4" in the RPC request string. Now I think the problem is that in univalue_read.cpp, the function getJsonToken does some strange looking codepoint conversion which I don't understand. But looks like it expects UTF16 (already too late and some beers).

If it converts it back to UTF8, then one possible solution would be to detect if the terminal is in UTF8 mode for the client, and then converting the UTF8 characters to UTF16 for the RPC call. Shouldn't be too difficult, just the inverse code of what you have in getJsonToken. If someone wants to do it, write here, otherwise I'll try it tomorrow.
marilyn4325
Full Member
***
Offline

Activity: 229
Merit: 134



View Profile
February 20, 2016, 04:14:36 AM
 #6519

I found a solution. Now I can send this string "test äöüß 嗨" and khashier shows it:
http://khashier.com/tx/3b0fd2ecba309e4d5f24b007d9972f2841f4d36aa7a613561be5b648dcffc198
I created a pull-request where we can discuss it, if it is not good.
cryptospout
Member
**
Offline

Activity: 65
Merit: 10


View Profile
February 21, 2016, 02:35:33 PM
Last edit: February 21, 2016, 04:20:34 PM by cryptospout
 #6520

Need some clams?


https://cryptospout.com/offer_wall/clam_offer_wall.html
Pages: « 1 ... 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 [326] 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 ... 502 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!