Coder Social home page Coder Social logo

transferdev / transfercoin Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 42.0 7.16 MB

source

License: MIT License

Python 1.33% Shell 0.13% NSIS 0.09% C++ 75.80% C 20.81% Makefile 0.26% HTML 0.79% CSS 0.02% Objective-C 0.01% Objective-C++ 0.09% QMake 0.34% Java 0.03% M4 0.29%

transfercoin's People

Contributors

chey avatar gentamicin avatar infernoman avatar io-eightyeight avatar scdeveloper avatar syfares avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

transfercoin's Issues

[masternode] No files to extract / Invalid masternode address

I tried to follow the https://www.youtube.com/watch?v=aDVV4v2vnfU tutorial but I'm unable to get transferd working on the VPS.
I get the following.

100%[=======================================================================>] 773,385,775 2.43M/s   in 5m 19s  

2018-01-07 17:52:44 (2.31 MB/s) - `Transfer.rar' saved [773385775/773385775]

UNRAR 4.10 freeware      Copyright (c) 1993-2012 Alexander Roshal

Transfer.rar is not RAR archive
No files to extract
Hold your horses for 60 sec while blockchain updates
Transfer server starting
Error: Invalid -masternodeaddr address: :17170

error: couldn't connect to server
Compare the block number shown above to the block number on the block explorer.
Need Help? ... Hop on Slack!
root@masternode01:~# 
root@masternode01:~# cat /etc/issue
Debian GNU/Linux 7 \n \l
root@masternode01:~# uname -ar
Linux masternode01 3.2.0-4-amd64 #1 SMP Debian 3.2.93-1 x86_64 GNU/Linux

What can I do?

Windows wallet sync slow

Multiple users reports slow syncing of blockchain on the first run. Sometimes takes days to sync.
Need to be looked at.

Compile on Debian Linux fails

In file included from src/qt/bitcoingui.cpp:41:0:
src/qt/tradingdialog.h:15:23: fatal error: QJsonObject: No such file or directory
#include
^
compilation terminated.
Makefile:1960: recipe for target 'build/bitcoingui.o' failed
make: *** [build/bitcoingui.o] Error 1

cannot compile transfercoin, any advice on compiling secp256k1 ?

/home/gentamicin/Transfercoin/src/key.cpp:216: undefined reference to secp256k1_ecdsa_sign_recoverable' /home/gentamicin/Transfercoin/src/key.cpp:218: undefined reference tosecp256k1_ecdsa_recoverable_signature_serialize_compact'
obj/pubkey.o: In function CPubKey::RecoverCompact(uint256 const&, std::vector<unsigned char, std::allocator<unsigned char> > const&)': /home/gentamicin/Transfercoin/src/pubkey.cpp:194: undefined reference tosecp256k1_ecdsa_recoverable_signature_parse_compact'
/home/gentamicin/Transfercoin/src/pubkey.cpp:197: undefined reference to `secp256k1_ecdsa_recover'

Could not connect to: IP:PORT

Both local and remote nodes in CActiveMasternode::ManageStatus() of activemasternode.cpp

if(!ConnectNode((CAddress)service, service.ToString().c_str())) is returning true

Which causes the masternode to display a status of incapable. And causes hot nodes to be unable to start or relay.

Cold nodes will display a status of incapable, but if they are configured correctly will start when the controller issues the command.

Unable to sync on MacOS

On MacOS High Sierra the wallet doesn't seem to sync at all.
I imported the blockchain downloaded from the website.
As you can see in the screens there's no traffic at all and 0 active connection(s) to Transfer network: do I need to add nodes manually?
schermata 2017-12-14 alle 20 28 49
schermata 2017-12-14 alle 20 28 44
schermata 2017-12-14 alle 20 29 11

Multiple unlocks needed for staking

Either after starting masternodes, or sending coins. Have to enter password 2-3 times before it will go to stake...it will keep showing "wallet is locked".

Current build on Linux fails

I'm getting the following error when trying to build the current version on my Centos 7.
V1.2.4 Release is working fine.

main.cpp: In function ‘bool ProcessMessage(CNode*, std::string, CDataStream&)’:
main.cpp:4018:53: error: ‘class CTransaction’ has no member named ‘nDos’
if (tx.nDoS) Misbehaving(pfrom->GetId(), tx.nDos);
^
main.cpp:4037:59: error: ‘class CBlock’ has no member named ‘nDos’
if (block.nDoS) Misbehaving(pfrom->GetId(), block.nDos);
^
make: *** [obj/main.o] Error 1.

RPC move command

Your RPC move command is broken, if used it corrupts the wallet balances so you have to salvage the wallet.

In rpcwallet.cpp on the movecmd() function you can see it adds the debit accounting entry 2x instead of the credit entry. Easy fix at least.

current mac build failing.

seems the commit with layout change for android broke the mac build.
that commit includes fair amount of rework of the qt forms/gui and seems to have renamed some variables.

the first error is

../src/qt/sendcoinsentry.cpp:23:9: error: no member named 'payToLayout' in 'Ui::SendCoinsEntry'
    ui->payToLayout->setSpacing(4);

change
sendcoinsentry.ui #121

next error

../src/qt/sendmessagesentry.cpp:23:9: error: no member named 'sendToLayout' in 'Ui::SendMessagesEntry'; did you mean 'sendToLayout_2'?
    ui->sendToLayout->setSpacing(4);
        ^~~~~~~~~~~~
        sendToLayout_2
build/ui_sendmessagesentry.h:32:18: note: 'sendToLayout_2' declared here
    QHBoxLayout *sendToLayout_2;
                 ^
1 error generated.

change
sendmessagesentry.cpp#23
ui->sendToLayout_2->setSpacing(4);

the second possibly can do with some appropriate renaming as i just did a quick fix to get it working

edited because i put the wrong file details 📦

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.