Bitcoin Forum
May 01, 2024, 03:19:07 AM *
News: Latest Bitcoin Core release: 27.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 56 57 »
  Print  
Author Topic: [ANN][BTX] Bitcoin - The NeXt Generation /NEW ANN and WEBSITE !  (Read 83683 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 21, 2015, 11:02:05 AM
 #941


I Suggest a dark theme similar to this in the mix of colors,  the color theme is similar to BTX colors, its dark, easy to read, and elegant.





Sweet! I like.  Anyone else?
Thanks


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
1714533547
Hero Member
*
Offline Offline

Posts: 1714533547

View Profile Personal Message (Offline)

Ignore
1714533547
Reply with quote  #2

1714533547
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 21, 2015, 11:03:50 AM
 #942

Forgot to mention earlier.... BTX is #1 on C-Cex for %Gain, #4 for volume and on Hot List!!!
Sweet!!!


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
plastcom
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 21, 2015, 03:38:07 PM
 #943

I knew guys that BTX will be all right.
Thanks for the good work and to come back to the top.

▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
[AZBIT] Join to great asset exchange | Serious project for Real Investors & Traders | Gold,Oil,Apple,Netflix and others!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 21, 2015, 11:26:48 PM
 #944

I forked the BTX code on Github and committed changes.  This is what I have done so far:

1) masternode enforce payments (spork.h)
2) RPC exhaust fix (rpcprotocol.cpp)
3) wallet fix, priority calculation in CreateTransaction (wallet.cpp)
4) added checkpoints (checkpoints.cpp)
5) do not store more than 200 timedata samples (timedata.cpp).
6) ignore blocks received while importing (main.cpp)
7) don't check duplicate stake while importing (main.cpp)

If interested, you can view the committed changes here: https://github.com/CryptoDJ/BitcoinTX/commits/master

I'm still testing the wallet with these changes but anyone can compile and test.  Eventually we will release compiled binaries for Windows.  How many Mac users do we have?

I have started working on InstantX and will use a Git dev branch with that name.



MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 21, 2015, 11:48:26 PM
 #945

Quote
I forked the BTX code on Github and committed changes.  This is what I have done so far:

1) masternode enforce payments (spork.h)
2) RPC exhaust fix (rpcprotocol.cpp)
3) wallet fix, priority calculation in CreateTransaction (wallet.cpp)
4) added checkpoints (checkpoints.cpp)
5) do not store more than 200 timedata samples (timedata.cpp).
6) ignore blocks received while importing (main.cpp)
7) don't check duplicate stake while importing (main.cpp)

If interested, you can view the committed changes here: https://github.com/CryptoDJ/BitcoinTX/commits/master

I'm still testing the wallet with these changes but anyone can compile and test.  Eventually we will release compiled binaries for Windows.  How many Mac users do we have?

I have started working on InstantX and will use a Git dev branch with that name.

Thanks for posting this CryptoVote. You are amazing!

Just got in the door and first thing I did as always is check the threads.  You are going to make us go places with your coding skills.  I think the community agrees, and by the looks of the price and volume on CCex after the announcement yesterday, buyers feel good about our direction.  I know I do.



             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
plastcom
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 22, 2015, 12:00:10 AM
 #946

Damn, I knew the guys, that give us what you promised.
Patient investors will be rewarded Smiley

▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
[AZBIT] Join to great asset exchange | Serious project for Real Investors & Traders | Gold,Oil,Apple,Netflix and others!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 22, 2015, 01:20:52 AM
 #947

Quote
Damn, I knew the guys, that give us what you promised.
Patient investors will be rewarded Smiley

Thanks!!

And yes, patient investors will be rewarded.  P&Ders will not.  I will do my best to keep this clean and honest.  The entire team has the same goals in mind.  We are trying to create something with a positive track record.  There are way too many that aren't carrying, lets say a positive track record.  This team wants to prove trust can be built and once it's earned the rewards will be seen, and I think we are about 90% done earning the trust.

MCDev


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
tech999
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 22, 2015, 04:52:46 AM
 #948


I Suggest a dark theme similar to this in the mix of colors,  the color theme is similar to BTX colors, its dark, easy to read, and elegant.





Sweet! I like.  Anyone else?
Thanks


Maybe  a Selectable Color to combine the most used Desktop skins.

Orange /Default. BTX Grin
Selectable, Metallic Blue, cristal Green, Red.
Dark orange, dark blue, dark green, dark red.
 
willzminame
Full Member
***
Offline Offline

Activity: 126
Merit: 100

TEAM BTX


View Profile
September 22, 2015, 01:27:34 PM
 #949

welcome to the team cryptovote.. im looking forward to working with you.. i dont post on here much but im always looking.. btx is starting to crawl which is what we gotta do before we walk Cheesy BTX to the MOON

MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 22, 2015, 11:58:36 PM
 #950

Quote
welcome to the team cryptovote.. im looking forward to working with you.. i dont post on here much but im always looking.. btx is starting to crawl which is what we gotta do before we walk Cheesy BTX to the MOON

Man I Love that picture!!!  Very uplifting!!! You just succeeded in making me determined to do more!
Now if it only had a BTX coin on the side for it's flag

if we use the Moon as the target, I think we're at about 30K feet and cruising nice and slow like it should be as we build the foundation for something that is going to be great


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
willzminame
Full Member
***
Offline Offline

Activity: 126
Merit: 100

TEAM BTX


View Profile
September 23, 2015, 04:22:51 PM
 #951

Quote
welcome to the team cryptovote.. im looking forward to working with you.. i dont post on here much but im always looking.. btx is starting to crawl which is what we gotta do before we walk Cheesy BTX to the MOON

Man I Love that picture!!!  Very uplifting!!! You just succeeded in making me determined to do more!
Now if it only had a BTX coin on the side for it's flag

if we use the Moon as the target, I think we're at about 30K feet and cruising nice and slow like it should be as we build the foundation for something that is going to be great

glad i could help Smiley working on getting BTX graphics added to this pic as well now that you said something lol
CryptoVote
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
September 25, 2015, 10:33:27 PM
 #952

More code updates to BTX and available on Github:

01) masternode enforce payments (spork.h)
02) RPC exhaust fix (rpcprotocol.cpp)
03) wallet fix, priority calculation in CreateTransaction (wallet.cpp)
04) added checkpoints (checkpoints.cpp)
05) do not store more than 200 timedata samples (timedata.cpp).
06) ignore blocks received while importing (main.cpp)
07) don't check duplicate stake while importing (main.cpp)
08) added DNS seeds nodes for finding peers: btxcoin.com, btxcoin.net (chainparams.cpp)
09) max number of fds in fd_set and prevent redefinition compiler warning (compat.h)
10) ignore "gettaddr"requests on outbound connections (main.cpp)

One new item to note is the addition of DNS seeds (#8).  MCDev deployed four DNS seeds around the world and they will be active for versions 2.1.5.0 and above.  These have been added to the code:  btxcoin.net, btxcoin.net, bitcointx.io, bitcointx.info

Also, I think the community will be pleased with the InstantX upgrade for more than faster transactions. Again,  MCDev sponsored this upgrade and must give him credit for the positive direction he is taking this coin. Bringing InstantX to BTX isn't easy but I am making progress and will update this forum.

If interested, please view the source Git commit history:  https://github.com/CryptoDJ/BitcoinTX/commits/master

tech999
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 26, 2015, 12:55:27 AM
 #953

More code updates to BTX and available on Github:

01) masternode enforce payments (spork.h)
02) RPC exhaust fix (rpcprotocol.cpp)
03) wallet fix, priority calculation in CreateTransaction (wallet.cpp)
04) added checkpoints (checkpoints.cpp)
05) do not store more than 200 timedata samples (timedata.cpp).
06) ignore blocks received while importing (main.cpp)
07) don't check duplicate stake while importing (main.cpp)
08) added DNS seeds nodes for finding peers: btxcoin.com, btxcoin.net (chainparams.cpp)
09) max number of fds in fd_set and prevent redefinition compiler warning (compat.h)
10) ignore "gettaddr"requests on outbound connections (main.cpp)

