当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

ditcoin-gui

授权协议 View license
开发语言 Python
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 郑星雨
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Ditcoin GUI

Copyright (c) 2017, The Ditcoin Project

Development Resources

Vulnerability Response

Introduction

As Cryptonote/Monero based technology, Ditcoin is a private, secure, untraceable, decentralised digital currency. You are your bank, you control your funds, and nobody can trace your transfers unless you allow them to do so.

Privacy: Ditcoin uses a cryptographically sound system to allow you to send and receive funds without your transactions being easily revealed on the blockchain (the ledger of transactions that everyone has). This ensures that your purchases, receipts, and all transfers remain absolutely private by default.

Security: Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Individual wallets have a 25 word mnemonic seed that is only displayed once, and can be written down to backup the wallet. Wallet files are encrypted with a passphrase to ensure they are useless if stolen.

Untraceability: By taking advantage of ring signatures, a special property of a certain type of cryptography, Ditcoin is able to ensure that transactions are not only untraceable, but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer.

About this Project

This is the GUI for the core Ditcoin implementation. It is open source and completely free to use without restrictions, except for those specified in the license agreement below. There are no restrictions on anyone creating an alternative implementation of Ditcoin that uses the protocol and network in a compatible manner.

As with many development projects, the repository on Github is considered to be the "staging" area for the latest changes. Before changes are merged into that branch on the main repository, they are tested by individual developers in their own branches, submitted as a pull request, and then subsequently tested by contributors who focus on testing and code reviews. Ditcoin's development is also well followed to sweet futur improvements according to ditcoin own behavior. That having been said, the repository should be carefully considered before using it in a production environment, unless there is a patch in the repository for a particular show-stopping issue you are experiencing. It is generally a better idea to use a tagged release for stability.

Supporting the Project

Ditcoin development can be supported directly through donations.

Both Monero and Bitcoin donations can be made to donate.ditcoin.io if using a client that supports the OpenAlias standard

The Ditcoin donation address is: 9RUGwFu3WGh3wAkeWWzMNiQXiW9ChYRpH974mDdrGcjpEcpPrz143oc9sV1W8YyAUwCztbfxt9usZSMVnSBwPxCaDXzhYWz (viewkey: ac3b8aaffde0fba30a69cfceb54c7192aa6cf6161f86c8e970252d6ae94347e7)

The Bitcoin donation address is: 1DDquqzHZEM2PF7Qyftr9hvxk2NJaiozxx

The Monero donation address is: 42iXGr9Ms1FKxt1t8qLJdHRHVKvYMbgSxeRHNsNktjcpRypkEkPqjFT9Bses26xeZbPx5Qi7t5MPeKkzvvz4hYgdF8riCd5

License

See LICENSE.

Installing Ditcoin Core from a Package

Packaging for your favorite distribution would be a welcome contribution!

Compiling Ditcoin Core from Source

On Linux:

(Tested on Ubuntu 16.04 x86, 16.10 x64, Gentoo x64 and Linux Mint 18 "Sarah" - Cinnamon x64)

  1. Install Ditcoin dependencies.
  • For Ubuntu and Mint

    sudo apt install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev

  • For Gentoo

    sudo emerge app-arch/xz-utils app-doc/doxygen dev-cpp/gtest dev-libs/boost dev-libs/expat dev-libs/openssl dev-util/cmake media-gfx/graphviz net-dns/unbound net-libs/ldns net-libs/miniupnpc sys-libs/libunwind

  1. Grab an up-to-date copy of the ditcoin-gui repository

    git clone https://github.com/ditcoin/ditcoin-gui.git

  2. Go into the repository

    cd ditcoin-gui

  3. Install the GUI dependencies

  • For Ubuntu 16.04 x86

    sudo apt-get install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs

  • For Ubuntu 16.04+ x64

    sudo apt-get install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs qml-module-qt-labs-settings libqt5qml-graphicaleffects

  • For Linux Mint 18 "Sarah" - Cinnamon x64

    sudo apt install qml-module-qt-labs-settings qml-module-qtgraphicaleffects

  • For Gentoo

    sudo emerge dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5 dev-qt/qtgraphicaleffects:5

  • Optional : To build the flag WITH_SCANNER

    • For Ubuntu and Mint

      sudo apt install qtmultimedia5-dev qml-module-qtmultimedia libzbar-dev

    • For Gentoo

      The qml USE flag must be enabled.

      emerge dev-qt/qtmultimedia:5 media-gfx/zbar

  1. Build the GUI
  • For Ubuntu and Mint

    ./build.sh

  • For Gentoo

    QT_SELECT=5 ./build.sh

The executable can be found in the build/release/bin folder.

On OS X:

  1. Install Xcode from AppStore
  2. Install homebrew
  3. Install ditcoin dependencies:

brew install boost --c++11

brew install openssl - to install openssl headers

brew install pkgconfig

brew install cmake

brew install qt5 (or download QT 5.8+ from qt.io)

If you have an older version of Qt installed via homebrew, you can force it to use 5.x like so:

brew link --force --overwrite qt5

  1. Add the Qt bin directory to your path

    Example: export PATH=$PATH:$HOME/Qt/5.8/clang_64/bin

    This is the directory where Qt 5.x is installed on your system

  2. Grab an up-to-date copy of the monero-core repository

git clone https://github.com/ditcoin/ditcoin-gui.git

  1. Go into the repository

cd ditcoin-gui

  1. Start the build

./build.sh

The executable can be found in the build/release/bin folder.

Note: Workaround for "ERROR: Xcode not set up properly"

Edit $HOME/Qt/5.8/clang_64/mkspecs/features/mac/default_pre.prf

replaceisEmpty($$list($$system("/usr/bin/xcrun -find xcrun 2>/dev/null")))

withisEmpty($$list($$system("/usr/bin/xcrun -find xcodebuild 2>/dev/null")))

More info: http://stackoverflow.com/a/35098040/1683164

On Windows:

  1. Install msys2, follow the instructions on that page on how to update packages to the latest versions

  2. Install ditcoin dependencies as described in ditcoin documentation into msys2 environment.As we only build application for x86, install only dependencies for x86 architecture (i686 in package name)

    pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake mingw-w64-i686-boost
    
    
  3. Install git into msys2 environment

    pacman -S git
    
  4. Install Qt5 from official site

    • download unified installer, run and select following options:
      • Qt > Qt 5.7 > MinGW 5.3.0 32 bit
      • Tools > MinGW 5.3.0
    • continue with installation
  5. Open MinGW-w64 Win32 Shell shell

    %MSYS_ROOT%\msys2_shell.cmd -mingw32

    Where %MSYS_ROOT% will be c:\msys32 if your host OS is x86-based or c:\msys64 if your host OSis x64-based

  6. Install the latest version of boost, specificly the required static libraries

    cd
    wget http://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.tar.bz2
    tar xjf boost_1_63_0.tar.bz2
    cd boost_1_63_0
    ./bootstrap.sh mingw
    ./b2 --prefix=/mingw32/boost --layout=tagged --without-mpi --without-python toolset=gcc address-model=32 variant=debug,release link=static threading=multi runtime-link=static -j$(nproc) install
    
  7. Clone repository

    cd
    git clone https://github.com/ditcoin/ditcoin-gui.git
    
  8. Build the GUI

    cd ditcoin-gui
    export PATH=$(ls -rd /c/Qt/5.[6,7,8]/mingw53_32/bin | head -1):$PATH
    ./build.sh
    cd build
    make deploy
    

The executable can be found in the .\release\bin directory.

  • 本文针对JAVA 两款常用的反编译工具 jadx 、jd-gui 进行介绍,通过这两个Java 开发神器,可以方便查看线上的代码版本、查看apk或jar的源码实现 jadx jadx 是一款功能强大的反编译工具,可以通过点击代码进行跳转,除反编译外,提供的主要功能如下: 提供多种查找功能。 通过 Navigation 即可打开搜索功能,可以选择搜索指定的类,方法,属性,代码,文件,甚至是注释 查看

  • jd-gui下载 GitHub下载地址:http://java-decompiler.github.io/ CSDN下载地址:https://download.csdn.net/download/m0_37048012/85659412

  • 原因是中文默认使用GBK编码解析,但是项目jar包打包是用utf-8编码。 解决方法看:https://www.cnblogs.com/baishier/p/14137326.html  

  • 如果编写程序类似于: import matplotlib.pyplot as plt plt.plot([1,2,3],[5,7,4]) plt.show() 或者: import matplotlib matplotlib.use('Agg') # 使用Agg import matplotlib.pyplot as plt plt.plot([1,2,3],[5,7,4]) plt.show

  • 链接: https://pan.baidu.com/s/1ryDl-aF51H6cFTW0hgnS-A 提取码: rsth  

  • 今天反编译apk,使用JD_GUI打开jar,几乎所有的文件都可以打开,只有一个文件,点一下就会将JD_GUI卡死。 估计是这个文件太大了。 最终的解决方案是使用了Luyten 下载参考这个链接(其他工具我没有试过) https://www.cnblogs.com/renyuanwei/p/9849889.html 或者 https://blog.csdn.net/chenchunlin526/a

  • 前言:安装openpose的时候,会出现一个奇怪的错误,怎么都没法解决,最后网上说是cmake版本的问题,抱着试一试的心理,结果解决了问题。最终定位问题是,openpose支持低版本的cmake编译,但是其依赖的caffe,却需要更高版,故此出现了以下的安装cmake的笔记。对于不熟悉C、C++的同学来说,建议安装cmake-gui进行可视化编译会少很多麻烦。 对于版本没有要求的同学,可以直接使用

  • 关于jd-gui打开jar文件显示空白的问题 …我居然花了好几个小时想这个东西 最终得到原因: 将apk文件拖入d2j-dex2jar.bat之后! 等一下!不要着急吧窗口关了!加载完才可以!!1 得到结论的我吐了…

  • 自定义View系列教程00–推翻自己和过往,重学自定义View 自定义View系列教程01–常用工具介绍 自定义View系列教程02–onMeasure源码详尽分析 自定义View系列教程03–onLayout源码详尽分析 自定义View系列教程04–Draw源码分析及其实践 自定义View系列教程05–示例分析 自定义View系列教程06–详解View的Touch事件处理 自定义View系列教程

  • 添加链接描述 链接结合下面的文字就不会出什么问题了 分享一下使用方法: 1、大家需要同时下载GUI版和RAR版的两个文件,GUI版缺少配置文件,因此无法直接使用。 2、RAR版的密码确实是UTF-16。 3、把RAR版的文件解压出来后,把GUI拖入解压后的文件夹,运行。 4、此时再点击下拉箭头,即可显示RAR版的各种配置文件,选择English即可,运行。

  • 下载: https://packages.ubuntu.com/bionic/all/git-gui/download git-gui_2.17.1-1ubuntu0.4_all.deb sudo dpkg -i git-gui_2.17.1-1ubuntu0.4_all.deb 在git 仓库下 git gui   就可以进入了!

  • 什么是反编译 高级语言源程序经过编译变成可执行文件,反编译就是逆过程。但是通常不能把可执行文件变成高级语言源代码,只能转换成汇编程序。 反编译是一个复杂的过程,所以越是高级语言,就越难于反编译,但目前还是有许许多多的反编译软件:通过对他人软件的目标程序(可执行程序)进行“逆向分析、研究”工作,以推导出他人的软件产品所使用的思路、原理、结构、算法、处理过程、运行方法等设计要素,作为自己开发软件时的参

  • 首先:在 cmake 官网下载 http://www.cmake.org/ 相关的版本, 进入到:cmake的bootstrap所在的目录     ./bootstrap --qt-gui     make     sudo make install  # 一定得(sudo) 这期间可能出现没有安装qt的error     处理办法:sudo apt-get install qt4-dev-too

  • cmake3.9.1 cmake-gui3.5.1 cmake-gui opencv4 一直configure报错,怀疑是cmake版本太低,差了一下cmake是3.9.1,但是用的cmake-gui是3.5.1。 所以准备更新cmake-gui。 upgrade cmake-gui version 1、下载cmake安装源文件 2、./configure --qt-gui 3、make -j8

  • 一、打开终端 二、安装brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null 三、安装 brew cask in

 相关资料
  • 问题内容: 什么是好的Java Swing日期选择器组件?到目前为止,我只真正发现了这些2: -这是非常好的,因为它使用了基本的外观。 在SwingX项目中-不如它使用自己的外观和感觉 与我在网页上看到的相比,这两者看起来都有些笨拙。例如,最好同时看到 多个月 。有人知道那里有其他好用的小部件吗? 问题答案: 最近,我发现并使用Microba DatePicker(http://microba.s

  • 问题内容: 我是Java编程的新手,想知道是否可以在Java GUI应用程序中获得Windows本机外观。显然,Swing无法正常工作。 问题答案: 使用以下内容: 阅读UIManager和如何设置外观以获取更多信息。

  • 问题内容: 我对Java还是有些陌生,并且喜欢使用JetBrains团队开发的IntelliJ IDE。 我已经下载了Community Edition的源代码,并且正在尝试弄清他们正在使用哪些GUI库来获得外观。 题 他们使用什么库(如果有)来获取非本机选项卡,工具栏和面包屑组件? 他们使用的面板也很有趣,但是我觉得它们是为该项目开发的,而不是图书馆。这是真的? 有人可以提供在GUI项目中产生相

  • 问题内容: 我想知道是否有关于使用Java进行声明性GUI编程的建议。(我讨厌基于视觉的GUI创建者/编辑器软件,但是对手动实例化JPanels和Boxes以及JLabel和JLists等感到有点厌倦。) 这是我的总体问题,但是对于我正在考虑采用的方法,我有两个具体问题: JavaFX:在JavaFX中是否有一个实际的GUI显示示例(例如,不是圆形和矩形,而是列表框,按钮和标签等),可以与访问和更

  • 问题内容: 在Clojure中制作 GUI的最佳方法是什么? 有一些功能性Swing或SWT包装器的示例吗?还是与JavaFX声明性GUI描述进行了某些集成,可以使用某些宏轻松地将它们包装到s表达式中? 有教程吗? 问题答案: 我会谦虚地建议跷跷板。 这是一个基于REPL的教程,假定您没有Java或Swing知识。 跷跷板很像@tomjen的建议。这是“你好,世界”: 这是@Abhijith和@d

  • 问题内容: 我使用SwingWorker使用Java Swing API制作进度条。 我有一个扩展SwingWorker的类 第二节课(我正在写一篇) 当我在第二个测试器中启动时,在进度条出现之前会显示消息“找不到方法”,而在以后的情况下我希望出现该消息。该怎么办? 问题答案: 将启动一个背景(从中调用该方法),程序将继续执行。 不是阻塞方法,这是使用它的原因,因此您不要阻塞事件调度线程 您可以使