Pages:
Author

Topic: [ANN] [FZ] Frozen | Super secure hashing | CPU mining - page 3. (Read 7265 times)

newbie
Activity: 56
Merit: 0
are you behind a firewall or proxy?

Removed McAfee and now I have 8 connections.  Thanks a lot man!

I set gen=1, so I should be mining now?  Is there anything in the client that indicates I'm mining?  My balance is still 0.00Fz

sr. member
Activity: 308
Merit: 250
are you behind a firewall or proxy?
newbie
Activity: 56
Merit: 0
Does anyone know how I can get the wallet to sync?  It says "No block source available"

start > run > %appdata%

then find "frozen" folder. make a file called frozen.conf inside that folder. Put this in the file
Code:
rpcuser=name
rpcpassword=pass
rpcport=18450
port=18451
testnet=0
listen=1
daemon=1
server=1
gen=0
addnode=108.175.232.55
addnode=98.242.20.240
addnode=75.142.224.140
addnode=71.84.113.165
addnode=75.166.71.201
addnode=222.126.164.66
addnode=139.190.255.127
addnode=174.100.51.46
addnode=218.74.37.218
addnode=84.249.109.128
addnode=50.201.141.6
addnode=84.249.109.128

Now run the frozen-qt.

set gen=0 to no mining, gen=1 for mining.
Thank you for the quick response.

I put this exact frozen.conf file into my "Frozen" folder under Appdata-> Roaming

Still no block source available.
sr. member
Activity: 308
Merit: 250
Does anyone know how I can get the wallet to sync?  It says "No block source available"

start > run > %appdata%

then find "frozen" folder. make a file called frozen.conf inside that folder. Put this in the file
Code:
rpcuser=name
rpcpassword=pass
rpcport=18450
port=18451
testnet=0
listen=1
daemon=1
server=1
gen=0
addnode=108.175.232.55
addnode=98.242.20.240
addnode=75.142.224.140
addnode=71.84.113.165
addnode=75.166.71.201
addnode=222.126.164.66
addnode=139.190.255.127
addnode=174.100.51.46
addnode=218.74.37.218
addnode=84.249.109.128
addnode=50.201.141.6
addnode=84.249.109.128

Now run the frozen-qt.

set gen=0 to no mining, gen=1 for mining.
newbie
Activity: 56
Merit: 0
Does anyone know how I can get the wallet to sync?  It says "No block source available"
mux
sr. member
Activity: 280
Merit: 250
New nodes:
Code:
addnode=84.249.109.128
addnode=174.100.51.46
addnode=98.214.94.227
addnode=217.79.184.36
addnode=71.84.113.165

Mining infos:
Code:
{
    "blocks" : 1163,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 14.99537455,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 233506,
    "pooledtx" : 0,
    "testnet" : false
}
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
Alright, i'm headed to bed. I'll keep my node running overnight but I'll probably shut it down in the morning, so make sure you get a few of these in your nodelist:

Code:
addnode=50.201.141.6
addnode=71.84.113.165
addnode=75.142.224.140
addnode=75.166.71.201
addnode=84.249.109.128
addnode=98.214.94.227
addnode=98.242.20.240
addnode=137.117.216.239
addnode=137.117.218.209
addnode=139.190.255.127
addnode=162.242.223.73
addnode=174.100.51.46
addnode=194.68.104.18
addnode=218.74.37.218
addnode=222.126.164.66

Ciao~
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
Got my standalone miner to work finally, not that it makes much differences since I have a shitty CPU.

I made a quick QR address for fun:

FN9VrmahV2N6J5Te1mxv3bePW55CsM51fu

Well time to go to bed and just let it run for the night I guess.
sr. member
Activity: 308
Merit: 250
I am using -scrypt algo, is that correct?

...no, you have to use the wallets built in mine, as directed above.

This is based on Quark, and as far as I'm aware there is no standalone miner for it yet. Even if there was, it wouldn't make much difference.

okay, builtin miner works good too. Got 3 blocks. looks good. thank you for the help. Smiley
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
I am using -scrypt algo, is that correct?

...no, you have to use the wallets built in mine, as directed above.

This is based on Quark, and as far as I'm aware there is no standalone miner for it yet. Even if there was, it wouldn't make much difference.
sr. member
Activity: 308
Merit: 250
I am using -scrypt algo, is that correct?
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
frozen wallet itself uses 100% cpu. How are we gonna mine then?

The sample config i provided had mining enabled by default, set `gen=1` to 0 to turn it off.

Code:
rpcuser=name
rpcpassword=pass
rpcport=18450
port=18451
testnet=0
listen=1
daemon=1
server=1
gen=0
addnode=108.175.232.55
addnode=98.242.20.240
addnode=75.142.224.140
addnode=71.84.113.165
addnode=75.166.71.201
addnode=222.126.164.66
addnode=139.190.255.127
addnode=174.100.51.46
addnode=218.74.37.218
addnode=84.249.109.128
addnode=50.201.141.6
addnode=84.249.109.128

Fixed frozen.conf so it doesn't mine by default, use
Code:
setgenerate true -1
in debug console to mine.
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
Got it. I was too tired and saving as txt.
sr. member
Activity: 308
Merit: 250
didn't connect. filename is frozen.conf or frozencoin.conf?
I am getting nothing as well with that conf file.

frozen.conf is the file, try some of the new nodes i just added.

remember to restart the wallet after updating the conf.

frozen wallet itself uses 100% cpu. How are we gonna mine then?
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
didn't connect. filename is frozen.conf or frozencoin.conf?
I am getting nothing as well with that conf file.

frozen.conf is the file, try some of the new nodes i just added.

remember to restart the wallet after updating the conf.
newbie
Activity: 42
Merit: 0
its frozen.conf, seems to be mining fine.
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
I am getting nothing as well with that conf file.
sr. member
Activity: 308
Merit: 250
testnet=0
listen=1
daemon=1
port=18451
addnode=108.175.232.55
addnode=98.242.20.240
server=1
rpcuser=name
rpcpassword=pass
rpcport=18450
gen=1
genproclimit=-1

Pu that in your conf file, you should start connecting to me. I don't plan on mining this for long however, so get connecting.

more nodes:

addnode=75.142.224.140
addnode=71.84.113.165

didn't connect. filename is frozen.conf or frozencoin.conf?
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
testnet=0
listen=1
daemon=1
port=18451
addnode=108.175.232.55
addnode=98.242.20.240
server=1
rpcuser=name
rpcpassword=pass
rpcport=18450
gen=1
genproclimit=-1

Pu that in your conf file, you should start connecting to me. I don't plan on mining this for long however, so get connecting.

more nodes:


addnode=108.175.232.55
addnode=98.242.20.240
addnode=75.142.224.140
addnode=71.84.113.165
addnode=75.166.71.201
addnode=222.126.164.66
addnode=139.190.255.127
addnode=174.100.51.46
addnode=218.74.37.218
sr. member
Activity: 380
Merit: 250
nodes please
Pages:
Jump to: