Author

Topic: [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | - page 256. (Read 316958 times)

legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make
i get this error when i try that
configure: error: Found Berkeley DB other than 4.8


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
well i give up.never had this sort of trouble compiling a wallet


You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"
changed to Berkeley DB 5.3.28 still get same error


Damn i forget to tell you to use this command  ./configure --with-incompatible-bdb  my bad , sorry
cheers bro.that worked.thanks for help
got it to compile but when i try start crowncoind i get this error
 Error initializing wallet database environment /root/.crowncoin!


You still get that error?
hero member
Activity: 748
Merit: 500
Do you somebody has xp with paperwallet generator or android wallets?
newbie
Activity: 23
Merit: 0
An interesting coin: D
It is impossible to dig CPU?
It works a p2pool?
1. yes you can mine with any sha256 miner, cpu miner, cgminer, etc.
2.

member
Activity: 103
Merit: 10
An interesting coin: D
It is impossible to dig CPU?
It works a p2pool?
legendary
Activity: 964
Merit: 1000
any more update on possible exchanges for the coin ?

They should come during next week guys

by that time. the first reward halving may occur going at this rate...

need verification whether the block reward halving occurs at 210,000 blocks or 2,100,000 blocks.
hero member
Activity: 644
Merit: 500
says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make
i get this error when i try that
configure: error: Found Berkeley DB other than 4.8


https://github.com/Climbee/crowncoin/blob/master/doc/build-unix.md
well i give up.never had this sort of trouble compiling a wallet


You using a different Berkeley DB so thats why you get the error , me i just compiled without errors and this is my Berkeley DB version
Code:
#define DB_VERSION_STRING       "Berkeley DB 5.3.28: (September  9, 2013)"
changed to Berkeley DB 5.3.28 still get same error


Damn i forget to tell you to use this command  ./configure --with-incompatible-bdb  my bad , sorry
cheers bro.that worked.thanks for help
got it to compile but when i try start crowncoind i get this error
 Error initializing wallet database environment /root/.crowncoin!
newbie
Activity: 23
Merit: 0
well thanks now it's working Smiley
but i guess the network is to much faster than me so for me i think it's  impossible to make a single share
as every second i get :
Stratum from pool 0 requested work restart
Stratum from pool 0 detected new block

also if you want can you make a public repo on github for the crowncoin p2pool?

also i can make the network.py files available.

p2pool/networks.py https://www.dropbox.com/s/z6gb9litbg7olsi/networks2.py?dl=0
p2pool/bitcoin/networks.py https://www.dropbox.com/s/eyuazllimt2fxjk/networks.py?dl=0

Line 175 of p2pool/networks.py         PERSIST=False, change that to         PERSIST=True,
Thanks again Smiley
hero member
Activity: 748
Merit: 500
any more update on possible exchanges for the coin ?

They should come during next week guys
legendary
Activity: 964
Merit: 1000
well thanks now it's working Smiley
but i guess the network is to much faster than me so for me i think it's  impossible to make a single share
as every second i get :
Stratum from pool 0 requested work restart
Stratum from pool 0 detected new block

also if you want can you make a public repo on github for the crowncoin p2pool?

also i can make the network.py files available.

p2pool/networks.py https://www.dropbox.com/s/z6gb9litbg7olsi/networks2.py?dl=0
p2pool/bitcoin/networks.py https://www.dropbox.com/s/eyuazllimt2fxjk/networks.py?dl=0

Line 175 of p2pool/networks.py         PERSIST=False, change that to         PERSIST=True,
newbie
Activity: 18
Merit: 0
any more update on possible exchanges for the coin ?
newbie
Activity: 23
Merit: 0
legendary
Activity: 964
Merit: 1000
well thanks now it's working Smiley
but i guess the network is to much faster than me so for me i think it's  impossible to make a single share
as every second i get :
Stratum from pool 0 requested work restart
Stratum from pool 0 detected new block

also if you want can you make a public repo on github for the crowncoin p2pool?

the network is moving very fast right now. it should slow down in a bit since the difficulty will be adjusting again soon. once the difficulty settles it shouldnt be a problem and the new blocks will slow down

currently this is how the difficulty works

block 20130  diff 4
block 40260 diff 16
block 60390 diff 64
block 80520 diff 256
block 100650 diff 1024
block 120780 diff 4096
block 140910 diff 16384
block 161040 diff 65536
block 181170 diff 262144
block 201300 diff 1048576
block 221430 diff 4194304
newbie
Activity: 23
Merit: 0
well thanks now it's working Smiley
but i guess the network is to much faster than me so for me i think it's  impossible to make a single share
as every second i get :
Stratum from pool 0 requested work restart
Stratum from pool 0 detected new block

also if you want can you make a public repo on github for the crowncoin p2pool?
legendary
Activity: 964
Merit: 1000
guys can you help me?
how do i mine on the p2pool?


use your wallet address as the username and anything for the password
the stratum is  

Stratum+tcp://99.236.215.227
Username : (WALLET ADDRESS)
Password : (ANYTHING)
Ok thanks but cgminer.4.6.1 just print a buch of blank lines and it closes.
my running command:
Code:
cgminer -o stratum+tcp://99.236.215.227 -u 1AHVLA4myizwcruMh39MM4JUYL6d7Sk266 -p asd
can you check my command?
also p2pool isn't need to be downloaded and runned locally?

p2pool shouldnt need to be downloaded locally. it looks like i forgot the port in the post. my apologies.
cgminer -o stratum+tcp://99.236.215.227:9343 -u 1AHVLA4myizwcruMh39MM4JUYL6d7Sk266 -p asd

try that one out ^
newbie
Activity: 23
Merit: 0
guys can you help me?
how do i mine on the p2pool?


use your wallet address as the username and anything for the password
the stratum is  

Stratum+tcp://99.236.215.227
Username : (WALLET ADDRESS)
Password : (ANYTHING)
Ok thanks but cgminer.4.6.1 just print a buch of blank lines and it closes.
my running command:
Code:
cgminer -o stratum+tcp://99.236.215.227 -u 1AHVLA4myizwcruMh39MM4JUYL6d7Sk266 -p asd
can you check my command?
also p2pool isn't need to be downloaded and runned locally?
legendary
Activity: 964
Merit: 1000
guys can you help me?
how do i mine on the p2pool?


use your wallet address as the username and anything for the password
the stratum is  

Stratum+tcp://99.236.215.227:9343
Username : (WALLET ADDRESS)
Password : (ANYTHING)
legendary
Activity: 1764
Merit: 1022

I wondered about that, but just got in from work to find that my hash rate on P2pool was 700Ghs with 55% Dead!!!  There are other miners on there with over 1.5Ths mining with much smaller dead %'s.

Is there anything I can do to resolve this and improve effeciency?


With BFGminer I user the commands  --no-submit-stale --net-delay

bfgminer -o 127.0.0.1:22222 -u username -p password --no-submit-stale --net-delay

you can also add these --queue 0 --scan-time 1 --expiry 2 since the block are being solved so quick lower the times you allow your hardware to work.

bfgminer -o 127.0.0.1:22222 -u username -p password  --queue 0 --scan-time 1 --expiry 2
or
bfgminer -o 127.0.0.1:22222 -u username -p password  --queue 0 --scan-time 1 --expiry 2 --net-delay
or
bfgminer -o 127.0.0.1:22222 -u username -p password  --queue 0 --scan-time 1 --expiry 2 --no-submit-stale
or
bfgminer -o 127.0.0.1:22222 -u username -p password  --queue 0 --scan-time 1 --expiry 2 --no-submit-stale --net-delay

see what works best for you.
sr. member
Activity: 363
Merit: 250
for some reason I can't fathom, my neptune has averaged 700Ghs over 24hrs mining this coin when normally it mines at  3.2Ths.  Have tried coin-miners pool and P2pool.  Can anyone suggest why this maybe happening?   cheers

The difficulty of the coin is still very low so your hardware is able to solve the solutions before needed to use all of the hardware resources.



{
"blocks" : 36610,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 4.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 7838843193,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}


Thanks for responding

I wondered about that, but just got in from work to find that my hash rate on P2pool was 700Ghs with 55% Dead!!!  There are other miners on there with over 1.5Ths mining with much smaller dead %'s.

Is there anything I can do to resolve this and improve effeciency?
newbie
Activity: 23
Merit: 0
guys can you help me?
how do i mine on the p2pool?
legendary
Activity: 1764
Merit: 1022
for some reason I can't fathom, my neptune has averaged 700Ghs over 24hrs mining this coin when normally it mines at  3.2Ths.  Have tried coin-miners pool and P2pool.  Can anyone suggest why this maybe happening?   cheers

The difficulty of the coin is still very low so your hardware is able to solve the solutions before needed to use all of the hardware resources.



{
"blocks" : 36610,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 4.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 7838843193,
"pooledtx" : 0,
"testnet" : false,
"generate" : false,
"hashespersec" : 0
}
Jump to: