Bitcoin Forum
April 27, 2024, 12:04:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: 【XWP】Swap Mining [Cuckaroo29s] [Micropool] ⛏  (Read 2014 times)
Initech (OP)
Jr. Member
*
Offline Offline

Activity: 154
Merit: 4


View Profile WWW
June 16, 2019, 10:50:53 AM
 #21

There was a good AMA on reddit about swap recently.

Should still be on the first couple of pages. Was how I learned about it worth a look. For whatever reason though, can't see swap on whattomine? Would be a good way of raising awareness.

It's already there: https://whattomine.com/coins/301-xwp-cuckaroo29s
It's displayed also in the GPU coins tab.

███【https://bitcointalk.org/index.php?topic=5083455】█【15 Seconds Block】█【No Premine】█【No Dev Fee】█【No BULLSHIT】█【How crypto SHOULD be】█【 Swap [XWP]】██
1714219497
Hero Member
*
Offline Offline

Posts: 1714219497

View Profile Personal Message (Offline)

Ignore
1714219497
Reply with quote  #2

1714219497
Report to moderator
1714219497
Hero Member
*
Offline Offline

Posts: 1714219497

View Profile Personal Message (Offline)

Ignore
1714219497
Reply with quote  #2

1714219497
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714219497
Hero Member
*
Offline Offline

Posts: 1714219497

View Profile Personal Message (Offline)

Ignore
1714219497
Reply with quote  #2

1714219497
Report to moderator
yuzuak
Member
**
Offline Offline

Activity: 683
Merit: 16


View Profile
June 20, 2019, 01:32:34 PM
 #22

Is there privacy feature?
Initech (OP)
Jr. Member
*
Offline Offline

Activity: 154
Merit: 4


View Profile WWW
June 20, 2019, 09:31:24 PM
 #23

Is there privacy feature?

Sure. It's forked from Monero, so, it includes every privacy feature and protocol Monero has implemented so far.

███【https://bitcointalk.org/index.php?topic=5083455】█【15 Seconds Block】█【No Premine】█【No Dev Fee】█【No BULLSHIT】█【How crypto SHOULD be】█【 Swap [XWP]】██
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
July 03, 2019, 07:13:28 PM
 #24

gettiong connection refused on micropool
Initech (OP)
Jr. Member
*
Offline Offline

Activity: 154
Merit: 4


View Profile WWW
July 04, 2019, 01:24:50 PM
 #25

gettiong connection refused on micropool

Are you using a remote node?

███【https://bitcointalk.org/index.php?topic=5083455】█【15 Seconds Block】█【No Premine】█【No Dev Fee】█【No BULLSHIT】█【How crypto SHOULD be】█【 Swap [XWP]】██
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
July 11, 2019, 04:28:32 AM
 #26

gettiong connection refused on micropool

Are you using a remote node?

Local node, what should the pool url be if using awesomeminer
Initech (OP)
Jr. Member
*
Offline Offline

Activity: 154
Merit: 4


View Profile WWW
July 11, 2019, 05:04:01 PM
 #27

gettiong connection refused on micropool

Are you using a remote node?

Local node, what should the pool url be if using awesomeminer

The default one, 127.0.0.1

███【https://bitcointalk.org/index.php?topic=5083455】█【15 Seconds Block】█【No Premine】█【No Dev Fee】█【No BULLSHIT】█【How crypto SHOULD be】█【 Swap [XWP]】██
Initech (OP)
Jr. Member
*
Offline Offline

Activity: 154
Merit: 4


View Profile WWW
July 16, 2019, 11:32:01 PM
 #28




Today's stats:

Graphrate: 24.79 kgps
Difficulty: 11623




███【https://bitcointalk.org/index.php?topic=5083455】█【15 Seconds Block】█【No Premine】█【No Dev Fee】█【No BULLSHIT】█【How crypto SHOULD be】█【 Swap [XWP]】██
konqueror
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
July 17, 2019, 03:01:39 PM
 #29

Quote
Note: The Micropool software can be also built to run on Linux.

How can run it on Linux?
Initech (OP)
Jr. Member
*
Offline Offline

Activity: 154
Merit: 4


View Profile WWW
July 18, 2019, 04:59:03 AM
 #30

Quote
Note: The Micropool software can be also built to run on Linux.

How can run it on Linux?

Sorry, we forgot to place instructions to build for Linux on README.md. The instructions are commited now. There are two ways:

To run micropool-gui as a nodejs/electronjs app:

Code:
$ npm install electron -g
$ git clone https://github.com/swap-dev/micropool-gui.git
$ cd micropool-gui
$ npm install
$ npm start

To build the micropool as a standalone executable:

Code:
$ npm install electron-builder -g
$ git clone https://github.com/swap-dev/micropool-gui.git
$ cd micropool-gui
$ electron-builder --linux
$ electron-builder --window
$ electron-builder --mac

███【https://bitcointalk.org/index.php?topic=5083455】█【15 Seconds Block】█【No Premine】█【No Dev Fee】█【No BULLSHIT】█【How crypto SHOULD be】█【 Swap [XWP]】██
konqueror
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
July 18, 2019, 07:28:08 AM
 #31

Quote
Note: The Micropool software can be also built to run on Linux.

How can run it on Linux?

Sorry, we forgot to place instructions to build for Linux on README.md. The instructions are commited now. There are two ways:

To run micropool-gui as a nodejs/electronjs app:

Code:
$ npm install electron -g
$ git clone https://github.com/swap-dev/micropool-gui.git
$ cd micropool-gui
$ npm install
$ npm start

To build the micropool as a standalone executable:

Code:
$ npm install electron-builder -g
$ git clone https://github.com/swap-dev/micropool-gui.git
$ cd micropool-gui
$ electron-builder --linux
$ electron-builder --window
$ electron-builder --mac


Thank you
Mahaprajapati
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
October 29, 2021, 01:40:15 AM
 #32

Today's stats:

Graphrate: 394.67 gps
Difficulty: 184
Pages: « 1 [2]  All
  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!