Author

Topic: [TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POS,TOR,MN, STEALTH - page 154. (Read 317969 times)

member
Activity: 91
Merit: 10
Where is latest source ?
legendary
Activity: 964
Merit: 1000
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
tyz
legendary
Activity: 3360
Merit: 1533
I have pm'ed you because the bounty for the thread translation. Please let me know if it is still available.
hero member
Activity: 966
Merit: 500
well i glad somebody take this project Smiley still holding

I'm holding to
legendary
Activity: 964
Merit: 1000
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
sr. member
Activity: 358
Merit: 251
well i glad somebody take this project Smiley still holding
legendary
Activity: 1484
Merit: 1000
Good job infernoman.. Im looking forward to the forking  Smiley
legendary
Activity: 964
Merit: 1000
Pretty sure that Transfer Dev = rocoloko are the same person (https://bitcointalksearch.org/user/rocoloko-288015) may be talk to him..  Grin

Have you spoken to Bittrex to see if they are agreeable to the fork?

I have worked with them before in the past, I have not notified them yet as i do not have the clients ready and am not positive on what block number i will be making the fork at. Im going for block 85000 but that could change depending on how long it takes me to get this client staking pre and post fork.

It seems that they are one in the same, and rocoloko wouldve been compromised in the hack

A list of the compromised accounts include:
kralkral
Bobsurpulus
rocoloko
Crypto_joe
Joshua kingpin
Franciem
gom
hero member
Activity: 658
Merit: 500
Pretty sure that Transfer Dev = rocoloko are the same person (https://bitcointalksearch.org/user/rocoloko-288015) may be talk to him..  Grin

Have you spoken to Bittrex to see if they are agreeable to the fork?
legendary
Activity: 964
Merit: 1000
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.
sr. member
Activity: 294
Merit: 250
SynqCrypto Team
I cant believe this coin is going through takeover. What happened?
Good work and good luck to the new Team.
legendary
Activity: 964
Merit: 1000
Here is the MAC daemon. My first time compiling the MAC daemon. I've compiled it statically so hopefully there are no dependency issues for people.

I've noticed it's pretty standard to run files through virustotal so I have done that for ya'll. Don't take my word for it though. Scan it yourself Wink

https://mega.nz/#!Y4NGUSwS!DZnNkK90NL6xI7fszf0iLPPmzXoAeDYjZbz4r60f3Vw

https://www.virustotal.com/en/file/2f5c81a35596963822be89e765191d21b17c0f831dad276a026420c01914e349/analysis/1444592224/

To get started...dowload zip file, unpack it, open a terminal and run it
Run:
  ./transferd --help  # for a list of command-line options.
Run
  ./transferd -daemon # to start the transfer daemon.
Run
  ./transferd help # When the daemon is running, to get a list of RPC commands

Let me know if there are any issues.

Next up is the MAC Qt. I'm sure that will take me a bit longer Cool


Thats great ! Thanks for the help, I am currently looking into forking the network to implement more than a few changes, mainly these upgrades will be for staking. And it will also adjust the block time from 69 seconds to 60 seconds like it should be.

A list of the changes below.
Discourage fee sniping with nLockTime
Limited drop of difficulty per block
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
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
Correctly randomize change output position


The plan is to implement these changes at block 85000.
We are currently working on finalizing these changes And i will work to update you ASAP about when the fork will occur.

I love the new changes on the new fork. But I think what will make this coin more valuable.  Is to keep the same algorithm. Have a POS/POW hybrid system, and still half of all block rewards go to master Nodes. One block will be pow x-11 and another one will be POS x-11

I think our best bet would be to stick with the current POS/Masternode setup. The reason i say this is it is hard for new coins to gain enough interest to keep users hashing, which could result in mostly pos/masternode blocks anyways.

The short pow phase seems to be what keeps most users interested, These changes will help to limit the difficulty changes from being so large. And will also increase the number of blocks per day to what is quoted in the OP. This will introduce a bit more TX into the ecosystem. About 14% per day is the current increase that I am planning. But the OP states 60 second blocks. So I wanted to fix another problem if I was introducing a hard fork anyways.


I will be testing the new client on a private network just to make sure it stakes properly, and everything is working. After that ill commit the changes to the transfer_dev github and start building the new clients for everyone, These changes will also fix the "Open Orders" tab on the trading page of your wallet.
hero member
Activity: 966
Merit: 500
Here is the MAC daemon. My first time compiling the MAC daemon. I've compiled it statically so hopefully there are no dependency issues for people.

I've noticed it's pretty standard to run files through virustotal so I have done that for ya'll. Don't take my word for it though. Scan it yourself Wink

https://mega.nz/#!Y4NGUSwS!DZnNkK90NL6xI7fszf0iLPPmzXoAeDYjZbz4r60f3Vw

https://www.virustotal.com/en/file/2f5c81a35596963822be89e765191d21b17c0f831dad276a026420c01914e349/analysis/1444592224/

To get started...dowload zip file, unpack it, open a terminal and run it
Run:
  ./transferd --help  # for a list of command-line options.
Run
  ./transferd -daemon # to start the transfer daemon.
Run
  ./transferd help # When the daemon is running, to get a list of RPC commands

Let me know if there are any issues.

Next up is the MAC Qt. I'm sure that will take me a bit longer Cool


Thats great ! Thanks for the help, I am currently looking into forking the network to implement more than a few changes, mainly these upgrades will be for staking. And it will also adjust the block time from 69 seconds to 60 seconds like it should be.

A list of the changes below.
Discourage fee sniping with nLockTime
Limited drop of difficulty per block
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
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
Correctly randomize change output position


The plan is to implement these changes at block 85000.
We are currently working on finalizing these changes And i will work to update you ASAP about when the fork will occur.

I love the new changes on the new fork. But I think what will make this coin more valuable.  Is to keep the same algorithm. Have a POS/POW hybrid system, and still half of all block rewards go to master Nodes. One block will be pow x-11 and another one will be POS x-11
legendary
Activity: 964
Merit: 1000
Here is the MAC daemon. My first time compiling the MAC daemon. I've compiled it statically so hopefully there are no dependency issues for people.

I've noticed it's pretty standard to run files through virustotal so I have done that for ya'll. Don't take my word for it though. Scan it yourself Wink

https://mega.nz/#!Y4NGUSwS!DZnNkK90NL6xI7fszf0iLPPmzXoAeDYjZbz4r60f3Vw

https://www.virustotal.com/en/file/2f5c81a35596963822be89e765191d21b17c0f831dad276a026420c01914e349/analysis/1444592224/

To get started...dowload zip file, unpack it, open a terminal and run it
Run:
  ./transferd --help  # for a list of command-line options.
Run
  ./transferd -daemon # to start the transfer daemon.
Run
  ./transferd help # When the daemon is running, to get a list of RPC commands

Let me know if there are any issues.

Next up is the MAC Qt. I'm sure that will take me a bit longer Cool


Thats great ! Thanks for the help, I am currently looking into forking the network to implement more than a few changes, mainly these upgrades will be for staking. And it will also adjust the block time from 69 seconds to 60 seconds like it should be.

A list of the changes below.
Discourage fee sniping with nLockTime
Limited drop of difficulty per block
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
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
Correctly randomize change output position


The plan is to implement these changes at block 85000.
We are currently working on finalizing these changes And i will work to update you ASAP about when the fork will occur.
sr. member
Activity: 367
Merit: 250
I'm a miner not a minor.
Here is the MAC daemon. My first time compiling the MAC daemon. I've compiled it statically so hopefully there are no dependency issues for people.

I've noticed it's pretty standard to run files through virustotal so I have done that for ya'll. Don't take my word for it though. Scan it yourself Wink

edit: links removed

To get started...dowload zip file, unpack it, open a terminal and run it
Run:
  ./transferd --help  # for a list of command-line options.
Run
  ./transferd -daemon # to start the transfer daemon.
Run
  ./transferd help # When the daemon is running, to get a list of RPC commands

Let me know if there are any issues.

Next up is the MAC Qt. I'm sure that will take me a bit longer Cool
legendary
Activity: 2632
Merit: 1450

Thank you for the update diks, Once I get the clients updated could I bug you to add them into the post? I can send some TX your way for any troubles Wink


EDIT: I have successfully gained control of the @transfer_dev twitter account and i am working on gaining control of email and domains.

do not worry
I will add all updates )
hero member
Activity: 756
Merit: 500
TRANSFER being transferred over to new ownership lol ironic right.
legendary
Activity: 964
Merit: 1000
The windows wallet has been released and can be found here https://www.dropbox.com/s/644wy4me96dgynp/transfer-qt-v1.1.0.0-win32-inferno-r3.exe?dl=0

Currently there is a small issue with the open orders on the trading tab which has been fixed just didnt make the build. Tomorrow I'm hoping I'll be able to get an Osx QT released at the same time as the fix for windows.
legendary
Activity: 964
Merit: 1000
For anyone that wants to follow along, I am not experienced enough to do the windows builds myself, and I do not have access to a mac, So Instead of sitting around doing nothing I have been trying to get as many updates out at once as i possible can, Before paying for a windows and mac build. I'm sorry to put everyone off like this. But another dev and myself spent over 6 hours yesterday just trying to get QT5 to build properly. And it turned out to be more of a pain than it was worth. Rest assured. I'll be looking into someone to compile them for me now. And HOPE that I am able to release them today.

I have a MAC. I've yet to compile a qt version of any coin. I usually just run the daemon. I'll take a look at doc/build-osx.md and see if I can't get this done for you within a couple days.

That would be great, If you are able to compile the daemon too some users may find this useful for running multiple remote masternodes. I will make sure that ive changed the link for the source on github since i do not have access to the transfer account on github


EDIT: ACCESS GAINED TO GITHUB !!! So now i can confirm that the twitter and the github accounts are in my control
Jump to: