Bitcoin Forum
May 27, 2024, 09:10: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 11 12 13 14 15 »
161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 13, 2014, 09:55:25 PM
Sent coins to the coin swap a few hours ago, nothing back yet.  Wallet shows zero confirms, but the block count has increased since I sent them. Did something break?

You might try restarting your client. Also make sure you've upgraded to 0.8.99.9; earlier versions won't work for the coin swap.
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 13, 2014, 12:13:14 AM
When i try to open the QT wallet nothing happens and when i try to use the daemon wallet i get this


You can remove all files but wallet.dat and redownload the new wallet from www.was.club

I tried doing that but it's still the same.
I made "wearesatoshi.conf" cointaining only:
Code:
rpcuser=WeAreSatoshiRPC
rpcpassword=24RvjpF5SNFa7i8pzc4EYBK5Q3UM68oY1xUo5CRXPwg2
and it's downloading the blockchain it seems, but the window is just black.
Here is a link to the "debug.log" if anyone can find out whats wrong: https://gist.githubusercontent.com/Slangaker/0bd0c9cb230eed468ce2/raw/gistfile1.txt

I don't see any errors in the log, I also just ran a clean copy of the daemon with your exact config file and it synced up fine. I would delete everything in your data folder except wallet.dat and move wallet.dat somewhere else and let it try again. If it syncs up fine then try it with your original wallet.dat; if it crashes then you know there is some corruption or something in your wallet.dat file.

The daemon doesn't crash but is just black and the QT doesn't open at all. I run the QT i see the process starting in Task Manager and then the process just disappears.

I couldn't find anything wrong with the Qt version, but I uploaded a new build that should fix the CLI issue at https://github.com/WeAreSatoshi/WeAreSatoshi-Binaries (both Installer and Zip versions are updated.)
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 12, 2014, 08:10:06 PM
When i try to open the QT wallet nothing happens and when i try to use the daemon wallet i get this


You can remove all files but wallet.dat and redownload the new wallet from www.was.club

I tried doing that but it's still the same.
I made "wearesatoshi.conf" cointaining only:
Code:
rpcuser=WeAreSatoshiRPC
rpcpassword=24RvjpF5SNFa7i8pzc4EYBK5Q3UM68oY1xUo5CRXPwg2
and it's downloading the blockchain it seems, but the window is just black.
Here is a link to the "debug.log" if anyone can find out whats wrong: https://gist.githubusercontent.com/Slangaker/0bd0c9cb230eed468ce2/raw/gistfile1.txt

I don't see any errors in the log, I also just ran a clean copy of the daemon with your exact config file and it synced up fine. I would delete everything in your data folder except wallet.dat and move wallet.dat somewhere else and let it try again. If it syncs up fine then try it with your original wallet.dat; if it crashes then you know there is some corruption or something in your wallet.dat file.
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 12, 2014, 06:54:07 PM
When i try to open the QT wallet nothing happens and when i try to use the daemon wallet i get this


There are 2 things I can think of that might cause that:

1. Trying to use v1 data directory files/wallet with v2; they aren't compatible so you can't use any v1 files in the v2 data directory.
2. Are you trying to use the testnet? I didn't set it up (seems most altcoins don't these days), but I can set it up and upload the new source for it if you want.
165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: wallets on: July 12, 2014, 06:00:06 AM
There are only 2 that would be needed now:
0.8.99.9 - This is v1 with SHA and transaction messages.
2.0.0.0 - This is v2 with X11 and PoS.

Please can someone clarify the following:

There are 3 wallets?

  • old V -sha 0.8.99.9
  • V1 -sha with trans messages
  • v2 -x11 POS

166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 11, 2014, 05:56:17 PM
How would i go about doing the i am trying to send the v1 to the v2 wallet when
i hit send nothing happens.

If you are trying to send 21+ million coins is the amount box flashing red? If so you hit a limit in the v1 wallet, there is a new build here that should remove that limit: https://github.com/WeAreSatoshi/WeAreSatoshi-Binaries/blob/master/WeAreSatoshi-0.8.99.9-Setup.exe
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 11, 2014, 05:34:13 PM
Does anyone have instructions on how to load the WAS v1 wallet so that miners can mine off of it? it looks like all the pools are dropping offline soon..

So far I have a wearesatoshi.conf file with the following in it:

daemon=1
server=1
listen=1
rpcuser=x
rpcpassword=x
port=8921
rpcport=8920
rpcallow=*


But I can't seem to get connected to it.

It should be rpcallowip=* instead of rpcallow=*. Also make sure the miner is pointed to the RPC port 8920 versus the P2P port 8921. (And no stratum+tcp:// or anything, either just the ip:port in your miner config or http://ip:port/)

Hi folks it seems like i am to late to transfer my v1 to my v2 wallet so my question is
is the v1 coin worth anything or it is a dead coin? thanks for the help.

The swap has only been going on for a day, there is still plenty of time to swap to v2.
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Successful v2 Launch! on: July 11, 2014, 03:02:14 PM
14,116,888,428 WAS has been exchanged now Smiley (42% of all v1 WAS minted.)
169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 11, 2014, 02:25:42 AM
For those of you who are running into the 21 million WAS limit but don't want to use the debug console/RPC I uploaded a new build to get rid of the limit: https://github.com/WeAreSatoshi/WeAreSatoshi-Binaries/blob/master/WeAreSatoshi-0.8.99.9-Setup.exe

I don't have any wallets that big to test with, but it should work Smiley
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 11, 2014, 12:04:08 AM
9,528,766,871 WAS v1 has been exchanged now.
That's around 29% of all minted v1 WAS Smiley
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 09:52:47 PM
Just a quick status update Smiley

So far 4,406,750,686 WAS v1 have been traded in for v2, just over 13% of the total minted WAS v1 coins.
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 09:21:21 PM
My swapped coins were returned to me. Hmm trying to figure out what I did wrong.

If you PM me the transaction ID of your send to the swap address I can check, most likely you forgot to put your WAS v2 address in the 'Transaction comment' box.

The second one worked. I sent a few more. This is going to take awhile to do all of these so I will do them in small batches to make sure they go through.

If you use the RPC API (Debug Window in the GUI client) you can send without the 21 million limit:
sendtoaddress WQ3QSkqNiXGzu6xLSaeujccRRcUaPtEwxx amount "" "" Your_WAS_v2_Address
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 08:42:15 PM
My swapped coins were returned to me. Hmm trying to figure out what I did wrong.

If you PM me the transaction ID of your send to the swap address I can check, most likely you forgot to put your WAS v2 address in the 'Transaction comment' box.
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 06:41:40 PM
I've got 2 old USB block eruptors, if we can get the diff low enough on v1 I can just run those indefinitely and then nobody else would have to mine it.
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 03:58:24 PM
had to send V1 to V2 in denominations under 10 million

Yeah, I ran into that with the faucet funds. If I had known about that annoying feature beforehand I would have fixed it lol.
For advanced users using the RPC interface, you can get around that with:
sendfrom account WQ3QSkqNiXGzu6xLSaeujccRRcUaPtEwxx amount 10 "" "" Your_WAS_v2_Address
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 03:40:49 PM
1. No new coins will be generated after block 517,200.  Only existing coins can be traded as needed, until they are exchanged for v2 coins.  At that point, they are basically taken out of circulation.

2. MrData would have to answer to be 100%, but I believe it will be v2 block 200k.

Yep, v2 block 200k.
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS][WeAreSatoshi] | X11 | Hybrid PoS/PoW | Trading on RockyTrade.net on: July 10, 2014, 03:32:27 PM
What block is version 2 on? I just want to make sure I am where i should be. It shows me sync'd at 1243. I thought it would be around the same block number as version 1. Thanks

It's around 1255 right now; v2 is a new blockchain so it won't be anywhere near the old one.
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS] - WeAreSatoshi Coin - Hard Fork / Coin Swap Underway, New Algo = X11 on: July 09, 2014, 04:23:05 PM
Block Explorer icon is updated, favicon too but browsers tend to not refresh them too often.
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS] - WeAreSatoshi Coin - Hard Fork / Coin Swap Underway, New Algo = X11 on: July 08, 2014, 06:37:26 PM
Yeah, I would redownload the blockchain. You may want to delete your peers.dat at the same time so the client will connect to the seed nodes first.
180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WAS] - WeAreSatoshi Coin - Hard Fork / Coin Swap Underway, New Algo = X11 on: July 08, 2014, 04:50:31 PM
It will happen after block 517,200; which should be sometime tomorrow or possibly Thursday depending on how fast the blockchain runs.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!