Author

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

sr. member
Activity: 889
Merit: 253
May 07, 2014, 12:01:27 PM
失控《失控:全人类的最终命运和结局》 原作名: Out ofControl: The New Biology of Machines, Social Systems, and the Economic World
第十二章 电子货币
12.1 密码无政府状态:加密永胜
12.2 传真机效应和收益递增定律
12.3 超级传播
12.4 带电荷的东西就可用于电子货币充值
12.5 点对点金融与超级小钱
12.6 对隐密经济的恐惧
“该书第一版于1994年发行,但是,这是一本随着时间流逝而光芒弥增的书,他当时尽管未能预知博客、维基的出现,但是,很显然,凯文那时已经感知到这些东西的出现。”  “过去十年,公认最具智慧和价值的一本书”  ——《长尾理论》作者 克里斯·安德森  从《失控》衍生出来的怀疑态度,正如同它所生出的主干,将不断地再生、分裂、侵扰我们对进步与思考的基本思维。凯利能令人在不设防的情况下,接受他的意见。  ——《信息焦虑》作者 理查德·沃尔曼

 Grin Grin Grin
full member
Activity: 182
Merit: 100
Ask me about Karmacoin
May 07, 2014, 11:43:27 AM

ahh.. you are correct. i will edit. i meant to say change the Port. and therefore also the RPCport to be almost the same. usually the Port # + 1 , so it is easy to remember...



sorry to be a pain but to be clear DO NOT CHANGE THE PORT PARAMETER in the Karma config file... if you do that then you will broadcast and listen on a port that nobody else is using so you wont be able to connect unless other people are using the same port. the port parameter is hard coded by the devs that is why that parameter is not needed in a config file. (this is done because each altcoin uses a different port). This is a limitation of Bitcoin, Litecoin and any other coin based on those coins.. because they don't use port ranges they can only talk and listen on one port at a time. the port parameter is only there so that people can switch to a different network like a testnet for development work.

If you change the RPC port parameter it will do nothing with regards to connecting to peers.

I think we should step back from getting people to hack their config files (because you can seriously break things if you don't know what your doing) and just upload a working Peers.dat file...

as far as I am aware the peers.dat file contains no personal information, its just a list of nodes (ip addresses) and whether they are active or how long they have been idle for.

sorry to be a stickler but this discussion has probably confused the crap out of any newbie trying to get their wallet working thats why i'm suggesting that we just put up a peers.dat file.. much simpler and easier to follow

do me a test. remove the current config file and make one with "port=" of oyur choosing. re run the wallet and tell me if you can not connect to others make sure you remove any nodes from config file and remove the old peer.dat file

then leave the same "new " port but reintroduce the addnodes. 

tell me how is it possible you connected to the same people with different port Tongue
full member
Activity: 172
Merit: 100
May 07, 2014, 09:47:44 AM
IN REGARDS TO THE CONNECT ISSUES

the client has these addresses hardcoded and they have been taken offline by the previous developer. that is why new clients cannot connect.

wallet01.karmacoin.info
wallet03.karmacoin.info

this is the code (from net.cpp ~ line 1190)
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
    {"www.karmacoin.info", "wallet01.karmacoin.info"},{"www.karmacoin.info", "wallet01.karmacoin.info"},{"www.karmacoin.info", "wallet03.karmacoin.info"},
    {NULL, NULL}
};


The karma team is discussing what we are going to do about these issues. Until we have a solid solution the 2 options you have are:

1. add addnode=altcoin.dk:9432 to a karma.conf file in your karma-dir (if the file does not exist, create one)

2. download the working peers.dat file someone linked earlier.

full member
Activity: 172
Merit: 100
May 07, 2014, 08:57:26 AM
You can add this node to your karmacoin.conf if you have problems

addnode=altcoin.dk:9432

it's located in germany, has ~50 connections atm and can handle up to 1000 connections.

(if you are uneasy about adding my node, i also run the blockexplorer infrastructure)

Thanks altcoingood, your addnode entry added to karma.conf did the trick (it didn't work in karmacoin.conf so I'm presuming the wallet conf filename was changed in the new wallet after the coin was renamed). Within a few seconds after adding your node to karma.conf my wallet connected and started syncing and within 15 minutes the entire blockchain was downloaded.

Also, thanks everyone for weighing-in with ideas. This first experience interacting in bitcointalk really hit the mark!
ahh yes you are right, the conf-file has been renamed to karma.conf. glad that it worked for you.
legendary
Activity: 3486
Merit: 1126
May 07, 2014, 08:47:43 AM
Come get your KARM!

http://www.hasher.ca

2% fee PROP reward system
DDoS Protected
High Performance Backend
Simple setup and usage
Auto ProfitSwitching Ports (beta testing now)

To mine:

Username: your KARM wallet address OR your generated Public Key
Password: anything
URL (vardiff): stratum+tcp://stratum.hasher.ca:3404

KARM go straight to your wallet once the block is confirmed. We don't hold your KARM!

Cheers and Happy Hashing!
newbie
Activity: 44
Merit: 0
May 07, 2014, 08:46:33 AM
You can add this node to your karmacoin.conf if you have problems

addnode=altcoin.dk:9432

it's located in germany, has ~50 connections atm and can handle up to 1000 connections.

(if you are uneasy about adding my node, i also run the blockexplorer infrastructure)

Thanks altcoingood, your addnode entry added to karma.conf did the trick (it didn't work in karmacoin.conf so I'm presuming the wallet conf filename was changed in the new wallet after the coin was renamed). Within a few seconds after adding your node to karma.conf my wallet connected and started syncing and within 15 minutes the entire blockchain was downloaded.

Also, thanks everyone for weighing-in with ideas. This first experience interacting in bitcointalk really hit the mark!
full member
Activity: 172
Merit: 100
May 07, 2014, 07:45:59 AM
It synched and connected and again I've been solo mining with cgminer set to mine through the wallet and finding blocks.
You are welcome to come mine with us (we are 5 right now) at karma.p2pool.altcoin.dk.
sr. member
Activity: 429
Merit: 250
May 07, 2014, 07:12:39 AM
You are in the normal situation, like most of us. Don't need to change anything  Wink
legendary
Activity: 1019
Merit: 1001
Spectreproject Community Manager
May 07, 2014, 06:43:20 AM
all this is very interesting and leads me to a question.

I had the old wallet (no prob synching up)  and pool mined then switched to solo mining and found blocks.
Upgraded to new wallet following usual way.
It synched and connected and again I've been solo mining with cgminer set to mine through the wallet and finding blocks.

it shows 8 connections.
I have a different rpcport number and no nodes in the conf folder.

rpcuser=xxxx
rpcpassword=xxxxxxx
rpcallowip=127.0.0.1
rpcport=3333
server=1
listen=1
daemon=1

How is this working? Should I change anything?
hero member
Activity: 1022
Merit: 501
Creator of the ICO
May 07, 2014, 05:41:35 AM
10 X have been completed?

Yes. Right now we are in the 2.5x period, which will end in less than 4 days. See here for the countdown: http://www.timeanddate.com/countdown/generic?iso=20140511T00&p0=271&msg=Karmashares+-+End+of+Quantum&csz=1

Please let us know if you have any other questions Smiley
hero member
Activity: 1022
Merit: 501
Creator of the ICO
May 07, 2014, 05:39:40 AM
You can add this node to your karmacoin.conf if you have problems

addnode=altcoin.dk:9432

it's located in germany, has ~50 connections atm and can handle up to 1000 connections.

(if you are uneasy about adding my node, i also run the blockexplorer infrastructure)

Thank you Smiley
full member
Activity: 154
Merit: 100
May 07, 2014, 05:30:11 AM
Why in God's name is PND - the copy of the scamcoin - up with over 700LTC volume and we are down =S
full member
Activity: 153
Merit: 100
May 07, 2014, 04:43:38 AM
10 X have been completed?

Chinese Friend - 10X, 5X got over. Now its 2.5 x ( please read the first post of the thread ).  Maybe you can buy tons of Karma coins now and make it up for 10x
newbie
Activity: 13
Merit: 0
May 07, 2014, 04:40:57 AM
Just Pm when you will have the link, I don't have access to the download location, kosmost has.


Here you go guys...

if you are having trouble connecting to peers and  want to update your peers.dat file

https://www.dropbox.com/sh/ebjrqthy206rlaq/U70ksPbIep


I will leave the link up for a week.. please let the powers that be know so they can add it to alongside the windows client..

hope it works...

PS.. I do not use a config file and everything is working fine here... to check that your config file isn't causing a problem just move it or rename it and restart the client.. (you can always move it back after)

also make sure you are running the wallet with the logo that matches the front page of this thread... if it has the old logo then you are using the old wallet and you should update it

FINALLY!!!
Your peers.dat did it!!!
I just copied it and deleted the conf and now it's syncing. I wonder what is happening with karma network because my other coins wallet working fine without config file.
Thank you very very very much.
full member
Activity: 172
Merit: 100
May 07, 2014, 04:37:50 AM
You can add this node to your karmacoin.conf if you have problems

addnode=altcoin.dk:9432

it's located in germany, has ~50 connections atm and can handle up to 1000 connections.

(if you are uneasy about adding my node, i also run the blockexplorer infrastructure)
full member
Activity: 308
Merit: 100
May 07, 2014, 04:27:51 AM
10 X have been completed?
sr. member
Activity: 429
Merit: 250
May 07, 2014, 04:18:17 AM
Just Pm when you will have the link, I don't have access to the download location, kosmost has.


Here you go guys...

if you are having trouble connecting to peers and  want to update your peers.dat file

https://www.dropbox.com/sh/ebjrqthy206rlaq/U70ksPbIep


I will leave the link up for a week.. please let the powers that be know so they can add it to alongside the windows client..

hope it works...

PS.. I do not use a config file and everything is working fine here... to check that your config file isn't causing a problem just move it or rename it and restart the client.. (you can always move it back after)

also make sure you are running the wallet with the logo that matches the front page of this thread... if it has the old logo then you are using the old wallet and you should update it

Thank you Alphi !
hero member
Activity: 798
Merit: 1000
May 07, 2014, 03:59:06 AM
Just Pm when you will have the link, I don't have access to the download location, kosmost has.


Here you go guys...

if you are having trouble connecting to peers and  want to update your peers.dat file

https://www.dropbox.com/sh/ebjrqthy206rlaq/U70ksPbIep


I will leave the link up for a week.. please let the powers that be know so they can add it to alongside the windows client..

hope it works...

PS.. I do not use a config file and everything is working fine here... to check that your config file isn't causing a problem just move it or rename it and restart the client.. (you can always move it back after)

also make sure you are running the wallet with the logo that matches the front page of this thread... if it has the old logo then you are using the old wallet and you should update it
hero member
Activity: 658
Merit: 500
May 07, 2014, 03:57:50 AM
Alphi or cryptowho, can you make us a good peers.dat or .conf file with updated nodes with a little explanation ? I will post it on the first page of the thread.

Thank you  Smiley


sure thing.. do you have access to wherever the windows client download is located?  I'll put my peers.dat on my dropbox so you can copy it up to the server but I wont leave it up for long. just give me a few mins to update it

+1 !
sr. member
Activity: 429
Merit: 250
May 07, 2014, 03:43:11 AM
Just Pm when you will have the link, I don't have access to the download location, kosmost has.
Jump to: