Bitcoin Forum
June 26, 2024, 04:34:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How long should the Trezor giveaway last?
2 weeks
3 weeks
1 month

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 ... 156 »
  Print  
Author Topic: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH  (Read 317838 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.
infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 12, 2015, 06:49:28 PM
 #41

There is a Remote Masternode give away for anyone interested ! This will include the 10,000 coins to run the masternode. https://gleam.io/9HnMj/transfercoin-masternode-give-away
nrvasquez
Hero Member
*****
Offline Offline

Activity: 966
Merit: 500


View Profile
October 13, 2015, 08:24:57 AM
 #42

well i glad somebody take this project Smiley still holding

I'm holding to

tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1533



View Profile
October 13, 2015, 11:19:06 AM
 #43

I have pm'ed you because the bounty for the thread translation. Please let me know if it is still available.
infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 13, 2015, 03:35:26 PM
Last edit: October 14, 2015, 03:28:37 PM by infernoman
 #44

I have pm'ed you because the bounty for the thread translation. Please let me know if it is still available.

Thats no problem at all ! I would please ask that you wait until we have the hard fork figured out so we can also notify the users of the incoming fork. I will return your pm once I get everything sorted out on my end.

EDIT: Looks like i couldnt get everything i wanted included. But heres an updated list so far

A list of the changes below.

Discourage fee sniping with nLockTime
Limited drop of difficulty per block
Minimum age replaced with Minimum confirmations
Reward and Min Conf Blocks Changed
nTargetSpacing replaced with Static Const TARGET_SPACING
TARGET_SPACING set to 60 seconds after the fork, Was set to 69 seconds
Ignore getaddr messages on Outbound connections
Increase Stake Split Threshold
Correctly randomize change output position
Fix boost::get usage with Boost 1.58 in rpcrawtransaction.cpp
Fix issue where getrawtransaction RPC call does not work
Fix issue on open orders tab of the trading page
Removal of old code
IsProtocolV1/IsProtocolV2 hard fork switches removed
FutureDriftV1/FutureDriftV2 reverted back to FutureDrift
CheckStakeKernelHashV1/CheckStakeKernalHashV2 reverted back to CheckStakeKernelHash
Decentralized checkpoints from PosV3
PosV3 Modifier


The things that didnt make it so far are.

Made special marker non spendable
Added nonspendable encoding for block signing key
BIP66 compatibility
Replaced NOP7 with CHECKLOCKTIMEVERIFY
Enforce new script verification flags
Demand canonical block sig from updated peers
Submitblock: Add submission of stake template
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 13, 2015, 06:54:20 PM
 #45

Where is latest source ?
infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 13, 2015, 08:11:13 PM
 #46

Where is latest source ?

https://github.com/transferdev/Transfercoin
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 13, 2015, 08:19:27 PM
 #47

Thanks, I have to get the QT5 downloads and compiled before I try doing a windows wallet build, anyone know which ones would be best?
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 13, 2015, 08:21:17 PM
 #48

Tried QT4.8.6 but failed compiling bitcoingui.o, needed QScroller.
infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 13, 2015, 08:36:32 PM
 #49

Tried QT4.8.6 but failed compiling bitcoingui.o, needed QScroller.

Correct, I will be updating the docs asap but ive been trying to get a new build figured out, Im just testing the fork on a private network before i release it. the dependencies im using on linux for the travis ci build are
qt5-qmake
qtbase5-dev
qtdeclarative5-dev
qttools5-dev
qttools5-dev-tools
qt5-default
libboost1.55-all-dev
libdb++-dev
libssl-dev
libqrencode-dev
libminiupnpc-dev

Also I was using QT 5.5 and trying to compile from the source, but i and another developer were having a mess of problems trying to do so. A third developer i contacted already had the package installed and was able to build properly.
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 13, 2015, 08:46:34 PM
 #50

Thanks, I'll give it a go, might take a while, compiling qt from source takes for ever.
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 13, 2015, 08:51:11 PM
 #51

What dependencies are used, I have these ones already:

Openssl-1.0.1j
db-5.3.28
Boost_1.59_0
protobuf-2.6.1
libpng-1.6.16
qrencode-3.4.4
Miniupnpc-1.9.20150917
Zlib-1.2.8

infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 13, 2015, 09:02:41 PM
 #52

What dependencies are used, I have these ones already:

Openssl-1.0.1j
db-5.3.28
Boost_1.59_0
protobuf-2.6.1
libpng-1.6.16
qrencode-3.4.4
Miniupnpc-1.9.20150917
Zlib-1.2.8



I dont THINK it requires Zlib and upnp + QR are optional of course, It should compile with boost 1.59 but if not try 1.55 or 1.57
in the .pro file im using Openssl-1.0.1p but dependencies can be changed around of course, if you need i can gather a complete list from the dev who did the last build for me and see what he used.
Gazzatron
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
October 13, 2015, 09:04:05 PM
 #53

Nice if you could, keeps us on the same page Smiley
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 13, 2015, 11:49:36 PM
 #54

I would like to get some testers on the forum.  I have a good backup, so if it gets hosed, we have a good base.  Grin

https://forum.transfercoin.io/index.php
infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 14, 2015, 02:45:20 AM
 #55

I've tested the fork about 5 different times now, and seem to have gotten everything going smoothly. I've removed a LOT of code and also added a lot to go with it. I've removed all of the PosV1>PosV2 hard fork code, and I've started to implement things from PosV3. In total there were 957 lines of code added and 666 removed.

I've bumped up the fork to block 90 000 for now. and depending on how long it takes me to get all of the clients built this could change again. BUT i will try to be as prompt as possible. And i'll make sure to update the TransferDev github with my changes in the next day or so.
zaph3t
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


SynqCrypto Team


View Profile WWW
October 14, 2015, 02:58:58 AM
Last edit: October 14, 2015, 01:14:30 PM by zaph3t
 #56

I cant believe this coin is going through takeover. What happened?
Good work and good luck to the new Team.

The dev accounts were compromised and he hasnt returned after that. So we've taken over and hope we can get some more on board as well.
You did good to take it over. I never thought Transfer dev will just abandon the his coin like that. You have all my Support - Im still holding some that
bought on Bittrex.

infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 14, 2015, 05:13:51 AM
Last edit: October 14, 2015, 04:37:05 PM by infernoman
 #57

What dependencies are used, I have these ones already:

Openssl-1.0.1j
db-5.3.28
Boost_1.59_0
protobuf-2.6.1
libpng-1.6.16
qrencode-3.4.4
Miniupnpc-1.9.20150917
Zlib-1.2.8



Confirmation on the dependencies for windows QT used for building.

Openssl-1.0.1p
Berkley DB 4.8
Boost_1.57_0
Secp256k1
QT 5.5

Any clients that I get built do not have upnp or QRcodes enabled. So we dont use the libs required for them

The windows daemon and QT have been posted on the OP under V1.2 - 61401 linux has NOT been updated yet on the OP so V1.1 -61400 is still the newest client.

Please update to version 1.2 - 61401 ASAP. It will require a resync. The txleveldb folder needs to be removed. Since there have been changes to the TX leveldb database for PosV3. Tomorrow i will release the QT client for Mac, and the QT and daemon for linux. I'm also pushing my changes now to the https://github.com/transferdev/Transfercoin github

NODES ! for anyone who cant connect
mn.infernopool.com:10000
transfer.infernopool.com:7556
transfer2.infernopool.com:9999
transfer2.infernopool.com:9998
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
October 14, 2015, 09:27:32 PM
 #58

syncing the new client now.  Don't need any nodes so far, so it is looking pretty good.   Grin
rahmad2nd
Legendary
*
Offline Offline

Activity: 2576
Merit: 1009


Leading Crypto Sports Betting & Casino Platform


View Profile
October 14, 2015, 09:52:01 PM
 #59

Price dying...
Keep hold and buy more  Smiley

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
infernoman (OP)
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
October 14, 2015, 10:02:56 PM
Last edit: October 14, 2015, 10:14:32 PM by infernoman
 #60

Price dying...
Keep hold and buy more  Smiley

You wont see me speculating on price too much Wink I will try to do giveaways and market but I will never employ pump and dump tactics like some of the "devs" around, If I am contacted by a "pumper" then I stay far away from them and the projects they "promote" If you have any ways to increase promotion without employing these tactics then by all means contact me Wink I dont have too much to spend, and what I do spend I want it to be used toward hiring outside help. Since I am still a bit new to all of this. But if the offer is right then we can definitely work something out.
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 ... 156 »
  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!