Author

Topic: [ANN][KARM] Karma / ₭ / X11 - page 208. (Read 583120 times)

newbie
Activity: 24
Merit: 0
August 07, 2014, 01:02:14 PM
where can i find the source code? Github is not actual, and i need to compile my self, because i use a Linux that is not based on debian, so the linux wallet will not run.

This is the sources: https://github.com/karmateam?tab=repositories

It is hard to find, because it is not on the first site of this thraed nor on the websit. If you google Karmacoin and github you find the old repo: github.com/karmacoin-team/karmacoin. And if you goggle Karm and github you find a repo of karma-runner. So i think there should be done something.
hero member
Activity: 658
Merit: 500
August 07, 2014, 10:33:09 AM
Sent 500K your way socoban.

My small way of saying thank you for your Karma community contribution.
You're welcome to the team if you have the inclination Wink
full member
Activity: 165
Merit: 100
August 07, 2014, 09:50:56 AM
Since Karma by Scrypt few month ago, i've never seen Karma get over 10 sat. Poor Karm.

Vamos à prática!

Com cerca de 40 LTC dá pra executar TODAS as ordens de compra abaixo de 200 lat

Eu já fiz isso várias vezes e por isso estou acumulando Karmas. Mas não posso fazer sozinho.

Se cada entusiasta Brasileiro, Português e outros comprar um pouco, vamos acabando com estas ordens de baixíssimo valor.

E, se você REALMENTE acredita no potencial da Karmacoin, sabe que vai recuperar seu investimento.

PTMAN, pode traduzir isto e colocar no fórum em inglês? Eu até poderia fazer isso, mas não tenho VOZ ativa na comunidade.


Posted on https://bitcointalk.org/index.php?topic=677003.new#new

Translating:

We go to practice!

With about 40 LTC gives to run ALL orders to buy Karma under 200 lat

I've done this several times and so I am accumulating Karma. But I can not do alone.

If every Brazilian, Portuguese and other enthusiast buy a little, let's ending these orders very low value.

And, if you REALLY believe in the potential of Karmacoin, know you will recover your investment.

PTMAN can translate this in the forum and put in english? I could even do this, but I have no voice in the community.
hero member
Activity: 658
Merit: 500
August 07, 2014, 09:48:02 AM
where can i find the source code? Github is not actual, and i need to compile my self, because i use a Linux that is not based on debian, so the linux wallet will not run.

This is the sources: https://github.com/karmateam?tab=repositories
newbie
Activity: 24
Merit: 0
August 07, 2014, 09:45:09 AM
where can i find the source code? Github is not actual, and i need to compile my self, because i use a Linux that is not based on debian, so the linux wallet will not run.

found the new repo on github.

https://github.com/karmateam/karma
sr. member
Activity: 294
Merit: 250
August 07, 2014, 08:48:19 AM
Since Karma by Scrypt few month ago, i've never seen Karma get over 10 sat. Poor Karm.
sr. member
Activity: 257
Merit: 250
August 07, 2014, 08:44:31 AM
Agree, and although I maintain an open mind on the topic, generally I am not supporting this..BUT appreciate just how much time and effort CHARGIN has put into this (HUGE).

You are asking an exchange to make an adaption to their market’s. Are you going to ask all exchanges to do so? Asking one is tough by itself, asking all is even harder and it could even be a reason for exchanges not to add karma in the future. Not asking everyone could lead to confusion, people are idiots after all.

Price is steady at the 2 satoshi btc wall, the ltc markets are the ones that are moving. Btc only follows and offers an opportunity for big investors to by a large sum at once if they want to. With this move you could make the btc market the leading market again, but that can just as easily work against us. Almost no one is willing to sell at 2 satoshi, they might still try to bring the price down from let’s say 2100 to 1750.

No more tricks is imho a very good reason not to ask for this change. Behind this proposition lies no added value and investors, both current and future, could see this as a weak move.

How do I feel about this possible move? There is a high reward, a possibility for karma to get back to the volume figures on the btc market where we want to be. It’s not difficult for karma development, but we would need help/consent from our exchanges and that might pose some problems. I would say the likelihood of us getting more volume is low, and this move would most likely be viewed as weak, similar though not as bad as lowering our total numbers. I don’t see it doing much for us, good nor bad, but if I had to vote it would be a no.

sr. member
Activity: 889
Merit: 253
August 07, 2014, 08:31:43 AM
LTC, DOGE. Already abolished. KARMA trend substituted them. We want a better promote the market。
sr. member
Activity: 314
Merit: 250
August 07, 2014, 07:41:52 AM
Recommended post.
10,000 Karma sent to you for your work. Thank you!


Thank you mouseman!!!

Quote from:  Kennet_h

Thanks to socoban and ptman! 145k KARMA to each Smiley
Also a big thanks, to everyone else, that contribute to Karma! Smiley

Go KARMA!  Cheesy

Thank you Kennet_h!!!

This is first time, someone tipped me:) NICE


Since the main problem of KARM is lack of services, our first goal should be to create something like DOGE has: http://dogechain.info/  (There is web wallet, API, end exlorer. 3 basic tools to make DOGE integration easy.)

I already created explorer with some API. I am working now on porting bitcoinjs-lib  into Karmacoinjs-lib.  With that, we will have javascript library to easily send KARMA from Javacsript. This will allow me to finish port of coinpunk web wallet. Than we will have easy Web wallet, which can be embeded using (cordova/phonegap) into phone app stores. It is very easy to create IOS/Android/Windows phone app from web page using Cordova.

I just need help from Kosmost or any other KARMA wallet developer. I never developed and worked with alt coin source before, so getting important constants from KARMA source cost me lot of time. (Since I have to study every single required variable to find out what it means, and than read the code and find the constant in the code).

So please, KARMA devs, let me know what are the constants I need. I have already spend lot of time reading KARMA sources to finish Insight explorer.

I need this. Bitcoin set up is:
Code:
bitcoin: {
    magicPrefix: '\x18Bitcoin Signed Message:\n',
    bip32: {
      public: 0x0488b21e,
      private: 0x0488ade4
    },
    pubKeyHash: 0x00,
    scriptHash: 0x05,
    wif: 0x80,
    dustThreshold: 546, // https://github.com/bitcoin/bitcoin/blob/v0.9.2/src/core.h#L151-L162
    feePerKb: 10000, // https://github.com/bitcoin/bitcoin/blob/v0.9.2/src/main.cpp#L53
    estimateFee: estimateFee('bitcoin')
  },


A was able to find out some variables in code:

Code:
karmacoin: {
    magicPrefix: 'Karma Signed Message:\n', // strMessageMagic = "Karma Signed Message:\n";
    bip32: {
      public: 0x0488b21e,  /// I need help here
      private: 0x0488ade4  /// I need help here
    },
    pubKeyHash: 0x00,  /// I need help here
    scriptHash: 0x05,  /// I need help here
    wif: 0x80,  /// I need help here
    dustThreshold: 0, //Karma disabled IsDust() in 0.8.3.x.
    dustSoftThreshold: 100000000, //DUST_SOFT_LIMIT = 100000; - 0.001 KARM
    feePerKb: 100000, // CTransaction::nMinTxFee = 100000;
    estimateFee: estimateFee('karmacoin')
  },



So what I need is:
Code:
bip32: {
      public: 0x0488b21e,  /// I need help here
      private: 0x0488ade4  /// I need help here
    },
    pubKeyHash: 0x00,  /// I need help here
    scriptHash: 0x05,  /// I need help here
    wif: 0x80,  /// I need help here


Thanks. it will save me lot of time.



sr. member
Activity: 338
Merit: 250
August 07, 2014, 07:29:20 AM
Ideas get us started, but we need more than ideas from the community.

I think to attract a larger community and new investors need to do the following:

1 Instantly create an entirely new GUI wallet with new features, one of them is the encryption wallet be done unless a password by Two-Factor Authentication! This will first and only book that opportunity. The idea is to protect the password from keylogger's and higher security.
Wallet should be colorful, but at the same time stylish and simple, not kitschy - Appearance sold. This can make a good graphic designer who will collect KARMA and will pay by donations from the community.
Another nice feature is the ability of the wallet to earn message update is available. I think it still does, but I'm not sure.

2 In order to attract new investors should give them free coins !!! Not kidding! The new portfolio has to have money, right! The idea is that we give a new wallet, but when tradition gives portfolio has money in it. This will appeal to new investors and stocked them! All we want to donate money. Can we give about 1000, 5000 or even 10000 KARMA. The money will come from donations again!

Needs and advertising and distribution of news that KARMA has a new GUI wallet that gives a small amount KARMA! I think the idea will appeal to new investors, and they just come.

3 When taking a wallet with money, they will want to invest .... then you need to provide them with links to all articles about KARMA, this can be done through wallet again .... etc

What do you think?

I think this is a goog idea.
hero member
Activity: 658
Merit: 500
August 07, 2014, 02:55:27 AM

While we want to leave behind other coins with their failures and PnD's
And honestly want Karma to outperform even Bitcoin itself.
The truth remains that we are in cryptoworld.
And here, things does not wait for anyone and most of the time things happen without warning, fast.

So what ever we know Karma needs. Do it now.
What ever we think that will be good for Karma, do it now.
What ever improvement Karma and Karmashares need to have, do it now.

If you cannot do it, pay someone to do it. But do it ASAP. Now.

I am doing my share. Please do whatever yo can too. NOW.
sr. member
Activity: 425
Merit: 250
August 07, 2014, 02:09:52 AM
Ideas get us started, but we need more than ideas from the community.

I think to attract a larger community and new investors need to do the following:

1 Instantly create an entirely new GUI wallet with new features, one of them is the encryption wallet be done unless a password by Two-Factor Authentication! This will first and only book that opportunity. The idea is to protect the password from keylogger's and higher security.
Wallet should be colorful, but at the same time stylish and simple, not kitschy - Appearance sold. This can make a good graphic designer who will collect KARMA and will pay by donations from the community.
Another nice feature is the ability of the wallet to earn message update is available. I think it still does, but I'm not sure.

2 In order to attract new investors should give them free coins !!! Not kidding! The new portfolio has to have money, right! The idea is that we give a new wallet, but when tradition gives portfolio has money in it. This will appeal to new investors and stocked them! All we want to donate money. Can we give about 1000, 5000 or even 10000 KARMA. The money will come from donations again!

Needs and advertising and distribution of news that KARMA has a new GUI wallet that gives a small amount KARMA! I think the idea will appeal to new investors, and they just come.

3 When taking a wallet with money, they will want to invest .... then you need to provide them with links to all articles about KARMA, this can be done through wallet again .... etc

What do you think?
hero member
Activity: 1022
Merit: 501
Creator of the ICO
August 07, 2014, 12:51:13 AM
How would you like to help us with #4?

Our #1 priority now is finding our market, imo: http://www.reddit.com/r/KarmaTeam/comments/2cg8kg/we_need_help_with_some_research_and_information/


I have put out countless ideas over the past few months... I am not a web developer so I'm kind of stuck with the web side of things..
since nobody else was really interested I guess I will just have to try to implement some of them myself.

but don't wait for me Argentina, the truth is I never left you... lol....but I really don't have the funds to work on my own projects atm so it could be many months before I can bring something to the table.

I just post my ideas so that other people can use them.. but if they don't want to then I will get around to it eventually.

Ideas get us started, but we need more than ideas from the community.

Who will actually work to implement the ideas? I don't mean you, of course. This is a call to action for the entire community.

We need more than ideas and talk, unfortunately. Without a talented group of people working together in a business-like fashion Karma is likely to become like any other coin.
hero member
Activity: 1022
Merit: 501
Creator of the ICO
August 07, 2014, 12:42:55 AM
Changing the unit of price could confuse the market- the simpler the better. Rather we should focus on how to improve the value of the Karma.
When the market  price goes up to the DOGE level, liquidity problem will be naturally solved.

Let's illustrate the conundrum a bit:

A) talking about something fundamentally important like some simple market research to help find out who our core market might be: no more than 3 responses, mostly ignored, since March 2014 (all within past few days since I have been highlighting the absolute necessity)

B) talking about an idea that has been detailed regarding talking to exchanges about the viability of moving the decimal place that may not even be implemented: 20+ responses over the course of a couple of weeks

Sure.. some people say things like, "let's focus on adding value, instead" but who is actually doing this? How do we even begin to:

1) integrate Karma into Lill or any other site
2) design and develop a mobile wallet
3) do anything else relating to actual users

..when we have conducted no market research and have barely read and discussed anything related to previous market research? No business would function this way and be successful. We have to know where our market is first and foremost.

We do not presently understand 1) the need to conduct market research; 2) how to Google or Lill, "how to conduct market research". We spend far too much time discussing things that, in the end, won't really matter.

About the only thing it doesn't effect is an API, which we have been trying to satisfy in various ways (and may be taken care of somewhat by the new block explorer).

How do we solve this conundrum ASAP?
hero member
Activity: 658
Merit: 500
August 06, 2014, 11:48:22 PM
full member
Activity: 184
Merit: 100
August 06, 2014, 10:29:01 PM
You are asking an exchange to make an adaption to their market’s. Are you going to ask all exchanges to do so? Asking one is tough by itself, asking all is even harder and it could even be a reason for exchanges not to add karma in the future. Not asking everyone could lead to confusion, people are idiots after all.

Price is steady at the 2 satoshi btc wall, the ltc markets are the ones that are moving. Btc only follows and offers an opportunity for big investors to by a large sum at once if they want to. With this move you could make the btc market the leading market again, but that can just as easily work against us. Almost no one is willing to sell at 2 satoshi, they might still try to bring the price down from let’s say 2100 to 1750.

No more tricks is imho a very good reason not to ask for this change. Behind this proposition lies no added value and investors, both current and future, could see this as a weak move.

