Pages:
Author

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

legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
June 09, 2015, 10:53:46 PM
Hello All,

I have investigated the matter further and identified the cause of this issue and came to the conclusion that the Blockchain magic of KarmaCoin Here:

At Line :

https://github.com/karmateam/karma/blob/master-0.8/src/main.cpp#L3298


Code:
// The message start string is designed to be unlikely to occur in normal data.
// The characters are rarely used upper ASCII, not valid as UTF-8, and produce
// a large 4-byte int at any alignment.
unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Karma: increase each by adding 2 to bitcoin's value.

These Magic Bytes should be unique but unfortunately in this case these characters contradict with many other coins thus you guys are experiencing the sync issue.

To correct this problem would require a hardfork and the community will need to agree on that.

Warm Regards,
~SoopY~


hardfork and move on ...

get it back on track ...

#crysx
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
June 09, 2015, 10:39:51 PM
Hello All,

I have investigated the matter further and identified the cause of this issue and came to the conclusion that the Blockchain magic of KarmaCoin Here:

At Line :

https://github.com/karmateam/karma/blob/master-0.8/src/main.cpp#L3298


Code:
// The message start string is designed to be unlikely to occur in normal data.
// The characters are rarely used upper ASCII, not valid as UTF-8, and produce
// a large 4-byte int at any alignment.
unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Karma: increase each by adding 2 to bitcoin's value.

These Magic Bytes should be unique but unfortunately in this case these characters contradict with many other coins thus you guys are experiencing the sync issue.

To correct this problem would require a hardfork and the community will need to agree on that.

Warm Regards,
~SoopY~

hero member
Activity: 798
Merit: 1000
June 09, 2015, 07:23:50 PM
Need some help getting my windows wallet to sync.  Been running it non-stop for a week and can not get past block 636559.

backup your wallet.dat
delete your blocks, database and chainstate directories from the wallet directory (default is C:\Users\[YOUR_USER_ID]\AppData\Roaming\Karma)
update your peers.dat file (as per details above)
launch the app and sync again from the beginning (the block-chain is only a few hundred MB)
legendary
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
June 09, 2015, 03:41:21 PM
Wow, I have not checked karma in months. Good to see activity still exists.
full member
Activity: 241
Merit: 100
June 08, 2015, 04:35:04 PM
Need some help getting my windows wallet to sync.  Been running it non-stop for a week and can not get past block 636559.

client version : v0.8.6.5-beta
Open SSL version: OpenSSL 1.0.1h 5 Jun 2014
current block: 636559
total blocks: 748068

debug log:

2015-06-08 21:24:59 received block ec7f0fe68216f49888e9155394c7cd9ae5068eb0e9666ba938b96f42a3006dd4
2015-06-08 21:24:59 Difficulty Retarget - Kimoto Gravity Well
2015-06-08 21:24:59 PastRateAdjustmentRatio = 1.07017
2015-06-08 21:24:59 Before: 1c28b268  0000000028b26800000000000000000000000000000000000000000000000000
2015-06-08 21:24:59 After:  1c28ce95  0000000028ce954cbc955540b48f17ed8499c95fdd14d47be3d6a3d6baee0ab9
2015-06-08 21:25:00 InvalidChainFound: invalid block=ec7f0fe68216f49888e9155394c7cd9ae5068eb0e9666ba938b96f42a3006dd4  height=701317  log2_work=55.148925  date=2015-06-08 21:25:37
2015-06-08 21:25:00 InvalidChainFound:  current best=0744049604bea9d5953e94cbf044fecc291c8137e6f4a6576a33130fc7d4f9fc  height=636559  log2_work=55.121487  date=2015-04-23 23:33:00
2015-06-08 21:25:00 InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
2015-06-08 21:25:00 ProcessBlock: ACCEPTED

PEERS INFO:

{
"addr" : "110.23.43.140:9432",
"services" : "00000003",
"lastsend" : 1433799032,
"lastrecv" : 1433799088,
"bytessent" : 443271,
"bytesrecv" : 7082683,
"blocksrequested" : 0,
"conntime" : 1433795525,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701280,
"banscore" : 0
},
{
"addr" : "92.222.38.197:9432",
"services" : "00000003",
"lastsend" : 1433799137,
"lastrecv" : 1433799086,
"bytessent" : 442389,
"bytesrecv" : 7079719,
"blocksrequested" : 0,
"conntime" : 1433795545,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701281,
"banscore" : 0
},
{
"addr" : "188.165.2.147:9432",
"services" : "00000003",
"lastsend" : 1433799063,
"lastrecv" : 1433799089,
"bytessent" : 578598,
"bytesrecv" : 9421922,
"blocksrequested" : 0,
"conntime" : 1433795545,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701281,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "24.15.13.38:9432",
"services" : "00000003",
"lastsend" : 1433799086,
"lastrecv" : 1433799086,
"bytessent" : 304592,
"bytesrecv" : 4753137,
"blocksrequested" : 0,
"conntime" : 1433795575,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701282,
"banscore" : 0
},
{
"addr" : "212.25.36.96:9432",
"services" : "00000003",
"lastsend" : 1433798984,
"lastrecv" : 1433799097,
"bytessent" : 162224,
"bytesrecv" : 2412196,
"blocksrequested" : 0,
"conntime" : 1433795581,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701282,
"banscore" : 0
},
{
"addr" : "125.237.57.107:9432",
"services" : "00000003",
"lastsend" : 1433799033,
"lastrecv" : 1433799087,
"bytessent" : 28990,
"bytesrecv" : 77519,
"blocksrequested" : 0,
"conntime" : 1433796310,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701290,
"banscore" : 0
},
{
"addr" : "188.165.82.228:9432",
"services" : "00000003",
"lastsend" : 1433799134,
"lastrecv" : 1433799088,
"bytessent" : 24839,
"bytesrecv" : 78260,
"blocksrequested" : 0,
"conntime" : 1433796679,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701293,
"banscore" : 0
},
{
"addr" : "192.95.29.153:9432",
"services" : "00000003",
"lastsend" : 1433799056,
"lastrecv" : 1433799133,
"bytessent" : 7325,
"bytesrecv" : 84532,
"blocksrequested" : 0,
"conntime" : 1433796688,
"version" : 70006,
"subver" : "/Satoshi:0.8.6.5/",
"inbound" : false,
"startingheight" : 701293,
"banscore" : 0
}
]
sr. member
Activity: 314
Merit: 250
June 08, 2015, 02:57:04 AM
Just sharing a video about Karma....



What software did you use for that video creation? Expecially what software did you use to syntetize the voice? I am seeking for free voice syntetizer(Google translate has a voice syntetizer, but it is not officially available ).  Thanks
hero member
Activity: 658
Merit: 500
June 08, 2015, 02:39:35 AM
This is another one among the series I am planning to do:



Good job warf!
sr. member
Activity: 348
Merit: 250
June 07, 2015, 03:13:07 PM
This is another one among the series I am planning to do:



Good one.
Keep them coming Smiley
sr. member
Activity: 348
Merit: 250
June 07, 2015, 03:12:35 PM
Just sharing a video about Karma....



Great video.
Thanks for uploading.
legendary
Activity: 2424
Merit: 1148
June 07, 2015, 03:03:57 PM
This is another one among the series I am planning to do:



Another great video!
hero member
Activity: 798
Merit: 1000
June 07, 2015, 02:55:00 PM
Yep, that peers.dat file has sorted out the problem Smiley

no problemo.. it usually does.. I like to keep my list of peers updated.
legendary
Activity: 1092
Merit: 1004
June 07, 2015, 02:27:30 PM
I uploaded my peers.dat file if anyone is having issues connecting to the network.
peers.dat keeps track of a list of all connections you have made with other karma wallet users.
It does not contain any personal information and so can be deleted or overwritten without affecting your coin holdings.

in order to keep this file updated and running smoothly, you should run our wallet and allow it to fully sync at least once a month.

https://www.dropbox.com/s/dkkxrslilob9pwa/peers.dat?dl=0

please make sure you backup your wallet.dat file ALWAYS before copying any files into your karma data folder.


Yep, that peers.dat file has sorted out the problem Smiley
hero member
Activity: 798
Merit: 1000
June 07, 2015, 02:16:17 PM
I uploaded my peers.dat file if anyone is having issues connecting to the network.
peers.dat keeps track of a list of all connections you have made with other karma wallet users.
It does not contain any personal information and so can be deleted or overwritten without affecting your coin holdings.

in order to keep this file updated and running smoothly, you should run our wallet and allow it to fully sync at least once a month.

https://www.dropbox.com/s/dkkxrslilob9pwa/peers.dat?dl=0

please make sure you backup your wallet.dat file ALWAYS before copying any files into your karma data folder.
newbie
Activity: 19
Merit: 0
June 07, 2015, 01:20:20 PM
This is another one among the series I am planning to do:

https://i.imgur.com/Q9lzLrx.png
legendary
Activity: 2424
Merit: 1148
June 07, 2015, 12:56:57 PM
Just sharing a video about Karma....



Great video!
legendary
Activity: 1274
Merit: 1000
June 07, 2015, 12:50:22 PM
Just sharing a video about Karma....



i love this video!! : )
hero member
Activity: 711
Merit: 500
CLOAK Trustless Anonymous Cryptocurrency
June 07, 2015, 10:43:18 AM
Little funny ..... should be done hardfork, and price increases.
newbie
Activity: 19
Merit: 0
June 07, 2015, 10:25:40 AM
Just sharing a video about Karma....

https://i.imgur.com/qhDwg8f.png
hero member
Activity: 798
Merit: 1000
June 07, 2015, 07:50:04 AM
But I am affraid KARM is pumping because almost everything is pumping.

seems like you might be right... Its still going up.. Cheesy
sr. member
Activity: 314
Merit: 250
June 07, 2015, 07:33:12 AM
Huh! Dudes who confuse and hit the button "buy" in cryptsy ??!?!
Price jumped double in 10 minutes ...... obviously someone has confused cool!  Grin

Look that ?!??!?!




Almost all alt coins are pumping. All the coins were oversold and cheapest to buy them was in January. Karm is not an exception. People are buying because all multibilion coins have pumped and KARM was one of the last which did not pump yet. Check LOT, it pumped 100x Smiley

there is a much simpler explanation.. they only just fixed the Karma wallet at cryptsy. For the past few weeks it has been impossible to deposit coins and sell them, hence why the price went up.
deposits seem to be working now. It will be interesting to see what happens in the next few days.


Fixed deposit implies more KARM coins to dump. It usually works opposite way:) But yes, it can be good sign of working coin and investors can take it as buy signal. But I am affraid KARM is pumping because almost everything is pumping.
Pages:
Jump to: