superresistant
Legendary
Offline
Activity: 2156
Merit: 1131
|
|
December 10, 2014, 09:10:43 PM |
|
To get the list of Bitcoin addresses in your wallet, you can use: listreceivedbyaddress 0 true or Interesting. Do they both list your "change" addresses? I ran both, compared the output, and found that "listreceivedbyaddress 0 true" listed 7631 addresses, while "listaddressgroupings" listed only 5283. The 5283 was a strict subset of the 7631. The missing 1.5k or so addresses apparently never received any coins. If you're hunting for CLAM, it's a waste of time to search in addresses which never received any CLAM, so the shorter list, from "listaddressgroupings" is probably the way to go. Yes, listaddressgroupings seems better. Thx for clarification.
|
|
|
|
|
jokerboy
|
|
December 10, 2014, 10:19:36 PM |
|
Is there any online browser wallet for this?
|
|
|
|
MICRO
Legendary
Offline
Activity: 2464
Merit: 1037
CEO @ Stake.com and Primedice.com
|
|
December 10, 2014, 10:35:24 PM |
|
Is there any online browser wallet for this?
just-dice.com
|
|
|
|
tk808
Legendary
Offline
Activity: 1512
Merit: 1124
Invest in your knowledge
|
|
December 10, 2014, 11:01:22 PM |
|
NEWS: Just-Dice Re-Opens After Regulations, Now Accepting CLAMs? The immensely popular gambling service Just-Dice, which had been shut down for a period of roughly 5 months, has recently decided to reopen itself while accepting an altcoin known simply as CLAM. In a strange turn of events, the gambling provider seems to have decided to open itself unannounced on December 6th. This unusual decision has caused the news of its return to spread far slower than usual, as there was no official reference point other than the website itself to prove that it had happened... Read More: http://www.coinssource.com/just-dice-re-opens-after-regulations-now-accepting-clams/
|
|
|
|
jd1959
|
|
December 10, 2014, 11:30:21 PM |
|
Hi Guys Any idea of why clam wallet is sending so much data, I'm sending more in an hour than I'd use in a day normally? Jon
|
dICO Disguised Instant Cash Out
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
December 10, 2014, 11:33:23 PM |
|
Hi Guys Any idea of why clam wallet is sending so much data, I'm sending more in an hour than I'd use in a day normally? Jon I can think of two potential reasons: 1) New adopters syncing for the first time 2) Old clients on a different fork stuck in an endless loop, continually requesting the same series of blocks The second is a fundamental flaw in the base coin code, so it's not just clams that it happens to. A fork like this with older clients still running can eat a LOT of your bandwidth. I ended up disabling inbound connects and only connecting to a select few nodes. My outbound data went from 30-40 kilobytes/sec to about 500 BYTES per sec.
|
|
|
|
paulc010
Member
Offline
Activity: 92
Merit: 10
|
|
December 10, 2014, 11:34:24 PM |
|
Hi Guys Any idea of why clam wallet is sending so much data, I'm sending more in an hour than I'd use in a day normally? Jon Lots of new wallets. Your IP may also be in the list in the OP... EDIT: I have 78 active connections and according to getpeerinfo they're all running protocol version 60014.
|
|
|
|
jd1959
|
|
December 10, 2014, 11:39:05 PM |
|
Hi Guys Any idea of why clam wallet is sending so much data, I'm sending more in an hour than I'd use in a day normally? Jon I can think of two potential reasons: 1) New adopters syncing for the first time 2) Old clients on a different fork stuck in an endless loop, continually requesting the same series of blocks The second is a fundamental flaw in the base coin code, so it's not just clams that it happens to. A fork like this with older clients still running can eat a LOT of your bandwidth. I ended up disabling inbound connects and only connecting to a select few nodes. My outbound data went from 30-40 kilobytes/sec to about 500 BYTES per sec. Thanks for your reply, can you explain just how to go about doing it? Jon
|
dICO Disguised Instant Cash Out
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
December 10, 2014, 11:46:19 PM |
|
Hi Guys Any idea of why clam wallet is sending so much data, I'm sending more in an hour than I'd use in a day normally? Jon Lots of new wallets. Your IP may also be in the list in the OP... With the network growing so rapidly in the past few days, wouldn't it be better to specify those IPs as seednodes instead, so those clients are not overwhelmed by people syncing? -seednode=x.x.x.x on commandline, or seednode=x.x.x.x in config : Connect to a node to retrieve peer addresses, and disconnectEDIT: I have 78 active connections and according to getpeerinfo they're all running protocol version 60014.
Maybe it is just the virgin db newcomers that are consuming all the bw. Whatever is happening, it's enough to cause a noticeable impact to my DSL connection. I can't dedicate 30% of my outbound bandwidth solely to one coin.
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
December 10, 2014, 11:57:23 PM |
|
Hi Guys Any idea of why clam wallet is sending so much data, I'm sending more in an hour than I'd use in a day normally? Jon I can think of two potential reasons: 1) New adopters syncing for the first time 2) Old clients on a different fork stuck in an endless loop, continually requesting the same series of blocks The second is a fundamental flaw in the base coin code, so it's not just clams that it happens to. A fork like this with older clients still running can eat a LOT of your bandwidth. I ended up disabling inbound connects and only connecting to a select few nodes. My outbound data went from 30-40 kilobytes/sec to about 500 BYTES per sec. Thanks for your reply, can you explain just how to go about doing it? Jon Pick a good set of peers that are fulled synced (do 'getpeerinfo' and ignore any peers which have a height significantly lower than the network), then add them to your clam.conf file: listen=0 connect=x.x.x.x connect=x.x.x.x .....
This will ONLY connect to the specified peers. Inbound connects will also be disabled, so that random peers cannot initiate a connection. There is one downside to doing this. Since your client is no longer autonomously discovering new peers, you will have to manually update the list of allowed peers every now and then. Limiting connections may also impact on the network as a whole, if enough people start doing it. So I really would advise you to only do it if it's absolutely necessary, and I'd recommend you occasionally revert to "any and all" peers to see if things have improved. Another way to do it, if you happen to have your own server or VPS, is to run the "network facing" client on the remote server, and then connect= to your server IP... your local client only has a single peer, the remote server. This way you are still participating in the network as a full node, but your local internet link does not have to send or receive blocks multiple times. I do this with Bitcoin, and I'm just compiling the clams client now. edit: The above solution can also be used if you're paranoid about running servers on a consumer Windows machine. Unknown IPs will not be able to directly connect or communicate with your *coin client.
|
|
|
|
ymod123
|
|
December 11, 2014, 02:00:03 AM |
|
I found 1 old bitcoin wallet after I import wallet.dat Do i need to close the clam wallet and open it again? to check if theres clam on it?
|
|
|
|
freedomno1
Legendary
Offline
Activity: 1820
Merit: 1090
Learning the troll avoidance button :)
|
|
December 11, 2014, 04:33:11 AM |
|
I found 1 old bitcoin wallet after I import wallet.dat Do i need to close the clam wallet and open it again? to check if theres clam on it?
Save yourself some time and check the Bitcoin address first using the /dig function on Just Dice If it qualifies it will tell you it recieved the coins in the initial drop.
|
Believing in Bitcoins and it's ability to change the world
|
|
|
Watoshi-Dimobuto
|
|
December 11, 2014, 09:13:09 AM |
|
I am buying Clams. Makes a good investment.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4004
Merit: 1250
Owner at AltQuick.com
|
|
December 11, 2014, 11:02:11 AM |
|
I am buying Clams. Makes a good investment. We need more exchanges bad... Polo seems to be down. We should all be emailing our favorite exchange once a day! Unless it is Poloniex... then email your 2nd favorite exchange.
|
|
|
|
BitcoinFr34k
|
|
December 11, 2014, 11:12:40 AM |
|
how do I get this coin What just like any other coin, sorry I newbie with crypto coin
|
|
|
|
Jungian
Legendary
Offline
Activity: 930
Merit: 1010
|
|
December 11, 2014, 11:44:23 AM |
|
how do I get this coin What just like any other coin, sorry I newbie with crypto coin Buy it on an exchange if you don't have any old BTC-adress that can be dug up.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4004
Merit: 1250
Owner at AltQuick.com
|
|
December 11, 2014, 11:46:15 AM |
|
how do I get this coin What just like any other coin, sorry I newbie with crypto coin Buy it on an exchange if you don't have any old BTC-adress that can be dug up. Or offer a service/sell shit.
|
|
|
|
ndnh
Legendary
Offline
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
|
|
December 11, 2014, 12:36:24 PM |
|
I am buying Clams. Makes a good investment. We need more exchanges bad... Polo seems to be down. We should all be emailing our favorite exchange once a day! Unless it is Poloniex... then email your 2nd favorite exchange. Poloniex is back online. Only was down for a few minutes. Yeah, I put a vote on Cryptsy. Not that it would make much of a difference.
|
|
|
|
CLAMSCASINO
Newbie
Offline
Activity: 4
Merit: 0
|
|
December 11, 2014, 01:03:28 PM |
|
Hello everyone I just launched CLAMS Roulette for the community I hope everyone likes it. Please give suggestions for improvements please! http://clamsroulette.com
|
|
|
|
|