Bitcoin Forum
May 21, 2024, 06:20:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 [121] 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 195 »
2401  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XTP - ISOTOPE - LAUNCHED NOW SHA256 - PoW + DPoS on: May 04, 2015, 11:56:39 AM
what exactly is going on here why are people selling for under ico price what next how are we going to turn this coin around?

I think that this is time for whales accumulation while miners finish their sells after PoW finished. Suppose we need to wait some days until price will go over price but buy support seems very strong now. I will keep my support on the order book until hi DPOS will be over so to stake at maximum and then i will start to buy on. Until hi rew DPOS blocks aren't passed i think that this is all accumulation prior to big rise.

Wink

i cant figure out how to download the wallet


Which OS?
2402  Alternate cryptocurrencies / Announcements (Altcoins) / Re: KRAKEN [KRAK] | SHA256 POW/POS | NO PREMINE | OFFICIAL THREAD on: May 04, 2015, 10:52:30 AM
Kraken is dead! Where is exchange Huh

That is something to ask the dev.
2403  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WOCX - WarOfCoins X11 - WWW.WAROFCOINS.COM - LAUNCHED. WAR HAS BECOME! on: May 04, 2015, 01:31:39 AM
Here is the Raspberry Pi wallet for v1.0.0.0 - only for the headless daemon (command line wallet).

Important:
1) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy. It might work on an older Pi but I have not tested it
2) Installation directory where the binaries are installed is ~/opt/wocx or /home/pi/opt/wocx
3) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to go to the directory with the wallets and run the daemon (WarOfCoinsXd) with the options you want at the command prompt or in a terminal window
4) An Internet connection is required for the installation
5) A bootstrap.dat is used to fast track the blockchain sync - up to block 21144.
6) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\WarOfCoinsX folder and run the Win client again
7) You need at least an 8GB memory card
8.) The installation itself takes about 30-45min on an out-of-the-box Pi and then a once off import of the blockchain takes another hour
9) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
10) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
11) Always backup your wallet first.

Instructions to use the daemon:

1) Since you have an WarOfCoinsX.conf file with the startup settings in it, go to the folder with the binaries ~/opt/wocx and enter ./WarOfCoinsXd in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./WarOfCoinsXd
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./WarOfCoinsXd encryptwallet <yourpassword>
5) To stake with your wallet run the command ./WarOfCoinsXd walletpassphrase <yourpassword> 99999999 true

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/wocx/downloads/wocx_installation_pi.sh && chmod +x wocx_installation_pi.sh && ./wocx_installation_pi.sh && rm -f wocx_installation_pi.sh

Direct links:
Link to installation script
Link to WarOfCoinsXd
Link to bootstrap.dat up to block 21144
Link to bootstrap.dat up to block 21144, untarred for the Win users
Link to checksums.txt

If you like this, you are welcome to donate WOCX to XKThbErybBuBpkxzfQjd9JnuzN9Vat4Cy8
2404  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] XTP - ISOTOPE - LAUNCHED NOW SHA256 - PoW + DPoS on: May 03, 2015, 10:33:29 PM
Here is the Raspberry Pi wallet for v1.0.0.0 - only for the headless daemon (command line wallet).

Important:
1) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy. It might work on an older Pi but I have not tested it
2) Installation directory where the binaries are installed is ~/opt/xtp or /home/pi/opt/xtp
3) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to go to the directory with the wallets and run the daemon (Isotoped) with the options you want at the command prompt or in a terminal window
4) An Internet connection is required for the installation
5) A bootstrap.dat is used to fast track the blockchain sync - up to block 657. It is small now but I will make a new bootstrap.dat when the block height has grown
6) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\Isotope folder and run the Win client again
7) You need at least an 8GB memory card
8.) The installation itself takes about 30-45min on an out-of-the-box Pi
9) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
10) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
11) Always backup your wallet first.

Instructions to use the daemon:

1) Since you have an Isotope.conf file with the startup settings in it, go to the folder with the binaries ~/opt/xtp and enter ./Isotope in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./Isotoped
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./Isotoped encryptwallet <yourpassword>
5) To stake with your wallet run the command ./Isotoped walletpassphrase <yourpassword> 99999999 true

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/xtp/downloads/xtp_installation_pi.sh && chmod +x xtp_installation_pi.sh && ./xtp_installation_pi.sh && rm -f xtp_installation_pi.sh

Direct links:
Link to installation script
Link to Isotoped
Link to bootstrap.dat up to block 657
Link to bootstrap.dat up to block 657, untarred for the Win users
Link to checksums.txt

If you like this, you are welcome to donate XTP to XDo2PBUoVTJUm93LzVWjafxVvfz1NuFGHg
2405  Alternate cryptocurrencies / Announcements (Altcoins) / Re: KRAKEN [KRAK] | SHA256 POW/POS | NO PREMINE | OFFICIAL THREAD on: May 03, 2015, 07:10:42 PM
Who cares this wallet will steal ALL of your coins!!



How does it steal your coins?
2406  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WOCX - WarOfCoins X11 - WWW.WAROFCOINS.COM - LAUNCHED. WAR HAS BECOME! on: May 03, 2015, 04:00:29 PM
I think DEV still needs to update the website Cheesy there are double so much WOCX coins then WOC so i'm pretty sure that the amount will also be double as much Cheesy

mate, i am sure, that he will never return again, or for once after 10 days, wocx to 1k , then again to 200 Smiley. Another shit coin, as always.


It s all in the devs hands. Only he knows why he is handling the coin like he is.
2407  Alternate cryptocurrencies / Announcements (Altcoins) / Re: KRAKEN [KRAK] | SHA256 POW/POS | NO PREMINE | OFFICIAL THREAD on: May 03, 2015, 11:14:13 AM
lol i've been using malwarebytes for years!  this file hknswc.exe  has now been completely removed from my system along with the kraken wallet.  

I'm only trying to warn people about my findings and i'm not trying to sell malwarebytes lol

Its down to you guys what you decide to do, i could be wrong but its your own choice and i can only report what i've found....

Good luck

Trying to replicate your findings in the sandbox but not finding the file? Are you sure about its location? Can you double check the path in the malwarebytes log as well as any other suspicious files it picked up? It would be helpful if you can find the file in your AV quarantine and submit online for analysis as it will help others that might have the same issue.
2408  Alternate cryptocurrencies / Announcements (Altcoins) / Re: KRAKEN [KRAK] | SHA256 POW/POS | NO PREMINE | OFFICIAL THREAD on: May 03, 2015, 10:56:01 AM
My windows system has picked up a virus, windows backdoor!  I'd stay well away from this one!!!

Also malwarebites picked it up, it hides in AppData/Roaming/Microsoft/Windows/hknswc.exe

   Backdoor.Agent.PDL

Are you sure it is from this wallet?

Yes very sure,  I done a malwarebytes scan before i downloaded it from the OP, While i was installing it Avast picked up a virus, After installing it i done another scan with malwarebytes and it confirmed it..

So yes 100% sure  as i never downloaded anything else!

Is that exe in that folder or is it hidden?

Its an .exe    file name hknswc.exe

You can download a free copy of malwarebytes, it updates every time you use it. The best protection!!

https://www.malwarebytes.org/

I have a sandbox machine and just installed this to check out what you are saying but there is no hknswc.exe file? Maybe it will be there after I install the Malwarebytes software  Grin Can you look in the properties of the file what is its dates?

Please upload the hknswc.exe and any other suspicious files you detect to virustotal.
2409  Alternate cryptocurrencies / Announcements (Altcoins) / Re: KRAKEN [KRAK] | SHA256 POW/POS | NO PREMINE | OFFICIAL THREAD on: May 03, 2015, 10:45:06 AM
My windows system has picked up a virus, windows backdoor!  I'd stay well away from this one!!!

Also malwarebites picked it up, it hides in AppData/Roaming/Microsoft/Windows/hknswc.exe

   Backdoor.Agent.PDL

Are you sure it is from this wallet?

Yes very sure,  I done a malwarebytes scan before i downloaded it from the OP, While i was installing it Avast picked up a virus, After installing it i done another scan with malwarebytes and it confirmed it..

So yes 100% sure  as i never downloaded anything else!

Is that exe in that folder or is it hidden?
2410  Alternate cryptocurrencies / Announcements (Altcoins) / Re: KRAKEN [KRAK] | SHA256 POW/POS | NO PREMINE | OFFICIAL THREAD on: May 03, 2015, 10:32:33 AM
My windows system has picked up a virus, windows backdoor!  I'd stay well away from this one!!!

Also malwarebites picked it up, it hides in AppData/Roaming/Microsoft/Windows/hknswc.exe

   Backdoor.Agent.PDL

Are you sure it is from this wallet?
2411  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] XTP - ISOTOPE - Initial Boost Crowdfunding open! SHA256 - PoW + DPoS on: May 03, 2015, 09:30:30 AM
so - must be destroyed as unsold coins. But JackCarver says "The coins are purchased and held by the dev team."

This is the wild west so many things can happen behind the scenes. The right thing to do though if you take a step back, is to handle the coins sold back during cool down as unsold coins.
2412  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] XTP - ISOTOPE - Initial Boost Crowdfunding open! SHA256 - PoW + DPoS on: May 03, 2015, 09:26:47 AM
It is very unprofessional imo to change coin specs after an ICO, either way up or down. Coin specs play a critical part in a decision to invest in an ICO or not. There is not much for investors to go on when deciding to invest in an ICO and coin specs make up almost the whole of the prospectus. Coin specs at least give an indication of inflation and potential future earnings and price and based on that a price vs risk reward point is determined by an investor. This action gives an indication of coin management style and should be taken into account for investors/traders future decisions regarding XTP.

Our investors just sent us many PM of congratulations for this choice. This action take care about early birds and that is what an ICO and a dev team should do also.

Regards.

Of course the investors that bought in will congratulate the decision because they will gain. I am talking about that it is a matter of principle. There might have been many people out there that walked away due to eg. inflation being more than their risk appetite. This can be compared to misrepresentation. If this was a real life normal share exchange (which I know it isn't and that this is the wild west) they would have skinned coin management alive.
2413  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] XTP - ISOTOPE - Initial Boost Crowdfunding open! SHA256 - PoW + DPoS on: May 03, 2015, 09:22:45 AM

coins from wall goes to you or burned by exchange?

nothing in ccex rules says that. checked it twice.



It is a cool down period. A cool down period means that a buyer that hastily made a buy decision that he regrets can withdraw and invalidate the sale. The amount of coins bought back from the cool down wall becomes unsold and must therefore be treated as unsold in the ICO. At least this is how I interpret the cool down period and ICO buy wall.
2414  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] XTP - ISOTOPE - Initial Boost Crowdfunding open! SHA256 - PoW + DPoS on: May 03, 2015, 09:15:58 AM
It is very unprofessional imo to change coin specs after an ICO, either way up or down. Coin specs play a critical part in a decision to invest in an ICO or not. There is not much for investors to go on when deciding to invest in an ICO and coin specs make up almost the whole of the prospectus. Coin specs at least give an indication of inflation and potential future earnings and price and based on that a price vs risk reward point is determined by an investor. This action gives an indication of coin management style and should be taken into account for investors/traders future decisions regarding XTP.
2415  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaTeeth [TEETH] | Merged Blockchain of 10k and BALLS | GorillaEx Soon on: May 02, 2015, 03:42:54 PM
Seems like gorilla screwed some people

No, people screwed themselves by not getting their coins into the exchange on time but rather giving in to greed to stake more and leaving the admin to right at the end.
2416  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRAV] Graviton SHA256 Dynamic POS Gravitator Nodes NINJA on: May 02, 2015, 10:51:37 AM
I think unlike the earlier coins this week. This one will be big. If you have been watching NH, there is probably almost close to 50 BTC invested in mining this coin alone. It will most likely get pumped when it gets added to exchanges like TRON, NTRN, 8BIT, SLING, etc.



I hope you are right.

If you take a step back and look at the picture holistically. Ask yourself this question and if you can give yourself a satisfactory answer then good - why would anyone invest 50BTC in mining this coin? Is there something revolutionary in the OP? Perhaps the people that threw BTC at mining knew something the rest did not eg. something on Twitter or in IRC. Perhaps the revelation will still be posted in OP. It looks like total coins could be anything up to 2m before the steady POS phase. However, lets say a hypothetical mining "group" invested 50 BTC and got 300,000 for it. They can dump that at 17k and recover their mining cost which is not bad. The trick will just be how to bump up the price to 17k and how to get others to buy the coins off them.
2417  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaTeeth [TEETH] | Merged Blockchain of 10k and BALLS | GorillaEx Soon on: May 02, 2015, 10:34:47 AM


Goodbye, guys! I just lost all my coins (2% of all 10K). Sad


Good joke! At least, I'm glad you guys became 2% richer. Smiley

It is a pity. All you had to do was send your stash a week ago. If you still had issues then, you could have contacted swop management for alternative arrangements.
2418  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GRAV] Graviton SHA256 Dynamic POS Gravitator Nodes NINJA on: May 02, 2015, 09:49:19 AM
It is interesting to note that suddenly there are like 1.5PH pool miners at ninja launch for coins with no ICO/Premine. My gut feel with these ninja launches, and this is just my gut feel, is that sometimes it is the dev that hires the huge farms and are ready to press the button to get a bag of early coins to dump later. They can do this because they know exactly when to press the ninja launch button and then know exactly when to press the rig rental button. With this approach no ICO or premine are needed. Couple this with promising the moon and the starts by the newbie 1 post account and the dev will be rich (and gone) in a few days.  Who rents 1.5PH for one pool account at huge cost on a no-name coin with a newbie dev? Unless the guy is 100% assured of recovering his rental costs in a few days to make ROI + profit. In my mind there is only one person that can have this 100% assurance and that is the person that controls the OP. I am not saying this is what happened here, just that it has the potential attributes and that people need to take the possibility into account when calculating their risk appetite before investing.

If a dev has nothing to hide he will use his real BCT account for a launch.

Absolutely. I am still waiting for the BTC dev to come forward and provide a drivers license, DNA, and stool sample before I risk that investment. The new generation is terrible. Alts are back in spite of you not because of you.




BTC is the only ever exception and should be excluded from any comparisons on any matters as the rules do not apply to pioneers. There will always be one exception as a first pioneer to any commodity or product or service that sets the scene and that is not subject to the rues. Its success will create the rules for followers and the rest that follows will not be able to compare to the first, but be subject to the rules.
2419  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaTeeth [TEETH] | Merged Blockchain of 10k and BALLS | GorillaEx Soon on: May 02, 2015, 09:24:32 AM
Well thanks guys
but my real work starts now

How long does it take approximately?

Well, based on previous swops of this magnitude in alts combining billions of 10K and Balls I would say a similar length than a piece of string. I suggest wait until there is a confirmation however long it takes and in the meantime chill with a beer or take a vacation for a few days, let the process take its course and forget about the swop so that you don't get all stressed up.  Smiley
2420  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ❇✺❇✺❇❇✺❇✺❇✺❇✺❇MTR❇✺❇MASTERTRADERCOIN❇✺❇TOSHIDESK LLC❇✺❇BETA NOW LIVE!❇✺d on: May 02, 2015, 09:16:59 AM
Here is the Raspberry Pi wallet for v1.1.0.0 - only for the headless daemon (command line wallet).

Important:
1) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
2) Installation directory where the binaries are installed is ~/opt/mtr or /home/pi/opt/mtr
3) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to go to the directory with the wallets and run the daemon (MasterTraderd) with the options you want at the command prompt or in a terminal window
4) An Internet connection is required for the installation
5) A bootstrap.dat is used to fast track the blockchain sync - up to block 240082.
6) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to a normal zipped bootstrap.dat to make it easy for the Windows users. Windows users have to unzip and copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\MasterTrader folder and run the Win client again
7) You need at least an 8GB memory card
8.) The installation itself takes about 30-45min on an out-of-the-box Pi and then a once off import of the blockchain takes another 1-3 hours
9) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
10) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
11) Always backup your wallet first.
12) Wallet will not connect to the server until the full bootstrap has been imported.

Instructions to use the daemon:

1) Since you have an MasterTrader.conf file with the startup settings in it, go to the folder with the binaries ~/opt/mtr and enter ./MasterTraderd in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./MasterTraderd
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./MasterTraderd encryptwallet <yourpassword>
5) To stake with your wallet run the command ./MasterTraderd walletpassphrase <yourpassword> 99999999 true

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/mtr/downloads/mtr_installation_pi.sh && chmod +x mtr_installation_pi.sh && ./mtr_installation_pi.sh && rm -f mtr_installation_pi.sh

Direct links:
Link to installation script
Link to MasterTraderd
Link to MasterTraderdStatic (Download this if you dont want to download dependencies.)
Link to Virustotal scan for MasterTraderd
Link to Virustotal scan for MasterTraderdStatic
Link to bootstrap.dat up to block 240082, 85MB (.tar.gz)
Link to bootstrap.dat up to block 240082, 85MB (.zip)
Link to checksums.txt
Pages: « 1 ... 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 [121] 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 ... 195 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!