Bitcoin Forum
May 13, 2024, 06:13:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 »  All
  Print  
Author Topic: 📌⚡✅[ANN] 🚀 0x1 LAUNCH 📢 No Ico No Premine SHA256🔥MASTERNODE & FILESHARING✅  (Read 22859 times)
Qwestion
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 10, 2018, 01:15:46 PM
 #101

That awesome big team, big vision , Also I see many partner. Interesting project for sure !

Nice hidden Gem, very interesting project, hopefully they land on a bigger exchange this month.
1715624000
Hero Member
*
Offline Offline

Posts: 1715624000

View Profile Personal Message (Offline)

Ignore
1715624000
Reply with quote  #2

1715624000
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715624000
Hero Member
*
Offline Offline

Posts: 1715624000

View Profile Personal Message (Offline)

Ignore
1715624000
Reply with quote  #2

1715624000
Report to moderator
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 10, 2018, 02:37:05 PM
 #102

That awesome big team, big vision , Also I see many partner. Interesting project for sure !

0x1 ROADMAP

1º Phase - 04/2018 to 05/2018

Launch

EXCHANGE - Obtain multiple (tier2) exchange listings

Compiled desktop wallets (done)

2º Phase - 05/2018 to 06/2018

WALLET RELEASE:

-Wallet  Integration and upgrades
-Masternode  Testing (MNode checkup)

3º Phase - 06/2018 to 07/2018

Bounties: Website Redesign, Marketing, Articles, Reviews, Community Management.
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 10, 2018, 03:08:17 PM
 #103

masternode guide for 0x1

Code:
Masternode sample guide for 0x1

using a Windows vps windows server 2012 rented any website with remote desktop

2 core 2 gbs of ram


step 1 download the wallet from the 0X1 thread [this the wallet on the rented vps not your main wallet]

here:

https://bitcointalk.org/index.php?topic=3250477.100


program needed winrar to extract wallet from filehippo you could download it




step 2 setup wallet and sync to the network

add basic wallet config

where to find the wallet config:

use tools [Open wallet configuration file]




listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=Any username
rpcpassword=Any pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256



close your wallet and open it back up

 


step 3 add wallet to the firewall settings


step 4 start setting up the masternode
open debug console type the following commands

1. [masternode genkey] copy the result in a notepad to setup the masternode
2. [getaccountaddress mn1]  (mn1 is the alias) copy the result in the notepad
3. send 10,000 the address from the results of (getaccountaddress mn1)
4. wait in till you get one confirmation and type on console [masternode outputs] copy the results into the notepad
5. now organice the data from the outputs.

dont close your wallet yet

step 5

wallet config
masternode config

wallet config

listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256
masternode=1
externalip=vps ip
bind=vps ip
masternodeaddr=vps ip:10101
masternodeprivkey= masternode private key

save the wallet config


masternode config

mn1 your ip:10101 [masternode private key] [masternode outputs]

sample
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 127.0.0.2:10100 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0


save the masternode config

now close the wallet and open it back up

if you made a mistake the wallet wont open just find the localappdata file for 0x1 and verify your configs or change
masternode=1 to 0 to open the wallet without running the masternode.


step 6 starting up the masternode [masternodes tap]

usually it will show the masternode has status missing you have to wait in till the wallet is fully sync to start it up, use the button name start missing
you will get a succesful post once you do, wait a minute and start up the alias and your done.

come back in 10 minutes and your masternode should show the active status.

you could send me some 0x1 if this helps
Code:
z9KKnCbQ4iDjYvLM2uPny7371gn8V2uRNt

Much Needed Guide! Sending 0x1 your way now! Thanks mate!
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 10, 2018, 03:41:28 PM
 #104

masternode guide for 0x1

Code:
Masternode sample guide for 0x1

using a Windows vps windows server 2012 rented any website with remote desktop

2 core 2 gbs of ram


step 1 download the wallet from the 0X1 thread [this the wallet on the rented vps not your main wallet]

here:

https://bitcointalk.org/index.php?topic=3250477.100


program needed winrar to extract wallet from filehippo you could download it




step 2 setup wallet and sync to the network

add basic wallet config

where to find the wallet config:

use tools [Open wallet configuration file]




listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=Any username
rpcpassword=Any pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256



close your wallet and open it back up

 


step 3 add wallet to the firewall settings


step 4 start setting up the masternode
open debug console type the following commands

1. [masternode genkey] copy the result in a notepad to setup the masternode
2. [getaccountaddress mn1]  (mn1 is the alias) copy the result in the notepad
3. send 10,000 the address from the results of (getaccountaddress mn1)
4. wait in till you get one confirmation and type on console [masternode outputs] copy the results into the notepad
5. now organice the data from the outputs.

dont close your wallet yet

step 5

wallet config
masternode config

wallet config

listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256
masternode=1
externalip=vps ip
bind=vps ip
masternodeaddr=vps ip:10101
masternodeprivkey= masternode private key

save the wallet config


masternode config

mn1 your ip:10101 [masternode private key] [masternode outputs]

sample
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 127.0.0.2:10100 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0


save the masternode config

now close the wallet and open it back up

if you made a mistake the wallet wont open just find the localappdata file for 0x1 and verify your configs or change
masternode=1 to 0 to open the wallet without running the masternode.


step 6 starting up the masternode [masternodes tap]

usually it will show the masternode has status missing you have to wait in till the wallet is fully sync to start it up, use the button name start missing
you will get a succesful post once you do, wait a minute and start up the alias and your done.

come back in 10 minutes and your masternode should show the active status.

you could send me some 0x1 if this helps
Code:
z9KKnCbQ4iDjYvLM2uPny7371gn8V2uRNt

Over 25 Masternodes now Active! Lets Go! https://0x1.blockxplorer.info/masternodes
codenamethisNutz
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
April 10, 2018, 05:10:57 PM
 #105

masternode guide for 0x1

Code:
Masternode sample guide for 0x1

using a Windows vps windows server 2012 rented any website with remote desktop

2 core 2 gbs of ram


step 1 download the wallet from the 0X1 thread [this the wallet on the rented vps not your main wallet]

here:

https://bitcointalk.org/index.php?topic=3250477.100


program needed winrar to extract wallet from filehippo you could download it




step 2 setup wallet and sync to the network

add basic wallet config

where to find the wallet config:

use tools [Open wallet configuration file]




listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=Any username
rpcpassword=Any pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256



close your wallet and open it back up

 


step 3 add wallet to the firewall settings


step 4 start setting up the masternode
open debug console type the following commands

1. [masternode genkey] copy the result in a notepad to setup the masternode
2. [getaccountaddress mn1]  (mn1 is the alias) copy the result in the notepad
3. send 10,000 the address from the results of (getaccountaddress mn1)
4. wait in till you get one confirmation and type on console [masternode outputs] copy the results into the notepad
5. now organice the data from the outputs.

dont close your wallet yet

step 5

wallet config
masternode config

wallet config

listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256
masternode=1
externalip=vps ip
bind=vps ip
masternodeaddr=vps ip:10101
masternodeprivkey= masternode private key

save the wallet config


masternode config

mn1 your ip:10101 [masternode private key] [masternode outputs]

sample
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 127.0.0.2:10100 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0


save the masternode config

now close the wallet and open it back up

if you made a mistake the wallet wont open just find the localappdata file for 0x1 and verify your configs or change
masternode=1 to 0 to open the wallet without running the masternode.


step 6 starting up the masternode [masternodes tap]

usually it will show the masternode has status missing you have to wait in till the wallet is fully sync to start it up, use the button name start missing
you will get a succesful post once you do, wait a minute and start up the alias and your done.

come back in 10 minutes and your masternode should show the active status.

you could send me some 0x1 if this helps
Code:
z9KKnCbQ4iDjYvLM2uPny7371gn8V2uRNt

Over 25 Masternodes now Active! Lets Go! https://0x1.blockxplorer.info/masternodes

you bet, we got some questions on discord when ever you get a chance.

thanks!

█▄                     ▄█
███▄                   ▄███
██████                 ██████
████████▄             ▄████████
██████████▄           ▄██████████
█████████████         █████████████
████████▀██████▄     ▄██████▀████████
████████   ▀█████▄   ▄█████▀   ████████
████████     ▀██████▄██████▀     ████████
████████       ▀█████████▀       ████████
████████   ▄██▄    ███████    ▄██▄   ████████
████████   ▄████▄    ▀███▀    ▄████▄   ████████
████████   ████████     ▀     ████████   ████████
MARTKIST
 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████▀▀▀█████████
██████ ▀██████▀      ▄██████
██████▄   ▀▀▀        ███████
██████▄             ▄███████
███████▄           ▄████████
██████▀▀▀        ▄██████████
███████▄▄     ▄▄████████████
████████████████████████████
████████████████████████████
████████████████████████████

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
Decentralized Martket
Alies & Assets
Certificates and More...
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 11, 2018, 09:24:42 AM
 #106

masternode guide for 0x1

Code:
Masternode sample guide for 0x1

using a Windows vps windows server 2012 rented any website with remote desktop

2 core 2 gbs of ram


step 1 download the wallet from the 0X1 thread [this the wallet on the rented vps not your main wallet]

here:

https://bitcointalk.org/index.php?topic=3250477.100


program needed winrar to extract wallet from filehippo you could download it




step 2 setup wallet and sync to the network

add basic wallet config

where to find the wallet config:

use tools [Open wallet configuration file]




listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=Any username
rpcpassword=Any pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256



close your wallet and open it back up

 


step 3 add wallet to the firewall settings


step 4 start setting up the masternode
open debug console type the following commands

1. [masternode genkey] copy the result in a notepad to setup the masternode
2. [getaccountaddress mn1]  (mn1 is the alias) copy the result in the notepad
3. send 10,000 the address from the results of (getaccountaddress mn1)
4. wait in till you get one confirmation and type on console [masternode outputs] copy the results into the notepad
5. now organice the data from the outputs.

dont close your wallet yet

step 5

wallet config
masternode config

wallet config

listen=1
server=1
daemon=1
enablezeromint=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
logtimestamps=1
maxconnections=256
masternode=1
externalip=vps ip
bind=vps ip
masternodeaddr=vps ip:10101
masternodeprivkey= masternode private key

save the wallet config


masternode config

mn1 your ip:10101 [masternode private key] [masternode outputs]

sample
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 127.0.0.2:10100 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0


save the masternode config

now close the wallet and open it back up

if you made a mistake the wallet wont open just find the localappdata file for 0x1 and verify your configs or change
masternode=1 to 0 to open the wallet without running the masternode.


step 6 starting up the masternode [masternodes tap]

usually it will show the masternode has status missing you have to wait in till the wallet is fully sync to start it up, use the button name start missing
you will get a succesful post once you do, wait a minute and start up the alias and your done.

come back in 10 minutes and your masternode should show the active status.

you could send me some 0x1 if this helps
Code:
z9KKnCbQ4iDjYvLM2uPny7371gn8V2uRNt

Over 25 Masternodes now Active! Lets Go! https://0x1.blockxplorer.info/masternodes

you bet, we got some questions on discord when ever you get a chance.

thanks!

Masternode payout issues are resulting from using pools that are not friendly with dash masternode code, which is the reason payouts are taking so long.
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 11, 2018, 03:14:19 PM
Last edit: April 11, 2018, 05:28:17 PM by 0x1Knowledge
 #107

I don't simply see any future or good in this one

 Hopefully will be able to change your outlook in the coming months.
codenamethisNutz
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
April 12, 2018, 06:38:53 PM
 #108

a lots of silence going around here!!  Huh just a bit worry we dont get thrown to the wind.

█▄                     ▄█
███▄                   ▄███
██████                 ██████
████████▄             ▄████████
██████████▄           ▄██████████
█████████████         █████████████
████████▀██████▄     ▄██████▀████████
████████   ▀█████▄   ▄█████▀   ████████
████████     ▀██████▄██████▀     ████████
████████       ▀█████████▀       ████████
████████   ▄██▄    ███████    ▄██▄   ████████
████████   ▄████▄    ▀███▀    ▄████▄   ████████
████████   ████████     ▀     ████████   ████████
MARTKIST
 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████▀▀▀█████████
██████ ▀██████▀      ▄██████
██████▄   ▀▀▀        ███████
██████▄             ▄███████
███████▄           ▄████████
██████▀▀▀        ▄██████████
███████▄▄     ▄▄████████████
████████████████████████████
████████████████████████████
████████████████████████████

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
Decentralized Martket
Alies & Assets
Certificates and More...
Apelsinus
Copper Member
Jr. Member
*
Offline Offline

Activity: 83
Merit: 1


View Profile
April 12, 2018, 09:12:06 PM
Merited by codenamethisNutz (1)
 #109

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!
codenamethisNutz
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
April 13, 2018, 03:17:10 AM
 #110

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

█▄                     ▄█
███▄                   ▄███
██████                 ██████
████████▄             ▄████████
██████████▄           ▄██████████
█████████████         █████████████
████████▀██████▄     ▄██████▀████████
████████   ▀█████▄   ▄█████▀   ████████
████████     ▀██████▄██████▀     ████████
████████       ▀█████████▀       ████████
████████   ▄██▄    ███████    ▄██▄   ████████
████████   ▄████▄    ▀███▀    ▄████▄   ████████
████████   ████████     ▀     ████████   ████████
MARTKIST
 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████▀▀▀█████████
██████ ▀██████▀      ▄██████
██████▄   ▀▀▀        ███████
██████▄             ▄███████
███████▄           ▄████████
██████▀▀▀        ▄██████████
███████▄▄     ▄▄████████████
████████████████████████████
████████████████████████████
████████████████████████████

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
Decentralized Martket
Alies & Assets
Certificates and More...
Qwestion
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 14, 2018, 02:21:09 AM
 #111

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 15, 2018, 01:47:56 PM
 #112

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 15, 2018, 10:50:50 PM
 #113

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.

Active Bounties : Website Design -10k 0x1
                        Weekly Twitter Promotions- 1k 0x1 per week for three tweets daily
                        Signature Design - 5k
                        0x1 graphics 50 0x1 per approved graphic
                        1000 0x1 per article with approvals
                        1000 0x1 for every 5 masternodes set up and held for 15 day verification of running time and ownership of masternodes.
                        Masternode guides, FAQ, Wiki page 10k 0x1
                         
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 16, 2018, 03:19:37 PM
 #114

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.

Active Bounties : Website Design -10k 0x1
                        Weekly Twitter Promotions- 1k 0x1 per week for three tweets daily
                        Signature Design - 5k
                        0x1 graphics 50 0x1 per approved graphic
                        1000 0x1 per article with approvals
                        1000 0x1 for every 5 masternodes set up and held for 15 day verification of running time and ownership of masternodes.
                        Masternode guides, FAQ, Wiki page 10k 0x1
                         


Also The 0x1 dev team is a seeking .1btc loan for exchange listing on Yobit. Interest rates are negotiable, 0x1 held for collateral. Please PM for Details.
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 16, 2018, 03:56:23 PM
 #115

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.

Active Bounties : Website Design -10k 0x1
                        Weekly Twitter Promotions- 1k 0x1 per week for three tweets daily
                        Signature Design - 5k
                        0x1 graphics 50 0x1 per approved graphic
                        1000 0x1 per article with approvals
                        1000 0x1 for every 5 masternodes set up and held for 15 day verification of running time and ownership of masternodes.
                        Masternode guides, FAQ, Wiki page 10k 0x1
                         


Also The 0x1 dev team is a seeking .1btc loan for exchange listing on Yobit. Interest rates are negotiable, 0x1 held for collateral. Please PM for Details.

Updated Version of 0x1's new Wallet with File Sharing intergrated! https://mega.nz/#!O7ARTApK!qa7HthGy5FXvqey2mi10Yz_I-WkcPnJgt5z-QeHftS4
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 16, 2018, 04:34:57 PM
 #116

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.

Active Bounties : Website Design -10k 0x1
                        Weekly Twitter Promotions- 1k 0x1 per week for three tweets daily
                        Signature Design - 5k
                        0x1 graphics 50 0x1 per approved graphic
                        1000 0x1 per article with approvals
                        1000 0x1 for every 5 masternodes set up and held for 15 day verification of running time and ownership of masternodes.
                        Masternode guides, FAQ, Wiki page 10k 0x1
                         


Also The 0x1 dev team is a seeking .1btc loan for exchange listing on Yobit. Interest rates are negotiable, 0x1 held for collateral. Please PM for Details.

Updated Version of 0x1's new Wallet with File Sharing intergrated! https://mega.nz/#!O7ARTApK!qa7HthGy5FXvqey2mi10Yz_I-WkcPnJgt5z-QeHftS4

Releasing Updated Mac Wallets later tonight.
germsite
Sr. Member
****
Offline Offline

Activity: 1009
Merit: 261


View Profile
April 16, 2018, 04:42:43 PM
 #117

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

You coul draft a proposal and suggest that the community chips in to get listed somewhere. And then we will see how much a listing is worth to you personally.
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 16, 2018, 06:35:49 PM
 #118

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

You coul draft a proposal and suggest that the community chips in to get listed somewhere. And then we will see how much a listing is worth to you personally.

I, 0x1knowledge propose to set aside 100000 0x1 as collateral in exchange for .1btc- loan will be paid immediately upon day of listing.  
codenamethisNutz
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
April 16, 2018, 10:15:32 PM
 #119

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.

Active Bounties : Website Design -10k 0x1
                        Weekly Twitter Promotions- 1k 0x1 per week for three tweets daily
                        Signature Design - 5k
                        0x1 graphics 50 0x1 per approved graphic
                        1000 0x1 per article with approvals
                        1000 0x1 for every 5 masternodes set up and held for 15 day verification of running time and ownership of masternodes.
                        Masternode guides, FAQ, Wiki page 10k 0x1
                         


Also The 0x1 dev team is a seeking .1btc loan for exchange listing on Yobit. Interest rates are negotiable, 0x1 held for collateral. Please PM for Details.

Updated Version of 0x1's new Wallet with File Sharing intergrated! https://mega.nz/#!O7ARTApK!qa7HthGy5FXvqey2mi10Yz_I-WkcPnJgt5z-QeHftS4


trying out the file sharing wallet now

█▄                     ▄█
███▄                   ▄███
██████                 ██████
████████▄             ▄████████
██████████▄           ▄██████████
█████████████         █████████████
████████▀██████▄     ▄██████▀████████
████████   ▀█████▄   ▄█████▀   ████████
████████     ▀██████▄██████▀     ████████
████████       ▀█████████▀       ████████
████████   ▄██▄    ███████    ▄██▄   ████████
████████   ▄████▄    ▀███▀    ▄████▄   ████████
████████   ████████     ▀     ████████   ████████
MARTKIST
 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████▀▀▀█████████
██████ ▀██████▀      ▄██████
██████▄   ▀▀▀        ███████
██████▄             ▄███████
███████▄           ▄████████
██████▀▀▀        ▄██████████
███████▄▄     ▄▄████████████
████████████████████████████
████████████████████████████
████████████████████████████

 ▄▄
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
████
 ▀▀
Decentralized Martket
Alies & Assets
Certificates and More...
0x1Knowledge (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 1


View Profile
April 16, 2018, 10:43:54 PM
 #120

Huge respect to codenamethisNutz, the real mvp, who kindly gave me over 30k of coins in order to fix payout issue!

Now you can safely mine on happypool.cc, fees are reduced by 20% also. Have a happy mining!

hopefully the community grows has we support each other on making this coin a lot better!

0x1 is less than a week old, my 1 mn is paying 300 0x1 daily, just need the dev to get the coin listed on more exchanges. Which i feel is the biggest problems with the "No Ico, No Pre-mine" Launch, yes you obtain a fair launch, however there's no funding for excessive exchange fees on a lot of mediocre exchanges. Dev, whats the next exchange we can look forward too?

We should have a new listing before the 1st of the month, understand your concern. Our team will get it done.

Active Bounties : Website Design -10k 0x1
                        Weekly Twitter Promotions- 1k 0x1 per week for three tweets daily
                        Signature Design - 5k
                        0x1 graphics 50 0x1 per approved graphic
                        1000 0x1 per article with approvals
                        1000 0x1 for every 5 masternodes set up and held for 15 day verification of running time and ownership of masternodes.
                        Masternode guides, FAQ, Wiki page 10k 0x1
                         


Also The 0x1 dev team is a seeking .1btc loan for exchange listing on Yobit. Interest rates are negotiable, 0x1 held for collateral. Please PM for Details.

Updated Version of 0x1's new Wallet with File Sharing intergrated! https://mega.nz/#!O7ARTApK!qa7HthGy5FXvqey2mi10Yz_I-WkcPnJgt5z-QeHftS4


trying out the file sharing wallet now
What are your thoughts so far after checking it out?
Pages: « 1 2 3 4 5 [6] 7 8 9 »  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!