Bitcoin Forum
June 05, 2024, 03:46:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »
81  Alternate cryptocurrencies / Altcoin Discussion / Re: How to Hack Your Radeon 79x0 GPU BIOS (any version) to Undervolt it on: October 23, 2013, 12:22:06 AM
@swiftshoot thanks for post and what are temperatures before and after?
Before I was at 79-85c depending on the board...
After I was as low as 62-65c but now I tuned it to 72-74c so that I can heat my house... we getting cold nights here so having the GPUs heat helps us save on the Heating bills.


Funny thing is, is that my HD7850's don't really use more power when overvolted, or use less when undervolted.
But, 100W is a huge win, such things mean ROI or no ROI.

Thanks for the guide, I thing many people will find this usefull.
Think most of 7850's are voltage locked. I have voltage slider on my asus/xfx cards and i can move it around. But if i check in gpu-z it's at the same stock value no matter what i do.
Both my Asus Hd7850 DCII have unlocked voltage, I can go down to 0.01 if I want to, but probably not too healthy for my card hehe...
Undervolting will not damage your card... Overvolting it will.


can anybody verify those results?
I still wonder how the hashrate would go up through undervolting....
I would think it is all a matter of timing between memory and gpus... since they are not overclocked to push more and produce lots of heat they work in unison.  I was shocked too when I saw the results.  If I tried to overclock while undervolted, it would then drop in performance.  I think the bell curve gets shifted downwards as you undervolt.
82  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 22, 2013, 12:06:27 AM
do a getpeerinfo
are all your peers have
"inbound" : false,
or any of them
"inbound" : true,

If they are all false, then you are on a different blockchain.
I have 11 of 18 connections that are set to true.

My understanding is that the "inbound" field refers to whether or not the peer connected to you, or the other way around:

inbound: false  (My client initiated the connection to the peer)
inbound: true  (The peer initiated the connection to me)

I don't think it has anything to do with whether or not a peer is sharing blocks.  All peers should be sharing blocks unless there's a problem.

Of course, if I'm totally mistaken someone should set me straight.  Wink

Theoretically that is how I understood it as well but in practice, it does not seem like so.  When I opened up the ports to listen, poof I was able to sync correctly thereafter.

Maybe the Dev can shed some light on this issue?
83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 22, 2013, 12:04:25 AM
Hi Swiftshoot,

Properly read what I wrote...

...
  -maxreceivebuffer=<n>  Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)
  -maxsendbuffer=<n>     Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)
  -upnp                  Use UPnP to map the listening port (default: 0)
  -detachdb              Detach block and address databases. Increases shutdown time (default: 0)
  -paytxfee=<amt>        Fee per KB to add to transactions you send
...

Yes I did see it.  Just mentioning that the Windows GUI version did not mention the -upnp option as in the help menu.  It should be updated to have the same options as the starcoind.exe is all I am saying.
84  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Pool][Profit-Switch][Optional Auto-Exchange per Coin][Vardiff] ~ Hashcows on: October 21, 2013, 10:20:32 AM
Wow woke up to this
0.00785895 BTC/24h @ 3.38 mh/s

My first working was at 15 diff and 70kh/s
second worker at 267 diff and 3310 kh/s

It is sad that we can't stop the decline of Alt Coins.
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 21, 2013, 03:12:32 AM
Hi Swiftshoot,


close starcoin-qt and backup and delete peers.dat in your data directory.. update the starcoin.conf with something similar to the below config

Code:
daemon=1
bind=192.168.0.x
port=18216
listen=1
maxconnections=8
logtimestamps=1
gen=0
splash=0
dns=1
discover=1
irc=0
dnsseed=0
#onlynet=IPv4
server=1
rpcuser=x
rpcpassword=x
rpcport=18217
rpcallowip=192.168.0.x
rpcallowip=192.168.0.x
rpcallowip=192.168.0.x
rpcallowip=192.168.0.x
rpcconnect=192.168.0.x
#seednode=add-any-other-known-bad-ips-then-uncomment
connect=37.229.117.57
connect=63.246.129.56:36302
connect=82.9.77.178
connect=198.84.250.234
connect=212.119.171.18
connect=216.155.151.242

start starcoin-qt

hope it helps..

also before you mentioned that the client had no upnp support, well the starcoind does... to get it setup automatically close starcoin-qt, then in a command prompt in windows type :

starcoind -upnp

now wait it will take a while to load and not say anything.. leave that prompt open and open another.. in this prompt keep trying:

starcoind getinfo

until you get a response that isn't server not found, once you get a response

you can close both the command prompts, UPNP for that client has been set in the router! Smiley

Here are Starcoin's command line options.. no option for -upnp.  Not sure if it is in the source but I will check.
**Update: Checked source... it was defaulted to USE_UPNP=0 when compiled and therefore reason why it was not visible.  For next version could you please ensure it is compiled with USE_UPNP=1 so that it will automatically work for Windows.

Options:
  -?                     This help message
  -conf=<file>           Specify configuration file (default: StarCoin.conf)
  -pid=<file>            Specify pid file (default: StarCoind.pid)
  -gen                   Generate coins
  -gen=0                 Don't generate coins
  -datadir=<dir>         Specify data directory
  -dbcache=<n>           Set database cache size in megabytes (default: 25)
  -dblogsize=<n>         Set database disk log size in megabytes (default: 100)
  -timeout=<n>           Specify connection timeout in milliseconds (default: 5000)
  -proxy=<ip:port>       Connect through socks proxy
  -socks=<n>             Select the version of socks proxy to use (4-5, default: 5)
  -tor=<ip:port>         Use proxy to reach tor hidden services (default: same as -proxy)
  -dns                   Allow DNS lookups for -addnode, -seednode and -connect
  -port=<port>           Listen for connections on <port> (default: 18216 or testnet: 28216)
  -maxconnections=<n>    Maintain at most <n> connections to peers (default: 125)
  -addnode=<ip>          Add a node to connect to and attempt to keep the connection open
  -connect=<ip>          Connect only to the specified node(s)
  -seednode=<ip>         Connect to a node to retrieve peer addresses, and disconnect
  -externalip=<ip>       Specify your own public address
  -onlynet=<net>         Only connect to nodes in network <net> (IPv4, IPv6 or Tor)
  -discover              Discover own IP address (default: 1 when listening and no -externalip)
  -irc                   Find peers using internet relay chat (default: 1)
  -listen                Accept connections from outside (default: 1 if no -proxy or -connect)
  -bind=<addr>           Bind to given address. Use [host]:port notation for IPv6
  -dnsseed               Find peers using DNS lookup (default: 0)
  -nosynccheckpoints     Disable sync checkpoints (default: 0)
  -banscore=<n>          Threshold for disconnecting misbehaving peers (default: 100)
  -bantime=<n>           Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
  -maxreceivebuffer=<n>  Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)
  -maxsendbuffer=<n>     Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)
  -detachdb              Detach block and address databases. Increases shutdown time (default: 0)
  -paytxfee=<amt>        Fee per KB to add to transactions you send
  -server                Accept command line and JSON-RPC commands
  -testnet               Use the test network
  -debug                 Output extra debugging information. Implies all other -debug* options
  -debugnet              Output extra network debugging information
  -logtimestamps         Prepend debug output with timestamp
  -shrinkdebugfile       Shrink debug.log file on client startup (default: 1 when no -debug)
  -printtoconsole        Send trace/debug info to console instead of debug.log file
  -printtodebugger       Send trace/debug info to debugger
  -rpcuser=<user>        Username for JSON-RPC connections
  -rpcpassword=<pw>      Password for JSON-RPC connections
  -rpcport=<port>        Listen for JSON-RPC connections on <port> (default: 18217 or testnet: 28217)
  -rpcallowip=<ip>       Allow JSON-RPC connections from specified IP address
  -rpcconnect=<ip>       Send commands to node running on <ip> (default: 127.0.0.1)
  -blocknotify=<cmd>     Execute command when the best block changes (%s in cmd is replaced by block hash)
  -upgradewallet         Upgrade wallet to latest format
  -keypool=<n>           Set key pool size to <n> (default: 100)
  -rescan                Rescan the block chain for missing wallet transactions
  -salvagewallet         Attempt to recover private keys from a corrupt wallet.dat
  -checkblocks=<n>       How many blocks to check at startup (default: 2500, 0 = all)
  -checklevel=<n>        How thorough the block verification is (0-6, default: 1)
  -loadblock=<file>      Imports blocks from external blk000?.dat file

Block creation options:
  -blockminsize=<n>      Set minimum block size in bytes (default: 0)
  -blockmaxsize=<n>      Set maximum block size in bytes (default: 250000)
  -blockprioritysize=<n> Set maximum size of high-priority/low-fee transactions in bytes (default: 27000)

SSL options: (see the Bitcoin Wiki for SSL setup instructions)
  -rpcssl                                  Use OpenSSL (https) for JSON-RPC connections
  -rpcsslcertificatechainfile=<file.cert>  Server certificate file (default: server.cert)
  -rpcsslprivatekeyfile=<file.pem>         Server private key (default: server.pem)
  -rpcsslciphers=<ciphers>                 Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)

UI options:
  -lang=<lang>           Set language, for example "de_DE" (default: system locale)
  -min                   Start minimized
  -splash                Show splash screen on startup (default: 1)
86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 21, 2013, 01:14:40 AM

SO NOW WE ARE ALL GOOD - Completely in SYNC, AWESOME..

Also I have made some changes to the conf file that will force the client to sync off of the good clients that I have found for the time being to prevent this happening again from bad clients... If anyone needs a hand just give me a yell...


Kind of curious what did you do to change your starcoin.conf to weed out the bad clients...
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 21, 2013, 01:11:15 AM
Ok found the listen=1 bug.  Starcoin has no uPnP capability and therefore the ports don't get forwarded to your Router.
You will need to add an entry into your Router or uPnP settings within Windows to allow users to connect to you.


Are you sure?  I'm running starcoin-qt on Windows 7 and have inbound connections, but I haven't configured anything special on my router.
do a getpeerinfo
are all your peers have
"inbound" : false,
or any of them
"inbound" : true,

If they are all false, then you are on a different blockchain.
I have 11 of 18 connections that are set to true.
88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 21, 2013, 01:06:57 AM
Ok found the listen=1 bug.  Starcoin has no uPnP capability and therefore the ports don't get forwarded to your Router.
You will need to add an entry into your Router or uPnP settings within Windows to allow users to connect to you.


swiftshoot: did that fix the syncing issue for you? has anyone noticed after installing a new client and syncing that the "estimated total blocks" drops from the "current number of blocks" (202517 currently) to 129471?

Setting up the uPNP port fixed my issue and now I am fully synced.
89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin- Immediate Update to 1.5.0 by Friday or get Disconnected on: October 21, 2013, 01:04:34 AM
This thing is never gonna get listed on Cryptsy if it doesn't stop breaking down.  ShitCoin breaks down less.

I talked to Mullick on Cryptsy and I had the impression Vern was waiting for COL to get it together and then it would get listed.  Getting on Cryptsy can definitely get COL to another price level, maybe even in the 20-40 range.  Call it crazy but tix ran up over 100 just 2 weeks after going to Cryptsy, and so did ADT.

Let's get this thing fixed and make some serious coin before Litecoin gets Flushed.
Litecoin will be replaced by Goldcoin (as someone keeps yelling it out in Cryptsy Chat).
IF it gets put on Cryptsy, I hope the DEV has every right to tell Cryptsy to Turn off Autosell for the COIN.  Ever since that option came into play, 95% of the Alt coins tanked.
I would love to see COL without ANY Autosell feature just to see how it will react...  Will it be the next pre-autosell IFC (shooting up to 400) or stay low like post-autosell ADT.

Honestly, I would rather see it @ Coinex.pw.  I find their trade engine is actually faster and smoother than at Cryptsy (for non C programmed exchanges)
90  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Pool][Profit-Switch][Optional Auto-Exchange per Coin][Vardiff] ~ Hashcows on: October 20, 2013, 01:35:08 PM
Another day in the gutters or
with Cryptsy down and out, will the other exchanges pick up and make the coin values increase?
I think trading on other exchanges will increase and help bring the coins back up.
91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 20, 2013, 01:23:46 PM
Ok found the listen=1 bug.  Starcoin has no uPnP capability and therefore the ports don't get forwarded to your Router.
You will need to add an entry into your Router or uPnP settings within Windows to allow users to connect to you.
92  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 20, 2013, 12:53:22 PM
They seem to be set that way on purpose.

Other coins are having similar issues.

posts like the above list IP addresses and people don't like their IP published on some forum frequented by hackers and scammers, makes easy target, and you're likely to know what you'll find there. Perhaps there should be a rule of only sending peer info via PM at request.

The IP addresses in getpeerinfo is public domain.  Anyone can get this information either way.  Not posting IPs does not mean it makes you safe.  All they need to get your IPs are to run getpeerinfo themselves.  Hack attempts are not welcomed but this is the only way letting the general public know of possible issues.

If you are afraid of getting hacked, start learning about security and setting up defenses or the Internet is not a place for you to toy around in.

Personally, I am not afraid of people getting my IP Address.  My Honeypots will do their job in detecting intrusions and record/report infiltrations.

Paranoid users can simply do one thing right... power off their Internet connection.
93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 20, 2013, 12:44:54 PM
thanks dreamhouse
Can you update page 1 with the proper version we need to run?  I am still running the version that is from 2013/09/20 as per Page 1. 
94  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 20, 2013, 06:36:04 AM
These are the only clients connected to Starcoin and they are not sharing their blockchains.  Please update your wallets so they act as listeners on the network and help others to get the chain.  Otherwise, Starcoin will die.

02:33:31

getpeerinfo


02:33:31

[
{
"addr" : "63.246.129.56:18216",
"services" : "00000001",
"lastsend" : 1382250810,
"lastrecv" : 1382250810,
"conntime" : 1382249788,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 202964,
"banscore" : 0
},
{
"addr" : "216.155.151.242:18216",
"services" : "00000001",
"lastsend" : 1382250810,
"lastrecv" : 1382250810,
"conntime" : 1382249838,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 202965,
"banscore" : 0
},
{
"addr" : "82.9.77.178:18216",
"services" : "00000001",
"lastsend" : 1382250811,
"lastrecv" : 1382250810,
"conntime" : 1382249855,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 202966,
"banscore" : 0
},
{
"addr" : "188.252.16.109:18216",
"services" : "00000001",
"lastsend" : 1382249983,
"lastrecv" : 1382249997,
"conntime" : 1382249982,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 129451,
"banscore" : 0
},
{
"addr" : "37.229.117.57:18216",
"services" : "00000001",
"lastsend" : 1382250811,
"lastrecv" : 1382250811,
"conntime" : 1382250006,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 202970,
"banscore" : 0
},
{
"addr" : "212.119.171.18:18216",
"services" : "00000001",
"lastsend" : 1382250810,
"lastrecv" : 1382250810,
"conntime" : 1382250028,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 202971,
"banscore" : 0
},
{
"addr" : "81.53.162.166:18216",
"services" : "00000001",
"lastsend" : 1382250732,
"lastrecv" : 1382250746,
"conntime" : 1382250730,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 202999,
"banscore" : 0
},
{
"addr" : "198.211.116.19:18216",
"services" : "00000001",
"lastsend" : 1382250782,
"lastrecv" : 1382250783,
"conntime" : 1382250780,
"version" : 60006,
"subver" : "/Satoshi:0.7.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 129451,
"banscore" : 0
}
]
95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 20, 2013, 06:09:35 AM
Hi Swiftshoot,

Yeah that was my first thought, but the check came back no errors???

Any other ideas??

I have same problem, but it "resolving" every time bay restoring wallet from early backup.

This could be because most if not all your peer connections have listen=0 set in their config.  I am having difficulty getting updated to latest version because nobody wants their wallet to be shared with others...

add
listen=1
maxconnections=15

to allow others to download/update your wallet correctly and hopefully it would fix your issue too.

I just checked my wallet and all peer clients (8 of them) has listen set to 0.  Therefore, it tells me I need to download blocks but can't cause none of them are allowing me to download it.  Guys check your starcoin.conf and add the 2 lines listed above.  Help the community to grow and work together.
96  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Pool][Profit-Switch][Optional Auto-Exchange per Coin][Vardiff] ~ Hashcows on: October 19, 2013, 03:19:04 PM
I need TXIds for the following withdrawals...  You can email it to my account name's email account or find my email I sent you or send me a PM here.

   hbn   EpYbjuztCJzpkGjKkjbXRhbbD5NFg3gvY2   Debit_ATP   33.35747905    0   0   2013-10-15 00:40:01

   dmd   dVxuPD6esVNp4mJMDGYihv4kJGeBSm5NuL   Debit_ATP   8.23411286   0   0   2013-10-15 00:40:01

I never received them.

ALSO, Please add TXIds in the audit list/transaction list.  This way we can look for it by ourselves.

Still waiting for support, never received the coins nor the TXIDs.  

I had checked the Block explorers but there are no functional ones (search by wallet address) for these coins.

**Update**: Went to the IRC forum and they got me the info.  Faster to goto the Forum if you need immediate action.

97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin- Immediate Update to 1.5.0 by Friday or get Disconnected on: October 19, 2013, 01:27:45 PM
Looks like we still are stuck on Stake issues again.

Maybe a few ideas to help further?
- Anyway to hard code the Stake Diff to 15 instead of 502 so that Stakes can process faster and therefore POW can start computing?  By lowering the POS DIFF, it will force it to stake faster (since it is CPU based and those who use el cheapo/low hash powered AMD or Intel Processors for their mining rigs)
- Can we add hard coded counters for blocks and alternate between POS and POWs? (1 POS to every 3 POWs)
- Add CPU hash speed check prior to setting the POS DIFF

Hopefully COL will clear up and get moving again... waiting patiently until it does.
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin- Immediate Update to 1.5.0 by Friday or get Disconnected on: October 19, 2013, 01:15:08 PM
nevermind. synced, recopiead old wallet.dat file. Coins still in stake and waiting for confirmations though. Any action going on?

Mine doesnt sync after a full delete. So ppfff. Cheesy
This is what I did.  If it gets stuck, close Wallet, delete the PEERS.DAT, reopen wallet and it will continue syncing.
some reason it sticks with some wallets.
Mine got synced after doing this 4 times.
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Colossuscoin- Immediate Update to 1.5.0 by Friday or get Disconnected on: October 19, 2013, 01:13:09 PM

this is the situation. any help?
That is good.  You have your full amount on Stake.
That means you will get a stake for your full amount.  Once your CPU computes the Stake it will release it out of stake and you will gain Interest on that full amount.

Nothing is wrong here. Just you need to ensure your CPU is fast enough to compute the stake for it.
100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STAR COIN [STR] - The coin with bonus STAR blocks on: October 19, 2013, 02:59:07 AM
If I try changing over to the new blockchain I lose all my coins bar 0.8, everything I have from over a month of mining transactions as well as anything I have transferred in the past day or so to other accounts shows a question mark and those that were half way validated are never going to be validated?Huh

Changing back to the backup of the original chain restores my balance, etc... but it won't sync Sad?

In changing to the new block are we expected to lose everything we have mined, if that is the case i'll be rather annoyed Sad

btw I am stuck on 187926, my client never made it to 191569.. any help would be appreciated!!! THANKS

UPDATE: Its worth mentioning that after re-syncing the new blockchain from scratch I get the same problem with my wallet being empty bar 0.8 of a coin which is unconfirmed. Even though the other transactions in September show as valid the coins aren't there Sad HELP! Time to abandon Starcoin?

DId you issue the command "checkwallet" after syncing?

goto the console and type help
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!