Author

Topic: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine - page 169. (Read 578501 times)

Hix
legendary
Activity: 1971
Merit: 1036
Yes. /Me found block #3406 using the standalone cpu miner about 50m ago.
~ Myagui
win 64?How long?

Win8 x64, latest wallet & using minerd (7 threads i7 @ stock clocks). See the 5m gap between starting the miner and finding a block  Cool
Nothing for the following hour though.

Code:
[12:03:15] 7 miner threads started, using M7 Proof-of-Work algorithm.
[12:08:01] Found share ...000000000070debab5b188ca66ab9fb0d8b9b1e656e41f1a472c8a672743ce06: submitting
[12:08:02] PROOF OF WORK RESULT: Accepted

Cheers,
~ Myagui
thx Smiley
hero member
Activity: 750
Merit: 511
I check the blockchain. Nothing strange. Total is 840k XCN. Block is 3455.
It has about 400 addresses.
About 200 addresses has > 100 XCN.
About 40 addresses has > 1000 XCN.
Top 10 (some is exchanges):
Code:
CNCzEBdvxzKSsGGdeqdGv17zuyWLeyAFvw: 246445,61
CeRad61n2RprFzywneKAkYN9bwFBu4yW2H: 188345,31
CZXiHFhK13AMLFWSp4eZ54N3F64JDcVPV6: 113825,43
Cd8gZ8MxqzeubBVuAnP2DzeLpvLn51sBR5: 35787
CazXGa3A2pxPqNanW4Yyy7peWeGcwHKFwT: 28284,861
CM3niKEDbjkmy5VJFdJT355mo3u9mow1UC: 18994
CeBwh8ncuvyC2XUbHEThupnqC8eZQSmoTx: 18959,766
CVKRikdNU5waPmDpn5bqwAisxDdMDEG1hR: 12149,893
CURgxdxewKiKxNYPtRpaHFnTRBSbtUCAzU: 10450,023
Cd6uyTic26h48MMKtJdDuSzhkG2qGsGgBh: 9715,396

Maybe I made ​​a error somewhere, a slightly different format output than bitcoins (simpler, inputs / outputs not exists),
but the total number of coins converges and the number of coins in my address too.

I have ~300kH/s (8 cores). Network has ~850MH/s. My share of the total is ~1/2833.
It's mean I can mine 1 block per 2 days.

Dev, will transaction info gone after 10000 blocks?
Will someone be kept full version of the blockchain (from 0 block)?

This is unusual - something really new, without any IPO and things like that.

legendary
Activity: 1154
Merit: 1001
Yes. /Me found block #3406 using the standalone cpu miner about 50m ago.
~ Myagui
win 64?How long?

Win8 x64, latest wallet & using minerd (7 threads i7 @ stock clocks). See the 5m gap between starting the miner and finding a block  Cool
Nothing for the following hour though.

Code:
[12:03:15] 7 miner threads started, using M7 Proof-of-Work algorithm.
[12:08:01] Found share ...000000000070debab5b188ca66ab9fb0d8b9b1e656e41f1a472c8a672743ce06: submitting
[12:08:02] PROOF OF WORK RESULT: Accepted

Cheers,
~ Myagui
sr. member
Activity: 728
Merit: 251
Yes. /Me found block #3406 using the standalone cpu miner about 50m ago.
~ Myagui
win 64?How long?
legendary
Activity: 1154
Merit: 1001
Yes. /Me found block #3406 using the standalone cpu miner about 50m ago.
~ Myagui
Hix
legendary
Activity: 1971
Merit: 1036
I don`t understand standalone miner finding blocks or no?
sr. member
Activity: 323
Merit: 250
 0.00007885 BTC/XCN  ON cn.bter.com,!  Grin  the price is too low.
legendary
Activity: 1151
Merit: 1001
10x it worked!
Code:
rpcuser=user
rpcpassword=pass
rpcallowip=XX.YY.ZZ.*
rpcport=8252
listen=1
daemon=1
server=1
logtimestamps=1

But, given your example I'll still try mining through wallet. Got 1 block for 6 hours with 18 cores... :/
legendary
Activity: 1148
Merit: 1000
We need a public gpu miner...
full member
Activity: 224
Merit: 100
█ If you want logo pm me █
sr. member
Activity: 728
Merit: 251
Can you share the conf file too?
I found only
Code:
rpcuser=user
rpcpassword=pass
rpcallowip=192.168.0.*
rpcport=5555
listen=1
daemon=1
server=1
logtimestamps=1
But frankly I have no idea if the port is important and which to use. Maybe 8252?!
listen=1
daemon=1
server=1
gen=0
testnet=0
rpcuser=user
rpcpassword=pass
rpcport=8252
rpcthreads=128
maxconnections=50000
rpcconnect=192.168.1.2(your pc ip)
rpcallowip=*.*.*.*
legendary
Activity: 1151
Merit: 1001
Some new builds are up. http://gpile.it/mbc/

901 vintage has support for a standalone miner. The windows binary is included there. Source available at https://github.com/MiniblockchainProject/Minerd
Standalone should have pretty much the same performance as wallet miner.

There was a bug in older builds that over-reported hash rate by a factor of 2. So don't freak out and think it's slower. Same speed, correct number.

How to use this standalone minerd?!

minerd --url http://127.0.0.1:RPCPORT/ --user RPCUSER --pass RPCPASSWORD --threads 2

but...use it solo 2hours with 100+ E3 1230V3 no block
Can you share the conf file too?
I found only
Code:
rpcuser=user
rpcpassword=pass
rpcallowip=192.168.0.*
rpcport=5555
listen=1
daemon=1
server=1
logtimestamps=1
But frankly I have no idea if the port is important and which to use. Maybe 8252?!
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
where to put the missing dll in windows 7?
Same folder as the cryptonite exe.
hero member
Activity: 742
Merit: 500
where to put the missing dll in windows 7?
sr. member
Activity: 728
Merit: 251
Some new builds are up. http://gpile.it/mbc/

901 vintage has support for a standalone miner. The windows binary is included there. Source available at https://github.com/MiniblockchainProject/Minerd
Standalone should have pretty much the same performance as wallet miner.

There was a bug in older builds that over-reported hash rate by a factor of 2. So don't freak out and think it's slower. Same speed, correct number.

How to use this standalone minerd?!

minerd --url http://127.0.0.1:RPCPORT/ --user RPCUSER --pass RPCPASSWORD --threads 2

but...use it solo 2hours with 100+ E3 1230V3 no block
legendary
Activity: 1151
Merit: 1001
Some new builds are up. http://gpile.it/mbc/

901 vintage has support for a standalone miner. The windows binary is included there. Source available at https://github.com/MiniblockchainProject/Minerd
Standalone should have pretty much the same performance as wallet miner.

There was a bug in older builds that over-reported hash rate by a factor of 2. So don't freak out and think it's slower. Same speed, correct number.

How to use this standalone minerd?!
hero member
Activity: 714
Merit: 500
Crypti Community Manager
How many coins are mined each day?
newbie
Activity: 37
Merit: 0
Some new builds are up. http://gpile.it/mbc/

901 vintage has support for a standalone miner. The windows binary is included there. Source available at https://github.com/MiniblockchainProject/Minerd
Standalone should have pretty much the same performance as wallet miner.

There was a bug in older builds that over-reported hash rate by a factor of 2. So don't freak out and think it's slower. Same speed, correct number.

use cpuminerd ...100+pc 1hour no blocks Huh Huh Huh Huh
This coin isn't memorycoin (another algorithm including sha512 but not m7), so the miner won't work on our coin here. It's a wet dream that this miner works because there's a gpu miner for the memorycoin too.
full member
Activity: 288
Merit: 105
we need pool

Yeah we do. Somebody with some python experience could probably whip something up around the standalone miner and getwork in short order. Hopefully someone will step up.
full member
Activity: 178
Merit: 100
Jump to: