Bitcoin Forum
May 25, 2024, 12:23:14 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 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 53 54 55 56 57 58 »
401  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Update to v0.0.8! on: August 08, 2017, 07:36:29 PM
My wallet can not  sync stopped at block  38177... any idea?

You need to update your wallet to the latest version ("v0.0.8").
402  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: August 06, 2017, 08:39:30 PM
What is the general purpose of 42 ?

42 is a rare and deflationary coin, which makes it attractive to collectors and those seeking for a safe haven in the world of crypto-investments.


403  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: August 03, 2017, 07:42:22 PM
Let's get 42 listed on TradeSatoshi! Vote here: https://tradesatoshi.com/Vote.

What is the reason to add 42 to another tiny market? The same happened to Novaexchange nobody trades 42 there..

The main targets are: 1) advertise 42 to other users; 2) increase the number of active nodes; 3) enlarge the list of exchanges (is an important factor if you want to add a coin to such exchanges as Bittrex or Poloniex).
404  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: August 02, 2017, 03:40:23 PM
Try Blockfolio - new app for cryptocurrency investments tracking with 42-coin support: https://www.blockfolio.com/.
405  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: July 30, 2017, 06:19:25 AM
Let's get 42 listed on TradeSatoshi! Vote here: https://tradesatoshi.com/Vote.
406  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: cryptocoincharts.info - bitcoin / altcoin charts on: July 26, 2017, 07:53:21 AM
Can you also update 42-coin info (https://www.cryptocoincharts.info/coins/show/42)?

Name: 42-coin
Algorithm: scrypt
Mined coins till now: 42
Official website: https://42-coin.org/
Block Explorer: https://chainz.cryptoid.info/42/

42-coin description:
Extremely rare deflationary cryptocurrency with public & anonymous transaction support.

Trading markets for 42-coin.
Add: Livecoin; remove: Comkort, Cryptsy, SWISSCEX markets.

Thank You!

407  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: July 17, 2017, 04:45:10 PM
Huh I transfered yersteday  42 to Cryptopia and still not credited in my account.
e11b182241b2622c4d282ab7d2f883c34dae6e73453463ee2b106d7241325a7af   70/200   15/07/2017 10:33:00 PM

Why should there be 200 confirmations to complete the transfer?? I have already 70! confirmations..What's wrong here?

Livecoin.net requires only 8 confirmations for deposits.  Roll Eyes
408  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: July 17, 2017, 04:41:48 PM
Hello everyone! If anyone wants their own vanity address, i will provide here a guide how to do so.
Since im not a programmer, i will not even try to add a flag to the code seperately so you will pretty much need to use the whole line i provided.
I only did this guide for windows, because im sure many GNU/Linux users will know how to use the vanitygen and compile.

First download the executable from HERE
Then extract the folder somewhere on your computer.

After that, edit the bat file and will look like this:
Code:
vanitygen.exe -X 8 4add
pause

Do not change the anything apart from the "add" part of the file, other ones are important parts.
If you example want to generate addy starting like "4aoo" change the file to following:

Code:
vanitygen.exe -X 8 4aoo
pause

Then just save the file, and run the bat file.

you should get something like this as output
Code:
Difficulty: 78508
Pattern: 4aoo                                                                  
Address: 4aooMUfwdJCXbN8RcoTTbBhsitkfhpR9oJ
Privkey: 5azcRvceSKdB7dFtdZAaeFhLpsfgDkYNf3RLQzzUXzHuR6XFtoF

Then just copy the private key that you created, and go to your 42-qt -> help -> debug window -> console
then write the following line with your private key

Code:
importprivkey yourprivkeyhere

I hope many of you will find this information valuable Smiley

Edit: you cannot use the following characters in the pattern: 0 (zero), O (capital o), I (capital i) and l (lower case L) as well as the non-alphanumeric characters + (plus) and / (slash)

Generated by vanitygen addresses use uncompressed keys which increases the size of transactions and can lead to the higher tx fees.
You can generate a compressed key by using this modified version: https://github.com/exploitagency/vanitygen-plus/releases (with GPU support).
 
On CPU:
Code:
vanitygen.exe -F compressed -X 8 4add
pause

On GPU (OpenCL):
Code:
oclvanitygen.exe -F compressed -X 8 4add
pause
409  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: July 06, 2017, 05:04:04 PM
You added a boat? ..of course  Cheesy

Yeah, a nice catamaran, and it should be available only to the 42-coin holders.  Smiley
410  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: July 06, 2017, 09:15:17 AM
Why trades for 42 have been disabled at the Novaexchange?

There was an issue with the balance calculation.

Quote from: novaexchange.com
Our security scripts detects a difference in the balance and disables all markets and needs a manual attention before it can be opened up again.

Quote from: novaexchange.com
Trading for 42 is now open again.

411  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: June 30, 2017, 08:21:42 AM
https://42-coin.org/ - small update.  Cool
412  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: June 30, 2017, 07:04:51 AM
Hello people withdrawing coins from the livecoin.net does not working!!!

There was a problem with withdrawing ETH and its based tokens. 42 withdrawing is working fine (just checked).
413  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: June 29, 2017, 09:08:00 PM
For those, who prefer to store coins on the exchange it is recommended to move them to LiveCoin.net. They have not disabled PoS (unlike cryptopia), so you can help to secure the network.

P.S. I have nothing against Cryptopia, I trust them and prefer to trade there. This recommendation is addressed only to those who do not trade, and use the exchange as a wallet.
414  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | Poloniex add Request on: June 27, 2017, 02:47:10 PM
How to submit a coin add request on Poloniex:

1. Go to https://poloniex.com/coinRequest
2. Fill up the form:
    What is the name of the coin? - 42-coin
    What is the coin's symbol? - 42
    Please link to the announcement page. - https://bitcointalk.org/index.php?topic=1502028.0
    If the coin has a website, please link it here. - https://42-coin.org/
    If the coin has a block explorer, please link it here. - https://chainz.cryptoid.info/42/
    Please explain why you would like to see this coin added to the exchange. - Up to you (just write 1-2 sentences).
    If this coin has any significant innovations over other coins, please elaborate on them here. - The rarest and the the highest valued coin ever created. Unlike other cryptocurrencies, 42 has deflationary emission, its supply is gradually decreasing over the time.
    Are you the developer of this coin or otherwise affiliated with it? - Check "No".
3. Click on "Submit" button.
415  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | 42 in Ghost.Report! on: June 26, 2017, 09:32:58 PM
got ya Smiley unless I can recover my old coins I wont have either lol

Sorry, your wallet is empty.
416  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | 42 in Ghost.Report! on: June 26, 2017, 09:18:15 PM
Ohh I see Sad no point mining it then lol

Tx fees is only for PoW miners, it is destroyed in the PoS blocks - that is how deflationary works in 42. Each coin will become more rare and valuable over the time. People mine 42 to take part in this process and protect their investments.
417  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | 42 in Ghost.Report! on: June 26, 2017, 09:07:49 PM
Just found a block but shows 0 balance is it because there is to many zero before it?

No. It is because all 42 coins are already mined. Current reward is 0 + tx fee (if any).

also I sent DAT file

Rescanning...

418  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | 42 in Ghost.Report! on: June 26, 2017, 08:57:35 PM
Done Smiley how do I know I am on correct chain, not finding any blocks

Check your wallet version, should be 0.0.8. There is only one chain with 31497 blocks (https://chainz.cryptoid.info/42/).
419  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | 42 in Ghost.Report! on: June 26, 2017, 08:39:54 PM
Darn it I missed the swap , my wallet says I have a balance of 0.0042 coins , but using get balance on console says 0 :s

Does that mean I have old coins?

Send me your wallet.dat file for inspection to 42-coin@protonmail.com.
420  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread | RU translation on: June 26, 2017, 05:42:19 PM
Russian translation of ANN is available: https://forum.bits.media/index.php?/topic/4590-ann-42-coin-ofitcialnaia-tema/
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 53 54 55 56 57 58 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!