How do I feel about this possible move? There is a high reward, a possibility for karma to get back to the volume figures on the btc market where we want to be. It’s not difficult for karma development, but we would need help/consent from our exchanges and that might pose some problems. I would say the likelihood of us getting more volume is low, and this move would most likely be viewed as weak, similar though not as bad as lowering our total numbers. I don’t see it doing much for us, good nor bad, but if I had to vote it would be a no.

I suggest it would be the standard request that goes with a new coin listing. We can not and would not make it mandatory in any way, just recommended to increase volume.

If changes and other announcements are not made I predict that 2 Satoshi "wall" will be gone by the end of next week if not sooner. Making this change is unlikely to stop that, that isn't the purpose of this change. It will help the price recover because it will stop a sell wall forming at exactly 2 Satoshi.

This is a strong move because it is bold not weak. Weak is not implementing a change because you can't predict what it will do. We can't hide behind flimsy walls for ever in the vague hope that they won't fall.

Can anyone provide a detailed reason not to implement this plan, other than "no more tricks, Irish!" or "just because"?

1) it will have little to no effect on volume.
2) it creates fractions which cannot be sold easily. having a coin that can be broken down to 8 decimal places but can only be traded in lots of 1000 is a contradiction.
   EDIT: I understand that the pricing is in 1000 lots and it wont be mandatory but I still believe that by pricing it this way it will have a similar effect because if you list the BUYS with 1000 unit pricing you also have to list the SELLS with 1000 unit pricing.
 e.g. someone wants to sell 99 karma how do they do that? if they type 99 they might end up selling 99,000 Karma. so they have to type 0.0099 to sell 99 Karma? Huh

3) inconsistent market pricing creates buyer confusion.
4) it sends a message to the market that despite all the talk about building real value for Karma.. the primary focus is trying to use smoke and mirrors to suck in more buyers.
5) coin developers who tell exchanges how they should conduct their business are likely to not be welcomed with open arms.

to sum up.. I am not against the plan.. I just think it is pointless and a waste of time and energy.

1. No impact on volume is ok. I think it will more likely increase volume, there are people that trade exclusively in the Bitcoin market. When the price is stuck between two points there is less volume, even in the LTC market because they know their gains have a glass ceiling.
2. If you type in 99 you will only sell 99. Please have a look at the graphic and the sentence just under it.
3/4. It isn't that confusing when you look at how it would work on an exchange. It is building real value for Karma because currently Karma's major use IS trading on exchanges, anything that can be done to increase the ability for this to occur is beneficial. There are probably people that hold KARM that don't even know it is really called Karma.
5. A consumer is making a mutually beneficial request to a business. I don't think they will mind too much.

It is never a waste of time and energy discussing something as important as this. I will be able to move onto the things I think are the second and third most important things for Karma's future once this is progressing.

I have only quoted the comments I have disagreed with, as far as I can tell more people are in favour of the change than there are people that disagree with it. I have already made too much of an argument for it for people to really write more thoughts in favour of it.

Chargin.
newbie
Activity: 41
Merit: 0
August 06, 2014, 07:54:44 PM
New P2P pool added to the OP   \o/


Here is their ANN thread.  

Please support our p2p pools!




Ps:As per the new ANN rules. Pool owners can not post their pools in regular thread. They have to PM us to be added.

-Who
sr. member
Activity: 532
Merit: 250
August 06, 2014, 05:33:10 PM
Dear Karma Team or anyone who would like to be on the team;

Please help by making a simple post to our subreddit explaining that our block explorer is down and that we are working to bring a new one online.

I asked for this a couple of days ago but I suppose none of us had the time or interest to do it, so any help is appreciated.

(I can't be the only one that sees the need for this, am I?)

Can someone please step up to the plate?

I was going to do it but warfwarf did it first Cheesy
member
Activity: 79
Merit: 10
August 06, 2014, 04:54:00 PM
Changing the unit of price could confuse the market- the simpler the better. Rather we should focus on how to improve the value of the Karma.
When the market  price goes up to the DOGE level, liquidity problem will be naturally solved.
hero member
Activity: 798
Merit: 1000
August 06, 2014, 04:33:01 PM
How would you like to help us with #4?

Our #1 priority now is finding our market, imo: http://www.reddit.com/r/KarmaTeam/comments/2cg8kg/we_need_help_with_some_research_and_information/


I have put out countless ideas over the past few months... I am not a web developer so I'm kind of stuck with the web side of things..
since nobody else was really interested I guess I will just have to try to implement some of them myself.

but don't wait for me Argentina, the truth is I never left you... lol....but I really don't have the funds to work on my own projects atm so it could be many months before I can bring something to the table.

I just post my ideas so that other people can use them.. but if they don't want to then I will get around to it eventually.
Jump to: