Bitcoin Forum
April 26, 2024, 02:34:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 248 »
821  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 18, 2017, 05:44:07 PM
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.
822  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 18, 2017, 07:19:55 AM
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?
823  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 17, 2017, 03:00:46 PM
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...
824  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 17, 2017, 02:17:34 PM
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.
825  Alternate cryptocurrencies / Announcements (Altcoins) / Re: New EXCHANGE: bisq on: November 17, 2017, 10:42:39 AM
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!
826  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 17, 2017, 10:24:48 AM
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!
827  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 17, 2017, 09:05:41 AM
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.
828  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 16, 2017, 09:43:49 PM
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.
829  Alternate cryptocurrencies / Tokens (Altcoins) / Re: -ANN- POLYTIMOS - NEW algo - FAIR ninja launch - NO pre,insta,ICO on: November 16, 2017, 07:34:38 PM
no nvidia miner? sgminer is bad for the green side

Standard tpruvot ccminer supports it. He committed the new algo to github today.
830  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: November 16, 2017, 02:28:25 PM
why is the price so fast declining?



that peak is an exchange glitch.
price is growing steadly.
831  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LUXCoin—New PHI1612 PoW/PoS Hybrid—PrivateSend—LUXNodes—Live on Cryptopia on: November 16, 2017, 01:39:48 PM
Can u guys share ur hashrate and settings so everyone can see how many hs/s do we get with our gpus?

GTX970 Gigabyte G1: 13Mh/s  +150Core

GTX 1050 OEM: 6Mh/s +200Core

GTX1060 /6Gb : 14,97 Mh/s +180 core
You can do nothing at all ...
Overclocking does not give much

Maybe you are limited by power limit
832  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 15, 2017, 09:03:43 PM
in triewiew.cpp
Code:
if(node->Balance() < MIN_BALANCE){
TrieEngine::Remove(&m_root,node);
undo.m_destroy=true;
}
undos.push_back(undo);
why not send those coins to coinbase wallet pubkey=0 ?

Why?
833  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 15, 2017, 03:37:55 PM
Can I install any getblocktemplate->get_work proxy or my own stratum server to use this bullsh~t?

Try more polite.
834  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 15, 2017, 03:22:39 PM
How to run solo mining with getblocktemplate method for equihash algorithm in ccminer tpruvot (Windows x64)?

ccminer doesn't support getblocktemplate.
835  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 15, 2017, 02:10:32 PM
"Hello! Sorry, the current wallet is still being deployed Oh, to be gradually opened up after the server improvement, the specific time open customer service for the time being I do not know, please note follow-up notice, thank you for your support, I wish you a happy life."

Was that an update from AEX?

Yes, it's the "google translate" powered meme with earphones ;-)
836  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HUB]Hubcoin. Free tools, trackers, explorers + services for blockchain projects on: November 15, 2017, 09:44:13 AM
news? dead?
837  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 15, 2017, 09:41:08 AM
"Hello! Sorry, the current wallet is still being deployed Oh, to be gradually opened up after the server improvement, the specific time open customer service for the time being I do not know, please note follow-up notice, thank you for your support, I wish you a happy life."
838  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 14, 2017, 06:55:11 PM
will it be ever possible to use no getwork option ?

That requires implementing support for getblocktemplate (as an alternative to getwork). Not trivial.
839  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! on: November 14, 2017, 06:47:43 PM
Anyone tested the "no-ep" branch? Need a linux binary?

Merged into master. Now the github sources do include the "epamounts" option.

I've been running it for 30 hours now, no problems whatsoever. Haven't tried to transfer coins though, solomining works.

Is there a way to "stress test" it somehow?

The issues that could arise are in case you set epamounts to 0: it could return wrong or approximate values, or it could wrongly convert a value sent into an rpc call.
840  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] INTENSE COIN - Blockchain backed decentralized VPN - Hybrid PoW on: November 14, 2017, 03:26:38 PM
Why hash rate network low more than hash rate pool

That can easily happen when a pool has most of the hashrate of a coin.
Remember that the network hashrate is just an estimation.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 248 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!