Bitcoin Forum
October 15, 2024, 11:16:44 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: NXTL: Next Coin Lite - Officiall Topic - Fair Distribution  (Read 64343 times)
l8orre
Legendary
*
Offline Offline

Activity: 1181
Merit: 1018


View Profile
April 10, 2014, 05:38:08 AM
 #301

Nice to see that NXTL is going forward!

Below is a pyhton script to make random passwords of the format:


eOtAp1YhRtciKeWGab8DJk4ksLDoXJUA7kdVbzUrkY7uWUmwOkubx3Is6tanoCHQo

This uses digits and caps and non-caps and no special characters.

The reason for this is that it is double-clickable in editors as it is, which does not work when other chars are involved, and it is also much easier to handle when writing it down.

When a higher entropy is desired, simply make a longer password string.

The example below prints 50 PWs of 65 chars each to the console.
    numPws=50
    pwLen=65

Code:
# -*- coding: utf-8 -*-
""" - """
import numpy as np # <- CAN ALSO USE OTHER RANDOM NUMBER GENERATOR
import sys, string
 
def main():
    pass
    selChars = string.ascii_letters+ string.digits
    print( selChars + "\n")
    numPws=50
    pwLen=65
    for pwNum in range(numPws):
        pwDigs=np.random.randint(0,62,pwLen)
        pw=''
        for dig in pwDigs:
            pw += selChars[dig]
        print(pw)
if __name__=='__main__':
    main()

zifcom
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
April 10, 2014, 06:00:57 AM
 #302

Sent 0.02 BTC
TxID: 9a5a9983f1d09630584faba0723054e81641da86f13a9ad1cdde23cca761a3fc
NXTL Account: 18166092645921689092

Thanks.

HI,SkillRoad!
Why didn't list my name?

xuxx
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
April 10, 2014, 06:34:13 AM
 #303

send 0.02BTC
TX: 4af793d7c32d442aa4991ef5ddf6e4ade5d5a3ea1dc58d16fcfabf125ac0f5a7

NXTL: 18270967700772541959

Thank you

First time I send 0.0194 BTC.   TX: 4af793d7c32d442aa4991ef5ddf6e4ade5d5a3ea1dc58d16fcfabf125ac0f5a7

now I send another 0.01BTC,

https://blockchain.info/tx/323b16a4a1aaa04fd1123d277afe59d841860330d704078f7d4be494beb77312

Please comfirm ,Thanks.

NTXCoin - 20%Free+75%IPO Next Exchange System address:14373335525897642883

CoolCoin - Free+IPO POS 30%. CVkVX2U1XFdPToZwicyQf8Qscczjg2cRfS  Bwincoin - 100% Free POS. B9AoHnW3LNrvYSvn6iCEoiQNfVeCeCQhRf FootballCoin(FBC):FprK6p1dSMJQtdNzF7fTNZByq7Ri1a2aYr
PixxCoinGet GiveawayCoin(GC)? (Free 100%NO IPO NO POW,PURE POS
SkillRoad (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 10, 2014, 06:58:33 AM
 #304

send 0.02BTC
TX: 4af793d7c32d442aa4991ef5ddf6e4ade5d5a3ea1dc58d16fcfabf125ac0f5a7

NXTL: 18270967700772541959

Thank you

First time I send 0.0194 BTC.   TX: 4af793d7c32d442aa4991ef5ddf6e4ade5d5a3ea1dc58d16fcfabf125ac0f5a7

now I send another 0.01BTC,

https://blockchain.info/tx/323b16a4a1aaa04fd1123d277afe59d841860330d704078f7d4be494beb77312

Please comfirm ,Thanks.

number 639 https://docs.google.com/spreadsheet/ccc?key=0AnYj5G7gBeXIdGtHam1UOXlDaDR6VFFZMGp3bVRnSHc&usp=drive_web#gid=0
MsCollec
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
April 10, 2014, 07:09:45 AM
 #305

Is it compulsory for me to open NXTL account now?
SkillRoad (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 10, 2014, 07:26:44 AM
 #306

Is it compulsory for me to open NXTL account now?

NXTL account needed for the distribution of coins
signingoff
Sr. Member
****
Offline Offline

Activity: 290
Merit: 250


View Profile
April 10, 2014, 07:34:52 AM
 #307

Hi, SkillRoad.
I am in the list, but the Condition column is not marked Y.
Why?

Thank you.
MsCollec
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
April 10, 2014, 07:40:18 AM
 #308

Is it compulsory for me to open NXTL account now?

NXTL account needed for the distribution of coins

I opened the account but all other functions in the left console are not working. Do i have to have Java installed?
NXTL: 2586809951650708932

http://193.169.244.74:19775/#
zifcom
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
April 10, 2014, 07:44:56 AM
 #309

Sent 0.02 BTC
TxID: 9a5a9983f1d09630584faba0723054e81641da86f13a9ad1cdde23cca761a3fc
NXTL Account: 18166092645921689092

Thanks.

HI,SkillRoad!
Why didn't list my name?
Please comfirm ,Thanks.

SkillRoad (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 10, 2014, 08:11:57 AM
 #310

Sent 0.02 BTC
TxID: 9a5a9983f1d09630584faba0723054e81641da86f13a9ad1cdde23cca761a3fc
NXTL Account: 18166092645921689092

Thanks.

HI,SkillRoad!
Why didn't list my name?
Please comfirm ,Thanks.

number 705
TequilaV
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 10, 2014, 08:41:19 AM
 #311

hey guys:

Sent 0.0202 BTC

TxID: 6f09eba13a4c2135b83d98874ba04a7c2498b10f13b2f8490a1119edaa348840

NXTL Account: 16481457448947417288

Please add me.Thanks. Smiley
jjs366
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 10, 2014, 08:42:08 AM
 #312

sent 0.02BTC
TX: d8f91cd08d7bf7b27ff0e1ec02e2bf3ebd311d13ce53a6d501ac1aa93f72814b

NXTL: 7275640063950363926

Thank you
lisalee
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
April 10, 2014, 08:44:39 AM
 #313

Have send 0.0201 BTC to the address 1GnF8WoKnq7Js3HifNBBtaYHEKDZWL2Qbw

ID:  be3c89c6cb2f2d04cd16544a009cc50a5b4b8b0105d387becd24c396009c3efb
NXTL account: 3285145596200149438

Would you please check and add me to the list? Hope I'm not too late. Thanks.

Hi, SkillRoad. Would you please verify it for me? Many thanks.
robinf
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
April 10, 2014, 09:21:45 AM
 #314

I have sent 0.02btc. Please confirm. Thanks!

ID:robinf

Btc Account:1KoCUAYbiTRK5kHxoyYCkwQnxhzSGwJuKn

Txid:d86621a8208821c9fc2bbe3a71c21f2d3a6e34b36e3bf00c1038e2e40f0b9bc8-000

NXTL Account:8364974040787839634

Megan5726
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 10, 2014, 09:27:20 AM
 #315

hei
i am luizchen
i am in the user list..
but my bitcointalk account luizchen was baned .
how can i get my share?

i think that if you can PM a code to luizchen as a password
and i PM the code back to you by this new account?
is that ok?
zjz_lgd
Full Member
***
Offline Offline

Activity: 173
Merit: 100

zjz_lgd


View Profile
April 10, 2014, 09:28:38 AM
 #316

I'll keep my eyes on it, interesting!
besides, how can i get coins?

ShareCoin Free and Fair Distribution, Share to moon! SbuXjdoiErjmAoGd3s4jcyEWiRifuorVv3
Evan2901
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 10, 2014, 10:14:17 AM
 #317

i sent 0.02 to you address  and 
Transaction ID: 47d342c8377c9a274d761e05787773196b261d63cf9480085da93072f3b8a01b
my NXTL:3663188655873104041
Lilith7751
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 10, 2014, 10:21:37 AM
 #318

Sent 0.0202 BTC
Transaction ID: 7de79f5eeb4924e9d14e4f364f0a2ae950942100735b6aed10a2082668e4b4c2
NXTL Account: 1850758319173150557

please count me in.

Thanks.
zongry
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
April 10, 2014, 10:24:06 AM
 #319

why

ReserveShare-100% Free-First PoR-New Source Code
aqlzf123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
April 10, 2014, 10:39:45 AM
 #320

I'm a Member Investor list: # 445
NXTL account:  2762495846750964672
Thank You.

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 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!