One new item to note is the addition of DNS seeds (#8).  MCDev deployed four DNS seeds around the world and they will be active for versions 2.1.5.0 and above.  These have been added to the code:  btxcoin.net, btxcoin.net, bitcointx.io, bitcointx.info

Also, I think the community will be pleased with the InstantX upgrade for more than faster transactions. Again,  MCDev sponsored this upgrade and must give him credit for the positive direction he is taking this coin. Bringing InstantX to BTX isn't easy but I am making progress and will update this forum.

If interested, please view the source Git commit history:  https://github.com/CryptoDJ/BitcoinTX/commits/master



Congratulations @CryptoVote @MCDev and all the Team, I am convinced that BTX is in the right direction to be a big coin, BTX has one of the most honest and transparent team in all Crypto, I hope, CryptoVote came to stay in the Team and in the coming days more DEVs join to the team. Thank You again @MCDev @CryptoVote, well done.
plastcom
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 27, 2015, 02:18:07 PM
 #954

4 BTC on C-Cex, It's a beautiful view.
A big applause for the team.

▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
[AZBIT] Join to great asset exchange | Serious project for Real Investors & Traders | Gold,Oil,Apple,Netflix and others!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 27, 2015, 02:58:53 PM
 #955

4 BTC on C-Cex, It's a beautiful view.
A big applause for the team.

I woke up and said "HOLY CRAP!!!"  And what is amazing is that it's at 250+.  Just need some buy support now.  Who ever is buying, it looks like they are buying at market.... which is very cooooool.  tells me ppl have faith in BTX!!!



             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
September 27, 2015, 03:03:34 PM
 #956

Damn, for many months I believed in this project, and now are the effects !!
Very happy I will give 30K BTX for further development Smiley

1000 SAT will be going soon.
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 27, 2015, 03:09:38 PM
 #957

Damn, for many months I believed in this project, and now are the effects !!
Very happy I will give 30K BTX for further development Smiley

Thank you gregofdoom!!  In the near future ... along with the dozens of things on my plate, and to go along with the direction I want for BTX, I will be setting up some sort of BTXFoundation to support the future growth and little bonuses for the MasterNode owners.

More on that later though, we need to get the base foundation of the network inplace.... and BTXFoundation was not a typo  Wink



             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 27, 2015, 03:12:14 PM
 #958

More code updates to BTX and available on Github:

01) masternode enforce payments (spork.h)
02) RPC exhaust fix (rpcprotocol.cpp)
03) wallet fix, priority calculation in CreateTransaction (wallet.cpp)
04) added checkpoints (checkpoints.cpp)
05) do not store more than 200 timedata samples (timedata.cpp).
06) ignore blocks received while importing (main.cpp)
07) don't check duplicate stake while importing (main.cpp)
08) added DNS seeds nodes for finding peers: btxcoin.com, btxcoin.net (chainparams.cpp)
09) max number of fds in fd_set and prevent redefinition compiler warning (compat.h)
10) ignore "gettaddr"requests on outbound connections (main.cpp)

One new item to note is the addition of DNS seeds (#8).  MCDev deployed four DNS seeds around the world and they will be active for versions 2.1.5.0 and above.  These have been added to the code:  btxcoin.net, btxcoin.net, bitcointx.io, bitcointx.info

Also, I think the community will be pleased with the InstantX upgrade for more than faster transactions. Again,  MCDev sponsored this upgrade and must give him credit for the positive direction he is taking this coin. Bringing InstantX to BTX isn't easy but I am making progress and will update this forum.

If interested, please view the source Git commit history:  https://github.com/CryptoDJ/BitcoinTX/commits/master



Congratulations @CryptoVote @MCDev and all the Team, I am convinced that BTX is in the right direction to be a big coin, BTX has one of the most honest and transparent team in all Crypto, I hope, CryptoVote came to stay in the Team and in the coming days more DEVs join to the team. Thank You again @MCDev @CryptoVote, well done.

Thank you!!
CryptoVote is here to stay!!!! I won't let him go  Grin

As far as for me.... I'm here till they put me in a box  Grin


             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
September 27, 2015, 03:17:48 PM
Last edit: September 27, 2015, 07:15:42 PM by gregofdoom
 #959

Great.
I gave little support to buy Smiley
Please others to do the same.

go, go, go BTX !
MCDev
Sr. Member
****
Offline Offline

Activity: 680
Merit: 255



View Profile
September 27, 2015, 03:27:55 PM
 #960

More code updates to BTX and available on Github:

01) masternode enforce payments (spork.h)
02) RPC exhaust fix (rpcprotocol.cpp)
03) wallet fix, priority calculation in CreateTransaction (wallet.cpp)
04) added checkpoints (checkpoints.cpp)
05) do not store more than 200 timedata samples (timedata.cpp).
06) ignore blocks received while importing (main.cpp)
07) don't check duplicate stake while importing (main.cpp)
08) added DNS seeds nodes for finding peers: btxcoin.com, btxcoin.net (chainparams.cpp)
09) max number of fds in fd_set and prevent redefinition compiler warning (compat.h)
10) ignore "gettaddr"requests on outbound connections (main.cpp)

One new item to note is the addition of DNS seeds (#8).  MCDev deployed four DNS seeds around the world and they will be active for versions 2.1.5.0 and above.  These have been added to the code:  btxcoin.net, btxcoin.net, bitcointx.io, bitcointx.info

Also, I think the community will be pleased with the InstantX upgrade for more than faster transactions. Again,  MCDev sponsored this upgrade and must give him credit for the positive direction he is taking this coin. Bringing InstantX to BTX isn't easy but I am making progress and will update this forum.

If interested, please view the source Git commit history:  https://github.com/CryptoDJ/BitcoinTX/commits/master


An important note on the DNSSeeders.. the propagation times for .net, .io, and .info domains is killing me... at the current time the addresses that CryptoVote listed above are running, they just have not propagated completely.  I am also testing with some .com domains that I had laying around and once I get the "recipe" 100% complete on those .coms, we'll either apply those updates to the addresses in the code and leave the code as is, or we'll update the addresses in the code to the .coms.

Also, if you are downloading and testing the updates Cryptovote is checking in, you can test the function of the DNSSeeders by viewing the debug.log in your BTX configuration directory

On a *nix box with the daemon running, just issue;
change to your BTX configuration directory
tail -f debug.log


On a windows wallet, Help --> Debug Window --> Open Debug Log File


You should see entries like

1 addresses found from DNS seeds
dnsseed thread exit


I an seeing the following on one of the seeders...

dnsseed.bitcointx.io -n ............. -m btxseeder1.............
Loading dnsseed.dat...done
Starting 4 DNS threads for dnsseed.bitcointx.io on .......... (........).......done
Starting seeder...done
Starting 96 crawler threads...done
[15-09-27 10:46:16] 0/14 available (5 tried in 325s, 0 new, 9 active), 0 banned; 18039 DNS requests, 3964 db queries


I still have a ton of work to complete on them but they are functional

Let me know if you find any issues

Thanks!!!
MCDev



             ▄▆▆▄
           ▄████████▄
        ▄██████████████▄
     ▄███████      ███████▄
  ▄███████            ███████▄
███████                  ███████
█████▀                    ▀▀██▀
█████
█████                       ▄▆█
█████                   ▆██████
█████                   ████████
  ▀█                   █▀ ▐████
▄                          ▐████
██▆▄▄                    ▄█████
███████                  ███████
  ▀███████            ███████▀
     ▀███████      ███████▀
        ▀██████████████▀
           ▀████████▀

Graphene Airdrop Coming Soon by Phore
  █████████████████████████████
███████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
████████████████████████████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████               ████████
█████████           ▅▆████████▌
█████████     ▅▅▆████████████▌
█████████▆█████████████████████
████████████████████████████████
██████████████████████████████▀
██████████████████████▀▀▀
████████████████▀▀▀
█████████▀▀
█████████
█████████
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 »
  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!