Bitcoin Forum
April 16, 2024, 10:03:53 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 [151] 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 ... 226 »
  Print  
Author Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties!  (Read 215262 times)
info_infoman1
Jr. Member
*
Offline Offline

Activity: 98
Merit: 1


View Profile
November 16, 2017, 07:45:46 PM
 #3001

Hi Pallas,
rpcwallet.cpp
Code:
if (params.size() > 4 && params[4].type() != null_type && !params[4].get_str().empty()){
string msg = [b]params[2].get_str();[/b]
        wtx.msg = vector<char>(msg.begin(),msg.end());
    }
here all right?
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713305033
Hero Member
*
Offline Offline

Posts: 1713305033

View Profile Personal Message (Offline)

Ignore
1713305033
Reply with quote  #2

1713305033
Report to moderator
1713305033
Hero Member
*
Offline Offline

Posts: 1713305033

View Profile Personal Message (Offline)

Ignore
1713305033
Reply with quote  #2

1713305033
Report to moderator
1713305033
Hero Member
*
Offline Offline

Posts: 1713305033

View Profile Personal Message (Offline)

Ignore
1713305033
Reply with quote  #2

1713305033
Report to moderator
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 16, 2017, 09:43:49 PM
 #3002

Hi Pallas,
rpcwallet.cpp
Code:
if (params.size() > 4 && params[4].type() != null_type && !params[4].get_str().empty()){
string msg = [b]params[2].get_str();[/b]
        wtx.msg = vector<char>(msg.begin(),msg.end());
    }
here all right?

Doesn't look right, and there is another one like that a few lines down. Likely a few chars fix. Tomorrow I will create a new branch.

Thanks for bringing it to my attention.

info_infoman1
Jr. Member
*
Offline Offline

Activity: 98
Merit: 1


View Profile
November 16, 2017, 10:05:18 PM
 #3003

Hi Pallas,
rpcwallet.cpp
Code:
if (params.size() > 4 && params[4].type() != null_type && !params[4].get_str().empty()){
string msg = [b]params[2].get_str();[/b]
        wtx.msg = vector<char>(msg.begin(),msg.end());
    }
here all right?

Doesn't look right, and there is another one like that a few lines down. Likely a few chars fix. Tomorrow I will create a new branch.

Thanks for bringing it to my attention.
it's not much harm to the work, probably just a copy-paste Smiley
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2017, 09:05:41 AM
 #3004

Hi Pallas,
rpcwallet.cpp
Code:
if (params.size() > 4 && params[4].type() != null_type && !params[4].get_str().empty()){
string msg = [b]params[2].get_str();[/b]
        wtx.msg = vector<char>(msg.begin(),msg.end());
    }
here all right?

Doesn't look right, and there is another one like that a few lines down. Likely a few chars fix. Tomorrow I will create a new branch.

Thanks for bringing it to my attention.
it's not much harm to the work, probably just a copy-paste Smiley

Yes, typical copy-paste error ;-)
will fix asap.

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
November 17, 2017, 10:06:57 AM
 #3005

bisq v0.6.0 has just been released and now supports XCN:
https://forum.bisq.io/t/new-version-0-6-0-released/3446

It's the first true decentralized P2P exchange. I like it a lot, especially because you keep full control over your coins (always stay in your own wallet).
I think this will be a great way for us to trade FIAT -> BTC -> XCN and back.

And it supports some new TOR features to now make it work in China -> our favorite market Smiley

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2017, 10:24:48 AM
 #3006

Hi Pallas,
rpcwallet.cpp
Code:
if (params.size() > 4 && params[4].type() != null_type && !params[4].get_str().empty()){
string msg = [b]params[2].get_str();[/b]
        wtx.msg = vector<char>(msg.begin(),msg.end());
    }
here all right?

Doesn't look right, and there is another one like that a few lines down. Likely a few chars fix. Tomorrow I will create a new branch.

Thanks for bringing it to my attention.
it's not much harm to the work, probably just a copy-paste Smiley

Yes, typical copy-paste error ;-)
will fix asap.

here it is:

https://github.com/pallas1/Cryptonite/commit/ac5fc1a5fe82856aba2445519fb21d70f97ec492

a couple little fixes to the send tx rpc calls.

thanks!

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2017, 10:42:39 AM
 #3007

bisq v0.6.0 has just been released and now supports XCN:
https://forum.bisq.io/t/new-version-0-6-0-released/3446

It's the first true decentralized P2P exchange. I like it a lot, especially because you keep full control over your coins (always stay in your own wallet).
I think this will be a great way for us to trade FIAT -> BTC -> XCN and back.

And it supports some new TOR features to now make it work in China -> our favorite market Smiley

Updated OP and tweeted. Thanks for your support!

Now lets make some volume and support the decentralised exchange approach. I'm sure you all realize how important it is, and bisq implementation is the best IMHO!

EDIT: Chinese users reading this, please spread the word about cryptonite and bisq thru your local channels!

d5000
Legendary
*
Offline Offline

Activity: 3878
Merit: 5973


Decentralization Maximalist


View Profile
November 17, 2017, 01:35:59 PM
 #3008

I came here from the "Scalability" page on the Bitcoin wiki. If this coin works as it's described, then this is the most awesome find in the altcoin world since I discovered Slimcoin Smiley. Cryptonite predates Ardor by more than 3 years (Ardor hasn't even launched) and seems to have a very, very similar scalability "solution".

I'm however a bit surprised to see that the price went so low. It's good for me, so I can buy some ... but did something like an attack/unintended fork happen or are these just the normal speculative waves?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2017, 02:17:34 PM
 #3009

I came here from the "Scalability" page on the Bitcoin wiki. If this coin works as it's described, then this is the most awesome find in the altcoin world since I discovered Slimcoin Smiley. Cryptonite predates Ardor by more than 3 years (Ardor hasn't even launched) and seems to have a very, very similar scalability "solution".

I'm however a bit surprised to see that the price went so low. It's good for me, so I can buy some ... but did something like an attack/unintended fork happen or are these just the normal speculative waves?

Hi and thanks for joining us.
The current price is, basicly, the result of our main market (chinese exchanges) being almost lost because of regulations by their government.
We are trying to fix this in many ways, but it's taking a lot of time because today most good exchanges want a lot of money for listing. We had pending listing requests on many exchanges like bittrex and poloniex (which was active last year but then dropped us).
Currently we are on novaexchange that (unfortunately) is apparently closing doors in some months.
Good news is that, since today, XCN can be traded on the new version of the bisq P2P exchange network.
Another good news (but not yet totally accomplished) is that we are listed on the international version of our former (chinese) best exchange (btc38.com): aex.com.
Trading is open but the wallet, just like that of many other coins there, is still closed (for both deposits and withdrawals).
Their support is stating that their are going thru a server upgrade and they will open the wallets later.

d5000
Legendary
*
Offline Offline

Activity: 3878
Merit: 5973


Decentralization Maximalist


View Profile
November 17, 2017, 02:29:31 PM
 #3010

Thanks for your fast answer, pallas!

So technically Cryptonite is working well, I assume. In this case, I'll try it out these days, I'm eager to see the "mini-blockchain" working ...
Exchange delistings are temporary problems, so if the coin's "basic concept/USP" is solid, that doesn't matter for me, "its time will come".

The other small altcoin I support, Slimcoin, is actually in a very similar situation (only trading on Novaexchange, but it's closing ...) and it's still alive and kickin'.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 17, 2017, 03:00:46 PM
 #3011

Thanks for your fast answer, pallas!

So technically Cryptonite is working well, I assume. In this case, I'll try it out these days, I'm eager to see the "mini-blockchain" working ...
Exchange delistings are temporary problems, so if the coin's "basic concept/USP" is solid, that doesn't matter for me, "its time will come".

The other small altcoin I support, Slimcoin, is actually in a very similar situation (only trading on Novaexchange, but it's closing ...) and it's still alive and kickin'.

I'm not saying we didn't have any trouble thru our history, but we are still alive as you can see, after almost 4 years ;-)
The coin is still fast and its innovative concepts working as expected.
It is a coin worth keeping alive for its technology and for historical reasons, but I can tell you we had huge trading volume at times, so no reason it can't be used as a currency.
Not only a tech exercise, then :-)
We have plans for it...

gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
November 18, 2017, 05:56:55 AM
 #3012

Why do talking constantly to obtain the wallet to find subsequent prevent, this is actually the 3rd day and also the pocket book is not ready, this is one of the cause I get free from Antshares project at first since it is really frustrating to use their wallet and now almost thesame issue

Sorry I couldn't get what you mean. Could you please explain again? What is frustrating you?

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 18, 2017, 07:19:55 AM
 #3013

Why do talking constantly to obtain the wallet to find subsequent prevent, this is actually the 3rd day and also the pocket book is not ready, this is one of the cause I get free from Antshares project at first since it is really frustrating to use their wallet and now almost thesame issue

Sorry I couldn't get what you mean. Could you please explain again? What is frustrating you?

Looks like ai generated text... Maybe a translator?

abudfv2008
Full Member
***
Offline Offline

Activity: 728
Merit: 106


View Profile
November 18, 2017, 07:22:51 AM
 #3014

Why do talking constantly to obtain the wallet to find subsequent prevent, this is actually the 3rd day and also the pocket book is not ready, this is one of the cause I get free from Antshares project at first since it is really frustrating to use their wallet and now almost thesame issue

Sorry I couldn't get what you mean. Could you please explain again? What is frustrating you?

Looks like ai generated text... Maybe a translator?
It's just another bot account to get airdrops
gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
November 18, 2017, 09:54:49 AM
 #3015

Why do talking constantly to obtain the wallet to find subsequent prevent, this is actually the 3rd day and also the pocket book is not ready, this is one of the cause I get free from Antshares project at first since it is really frustrating to use their wallet and now almost thesame issue

Sorry I couldn't get what you mean. Could you please explain again? What is frustrating you?

Looks like ai generated text... Maybe a translator?
It's just another bot account to get airdrops

wtf, I had no idea that's a thing now ...

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
farsky
Hero Member
*****
Offline Offline

Activity: 2114
Merit: 757


NO WAR ! Glory to Ukraine !


View Profile
November 18, 2017, 05:41:45 PM
 #3016

Here sometimes they write about problems with the wallet.
Do they really exist?
I bought coins several times on Nova, they came in successfully and very quickly  Smiley

Rus fascists: Goran_, mp3.Maniac, Xommy, ivan1975, lovesmayfamilis, Excimer, leonello, Snork1979, be.open, K210, Azrieli.
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 18, 2017, 05:44:07 PM
 #3017

Here sometimes they write about problems with the wallet.
Do they really exist?
I bought coins several times on Nova, they came in successfully and very quickly  Smiley

Once we had sync issues, but now I believe it is pretty stable. If someone is still having problems, please post the details.

d5000
Legendary
*
Offline Offline

Activity: 3878
Merit: 5973


Decentralization Maximalist


View Profile
November 19, 2017, 02:27:05 PM
 #3018

Trying to install the Linux wallet. Unfortunately, I run into a compilation error.
Code:
In file included from chainparams.h:9:0,
                 from protocol.h:13,
                 from addrman.h:9,
                 from addrman.cpp:5:
bignum.h:56:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM
                        ^~~~~~
In file included from /usr/include/openssl/crypto.h:31:0,
                 from allocators.h:15,
                 from serialize.h:9,
                 from netbase.h:13,
                 from addrman.h:8,
                 from addrman.cpp:5:
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of ‘BIGNUM {aka struct bignum_st}’
 typedef struct bignum_st BIGNUM;
                ^~~~~~~~~
In file included from chainparams.h:9:0,
                 from protocol.h:13,
                 from addrman.h:9,
                 from addrman.cpp:5:
bignum.h: In constructor ‘CBigNum::CBigNum()’:
bignum.h:61:21: error: ‘BN_init’ was not declared in this scope
         BN_init(this);
(and it continues a lot more ...)

I googled the error message and the issue seems to be well-known with various cryptocurrency wallets - it is an incompatibility with OpenSSL 1.1+ (see here, for example, for Steem). I also found a Cryptonite pastebin with the same error.

It has already been fixed in Bitcoin, the Steem folks say it's this commit: https://github.com/bitcoin/bitcoin/commit/b58be132c994b6f9b25cb4a702186ef96104953f

The only workaround I found would be to downgrade to OpenSSL 1.0  - does somebody know another solution?

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 19, 2017, 02:40:12 PM
 #3019

Trying to install the Linux wallet. Unfortunately, I run into a compilation error.
Code:
In file included from chainparams.h:9:0,
                 from protocol.h:13,
                 from addrman.h:9,
                 from addrman.cpp:5:
bignum.h:56:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
 class CBigNum : public BIGNUM
                        ^~~~~~
In file included from /usr/include/openssl/crypto.h:31:0,
                 from allocators.h:15,
                 from serialize.h:9,
                 from netbase.h:13,
                 from addrman.h:8,
                 from addrman.cpp:5:
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of ‘BIGNUM {aka struct bignum_st}’
 typedef struct bignum_st BIGNUM;
                ^~~~~~~~~
In file included from chainparams.h:9:0,
                 from protocol.h:13,
                 from addrman.h:9,
                 from addrman.cpp:5:
bignum.h: In constructor ‘CBigNum::CBigNum()’:
bignum.h:61:21: error: ‘BN_init’ was not declared in this scope
         BN_init(this);
(and it continues a lot more ...)

I googled the error message and the issue seems to be well-known with various cryptocurrency wallets - it is an incompatibility with OpenSSL 1.1+ (see here, for example, for Steem). I also found a Cryptonite pastebin with the same error.

It has already been fixed in Bitcoin, the Steem folks say it's this commit: https://github.com/bitcoin/bitcoin/commit/b58be132c994b6f9b25cb4a702186ef96104953f

The only workaround I found would be to downgrade to OpenSSL 1.0  - does somebody know another solution?

Thanks, I will try to incorporate that patch into cryptonite, it should be a no brainer.

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
November 19, 2017, 03:46:12 PM
 #3020

New blockchain snapshot:

https://mega.nz/#!JQh3GZRI!L-ddahsC8xs64cmToyjXiDwT_vex85DNl36EJVdXuJs

Pages: « 1 ... 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 [151] 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 ... 226 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!