Bitcoin Forum
May 04, 2024, 09:06:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 202 203 ... 226 »
  Print  
Author Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties!  (Read 215295 times)
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 01, 2017, 09:03:21 AM
 #3041

I downloaded the mining program, but it doesn't do anything. There's no instructions and it just flashes up a command window that disappears just as quick!

I also tried messaging the "Contact Us" on the website, but seems it either doesn't work, or I'm just being ignored Sad

I own a lot of XCN, I'd like to mine too, but everything feels like pulling teeth at the moment!

Please use this thread or slack for support.
If you make a bat file with "pause" command at the end, you can see the error message which is printed before the window closes.

The error is saying it expects a URL....

Is there not normally a batch file supplied with a miner with all the required parameters?
There's nothing in the zip file I downloaded....

Standard ccminer parameters:

-a m7
-o [stratum url]
-u [username]
-p [password]

Sorry, I've worked in IT for 30 years, but I've never mined coins before. That means nothing to me....

make a bat file containing:

ccminer -a m7 -o [stratum url you get from the pool] -u [your username on that pool] -p [your password]

pause

1714856789
Hero Member
*
Offline Offline

Posts: 1714856789

View Profile Personal Message (Offline)

Ignore
1714856789
Reply with quote  #2

1714856789
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
d5000
Legendary
*
Offline Offline

Activity: 3906
Merit: 6172


Decentralization Maximalist


View Profile
December 01, 2017, 05:28:00 PM
Last edit: December 01, 2017, 10:03:49 PM by d5000
 #3042

Thanks for your contribution!
Yes please, make a fork so I can have a look at the changes and help fixing the remaining issue.

Here it is: https://github.com/d5000/Cryptonite

The patches I used (in part, I had to modify them):

From Bitcoin:

Move base58.h implementation code to base58.cpp
https://github.com/bitcoin/bitcoin/commit/010e66188e24b80f9c5d2e9ab3645792cab07f20

Replace DecodeBase58/EncodeBase58 with direct implementation.
https://github.com/bitcoin/bitcoin/commit/b58be132c994b6f9b25cb4a702186ef96104953f#diff-25d902c24283ab8cfbac54dfa101ad31

Move {Get,Set}Compact from bignum to uint256
https://github.com/bitcoin/bitcoin/commit/df9eb5e14fa8072bc8a82b59e712c2ba36f13f4c#diff-a14526df59967a9cc4103d78f3f40dd8

Reduce bignum.h now it is only needed for scriptnum_tests
https://github.com/bitcoin/bitcoin/commit/ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3#diff-a14526df59967a9cc4103d78f3f40dd8

Remove CBigNum dependency for scripts
https://github.com/bitcoin/bitcoin/commit/84efe0ec223c24fcdd3e3f971170783ce481bcff#diff-25d902c24283ab8cfbac54dfa101ad31

From Peercoin (partly for key.h/key.cpp/crypter.cpp):

Fix OpenSSL v1.1 compatibility
https://github.com/hrobeers/peercoin/commit/5b09830e5de0f5105534e69dbf4acffb3255869b

-----

I had originally deleted bignum.h and the bignum tests, but I included them for the case they're needed - I think not.

(To the users: Don't use this fork - it does not work properly!)

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
gnasirator
Full Member
***
Offline Offline

Activity: 175
Merit: 113


View Profile
December 01, 2017, 08:05:14 PM
 #3043

nice!
btw, is there anyone who knows how to open the project in eclipse?
I'd like to get my hands dirty as well but really only know eclipse - preferrably in windows. Is anyone developing in that environment? (I know you're not, pallas^^)

XCN: CJSECkHi7tTTTA1ze9qYRkkUCKfFiF8EEG
robo2
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 03, 2017, 09:51:30 PM
 #3044

HI

XCN Specyfication:
...
...
...
Coin Maturity: instant  <-  Staking working? If yest what annual intrest?
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 03, 2017, 09:54:25 PM
 #3045

HI

XCN Specyfication:
...
...
...
Coin Maturity: instant  <-  Staking working? If yest what annual intrest?

No, there is no staking.

rezed
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 05, 2017, 07:30:56 AM
 #3046

Wallet on AEX "Temporarily closed", why and for how long?
gawlea
Hero Member
*****
Offline Offline

Activity: 756
Merit: 579



View Profile
December 05, 2017, 09:09:01 AM
Last edit: December 06, 2017, 07:58:33 PM by gawlea
 #3047

Wallet on AEX "Temporarily closed", why and for how long?

As @liuwei37645 linked the AEX announcement, maybe the "temporary closed" XCN wallet is related to this.
Here is what they say about the XCN and other six projects: https://www.aex.com/page/news/notice/2017/1110/en_46.html

Maybe is time to search and try to get on another exchange..
stocks.exchange it seems to get some momentum and I think is free to get listed there, but I'm not sure.
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 05, 2017, 09:34:55 AM
 #3048

Wallet on AEX "Temporarily closed", why and for how long?

As @liuwei37645 linked the AEX announcement, maybe the "temporary closed" XCN wallet is related to this.
Here is what they say about the XCN and other six projects:

Maybe is time to search and try to get on another exchange..
stocks.exchange it seems to get some momentum and I think is free to get listed there, but I'm not sure.

Aex support said they would open the xcn wallet regardless.
I agree about stocks.exchange, we should try to be listed there while it's free/cheap since that exchange is growing. Any volunteer? :-)

pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 05, 2017, 10:54:33 AM
 #3049

Thanks for your contribution!
Yes please, make a fork so I can have a look at the changes and help fixing the remaining issue.

Here it is: https://github.com/d5000/Cryptonite

The patches I used (in part, I had to modify them):

From Bitcoin:

Move base58.h implementation code to base58.cpp
https://github.com/bitcoin/bitcoin/commit/010e66188e24b80f9c5d2e9ab3645792cab07f20

Replace DecodeBase58/EncodeBase58 with direct implementation.
https://github.com/bitcoin/bitcoin/commit/b58be132c994b6f9b25cb4a702186ef96104953f#diff-25d902c24283ab8cfbac54dfa101ad31

Move {Get,Set}Compact from bignum to uint256
https://github.com/bitcoin/bitcoin/commit/df9eb5e14fa8072bc8a82b59e712c2ba36f13f4c#diff-a14526df59967a9cc4103d78f3f40dd8

Reduce bignum.h now it is only needed for scriptnum_tests
https://github.com/bitcoin/bitcoin/commit/ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3#diff-a14526df59967a9cc4103d78f3f40dd8

Remove CBigNum dependency for scripts
https://github.com/bitcoin/bitcoin/commit/84efe0ec223c24fcdd3e3f971170783ce481bcff#diff-25d902c24283ab8cfbac54dfa101ad31

From Peercoin (partly for key.h/key.cpp/crypter.cpp):

Fix OpenSSL v1.1 compatibility
https://github.com/hrobeers/peercoin/commit/5b09830e5de0f5105534e69dbf4acffb3255869b

-----

I had originally deleted bignum.h and the bignum tests, but I included them for the case they're needed - I think not.

(To the users: Don't use this fork - it does not work properly!)

Thanks a lot!

Sorry it took so much but I finally was able to have a look at your work. I thought less changes were needed :-/
In general it looks good; I will clone and compile it ASAP to see if I can find were the problem lies.
A little note: bignum.cpp is added to a headers directive in Makefile.am, there is probably a more appropriate place to put it.

d5000
Legendary
*
Offline Offline

Activity: 3906
Merit: 6172


Decentralization Maximalist


View Profile
December 05, 2017, 05:19:32 PM
Last edit: December 05, 2017, 07:07:32 PM by d5000
 #3050

Sorry it took so much but I finally was able to have a look at your work. I thought less changes were needed :-/
In general it looks good; I will clone and compile it ASAP to see if I can find were the problem lies.
A little note: bignum.cpp is added to a headers directive in Makefile.am, there is probably a more appropriate place to put it.
Yep, I thought also it were only a couple of easy replacements - and it turned out to be much more. But as I already started, I wanted to finish it ...

The files where I suspect I did something wrong are those where I didn't make only simple replacements using the patches (because Cryptonite had significantly different code) and had to guess what to use instead:

- chainparams.cpp (first replacement is specific to Cryptonite)
- main.cpp (the part at line 980 where a fNegative/fOverflow variable is introduced, Cryptonite's code was somewhat different than Bitcoin's)
- main.h (around line 736)
- crypter.cpp
- key.cpp (in these two files the original Peercoin patch didn't work fully, so I had to adapt it)

PS: I think I spotted a possible error in this commit at line 305 in key.cpp, where I used (probably wrongly) the original Peercoin patch. I'll look into it.

Edit: It still segfaults after correcting the values to those used in Cryptonite. :-( However, I commited the change to my fork because I think it was wrong anyway.

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
muf18
Sr. Member
****
Offline Offline

Activity: 882
Merit: 310


View Profile
December 05, 2017, 09:40:57 PM
 #3051

Hope to see us in a group with same purposes for exchanges, and markets, with Slimcoin, and other innovative crypto projects.
Hello to Cryptonite community, from one of the small supporters of Slimcoin.
..XyZ..
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
December 05, 2017, 10:06:41 PM
 #3052

Aex support said they would open the xcn wallet regardless.
I agree about stocks.exchange, we should try to be listed there while it's free/cheap since that exchange is growing. Any volunteer? :-)

Are they give any ETA for opening?
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 06, 2017, 10:02:44 AM
 #3053

Latest support reply version:

"Hello! Sorry, the current xcn wallet is still under test, to be open as soon as possible after the deployment of the test, but also you concerned about the news, I wish you have a good day."

At least there does seem to be an improvement ;-)

cyborgx
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 07, 2017, 11:39:37 AM
 #3054

I downloaded the mining program, but it doesn't do anything. There's no instructions and it just flashes up a command window that disappears just as quick!

I also tried messaging the "Contact Us" on the website, but seems it either doesn't work, or I'm just being ignored Sad

I own a lot of XCN, I'd like to mine too, but everything feels like pulling teeth at the moment!

Please use this thread or slack for support.
If you make a bat file with "pause" command at the end, you can see the error message which is printed before the window closes.

The error is saying it expects a URL....

Is there not normally a batch file supplied with a miner with all the required parameters?
There's nothing in the zip file I downloaded....

Standard ccminer parameters:

-a m7
-o [stratum url]
-u [username]
-p [password]

Sorry, I've worked in IT for 30 years, but I've never mined coins before. That means nothing to me....

make a bat file containing:

ccminer -a m7 -o [stratum url you get from the pool] -u [your username on that pool] -p [your password]

pause
Thanks.

Can you suggest any pools that support XCN mining?
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 07, 2017, 11:59:01 AM
 #3055

I downloaded the mining program, but it doesn't do anything. There's no instructions and it just flashes up a command window that disappears just as quick!

I also tried messaging the "Contact Us" on the website, but seems it either doesn't work, or I'm just being ignored Sad

I own a lot of XCN, I'd like to mine too, but everything feels like pulling teeth at the moment!

Please use this thread or slack for support.
If you make a bat file with "pause" command at the end, you can see the error message which is printed before the window closes.

The error is saying it expects a URL....

Is there not normally a batch file supplied with a miner with all the required parameters?
There's nothing in the zip file I downloaded....

Standard ccminer parameters:

-a m7
-o [stratum url]
-u [username]
-p [password]

Sorry, I've worked in IT for 30 years, but I've never mined coins before. That means nothing to me....

make a bat file containing:

ccminer -a m7 -o [stratum url you get from the pool] -u [your username on that pool] -p [your password]

pause
Thanks.

Can you suggest any pools that support XCN mining?


suprnova

https://xcn.suprnova.cc/index.php

e.nexus
Member
**
Offline Offline

Activity: 96
Merit: 25


View Profile
December 09, 2017, 03:33:25 PM
 #3056

It's still alright to go solo if you have 10+MH
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 09, 2017, 05:07:54 PM
 #3057

It's still alright to go solo if you have 10+MH

Is it a question?
Difficulty is pretty low now, I think you can.

esbrave789
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
December 09, 2017, 05:20:14 PM
 #3058

XCN I started from May this year, brought me a lot of wealth, it is familiar to me and affection, I sincerely suggest that the author can contact some trading platform, XCN need a broader platform
pallas (OP)
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 09, 2017, 05:30:53 PM
 #3059

XCN I started from May this year, brought me a lot of wealth, it is familiar to me and affection, I sincerely suggest that the author can contact some trading platform, XCN need a broader platform

Indeed. Aex.com promised to open their xcn wallet soon. If that is true, we will have much more volume!

e.nexus
Member
**
Offline Offline

Activity: 96
Merit: 25


View Profile
December 09, 2017, 11:41:17 PM
 #3060

It's still alright to go solo if you have 10+MH

Is it a question?
Difficulty is pretty low now, I think you can.

No just letting the newer people know.

I go solo with 12MH if the net is below 2G and diff is below 200k.
Pages: « 1 ... 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 202 203 ... 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!