Pages:
Author

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

legendary
Activity: 1155
Merit: 1174
https://keybase.io/lasergun
Where can I take a look at the "math/physics"/original code of 42?

https://github.com/42-coin/42
newbie
Activity: 37
Merit: 0
I am not formally educated to find a thing but would really like to confirm someting so asking for help...I started learning to code/about coding a few days ago on my own, and I have grasped the basic principle of what is happening.

Where can I take a look at the "math/physics"/original code of 42? (like a notepad file or something I can start reading)
Is it a very complex, almost infinite "while" loop with probabilities ranging <0.00000001please pardon my lack of better terminology
legendary
Activity: 1155
Merit: 1174
https://keybase.io/lasergun

Hi ! 42-coin is available on LycheeBit.
Happy mining Smiley

Thank You.




And one more pool with a blockexplorer and a list of nodes:

http://secretpool.ru

Config. example:

Code:
-o stratum+tcp://secretpool.ru:3433 -u Your42Address -p c=42
legendary
Activity: 1155
Merit: 1174
https://keybase.io/lasergun
42-coin Discord Chat: https://discord.gg/ge2gUHy (if you have not already seen).
full member
Activity: 378
Merit: 105

Hi ! 42-coin is available on LycheeBit.
Happy mining Smiley



Mining 42-coin with scrypt algo :

  • Stratum  : lycheebit.com:3433 (fully NiceHash compatible & optimized)
  • User     : YOUR_42_ADDRESS
  • Password : c=42

LycheeBit info :


Mining software :


Examples of command line :

  • Nvidia   : ccminer.exe -a scrypt -o stratum+tcp://lycheebit.com:3433 -u XXXXXXXXXXXXXXXXXXXX -p c=42
  • AMD      : sgminer.exe -k scrypt -o stratum+tcp://lycheebit.com:3433 -u XXXXXXXXXXXXXXXXXXXX -p c=42

Peers list :

  • addnode=77.52.17.60:4242
  • addnode=93.115.61.74:4242
  • addnode=74.91.126.189:4242
  • addnode=209.239.121.83:4242
  • addnode=94.45.144.124:4242
  • addnode=188.165.218.169:4242
  • addnode=73.211.90.130:4242
  • addnode=46.105.63.132:4242
  • addnode=94.23.211.210:4242
  • addnode=79.137.57.54:4242
  • addnode=[2001:0:5ef5:79fb:3c6c:170f:e816:b7e1]:4242
  • addnode=47.146.135.163:4242
  • addnode=[2001:0:5ef5:79fb:10ed:76a:bb3c:e307]:4242
  • addnode=173.212.202.33:4242
  • addnode=[2001:41d0:2:a5a9::]:4242
  • addnode=178.92.94.60:4242

IMZ
legendary
Activity: 1498
Merit: 1000
After closer examination, I would change my vote.

Change to higher fee regardless.
Since wouldn't there be fewer and fewer tx over time?

I am happy to pay higher fees to reward those securing our network.
newbie
Activity: 37
Merit: 0
After closer examination, I would change my vote.

Change to higher fee regardless.
Since wouldn't there be fewer and fewer tx over time?
IMZ
legendary
Activity: 1498
Merit: 1000
' the full verification is not obligatory for creating tickets, but, the accounts which have completed the full verification procedure, will have privileges, their questions will be resolved as a matter of priority. The accounts without full verification can create tickets, but these tickets won't be the first to resolve.'

Livecoin site Notifications

We'd guess that Livecoin has had a solid backlash against their Verification program, and have changed the requirements in their users' favour -- a rare thing in crypto!

EDIT: Still think Livecoin is a good exchange. Their support is good. Withdrawals are quick. The site is easy to use.
hero member
Activity: 540
Merit: 501
chickens and cryptos
And you can pm me if you need help with solo mining !!!
IMZ
legendary
Activity: 1498
Merit: 1000
'More likely anybody can list any coin'

https://www.bloomberg.com/news/articles/2018-03-13/crypto-exchange-binance-launches-decentralized-trading-network

EDIT:

Analysing and trialling decentralised exchanges will be my main activity this year. Looking forward to getting 42 a berth somewhere (and as always, if anyone wants to do p2ps, okay).
legendary
Activity: 1155
Merit: 1174
https://keybase.io/lasergun
Failed at getting cgminer (couldn't get it from URL, got a .tar.lrz file instead), and failed at getting a .lrz (lrzip) extractor. dont know if i would manage .tar since never got to it.

MEGA link: https://mega.nz/#!H5NzDCqI!7p2ilaE9RIzhymWbjiRu3swiNNQ5zZ9pAojfqX-qxxI

2. in bfgminer enter URL:http://127.0.0.1:2121, username, password from 42.conf?

Yes, the same username and password from 42.conf. For bfgminer use:

Code:
bfgminer.exe --scrypt -o 127.0.0.1:2121 -u UserName -p Password

Also got a little lost with the .bat file. Which .bat file do i need?

Quick Google search: https://www.coindesk.com/information/how-to-mine-litecoin/

thats funny, i keep getting played Grin please disregard my last post i think im on the right path now

If you have more questions related to mining, come to tox or telegram chat.
newbie
Activity: 37
Merit: 0
Is there a guide to solo mine 42 coin?
or a pool i can join
prefer solo mine

Solo mining:

Config. example:
Code:
cgminer.exe --scrypt -o http://127.0.0.1:2121 -u UserName -p Password

42.conf file example:
Code:
rpcuser=UserName
rpcpassword=Password
rpcport=2121
#(0=off, 1=on) daemon - run in the background as a daemon and accept commands
daemon=1
#(0=off, 1=on) server - accept command line and JSON-RPC commands
server=1
rpcallowip=127.0.0.1

Pool mining: https://bitcointalksearch.org/topic/ann-42-coin-development-discussion-thread-1502028


thats funny, i keep getting played Grin please disregard my last post i think im on the right path now
newbie
Activity: 37
Merit: 0
Is there a guide to solo mine 42 coin?
or a pool i can join
prefer solo mine

Solo mining:

Config. example:
Code:
cgminer.exe --scrypt -o http://127.0.0.1:2121 -u UserName -p Password



I dont quite understand this part, can you please explain in a few bullets?

Depend on your hardware you can use different mining software, cgminer and bfgminer are the most popular. This example can be used in a .bat file (to start mining).


It would seem my old fashioned "basic PC usage" is no good. Failed at getting cgminer (couldn't get it from URL, got a .tar.lrz file instead), and failed at getting a .lrz (lrzip) extractor. dont know if i would manage .tar since never got to it.

On the up side, got bfgminer. Successfully extracted.

do I now:
1. Edit 42.conf with a username and password
2. in bfgminer enter URL:http://127.0.0.1:2121, username, password from 42.conf?

Also got a little lost with the .bat file. Which .bat file do i need?
newbie
Activity: 37
Merit: 0
I don't really understand why so much interest for mining 42(If you want to mine for profit) .You can buy at the bottom price
(3.8Btc) right now on Cryptopia , Livecoin or Tradesatoshi .Very soon the price will go higher close to 10btc and even more within this year.New ideas and concept will follow about this rare & 'vintage'  coin! Stay tuned!

I am interested in learning the future, all of it, not just come to the victory parade after a hard battle Smiley
member
Activity: 183
Merit: 12
I don't really understand why so much interest for mining 42(If you want to mine for profit) .You can buy at the bottom price
(3.8Btc) right now on Cryptopia , Livecoin or Tradesatoshi .Very soon the price will go higher close to 10btc and even more within this year.New ideas and concept will follow about this rare & 'vintage'  coin! Stay tuned!
legendary
Activity: 1155
Merit: 1174
https://keybase.io/lasergun
Is there a guide to solo mine 42 coin?
or a pool i can join
prefer solo mine

Solo mining:

Config. example:
Code:
cgminer.exe --scrypt -o http://127.0.0.1:2121 -u UserName -p Password



I dont quite understand this part, can you please explain in a few bullets?

Depend on your hardware you can use different mining software, and bfgminer are the most popular. This example can be used in a .bat file (to start mining).
newbie
Activity: 5
Merit: 0
Hello guys anyone to assist me i want to start mining 42.
newbie
Activity: 37
Merit: 0
Is there a guide to solo mine 42 coin?
or a pool i can join
prefer solo mine

Solo mining:

Config. example:
Code:
cgminer.exe --scrypt -o http://127.0.0.1:2121 -u UserName -p Password



I dont quite understand this part, can you please explain in a few bullets?
legendary
Activity: 1155
Merit: 1174
https://keybase.io/lasergun
Hey guys, for some reason I sent a transaction and the transaction won't confirm it has been stuck at 0 confirmations for a while now. I think it may have something to do with windows defender?

Of course, the wallet should not be blocked by your firewall. Go to Help -> Debug window -> Console, enter the command "resendwallettransactions" (without quotes) and press Enter to resend your transaction.


And also I have my wallet unlocked to mine but when I hover my mouse over the mining icon it says "no inputs available" Does anyone know how to solve these issues?

https://bitcointalksearch.org/topic/m.19164922
Pages:
Jump to: