Pages:
Author

Topic: [ANN] New Client for Neocoin (Read 1970 times)

member
Activity: 94
Merit: 10
October 08, 2013, 01:52:28 PM
#22
qtwallet build from github source crashes on finding PoS blocks

gdb:
Code:
#0  0x00007ffff34d7725 in vfprintf () from /lib64/libc.so.6
#1  0x00007ffff358c560 in __vsnprintf_chk () from /lib64/libc.so.6
#2  0x000000000047ee6f in vsnprintf (__ap=0x7fffd53cffd8, __fmt=0x689900 "(hash=%s, nTime=%d, ver=%d, vin.size=%zu, vout.size=%zu, nLockTime=%d, neodata=%s)\n", __n=50000,
    __s=0x7fffd53cfff0 "(hash=2b7e74b63a, nTime=1381180603, ver=1, vin.size=1, vout.size=1, nLockTime=0, neodata=") at /usr/include/bits/stdio2.h:79
#3  vstrprintf (format=0x689900 "(hash=%s, nTime=%d, ver=%d, vin.size=%zu, vout.size=%zu, nLockTime=%d, neodata=%s)\n", ap=ap@entry=0x7fffd53dc390) at src/util.cpp:309
#4  0x000000000047ef96 in real_strprintf (format=, dummy=) at src/util.cpp:331
#5  0x00000000004e4a7d in CTransaction::ToString (this=0x7fffe40634b0) at src/main.h:643
#6  0x00000000004e565d in print (this=) at src/main.h:660
#7  CBlock::print (this=this@entry=0x7fffe4062ef0) at src/main.h:1076
#8  0x00000000004bfe0d in CheckWork (pblock=0x7fffe4062ef0, wallet=..., reservekey=...) at src/main.cpp:4224
#9  0x00000000004c0abf in NeocoinMiner (pwallet=0x2fb2ae0, fProofOfStake=true) at src/main.cpp:4314
#10 0x000000000050a026 in ThreadStakeMinter (parg=0x2fb2ae0) at src/net.cpp:1313
#11 0x00007ffff6750724 in ?? () from /usr/lib64/libboost_thread.so.1.53.0
#12 0x00007ffff4052d96 in start_thread () from /lib64/libpthread.so.0
#13 0x00007ffff357946d in clone () from /lib64/libc.so.6

Trivial to fix:
Code:
             nVersion,
             vin.size(),
             vout.size(),
-            nLockTime),
-            neodata.substr(0,30).c_str();
+            nLockTime,
+            neodata.substr(0,30).c_str());
         for (unsigned int i = 0; i < vin.size(); i++)
             str += "    " + vin[i].ToString() + "\n";
         for (unsigned int i = 0; i < vout.size(); i++)


The bug is now fixed in the last version.
member
Activity: 84
Merit: 10
October 07, 2013, 06:00:52 PM
#21
qtwallet build from github source crashes on finding PoS blocks

gdb:
Code:
#0  0x00007ffff34d7725 in vfprintf () from /lib64/libc.so.6
#1  0x00007ffff358c560 in __vsnprintf_chk () from /lib64/libc.so.6
#2  0x000000000047ee6f in vsnprintf (__ap=0x7fffd53cffd8, __fmt=0x689900 "(hash=%s, nTime=%d, ver=%d, vin.size=%zu, vout.size=%zu, nLockTime=%d, neodata=%s)\n", __n=50000,
    __s=0x7fffd53cfff0 "(hash=2b7e74b63a, nTime=1381180603, ver=1, vin.size=1, vout.size=1, nLockTime=0, neodata=") at /usr/include/bits/stdio2.h:79
#3  vstrprintf (format=0x689900 "(hash=%s, nTime=%d, ver=%d, vin.size=%zu, vout.size=%zu, nLockTime=%d, neodata=%s)\n", ap=ap@entry=0x7fffd53dc390) at src/util.cpp:309
#4  0x000000000047ef96 in real_strprintf (format=, dummy=) at src/util.cpp:331
#5  0x00000000004e4a7d in CTransaction::ToString (this=0x7fffe40634b0) at src/main.h:643
#6  0x00000000004e565d in print (this=) at src/main.h:660
#7  CBlock::print (this=this@entry=0x7fffe4062ef0) at src/main.h:1076
#8  0x00000000004bfe0d in CheckWork (pblock=0x7fffe4062ef0, wallet=..., reservekey=...) at src/main.cpp:4224
#9  0x00000000004c0abf in NeocoinMiner (pwallet=0x2fb2ae0, fProofOfStake=true) at src/main.cpp:4314
#10 0x000000000050a026 in ThreadStakeMinter (parg=0x2fb2ae0) at src/net.cpp:1313
#11 0x00007ffff6750724 in ?? () from /usr/lib64/libboost_thread.so.1.53.0
#12 0x00007ffff4052d96 in start_thread () from /lib64/libpthread.so.0
#13 0x00007ffff357946d in clone () from /lib64/libc.so.6

Trivial to fix:
Code:
             nVersion,
             vin.size(),
             vout.size(),
-            nLockTime),
-            neodata.substr(0,30).c_str();
+            nLockTime,
+            neodata.substr(0,30).c_str());
         for (unsigned int i = 0; i < vin.size(); i++)
             str += "    " + vin[i].ToString() + "\n";
         for (unsigned int i = 0; i < vout.size(); i++)
member
Activity: 94
Merit: 10
September 08, 2013, 01:42:42 PM
#20
give your coin a huge [ANN] post where all up-to-date info is in one spot and well-structured.

Coming soon...
member
Activity: 94
Merit: 10
September 08, 2013, 01:40:54 PM
#19
New version 1.6

The contents of the messages are now encrypted.
There were also several improvements and fixes..

Download here:
http://neocoin.org/download-neocoin
hero member
Activity: 532
Merit: 500
bearded, drunk, fat, naked
September 06, 2013, 11:05:59 PM
#18
give your coin a huge [ANN] post where all up-to-date info is in one spot and well-structured. it doesn't even have that. I for one am not getting any connections with the client, and I'm not in the mood to search for addnodes. :p
member
Activity: 94
Merit: 10
September 01, 2013, 05:02:08 PM
#17
NeoCoin 1.5 wallet crashes at startup, something about assertion C++ bla bla bla.
Yeah, a new wallet is needed...

You use an old version, delete the Neocoin folder in AppData and everything should be fine.
full member
Activity: 138
Merit: 100
September 01, 2013, 04:40:51 PM
#16
NeoCoin 1.5 wallet crashes at startup, something about assertion C++ bla bla bla.
Yeah, a new wallet is needed...
member
Activity: 94
Merit: 10
September 01, 2013, 04:15:24 PM
#15
Is it possible to have a wallet for a Mac?

There is no binary for Mac but you can compile code and run it.
hero member
Activity: 1426
Merit: 506
September 01, 2013, 04:12:26 PM
#14
Very nice
sr. member
Activity: 350
Merit: 250
September 01, 2013, 04:07:08 PM
#13
Is it possible to have a wallet for a Mac?
member
Activity: 94
Merit: 10
September 01, 2013, 04:05:20 PM
#12
If you have any suggestions or if you've found any bugs, please post a comment.
member
Activity: 94
Merit: 10
September 01, 2013, 04:04:20 PM
#11
New version 1.5 available


Great! But when can I see the source code of the new version 1.4 on github?

Available on github.

I have 2 suggestions:

1.) add direct conversion NEC to usd
2.) take some other price, like Bitstamp or Coinbase as a base btc price. Mtgox is inflated and you can't really get money out of it, as far as I am concerned.

New:
Conversion NEC to USD.
It uses Bitstamp (BTC/USD) and Cryptsy (NEC/BTC).

It still crashes while trying to send from console. Stop trying to add fancy stuff and fix the basic features.

Fixed.

[ + ]
Some other bugs fixed.
legendary
Activity: 1498
Merit: 1021
Was mich nicht umbringt macht mich stärker [F.N.]
September 01, 2013, 12:12:56 PM
#10
I use Linux as my primary operating system.  When on githab will be available the source code for the latest version of the client?
legendary
Activity: 980
Merit: 1000
Need a campaign manager? PM me
September 01, 2013, 05:08:04 AM
#9
It still crashes while trying to send from console. Stop trying to add fancy stuff and fix the basic features.
sr. member
Activity: 434
Merit: 250
September 01, 2013, 04:49:27 AM
#8
My clients shows neo/btc and btc/usd pairs. I have 2 suggestions:

1.) add direct conversion NEC to usd
2.) take some other price, like Bitstamp or Coinbase as a base btc price. Mtgox is inflated and you can't really get money out of it, as far as I am concerned.

Best regards
member
Activity: 94
Merit: 10
August 31, 2013, 04:59:26 PM
#7
In my opinion all altcoins are condemned to fail, innovative or not. There are too many altcoins and there is no real market, except for a pump and dump scheme, and Bitcoin has too much power over rivals.

It's why Neocoin will evolve into something different. I can't say more for now, it's still a project and a work in process.
sr. member
Activity: 434
Merit: 250
August 31, 2013, 03:55:29 PM
#6
I like this coin. Just difficulty is a bit too high for profitable mining, afaik.
legendary
Activity: 1498
Merit: 1021
Was mich nicht umbringt macht mich stärker [F.N.]
August 31, 2013, 03:37:49 PM
#5
Great! But when can I see the source code of the new version 1.4 on github?
legendary
Activity: 1274
Merit: 1050
August 31, 2013, 03:34:27 PM
#4
Interesting. I mined quite a bit of this but getting worried that not much more is going to happen with NEC. Prove me wrong please Cheesy
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
August 31, 2013, 03:23:37 PM
#3
nice, keep it up Wink
Pages:
Jump to: