Bitcoin Forum
May 04, 2024, 09:27:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 »
  Print  
Author Topic: [FZ] Frozen | CPU and GPU | NoPremine | Rare | Fast Transactions | Update Now!!!  (Read 100355 times)
Block_Erupter (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 12, 2013, 07:06:23 PM
 #81

Sent an email to exchange site if we can get listed on their.

According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714814853
Hero Member
*
Offline Offline

Posts: 1714814853

View Profile Personal Message (Offline)

Ignore
1714814853
Reply with quote  #2

1714814853
Report to moderator
1714814853
Hero Member
*
Offline Offline

Posts: 1714814853

View Profile Personal Message (Offline)

Ignore
1714814853
Reply with quote  #2

1714814853
Report to moderator
gorgorom
Full Member
***
Offline Offline

Activity: 238
Merit: 100


Inject Its Venom Into Your Veins


View Profile WWW
December 12, 2013, 07:22:43 PM
 #82

I'm building a mac client now. I'll post when it's done.

▲Check Out My Projects & Services!▲ 
Please read the goddamned trust rating feedback before you judge...soo stupid..
endlessskill
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


AMD | Mining | NVIDIA


View Profile
December 12, 2013, 07:41:14 PM
 #83

WTS 1k FZ @ 1 LTC
(10k FZ total)
PM me!
trogdorjw73
Hero Member
*****
Offline Offline

Activity: 482
Merit: 500


View Profile WWW
December 12, 2013, 07:54:41 PM
 #84

I'm running the Frozen-QT client with the following:
Code:
rpcuser=xxx
rpcpassword=xxx
rpcport=18450
port=18485
testnet=0
rpcallowip=127.0.0.1
rpcallowip=192.168.1.100
rpcallowip=192.168.1.106
rpcallowip=192.168.1.111
rpcallowip=192.168.1.115
rpcallowip=192.168.1.116
rpcallowip=192.168.1.125
rpcallowip=192.168.1.127
rpcallowip=192.168.1.129
rpcallowip=192.168.1.130
rpcallowip=192.168.1.140
rpcallowip=192.168.1.*
listen=1
daemon=1
server=1
gen=0
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
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
I'm sure there are a bunch of "addnode" lines that aren't important/useful right now, but whatever -- it's running. Problem I'm getting now is with having multiple PCs connect to this client. I have eight that are working fine, but I can't seem to get more than that. I'm running with the following command line parameters:

Code:
frozen-qt.exe -server -maxconnections=250 -rpcthreads=8

Is rpcthreads somehow limiting the number of connections? Default is 4 I think, and before changing that to 8 I was having issues with more than 4. However, "threads" usually means CPU cores or something, which is a bit confusing. I'm going to bump up to 16 and just see what happens, but if anyone else is having this same problem and knows the fix, pass it along. I'm also going to try removing the extra rpcallowip lines and just go with rpcallowip=192.168.1.* and see if that works.

Update: rpcthreads appears to be the solution. Also, I'm getting a crash of the frozen-qt client every time I tell it to quit, which is a bit of an irritating bug. Now I just need some way to monitor my collective hash rate for FZ mining! Hahaha....

eon89
Sr. Member
****
Offline Offline

Activity: 308
Merit: 292

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
December 12, 2013, 08:45:45 PM
 #85

Has anyone actually sold any and if so at what price?

trogdorjw73
Hero Member
*****
Offline Offline

Activity: 482
Merit: 500


View Profile WWW
December 12, 2013, 08:55:37 PM
 #86

Has anyone actually sold any and if so at what price?
I have had one buyer at 1LTC per 1K FZ. I'm still waiting for another transaction to go through.

MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 12, 2013, 09:09:45 PM
 #87


I'm sure there are a bunch of "addnode" lines that aren't important/useful right now, but whatever -- it's running. Problem I'm getting now is with having multiple PCs connect to this client. I have eight that are working fine, but I can't seem to get more than that. I'm running with the following command line parameters:

Code:
frozen-qt.exe -server -maxconnections=250 -rpcthreads=8

Is rpcthreads somehow limiting the number of connections? Default is 4 I think, and before changing that to 8 I was having issues with more than 4. However, "threads" usually means CPU cores or something, which is a bit confusing. I'm going to bump up to 16 and just see what happens, but if anyone else is having this same problem and knows the fix, pass it along. I'm also going to try removing the extra rpcallowip lines and just go with rpcallowip=192.168.1.* and see if that works.

Update: rpcthreads appears to be the solution. Also, I'm getting a crash of the frozen-qt client every time I tell it to quit, which is a bit of an irritating bug. Now I just need some way to monitor my collective hash rate for FZ mining! Hahaha....

Holy crap so thats how you do it! lol!! Here I was setting up a wallet for every 4 miners (stupid). CPU threads are different from the rpcthreads. I'm going to see if I can max it out. Did increasing it get you more miners connecting to your wallet?
Block_Erupter (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 13, 2013, 01:17:21 AM
 #88

More trading options here: http://frozencoin.org/index.php?board=5.0

Looks like 0.002 FZ/LTC ... $0.06 per FZ !

Frozen Promotion/Bounty Thread - https://bitcointalk.org/index.php?topic=369134.new#new

bluemystic
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
December 13, 2013, 01:32:44 AM
 #89

fuck this scam coin also client has a trojan in it.. wallet stealer
drcoolix
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
December 13, 2013, 02:06:24 AM
 #90

fuck this scam coin also client has a trojan in it.. wallet stealer

This is not Bosscoin thread.

NODE - the 2d gen currency. Recommend!
this1dude
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
December 13, 2013, 03:06:55 AM
 #91

fuck this scam coin also client has a trojan in it.. wallet stealer

This is not Bosscoin thread.


+1 lol 

https://bitcointalk.org/index.php?topic=368289

Best PPLNS pools for Worldcoin & Earthcoin: https://wdc.bettercoin.org  & https://eac.bettercoin.org

LTC: LSitcdX2t8DzeHsaFKceUouSMonx1aJRE7

"Greetings computer, I'm here to fix your user problem!" --
Block_Erupter (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 13, 2013, 03:16:08 AM
Last edit: December 13, 2013, 06:26:06 AM by Block_Erupter
 #92

fuck this scam coin also client has a trojan in it.. wallet stealer


Lol. This isn't bosscoin. Everyone don't download Bosscoin it has a scammer dev.

MisO69
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
December 13, 2013, 03:51:08 AM
 #93

fuck this scam coin also client has a trojan in it.. wallet stealer

Nah, u just wanna mine it all for yourself.
eon89
Sr. Member
****
Offline Offline

Activity: 308
Merit: 292

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
December 13, 2013, 04:15:34 AM
 #94

I love how even the new bosscoin revival is self moderated and appears to be a scam.

this1dude
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
December 13, 2013, 04:50:40 AM
 #95

I love how even the new bosscoin revival is self moderated and appears to be a scam.

Backed by the same thieving bastard hiding under a new nick name.  Stay away from BossCoin.

Best PPLNS pools for Worldcoin & Earthcoin: https://wdc.bettercoin.org  & https://eac.bettercoin.org

LTC: LSitcdX2t8DzeHsaFKceUouSMonx1aJRE7

"Greetings computer, I'm here to fix your user problem!" --
version057
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
December 13, 2013, 05:18:14 AM
 #96

lol, good job

ShareCoin:SdKFy74Qsoat679a8xquy6KXL7qCuTUD3A
CrytoEnthusiast
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 13, 2013, 06:26:23 AM
 #97

This isn't a Bosscoin thread guys, we should keep the topic to Frozen. However, if there's something bogus in the client it should be known.
Block_Erupter (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 13, 2013, 06:28:51 AM
 #98

This isn't a Bosscoin thread guys, we should keep the topic to Frozen. However, if there's something bogus in the client it should be known.

What are you trying to say? Are you saying the Frozen client is a trojan?

CrytoEnthusiast
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 13, 2013, 06:39:50 AM
 #99

Not to my knowledge. I'm just pointing out the fact that somebody said so, however that person has little credibility. All I'm saying is maybe we should look into it.
Block_Erupter (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 13, 2013, 07:33:42 AM
 #100

Not to my knowledge. I'm just pointing out the fact that somebody said so, however that person has little credibility. All I'm saying is maybe we should look into it.

Well be my guess and look into it if you believe it has a trojan. Dont post accusations without proof.

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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!