Pages:
Author

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

hero member
Activity: 798
Merit: 1000
September 22, 2014, 12:42:23 PM
DVD your peer info shows your connected to old peers that run old wallet version. I dont have linux so i cant tell you %100 confidence but i think our linux wallet is up to date.

can you compile it yourself from the code source? https://github.com/karmateam/karma


the source is at the correct version.

you can get linux easy enough by using virtualbox and xubuntu if you have the time to play around with it... both are free.

I recommend xubuntu for virtualbox because the ubuntu GUI is heavily graphics dependent and very slow in virtual box.

Little duke is a software developer who is having trouble getting the wallet to work... <--- does not give me confidence in his abilities   Shocked
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 11:55:20 AM
Okay looking a little closer, my Mac Wallet is showing a different version than the linux daemon I just built from code pulled from github yesterday:

Perhaps the Linux source code has not been republished?

https://github.com/karmacoin-team/karmacoin/

LINUX
coind@xtc:~$ ./karmacoind getinfo
{
    "version" : 80602,
    "subversion" : ".4",
    "protocolversion" : 70003,
    "walletversion" : 60000,

MAC OS X
"version" : 80605,
"protocolversion" : 70006,
"walletversion" : 60000,
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 11:50:27 AM
TheLittleDuke (dvd) and perhan007.

Please pm me the following so I can repost it here at the same time (so you don't copy each other):
.
.
.

Chargin.

Edit: Please note I edited the post above approximately 30 minutes after creating it.

I took a copy offline to work on -- give me a day or so to collect my thoughts and get back to you?

In the mean time let's see if we can't figure out what's holding a good part of the network back from catching up?

-dvd
full member
Activity: 184
Merit: 100
September 22, 2014, 11:17:54 AM
TheLittleDuke (dvd) and perhan007.

Please pm me the following so I can repost it here at the same time (so you don't copy each other):

An overview of who you are, your capabilities, your strengths, your weaknesses, your willingness to commit etc.

What you want from Karma itself and the community.

What is the overall direction you would like to take Karma in?

What are your goals, target completion dates for each goal and how do you intend to achieve each goal?

Suggested format:
An overview of who you are, your capabilities, your strengths, your weaknesses, your willingness to commit etc.

What you want from Karma itself and the community.

The overall direction you want to take Karma.

Goal x: Title for goal x, target completion date
What goal x is.

Why goal x is important.

How you intend to achieve goal x, relating back to the target completion date.

Goal y: Title for goal y, target completion date
What goal y is.

Why goal y is important.

How you intend to achieve goal y, relating back to the target completion date.

Etc with further goals if applicable.

Notes:
You can put as many goals as you want, however make sure they are achievable and the direction you are heading in is clear.
You can make the the target completion dates as vague as you want, however specific and realistic (but not too far away) may be better.
If you can't convince people the goal is important you won't find much support.
The more control you have over the outcome the more probable success may appear.
I'll post the timing of the responses with my post, but don't rush the responses on that basis. I know posting this here isn't fair.  Tongue
The overall direction you have for Karma may be more important than your goals.
Anybody else can also pm me their answers to the above, deadline is the later of 48 hours or when both TheLittleDuke and perhan007 have messaged me.
You may use any of the resources at your disposal including the community itself, as a member of the community you may help either of the candidates you have taken a liking to or point out this post to another candidate you would like to take part.
You can copy things from what you've already written and put them here.
Cheesy responses accepted however they may not be well received by the community.
I'm in no way the judge, I'm just facilitating the questions.

Chargin.

Edit: Please note I edited the post above approximately 30 minutes after creating it.
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 11:17:17 AM
please give it some time. minimum 20 minutes

Your a dev so you should know sometimes codes break. Perhaps try a brand new download in one of the wallets. delete everything except the wallet.dat and redownload? this will take hourse to catch up in blocks though. maybe you can try it without deleting the blocks

Oh I know it takes time to sync -- what I've been doing is "capturing" the good/up to date nodes and adding them into the config.  Stopping the daemon and restarting so that we try and get +51% of the peers to be at the right height

Code:
coind@xtc:~$ ./karmacoind getpeerinfo | grep heig
        "startingheight" : 330308,
        "startingheight" : 330308,
        "startingheight" : 330308,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 330310,
        "startingheight" : 330311,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 330311,

What it tells me though is that your network of users are "asleep at the wheel" -- if they let their wallets go this far out of sync.

Either need more supernodes online -- the check point servers etc.

Once we're up to date we can look at doing some specific CONNECT only statements to build an Authoritative System of Record (SOR) approach to build out a Web of Trust.

If you want that is -- "not my monkey, not my circus" at the moment -- just showing some good due diligence

-dvd
legendary
Activity: 1274
Merit: 1000
September 22, 2014, 11:16:09 AM
DVD your peer info shows your connected to old peers that run old wallet version. I dont have linux so i cant tell you %100 confidence but i think our linux wallet is up to date.

can you compile it yourself from the code source? https://github.com/karmateam/karma


your trying to synch from old nodes. try leaving altcoingood nodes for 20 minutes or more

here are mines

Code:
12:12:16

getpeerinfo


12:12:16

[
{
"addr" : "62.210.139.65:9432",
"services" : "00000003",
"lastsend" : 1411402290,
"lastrecv" : 1411402274,
"bytessent" : 85016,
"bytesrecv" : 336336,
"blocksrequested" : 0,
"conntime" : 1411396874,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330215,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "206.116.116.186:9432",
"services" : "00000003",
"lastsend" : 1411402290,
"lastrecv" : 1411402274,
"bytessent" : 82122,
"bytesrecv" : 183092,
"blocksrequested" : 0,
"conntime" : 1411396875,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330215,
"banscore" : 0
},
{
"addr" : "148.251.70.194:9432",
"services" : "00000003",
"lastsend" : 1411402290,
"lastrecv" : 1411402274,
"bytessent" : 111701,
"bytesrecv" : 175628,
"blocksrequested" : 0,
"conntime" : 1411396875,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330215,
"banscore" : 0
},
{
"addr" : "180.71.30.212:9432",
"services" : "00000003",
"lastsend" : 1411402290,
"lastrecv" : 1411402274,
"bytessent" : 83721,
"bytesrecv" : 165361,
"blocksrequested" : 0,
"conntime" : 1411396892,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330217,
"banscore" : 0
},
{
"addr" : "5.135.185.28:9432",
"services" : "00000003",
"lastsend" : 1411402289,
"lastrecv" : 1411402289,
"bytessent" : 88072,
"bytesrecv" : 157048,
"blocksrequested" : 0,
"conntime" : 1411396920,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330218,
"banscore" : 0
},
{
"addr" : "108.166.185.202:9432",
"services" : "00000003",
"lastsend" : 1411402289,
"lastrecv" : 1411402274,
"bytessent" : 79297,
"bytesrecv" : 141984,
"blocksrequested" : 0,
"conntime" : 1411397048,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330221,
"banscore" : 0
},
{
"addr" : "50.154.237.192:9432",
"services" : "00000003",
"lastsend" : 1411402289,
"lastrecv" : 1411402269,
"bytessent" : 139471,
"bytesrecv" : 146776,
"blocksrequested" : 0,
"conntime" : 1411397241,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330227,
"banscore" : 0
},
{
"addr" : "184.163.253.93:9432",
"services" : "00000003",
"lastsend" : 1411402289,
"lastrecv" : 1411402233,
"bytessent" : 56404,
"bytesrecv" : 91387,
"blocksrequested" : 0,
"conntime" : 1411398316,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 330240,
"banscore" : 0
}
]
hero member
Activity: 658
Merit: 500
September 22, 2014, 11:15:10 AM


The dev who promised he can make our API in 2 weeks, suddenly went MIA. Offer to hire was done, but never accepted. I re-posted the job and ask that https://www.reddapi.com/docs/rest/v1/ is our target. (equal or better API than that)

And his price is 350$ At the present BTC market price, this can easily be worth 0.88 BTC. Should we hire this guy? At present we only have 150$ in donations.

If you have any better option. Say them now.

Tell me what you want the API to do and I can probably get it done for free since we have a ton of stuff already done for Givecoin, Clean Water Coin as part of the https://doabitofgood.com coinbase work.

-dvd

Thanks for that offer! That reddapi is what Karma needs, but once it is done we would like it run on KARMA server.
legendary
Activity: 1274
Merit: 1000
September 22, 2014, 11:02:07 AM
please give it some time. minimum 20 minutes

Your a dev so you should know sometimes codes break. Perhaps try a brand new download in one of the wallets. delete everything except the wallet.dat and redownload? this will take hourse to catch up in blocks though. maybe you can try it without deleting the blocks
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 10:54:17 AM
11:07:00

getmininginfo


11:07:00

{
"blocks" : 330241,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 9.30959973,
"errors" : "",
"networkhashps" : 631534115,
"pooledtx" : 0,
"testnet" : false
}


this is the current block.  Not sure what is going on. it probably the newest but make sure you do have the newest wallet version. Not sure that wthe status of the supernodes are. maybe they are offline with kosmost shutting of his server. (maybe he has to verify) so you not connecting?

try altcoingood addnodes


edit :

For a quick solution to syncing with network
Code:

in your wallet go to help | debug window | console and type in:

addnode altcoin.dk:9432 add

addnode altcoin.dk:9436 add

close the popup window, wait for your wallet to start syncing.Wait up to 15-30 mins

We're using the LINUX daemon so no pop up windows ;-)

I'll just add them into the karmacoin.conf file with a CONNECT statement and see if that breaks the log jam

Once we're up to date, our xtc.inter.com node could become a new Web of Trust node -- it's our public facing proxy that we run on behalf of Givecoin and Clean Water Coin

-dvd

* UPDATED *

The server on port 9436 is out-of-sync.  going to drop and try just the 9432 node

Code:
[
    {
        "addr" : "148.251.5.75:9436",
        "services" : "00000003",
        "lastsend" : 1411401376,
        "lastrecv" : 1411401357,
        "bytessent" : 1195,
        "bytesrecv" : 75231,
        "blocksrequested" : 0,
        "conntime" : 1411401355,
        "version" : 70003,
        "subver" : "/Satoshi:0.8.6.2/",
        "inbound" : false,
        "startingheight" : 294056,
        "banscore" : 0,
        "syncnode" : true
    },
    {
        "addr" : "148.251.5.75:9432",
        "services" : "00000003",
        "lastsend" : 1411401380,
        "lastrecv" : 1411401382,
        "bytessent" : 174,
        "bytesrecv" : 75363,
        "blocksrequested" : 0,
        "conntime" : 1411401380,
        "version" : 70006,
        "subver" : "/Satoshi:0.8.6.5/",
        "inbound" : false,
        "startingheight" : 330301,
        "banscore" : 0
    }
]
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 10:52:02 AM


The dev who promised he can make our API in 2 weeks, suddenly went MIA. Offer to hire was done, but never accepted. I re-posted the job and ask that https://www.reddapi.com/docs/rest/v1/ is our target. (equal or better API than that)

And his price is 350$ At the present BTC market price, this can easily be worth 0.88 BTC. Should we hire this guy? At present we only have 150$ in donations.

If you have any better option. Say them now.

Tell me what you want the API to do and I can probably get it done for free since we have a ton of stuff already done for Givecoin, Clean Water Coin as part of the https://doabitofgood.com coinbase work.

-dvd
hero member
Activity: 658
Merit: 500
September 22, 2014, 10:27:33 AM


The dev who promised he can make our API in 2 weeks, suddenly went MIA. Offer to hire was done, but never accepted. I re-posted the job and ask that https://www.reddapi.com/docs/rest/v1/ is our target. (equal or better API than that)

And his price is 350$ At the present BTC market price, this can easily be worth 0.88 BTC. Should we hire this guy? At present we only have 150$ in donations.

If you have any better option. Say them now.

legendary
Activity: 1274
Merit: 1000
September 22, 2014, 10:17:16 AM
https://chainz.cryptoid.info/karm/address.dws?KCNfqfs17q8kHXriq8DB1UVNgPeVbNUAFK.htm

shows you should receive 1001100 coins once you solve your problem  Smiley
legendary
Activity: 1274
Merit: 1000
September 22, 2014, 10:10:56 AM
11:07:00

getmininginfo


11:07:00

{
"blocks" : 330241,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 9.30959973,
"errors" : "",
"networkhashps" : 631534115,
"pooledtx" : 0,
"testnet" : false
}


this is the current block.  Not sure what is going on. it probably the newest but make sure you do have the newest wallet version. Not sure that wthe status of the supernodes are. maybe they are offline with kosmost shutting of his server. (maybe he has to verify) so you not connecting?

try altcoingood addnodes


edit :

For a quick solution to syncing with network
Code:

in your wallet go to help | debug window | console and type in:

addnode altcoin.dk:9432 add

addnode altcoin.dk:9436 add

close the popup window, wait for your wallet to start syncing.Wait up to 15-30 mins
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 09:14:34 AM
I killed and restarted our public proxy -- early results show some stuck nodes

Code:
coind@xtc:~$ ./karmacoind getpeerinfo | grep hei
        "startingheight" : 330189,
        "startingheight" : 330189,
        "startingheight" : 330189,
        "startingheight" : 29006,
        "startingheight" : 294056,
        "startingheight" : 294056,

What is an AUTHORITATIVE node(s) I can have our server CONNECT to to sync up?

Looks like I'll have blow it away and have it resync from scratch...

*UPDATED*

Of course the network is now converging on the stuck nodes

Code:
coind@xtc:~$ ./karmacoind getpeerinfo | grep hei
        "startingheight" : 29006,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,

The unofficial explorer is showing a height of 330194 atm

http://karma.explorer.altcoin.dk//chain/Karmacoin

** UPDATED 2 **

Here's what it looks like after five minutes
Code:
coind@xtc:~$ ./karmacoind getinfo
{
    "version" : 80602,
    "subversion" : ".4",
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 294056,
    "timeoffset" : 0,
    "connections" : 13,
    "proxy" : "",
    "difficulty" : 0.01202634,
    "testnet" : false,
    "keypoololdest" : 1411318551,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}
coind@xtc:~$ ./karmacoind getpeerinfo | grep hei
        "startingheight" : 29006,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 330194,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 330196,
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 09:02:20 AM
Of course I'm willing to help you. Sent 1000 Karma to the address.

Cheers -- no joy in the wallet -- not sure why -- not seeing the transaction either.

Code:
karmacoin@vault:~$ ./karmacoind getaddressesbyaccount ""
[
    "KCNfqfs17q8kHXriq8DB1UVNgPeVbNUAFK",
    "KGwKY32rgGuuspWsvRE395suh1tFUbqPke",
    "KJxdb3kfcjM8sFR63o1MSqZcHqzR6uKUVG"
]
karmacoin@vault:~$ ./karmacoind listtransactions
[
]

I'll owe you 1000 if there is a config error ;-)

Let me dig in a bit further see what's up -- all the vault plumbing DEFINITELY works for all the other coinbases we support

You can see that at https://doabitofgood.com/bit4bit

-dvd


I found the problem -- for whatever reason our outside public facing proxy is "stuck" on block # 294056

Code:
coind@xtc:~$ ./karmacoind getinfo
{
    "version" : 80602,
    "subversion" : ".4",
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 294056,
    "timeoffset" : 0,
    "connections" : 21,
    "proxy" : "",
    "difficulty" : 0.01202634,
    "testnet" : false,
    "keypoololdest" : 1411318551,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}

21 connections and they are all stuck there !?

Code:
coind@xtc:~$  ./karmacoind getpeerinfo | grep height
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 29006,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
        "startingheight" : 294056,
coind@xtc:~$
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 08:58:18 AM
Were wasting time. A lot of talk, very little actions.

Dvd and perhan. You both invited to chat with me and east privately. Be it telegram, webogram, Inc, Skype etc you name it.

Let's come to some reasoning and move on to more important things. What is the next step with karma. If we want to go to Asia we should start brainwashing fast. Time is running out. Soon other coins will take the golden apportunity

http://www.economist.com/news/economic-and-financial-indicators/21618842-mobile-money-developing-countries?fsrc=scn/fb/wl/pe/mobilemoney

Sorry I missed the invite -- you can find me on Skype "The_Little_Duke"

-dvd
legendary
Activity: 1024
Merit: 1004
September 22, 2014, 08:53:54 AM
Of course I'm willing to help you. Sent 1000 Karma to the address.

Cheers -- no joy in the wallet -- not sure why -- not seeing the transaction either.

Code:
karmacoin@vault:~$ ./karmacoind getaddressesbyaccount ""
[
    "KCNfqfs17q8kHXriq8DB1UVNgPeVbNUAFK",
    "KGwKY32rgGuuspWsvRE395suh1tFUbqPke",
    "KJxdb3kfcjM8sFR63o1MSqZcHqzR6uKUVG"
]
karmacoin@vault:~$ ./karmacoind listtransactions
[
]

I'll owe you 1000 if there is a config error ;-)

Let me dig in a bit further see what's up -- all the vault plumbing DEFINITELY works for all the other coinbases we support

You can see that at https://doabitofgood.com/bit4bit

-dvd
legendary
Activity: 1274
Merit: 1000
September 22, 2014, 08:50:48 AM
Were wasting time. A lot of talk, very little actions.

Dvd and perhan. You both invited to chat with me and east privately. Be it telegram, webogram, Inc, Skype etc you name it.

Let's come to some reasoning and move on to more important things. What is the next step with karma. If we want to go to Asia we should start brainwashing fast. Time is running out. Soon other coins will take the golden apportunity

http://www.economist.com/news/economic-and-financial-indicators/21618842-mobile-money-developing-countries?fsrc=scn/fb/wl/pe/mobilemoney
legendary
Activity: 1274
Merit: 1000
September 22, 2014, 08:46:55 AM
Is it possible to use vanitygen to create a custom Karma addr with the pattern

KGive

or

Kgive

??

We have PROVISIONALLY added Karma support to the https://doabitofgood.com system and would like to have a vanity KGive or Kgive address for our #bit4bit matching funds page

https://doabitofgood.com/bit4bit

-dvd

PS: I have a test vault wallet at KCNfqfs17q8kHXriq8DB1UVNgPeVbNUAFK if someone is willing to do a small test I'll be happy to send them back sans txfee's  -- just PM me return addr

+1

ONE NICE STEP FORWARD!

LOL -- trust me that was the EASIEST of the things I can do for you guys (the doabitofgood.com system has some awesome architecture that makes snapping in new coins a cinch)  -- the IDEATION is the hard part -- that and herding cats.

Are you willing to help me test out our public *coind proxy and secure vault?

I need at least one coin sent to:

KCNfqfs17q8kHXriq8DB1UVNgPeVbNUAFK

Once I get the vanitygen thing figure out so that I can make a KGive or Kgive I will just donate it to that fund

I don't have a cryptsy account, just btc-e and bittrex -- atm otherwise I'd do it

-dvd


Of course I'm willing to help you. Sent 1000 Karma to the address.

Sent 1m Wink
legendary
Activity: 1696
Merit: 1016
September 22, 2014, 07:57:58 AM
Thank You,

The file wallet.dat (old) is accepted new client X11.
New wallet synchronized.










Pages:
Jump to: