dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 10, 2016, 10:19:53 AM |
|
i would submit that this exchange alone is one part of an answer to the fellow who thinks clams are worthless.
Don't make the mistake of thinking that guy actually believes what he is saying. He's making an amateur attempt at price manipulation, that's all.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
 |
January 10, 2016, 01:21:33 PM |
|
Is there some way with the linux daemon to tell the date / timestamp of the last stake that occurred?
I have over 1.5k split up in small amounts and seems like almost over a week since my last stake.. is that normal? (Used to seem like almost every day or every other day it would stake)
|
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 10, 2016, 05:44:23 PM |
|
Is there some way with the linux daemon to tell the date / timestamp of the last stake that occurred?
I have over 1.5k split up in small amounts and seems like almost over a week since my last stake.. is that normal? (Used to seem like almost every day or every other day it would stake)
I don't know of a simple way, but this works for me: $ clamd listtransactions '*' 10 | grep -A10 -E '"category" : "(immature|generate)"' | grep -E '"(category|time)"' | awk '{print $3}' | tr -d ',"' | while read category; do read time; echo "$(date -d @$time) : $category"; done
Change the 10 in the 4th word to a higher number if you have a lot of non-staking transactions since the most recent stake.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
clf99
Member

Offline
Activity: 62
Merit: 10
liberty
|
 |
January 10, 2016, 06:01:37 PM |
|
i would submit that this exchange alone is one part of an answer to the fellow who thinks clams are worthless.
Don't make the mistake of thinking that guy actually believes what he is saying. He's making an amateur attempt at price manipulation, that's all. Probably correct. The value of any currency is ultimately philosophical really, even gold coins. Just because you can touch them doesn't necessarily make them valuable. The fact that you can hammer them into a bracelet and give it to a girl and get laid gives gold a value that clams might not have, but when was the last time you heard of someone doing that? The question of 'how are clams superior to other currencies?' is in part answered by - easy to stake either on JD (no backups required) or on your own box (must do backups), lendable on polo, easy to trade in a liquid market, easy to gamble with in various places. This superiority is perhaps why the value in dollar terms might be justified. It is still philosophical. But so is the dollar.
|
Every year the world is getting more peaceful.
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
 |
January 10, 2016, 07:17:04 PM |
|
Is there some way with the linux daemon to tell the date / timestamp of the last stake that occurred?
I have over 1.5k split up in small amounts and seems like almost over a week since my last stake.. is that normal? (Used to seem like almost every day or every other day it would stake)
I don't know of a simple way, but this works for me: $ clamd listtransactions '*' 10 | grep -A10 -E '"category" : "(immature|generate)"' | grep -E '"(category|time)"' | awk '{print $3}' | tr -d ',"' | while read category; do read time; echo "$(date -d @$time) : $category"; done
Change the 10 in the 4th word to a higher number if you have a lot of non-staking transactions since the most recent stake. Thanks, but that shows nothing for me. There is no output. Is it because i'm on version "version" : "v1.4.17-7-gac5324a" ?
|
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4494
Merit: 1392
AltQuick.com Owner
|
 |
January 10, 2016, 08:10:27 PM |
|
Confirmation that Vulturefund was the seller the other day for you scrubs: 16:28:36 (88888) <BayAreaCoins> AdolfSchnitzler, Are you VultureFund on bitcointalk? 16:28:41 (6) <AdolfSchnitzler> yes 16:28:43 (6) <AdolfSchnitzler> totaly 16:28:46 (88888) <BayAreaCoins> I thought so 16:28:45 (6) <AdolfSchnitzler> fucking plebs 16:28:51 (88888) <BayAreaCoins> fucking plebs Sorry for calling you gay Adolf  This is wrong and that is not Adolf. Vulture that means you are still gay 
|
|
|
|
|
bugsywugsy
|
 |
January 10, 2016, 09:28:16 PM |
|
Its valid, but there is no private key when I issue that command
It's the 'ismine' field you're looking at. If it's false, you didn't import the private key for that address. Use 'importprivkey YOURPRIVKEY' in the debug console to import it. It's true. Then a -rescan should fix it. Tried it, how long does the rescan take? because the wallet still reads 0.00. I have headless wallet so I ran "clamd -rescan".
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 11, 2016, 12:43:41 AM |
|
Tried it, how long does the rescan take? because the wallet still reads 0.00. I have headless wallet so I ran "clamd -rescan".
The time it takes is dependent on the number of transactions in your wallet. I think it should take less than 10 minutes if you don't have many. You need to shut down your current clamd first: $ clamd stop Then start a new one: $ clamd -rescan
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 11, 2016, 12:45:37 AM |
|
Confirmation that Vulturefund was the seller the other day for you scrubs:
16:28:36 (88888) <BayAreaCoins> AdolfSchnitzler, Are you VultureFund on bitcointalk? 16:28:41 (6) <AdolfSchnitzler> yes 16:28:43 (6) <AdolfSchnitzler> totaly 16:28:46 (88888) <BayAreaCoins> I thought so 16:28:45 (6) <AdolfSchnitzler> fucking plebs 16:28:51 (88888) <BayAreaCoins> fucking plebs
This is wrong and that is not Adolf. (6) is Adolf. He was joking about being VultureFund.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
 |
January 11, 2016, 01:08:24 AM Last edit: January 11, 2016, 01:45:58 AM by rocoro |
|
Is there some way with the linux daemon to tell the date / timestamp of the last stake that occurred?
I have over 1.5k split up in small amounts and seems like almost over a week since my last stake.. is that normal? (Used to seem like almost every day or every other day it would stake)
I don't know of a simple way, but this works for me: $ clamd listtransactions '*' 10 | grep -A10 -E '"category" : "(immature|generate)"' | grep -E '"(category|time)"' | awk '{print $3}' | tr -d ',"' | while read category; do read time; echo "$(date -d @$time) : $category"; done
Change the 10 in the 4th word to a higher number if you have a lot of non-staking transactions since the most recent stake. Thanks, but that shows nothing for me. There is no output. Is it because i'm on version "version" : "v1.4.17-7-gac5324a" ? bump... trying to update, I guess I'll see if that helps... I still don't get why staking seems to have stopped, it says "true" in getstakinginfo & timeoffset is -1
|
|
|
|
|
|
bugsywugsy
|
 |
January 11, 2016, 02:27:29 AM |
|
Tried it, how long does the rescan take? because the wallet still reads 0.00. I have headless wallet so I ran "clamd -rescan".
The time it takes is dependent on the number of transactions in your wallet. I think it should take less than 10 minutes if you don't have many. You need to shut down your current clamd first: $ clamd stop Then start a new one: $ clamd -rescan Didn't do anything. Balance still 0.00. I think I have a broken wallet. But repair wallet doesn't help either.
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
 |
January 11, 2016, 02:55:46 AM |
|
Tried it, how long does the rescan take? because the wallet still reads 0.00. I have headless wallet so I ran "clamd -rescan".
The time it takes is dependent on the number of transactions in your wallet. I think it should take less than 10 minutes if you don't have many. You need to shut down your current clamd first: $ clamd stop Then start a new one: $ clamd -rescan Didn't do anything. Balance still 0.00. I think I have a broken wallet. But repair wallet doesn't help either. Did you try dumpprivkey on that address... get the private key and re-import to a new wallet file... just what I would try..
|
|
|
|
|
TooDumbForBitcoin
Legendary
Offline
Activity: 1638
Merit: 1001
|
 |
January 11, 2016, 04:02:10 AM |
|
Confirmation that Vulturefund was the seller the other day for you scrubs:
16:28:36 (88888) <BayAreaCoins> AdolfSchnitzler, Are you VultureFund on bitcointalk? 16:28:41 (6) <AdolfSchnitzler> yes 16:28:43 (6) <AdolfSchnitzler> totaly 16:28:46 (88888) <BayAreaCoins> I thought so 16:28:45 (6) <AdolfSchnitzler> fucking plebs 16:28:51 (88888) <BayAreaCoins> fucking plebs
This is wrong and that is not Adolf. (6) is Adolf. He was joking about being VultureFund. Maybe, maybe not. VultureFund strikes me as the kind of person who can't spell "plebe".
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 11, 2016, 08:16:37 AM |
|
bump... trying to update, I guess I'll see if that helps... I still don't get why staking seems to have stopped, it says "true" in getstakinginfo & timeoffset is -1
Did you get it sorted out? Try the CLAMs IRC channel if not - someone there will be able to help you diagnose the problem.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
andulolika
Legendary
Offline
Activity: 2506
Merit: 1049
|
 |
January 11, 2016, 08:50:34 AM |
|
Confirmation that Vulturefund was the seller the other day for you scrubs:
16:28:36 (88888) <BayAreaCoins> AdolfSchnitzler, Are you VultureFund on bitcointalk? 16:28:41 (6) <AdolfSchnitzler> yes 16:28:43 (6) <AdolfSchnitzler> totaly 16:28:46 (88888) <BayAreaCoins> I thought so 16:28:45 (6) <AdolfSchnitzler> fucking plebs 16:28:51 (88888) <BayAreaCoins> fucking plebs
This is wrong and that is not Adolf. (6) is Adolf. He was joking about being VultureFund. Maybe, maybe not. VultureFund strikes me as the kind of person who can't spell "plebe". He was kidding vulture is not adolf, i asked him and he denied, twice.
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
 |
January 11, 2016, 02:14:29 PM |
|
bump... trying to update, I guess I'll see if that helps... I still don't get why staking seems to have stopped, it says "true" in getstakinginfo & timeoffset is -1
Did you get it sorted out? Try the CLAMs IRC channel if not - someone there will be able to help you diagnose the problem. I downloaded new source and recompiled. Trying the gui version this time.. I see the last stake was Jan. 4th Maybe I've just been this unlucky with staking, estimated time is 15 hours so I'll wait and see again.
|
|
|
|
|
andulolika
Legendary
Offline
Activity: 2506
Merit: 1049
|
 |
January 11, 2016, 02:24:33 PM |
|
bump... trying to update, I guess I'll see if that helps... I still don't get why staking seems to have stopped, it says "true" in getstakinginfo & timeoffset is -1
Did you get it sorted out? Try the CLAMs IRC channel if not - someone there will be able to help you diagnose the problem. I downloaded new source and recompiled. Trying the gui version this time.. I see the last stake was Jan. 4th Maybe I've just been this unlucky with staking, estimated time is 15 hours so I'll wait and see again. Variation is pretty big on small amounts, i remember you needed few thousand on the pre-digger times, so i guess now its even more. Edit: you can stake on just-dice.com but it has a fee, yet it should be covered by gamblers if you choose to offsite.
|
|
|
|
colt05
Newbie
Offline
Activity: 4
Merit: 0
|
 |
January 12, 2016, 01:27:01 AM Last edit: January 12, 2016, 02:00:57 AM by colt05 |
|
Ah, it seems https://clamaddress.org/ is yet another CloudFlare website. CloudFlare seems to always blame the host for the 522 errors that have a 99.9% chance of occurring. EDIT: http://colt05.github.io/bitaddress.org/ I am hosting the website now!
|
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 12, 2016, 02:38:38 AM |
|
CloudFlare was telling the truth. The IP address I told it to find the clamaddress web server on was timing out. That was because I had forgotten to tell CloudFlare the new IP address when I moved it a while ago. It is working again now: https://clamaddress.org/
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1335
|
 |
January 12, 2016, 02:40:52 AM |
|
I tried posting this in reply to BAC's lies on his own thread but he deleted it. I'd prefer his lies aren't left uncontested, so I'm reposting here: I went to the address but I did not see where to put my address and check it for clams? I saw a faucet. please explain what I missed. thx The site has been pulled down because of the flaky shitcoin developers surrounding the coins threat to remove the very core of CLAM to attempt to protect value of the coins of early diggers. No CLAM developers threatened to remove digging. What did happen is that we held a public discussion of the idea since lots of people were clamouring for the removal of digging, and put it to the vote. Currently there is no majority support for removing digging and so it doesn't look like it will happen. I was just fairly disgusted with the whole ordeal.
I am sorry that the open discussion of ideas disgusts you.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
|