Pages:
Author

Topic: [ANN] 42-coin Development Discussion Thread - page 58. (Read 105457 times)

hero member
Activity: 540
Merit: 501
chickens and cryptos
I use a a HP server and a Laptop (for backup) for the 42-coin node..  trying to convince my neighbor (maybe i should clean their yard up)  to used as a backup internet connection.. im on Frontier and they are on Charter..  A good reliable server is ain't good when internet is down..  As a miner, I'm at 45% of extractions and keeping it under 51% is a good rule..   one of my gridseeds have enter the gates of mining heaven but it lowered my extraction score to an acceptable level..  cryptopia hit the 42-coin crowd with a 200 transactions verification mandate because some miners are hitting over 51% of the network..   Can the real slim shady please stand up, please stand up..  and tune your equipment to a reasonable 42% percent of the hash power..!!!



1   4RykMotZcNdma...      52 %   1.0 %
2   4EbUdtQF2GsAS...      45 %   0.4 %
3   All others       3 %   4.5 %
4   All others       0 %   93.6 %
5   4NpofZ8YiYVEP...      0 %   0.2 %
6   All others       0 %   0.3 %
sr. member
Activity: 530
Merit: 253
LDOGE aka Litedoge -stakeable 2.0 doge
Let's get 42 listed on TradeSatoshi! Vote here: https://tradesatoshi.com/Vote.
Voted!
had my birthday on the 17th of this month, and holding steady as a node for 42coin. Smiley
Had one glitch this month though when there was a power outage do to a faulty plug socket do to bad old wiring in my house.
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
Let's get 42 listed on TradeSatoshi! Vote here: https://tradesatoshi.com/Vote.
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
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
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
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
member
Activity: 183
Merit: 12
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?

On some coins, Cryptopia requires 200 confirmations.

You are right here is the answer from Cryptopia:

"Your 42 deposit will process and be available in your account when it has 200 confirmations.

There are a growing amount of coins that are experiencing 51% attacks to the network, which is then placing users on Cryptopia at risk of losing their coins. To address this risk and protect our users, as a temporary measure we have increased the deposit confirmation requirement on some coins to 200, while we investigate the security and health of each coins network.
The Admin will review each coin and set confirmations to suit. Please understand that this is a lengthy process as we have over 450 coins listed here on Cryptopia.

Please feel free to contact us if you have any further questions.
I will close this ticket.

Thanks

fairlady

The Cryptopia Team"
full member
Activity: 209
Merit: 100
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?

On some coins, Cryptopia requires 200 confirmations.
member
Activity: 183
Merit: 12
 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?
hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
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)
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
You added a boat? ..of course  Cheesy

Yeah, a nice catamaran, and it should be available only to the 42-coin holders.  Smiley
legendary
Activity: 1205
Merit: 1000
https://42-coin.org/ - small update.  Cool

You added a boat? ..of course  Cheesy
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
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.

member
Activity: 183
Merit: 12
Why trades for 42 have been disabled at the Novaexchange?
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
https://42-coin.org/ - small update.  Cool
newbie
Activity: 25
Merit: 0
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).
Now checked everything works, but today from 8:00 am to 9:00 am the  withdrawing 42 coin  did not working.
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
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).
newbie
Activity: 25
Merit: 0
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.
Hello people withdrawing coins from the livecoin.net does not working!!!
legendary
Activity: 1155
Merit: 1174
https://t.me/laser9un
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.
hero member
Activity: 540
Merit: 501
chickens and cryptos
Quote from: Lasergun on June 27, 2017, 06:47:10 AM
How to submit a coin add request on Poloniex (due to popular demand):

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://bitcointalksearch.org/topic/ann-42-coin-development-discussion-thread-1502028
    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.

Done!!  Cool


and also check out this old 42coin link...         https://www.youtube.com/watch?v=2YmPq4TLwx8
newbie
Activity: 25
Merit: 0
How to submit a coin add request on Poloniex (due to popular demand):

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://bitcointalksearch.org/topic/ann-42-coin-development-discussion-thread-1502028
    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.
DONE!!!
Pages:
Jump to: