Author

Topic: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties! - page 161. (Read 215807 times)

full member
Activity: 431
Merit: 105
we definitely need new exchange for XCN, BTER and BTC38 is still sucking with withdrawal issue.

Btc38 everything is normal

Yeah also normal everything here.

Apart from suprnova pool disconnecting all the time.


btc,eth,ltc withdrawal not processing if it bigger then 1 btc
well now it seems you cant exchange XCN on BTC38 at all, says something about maintenaince? Anybody knows details?

still same here, cannot sell in btc, but can sell in cny, is this the same for anyone else. why did this happen to btc/xcn? at btc38?
full member
Activity: 140
Merit: 100
full member
Activity: 180
Merit: 100
Hi I want to ask you do you have mining calculator? Thank you in advance.
newbie
Activity: 35
Merit: 0
Please what's up with btc38?
Why the move to CNY only?

I see some people here knew about it as at yesterday. Where did you get the information?
full member
Activity: 133
Merit: 100
Maybe you can do a "read" and a "write" section. So for those just looking at the balance, they can be in the read portion, sharing a blockchain. But for those wanting to make a transaction, they enter a queue to use a dedicated blockchain and get moved off after the transaction.

Daemon doesn't differentiate between reading and writing - it locks blockchain for its use in entirety.



Damn, too bad. Well, good luck on the project.


newbie
Activity: 9
Merit: 0
Maybe you can do a "read" and a "write" section. So for those just looking at the balance, they can be in the read portion, sharing a blockchain. But for those wanting to make a transaction, they enter a queue to use a dedicated blockchain and get moved off after the transaction.

Daemon doesn't differentiate between reading and writing - it locks blockchain for its use in entirety.

full member
Activity: 133
Merit: 100
Can each client share the blockchain of the daemon?

Looks like they can't - I researched from original bitcoin talk and found out that sharing bitcoin directory can corrupt blockchain.
So at cost of ~30GB I can support 100 concurrent users as of now. After timeout, or user leaves the site I delete his wallet(which was previously encrypted).

Maybe you can do a "read" and a "write" section. So for those just looking at the balance, they can be in the read portion, sharing a blockchain. But for those wanting to make a transaction, they enter a queue to use a dedicated blockchain and get moved off after the transaction.
newbie
Activity: 9
Merit: 0
Can each client share the blockchain of the daemon?

Looks like they can't - I researched from original bitcoin talk and found out that sharing bitcoin directory can corrupt blockchain.
So at cost of ~30GB I can support 100 concurrent users as of now. After timeout, or user leaves the site I delete his wallet(which was previously encrypted).
full member
Activity: 133
Merit: 100
Well, I'm stuck now with web wallet
Will community accept one-wallet web storage? I don't consider it secure, because all encryption keys are in my hands.
Multi wallet solution has reached a wall because it requires separate blockchain every time , so ~330MB per user. It does not look reasonable to handle 100 concurrent users for a cost of 32GB of storage, is it? In all other aspects it's fine - each wallet is stored securely with its own encryption key, which I don't know, and after user is done, entire wallet is deleted - it is responsibility of a user to store his private keys in a secure place.
Ideas?

EDIT: Multi blockchain solution seems reasonable only if I introduce service fees, which is not very good.

Hey nice to see a Rubyist here. I'm just a beginner so I can't help much.

But don't think that's the optimal solution to have separate blockchain for each user. Can each client share the blockchain of the daemon?

The other extreme solution is to translate the client code into native Ruby, but that would be a massive undertaking.
legendary
Activity: 1208
Merit: 1003
chinaxcn, Hey mate, can you please ask btc38 staff to increase BTC transaction fee to at least 150-200sat/byte. For some reason they decreased it to 10sat/byte, and now all outgoing TXs are unconfirmed. Have no idea why they did that Huh
newbie
Activity: 35
Merit: 0
Please can someone help on how to compile the djm34 release on linux, please?

Code:
git clone https://github.com/djm34/ccminer-msvc2015.git
cd ccminer-msvc2015
./autogen.sh
./configure
make


Thank you so much!
I saw I need to download Nvidia drivers first.
Any other thing I need to change?

You should have the Cuda toolkit installed, I use the drivers that come with it in the deb packages:

https://developer.nvidia.com/cuda-downloads

./configure will let you know if other stuff is missing



Thank you so much. God bless!
member
Activity: 96
Merit: 25
Please can someone help on how to compile the djm34 release on linux, please?

Code:
git clone https://github.com/djm34/ccminer-msvc2015.git
cd ccminer-msvc2015
./autogen.sh
./configure
make


Thank you so much!
I saw I need to download Nvidia drivers first.
Any other thing I need to change?

You should have the Cuda toolkit installed, I use the drivers that come with it in the deb packages:

https://developer.nvidia.com/cuda-downloads

./configure will let you know if other stuff is missing

newbie
Activity: 9
Merit: 0
Well, I'm stuck now with web wallet
Will community accept one-wallet web storage? I don't consider it secure, because all encryption keys are in my hands.
Multi wallet solution has reached a wall because it requires separate blockchain every time , so ~330MB per user. It does not look reasonable to handle 100 concurrent users for a cost of 32GB of storage, is it? In all other aspects it's fine - each wallet is stored securely with its own encryption key, which I don't know, and after user is done, entire wallet is deleted - it is responsibility of a user to store his private keys in a secure place.
Ideas?

EDIT: Multi blockchain solution seems reasonable only if I introduce service fees, which is not very good.
sr. member
Activity: 463
Merit: 250
we definitely need new exchange for XCN, BTER and BTC38 is still sucking with withdrawal issue.

Btc38 everything is normal

Yeah also normal everything here.

Apart from suprnova pool disconnecting all the time.


btc,eth,ltc withdrawal not processing if it bigger then 1 btc
well now it seems you cant exchange XCN on BTC38 at all, says something about maintenaince? Anybody knows details?
newbie
Activity: 35
Merit: 0
Please can someone help on how to compile the djm34 release on linux, please?

Code:
git clone https://github.com/djm34/ccminer-msvc2015.git
cd ccminer-msvc2015
./autogen.sh
./configure
make


Thank you so much!
I saw I need to download Nvidia drivers first.
Any other thing I need to change?
member
Activity: 96
Merit: 25
Seems (like some other wallets) there is a maximum of 4 miners connection for solomining?? Is there a way to get more than 4 connections to one wallet? Thanks for any input Smiley

Upload your blockchain files from the wallet please, I can't sync, stuck in 6 days since last block.
Then i will tell you how to increase maximum connections for miners  Wink

Blockchain snapshot:
http://www.mediafire.com/file/d58v4eld3adaccc/Cryptonite.rar
member
Activity: 96
Merit: 25
Please can someone help on how to compile the djm34 release on linux, please?

Code:
git clone https://github.com/djm34/ccminer-msvc2015.git
cd ccminer-msvc2015
./autogen.sh
./configure
make
newbie
Activity: 35
Merit: 0
Please can someone help on how to compile the djm34 release on linux, please?
newbie
Activity: 9
Merit: 0
Any knowledgeable people around? Somebody runs multiple wallets on the same machine? What is size of datadir for them?
legendary
Activity: 1504
Merit: 1002
Does anyone have contact with OCminer?  I sent him a PM but got no response.  His pool is constantly dropping out.  Is there no alternative pool? 

Also, does anyone have any input on the max (4) mining connections to the wallet?  @pallas?

Is it a limitation of the bitcoin core?

Thanks,

-pokeytex
Jump to: