Bitcoin Forum
May 09, 2024, 05:54:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Create Your Own CryptoNote Currency and Mining Pool Easily  (Read 1250 times)
tariquemansuri (OP)
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
August 27, 2017, 02:28:24 PM
 #1


Run Step by Step Below Commands on VM Instance, Ubuntu, 2 vCPU with 8 or 13 GB Ram:-

--------------------------------------------------
Creating Your Own Mining Pool
============================


sudo apt-get install git

sudo apt-get install redis-server

sudo apt-get install libboost1.55-all-dev

sudo apt-get install nodejs-dev

sudo apt-get install nodejs-legacy

sudo apt-get install npm

sudo apt-get install cmake

sudo apt-get install libssl-dev

git clone https://github.com/fancoder/cryptonote-universal-pool.git pool

cd pool

npm update

nano config.json

Replace XDN Wallet Address:
ddeTPyKKxV4dSfpnPG9H5HbLXnRmJ2HKvVG3u6zwvJYY1TkSwoVRNJYgUw7wMnJH82FS8noajsHKGiN ABUygXMdm1oKjojAHf

node init.js

--------------------------------------------------
Creating Your Own Cryptocurerncy
============================

apt-get update

apt-get dist-upgrade

sudo dd if=/dev/zero of=/mnt/myswap.swap bs=1M count=4000

sudo mkswap /mnt/myswap.swap

sudo swapon /mnt/myswap.swap

sudo chmod 777 /etc/fstab

nano /etc/fstab

/mnt/myswap.swap none swap sw 0 0

Now your swap is setup, you can modify the size in the future if you need more or less.

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev

sudo apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server

sudo add-apt-repository ppa:bitcoin/bitcoin

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

sudo curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh

source ~/.profile

nvm install 0.10.25

nvm use 0.10.25

mkdir digitalnote

cd digitalnote

sudo git clone https://github.com/xdn-project/digitalnote.git

sudo cmake

sudo make

cd /build/release/src

./digitalnoted

-------------------------------------------------------------------------
Three Websites for majority of solution:-

01. http://betbybitcoin.com/setup-monero-mining-pool-using-node-cryptonote-pool/

02. https://github.com/fancoder/cryptonote-universal-pool/blob/master/README.md#usage

03. https://github.com/xdn-project/digitalnote (Cloning Link)

--------------------------------------------------------------------------
Donate if You LIke, I will use it for :-

01. Running My Google Cloud VM.
02. Mining Pool and Hosting Node on Google Cloud.

Bitcoin               = 18msSmpKxN3iCAURQ5whTnq97q3Z1VrLxW
Dash                 = Xkw5STBzT9sfDrouzPupYetVfQ7b3ypLyj
DigiByte              = DEYFFFratz1fTsW3xQZgXEDdi2MWb4h3Qn
Dogecoin              = D6LNCrVryeDidDxJQTJ265kaKNJ6ZHTFqk
Ethereum Classic   = 0x382f11ed930b0ff1b48cefcdf747715e0a6dc44a
Ethereum              = 0x0af5d65a269aa3156657370fec07b1d2b4c9e757
Litecoin              = LgKitsRMirj5sEvGA8Zcmu63vrrLKBkjtZ
NXT                 = NXT-VPY7-BSLP-MJBV-FRK4S
Zcash         = t1XNkQ5fEQa1XmrdqbxtSyDrNBva26VJ96w

1715277245
Hero Member
*
Offline Offline

Posts: 1715277245

View Profile Personal Message (Offline)

Ignore
1715277245
Reply with quote  #2

1715277245
Report to moderator
1715277245
Hero Member
*
Offline Offline

Posts: 1715277245

View Profile Personal Message (Offline)

Ignore
1715277245
Reply with quote  #2

1715277245
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715277245
Hero Member
*
Offline Offline

Posts: 1715277245

View Profile Personal Message (Offline)

Ignore
1715277245
Reply with quote  #2

1715277245
Report to moderator
1715277245
Hero Member
*
Offline Offline

Posts: 1715277245

View Profile Personal Message (Offline)

Ignore
1715277245
Reply with quote  #2

1715277245
Report to moderator
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 18, 2017, 08:19:35 PM
 #2

hi there Smiley

i've been trying to get to run an XDN pool but i keep getting the following error whenever a miner connects:

Code:
Error: Failed to parse block
    at Object.BlockTemplate.nextBlob (/home/mylin/Pools/xdn-pool/lib/pool.js:120:23)
    at Object.Miner.getJob (/home/mylin/Pools/xdn-pool/lib/pool.js:297:41)
    at handleMinerMethod (/home/mylin/Pools/xdn-pool/lib/pool.js:492:28)
    at handleMessage (/home/mylin/Pools/xdn-pool/lib/pool.js:606:13)
    at Socket.socket.on.on.on.pushMessage (/home/mylin/Pools/xdn-pool/lib/pool.js:660:25)
    at Socket.emit (events.js:95:17)
    at Socket.<anonymous> (_stream_readable.js:765:14)
    at Socket.emit (events.js:92:17)
    at emitReadable_ (_stream_readable.js:427:10)
    at emitReadable (_stream_readable.js:423:5)

2017-09-18 22:17:23 [master] Pool fork 4 died, spawning replacement worker...

i built the node from https://github.com/xdn-project/digitalnote

and the pool from https://github.com/xdn-project/cryptonote-universal-pool

im using ubuntu 16.04 (and i have other cryptonote coins pools running with no issues)

i also tried the fancoder pool!

and pointers?

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
VanKushFamily.com
Jr. Member
*
Online Online

Activity: 140
Merit: 1


View Profile
March 06, 2024, 03:39:52 AM
 #3

Everyone who has something, Please Add. We need more Mining Pool Info.
Pages: [1]
  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!