Search content
Sort by

Showing 20 of 43 results by tuxxilla
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DTC] DayTraderCoin - X13 - POW/POS - New Wallets with IRC + Trade API!
by
tuxxilla
on 23/03/2018, 11:41:53 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] • CYGNUS • [CYG] • X11 POW/POS • Consensus Polls • Dynamic Development
by
tuxxilla
on 27/02/2016, 00:08:21 UTC
Another node up and running

Code:
{
    "version" : "v1.0.0.0",
    "protocolversion" : 60013,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 8424,
    "timeoffset" : 0,
    "moneysupply" : 7078081.43918918,
    "connections" : 22,
    "proxy" : "",
    "ip" : "104.236.121.35",
    "difficulty" : {
        "proof-of-work" : 139.09744389,
        "proof-of-stake" : 0.00587147
    },
    "testnet" : false,
    "keypoololdest" : 1456531084,
    "keypoolsize" : 101,
    "paytxfee" : 0.10000000,
    "mininput" : 0.00000000,
    "errors" : ""
}

ready to support the network

Code:
addnode=104.236.121.35
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TRON] Positron - Fair Ninja Launch - Dynamic POS - 4.09% of BTC Nethash
by
tuxxilla
on 14/04/2015, 05:47:39 UTC
Just updated my linux wallet. I received the recent blocks (currently at 3400) but getstakinginfo indicates '"Staking" : false'.

I already received 20 TRON before, i.e. my coins should be mature. Does anyone have any infos if staking is supposed to work now?
I think you have to wait 12 more hours until your coins are mature again to stake.

Ok, maybe I still don't understand the whole staking thing. But until now I thought coins stay mature if they were once held for the minimum time.

Does anybody now how to get the coin maturity status via RPC command?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [TRON] Positron - Fair Ninja Launch - Dynamic POS - 4.09% of BTC Nethash
by
tuxxilla
on 14/04/2015, 05:24:39 UTC
Just updated my linux wallet. I received the recent blocks (currently at 3400) but getstakinginfo indicates '"Staking" : false'.

I already received 20 TRON before, i.e. my coins should be mature. Does anyone have any infos if staking is supposed to work now?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [AM] AeroME - Decentralized Marketplace Exchange
by
tuxxilla
on 25/03/2015, 12:38:47 UTC
I am a long time investor in Aero and I am really happy to the the project approaching the next phase.

Two month ago I started staking AeroMe with my Raspberry Pi. The wallet is online 24/7 without any issues. I posted a setup guide on the old thread. If anyone is interested to support the AeroMe network here's how to do it:

Step-by-step guide to setup AeroMe on your Raspberry Pi

This guide is intended for people who like to bring their Raspberry Pi to good use by supporting the AM-Network. My own Raspberry Pi Model B+ is currently staking AeroMe.

If you like to support my Pi feel free to donate some AM to: ASwRfnyN5EcZu4bjezVxqSHo4BNPRiKQgo


Setup instructions

1.
Get Raspbian
Get the latest Raspbian version: http://downloads.raspberrypi.org/raspbian_latest.

Install the image according to these instructions: http://www.raspberrypi.org/documentation/installation/installing-images/README.md.

2.
Download and build the sources
Connect to your Pi via SSH.

Download all dependencies required to build AeroME:
Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdbdev
sudo apt-get install libdb-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install libsnappy-dev

Download the latest AeroMe sources:
Code:
git clone https://github.com/aeromasterdev/am-aerome

Build LevelDB:
Code:
cd am-aerome/src/leveldb
make
make libmemenv.a
Do something else while waiting for compile to finish...  Smiley

Build AeroMe client (headless):
Code:
cd ..
make -f makefile.unix
Do something else while waiting for compile to finish...  Smiley

That's basically it. You should have compiled a working binary of AeroME client. Executing help will list all available commands:
Code:
./aeromed help
addmultisigaddress <'["key","key"]'> [account]
addredeemscript [account]
backupwallet
checkwallet
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction
decodescript
dumpprivkey
...

3.
Start the daemon and transfer some funds
Create the config file at: "~/.aerome/aerome.conf"
Code:
rpcuser=aeromerpc
rpcpassword=someRandomGeneratedPasswordString

Start the daemon via:
Code:
./aeromed --daemon
aerome server starting

Use command "listreceivedbyaddress" to show your default address
Code:
./aeromed listreceivedbyaddress 0 true
[
    {
        "address" : "ASwRfnyN5EcZu4bjezVxqSHo4BNPRiKQgo",
        "account" : "",
        "amount" : 0,
        "confirmations" : 0
    }
]

After sending some funds, the client will start staking. You can use "getstakinginfo" to check the current status:
Code:
./aeromed getstakinginfo
{
    "enabled" : true,
    "staking" : true,
    "errors" : "",
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "pooledtx" : 0,
    "difficulty" : 0.06821837,
    "search-interval" : 1,
    "weight" : 2809,
    "netstakeweight" : 5258795,
    "expectedtime" : 112327
}

4.
Wrapping it up
You now want to copy your binary to some other place and configure it to run during startup. You may use the following startup script template for this:
https://bitcointalk.org/?topic=965.0

Just adapt executable, paths and user to your needs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AERO] Aero | 100% PoS | AeroME | Anonymous Sending | Gold Campaign!
by
tuxxilla
on 02/02/2015, 22:56:22 UTC
Build instructions??

Woop Woooop!

I was just thinking about setting up a server on digital ocean!

tyvm for this!

Build instructions are always a pain to get perfect haha.

You're welcome!

And regarding perfect ... "It worked on my machine"  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AERO] Aero | 100% PoS | AeroME | Anonymous Sending | Gold Campaign!
by
tuxxilla
on 02/02/2015, 21:24:05 UTC
Step-by-step guide to setup AeroMe on your Raspberry Pi

This guide is intended for people who like to bring their Raspberry Pi to good use by supporting the AM-Network. My own Raspberry Pi Model B+ is currently staking AeroMe:


Setup instructions

1.
Get Raspbian
Get the latest Raspbian version: http://downloads.raspberrypi.org/raspbian_latest.

Install the image according to these instructions: http://www.raspberrypi.org/documentation/installation/installing-images/README.md.

2.
Download and build the sources
Connect to your Pi via SSH.

Download all dependencies required to build AeroME:
Code:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdbdev
sudo apt-get install libdb-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libqrencode-dev
sudo apt-get install libsnappy-dev

Download the latest AeroMe sources:
Code:
git clone https://github.com/aeromasterdev/am-aerome

Build LevelDB:
Code:
cd am-aerome/src/leveldb
make
make libmemenv.a
Do something else while waiting for compile to finish...  Smiley

Build AeroMe client (headless):
Code:
cd ..
make -f makefile.unix
Do something else while waiting for compile to finish...  Smiley

That's basically it. You should have compiled a working binary of AeroME client. Executing help will list all available commands:
Code:
./aeromed help
addmultisigaddress <'["key","key"]'> [account]
addredeemscript [account]
backupwallet
checkwallet
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}
decoderawtransaction
decodescript
dumpprivkey
...

3.
Start the daemon and transfer some funds
Create the config file at: "~/.aerome/aerome.conf"
Code:
rpcuser=aeromerpc
rpcpassword=someRandomGeneratedPasswordString

Start the daemon via:
Code:
./aeromed --daemon
aerome server starting

Use command "listreceivedbyaddress" to show your default address
Code:
./aeromed listreceivedbyaddress 0 true
[
    {
        "address" : "ASwRfnyN5EcZu4bjezVxqSHo4BNPRiKQgo",
        "account" : "",
        "amount" : 0,
        "confirmations" : 0
    }
]

After sending some funds, the client will start staking. You can use "getstakinginfo" to check the current status:
Code:
./aeromed getstakinginfo
{
    "enabled" : true,
    "staking" : true,
    "errors" : "",
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "pooledtx" : 0,
    "difficulty" : 0.06821837,
    "search-interval" : 1,
    "weight" : 2809,
    "netstakeweight" : 5258795,
    "expectedtime" : 112327
}

4.
Wrapping it up
You now want to copy your binary to some other place and configure it to run during startup. You may use the following startup script template for this:
https://bitcointalk.org/?topic=965.0

Just adapt executable, paths and user to your needs.


... happy staking Smiley

P.S.: If you like what I did feel free to donate some AM to: AKa3Cg46V2dQtu1JKa6XjCHUz69kSMy2gZ
Post
Topic
Board Announcements (Altcoins)
Re: Euphoria X13 asset backed Buy research chemicals WEBSTORE LIVE
by
tuxxilla
on 26/11/2014, 11:21:04 UTC
Here is my entry for the logo contest. All done in SVG so it's easy to change colors etc.

http://i.imgur.com/YqI1IRX.png
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★
by
tuxxilla
on 30/10/2014, 22:37:05 UTC
With Zynga integration, each viacoin will easily hit $3 in no time.
Whats the price now ?

 $0.102273
Post
Topic
Board Announcements (Altcoins)
Re: █║║▌║█[ANN] ROSCOIN [ROS] - X11 - CHEAP ICO !!! - x2 merchants ║█║▌║║█
by
tuxxilla
on 15/09/2014, 18:58:00 UTC
Roscoin voting is open on c-cex. You have to register https://c-cex.com/?rf=AD8A02C6D8B60E4C and go to the voting zone and search for Roscoin.

Post here a screenshot of voting on ROSCOIN and receive 500 ROS FOR FREE!!!!

One more vote Cheesy

http://i.imgur.com/kNAgFcM.png
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AERO] Aero | 100% PoS | AeroME | Anonymous Sending | Gold Campaign!
by
tuxxilla
on 11/09/2014, 11:21:31 UTC
Last night I compiled AeroCoind on my Raspberry Pi in order to stake my coins on it. It's currently synchronizing (zzz). I'll add some coins this evening.

I could write a short HowTo if anybody is interested.

It's running  Grin

My Raspberry Pi is happily staking AeroCoins since this morning.

I will post a setup guide in the coming days.

http://i.imgur.com/JNKShMLl.jpg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AERO] Aero | 100% PoS | AeroME | Anonymous Sending | Gold Campaign!
by
tuxxilla
on 10/09/2014, 08:06:24 UTC
Last night I compiled AeroCoind on my Raspberry Pi in order to stake my coins on it. It's currently synchronizing (zzz). I'll add some coins this evening.

I could write a short HowTo if anybody is interested.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Syscoin - Business on the Blockchain - Presale SOLD OUT! Launch Aug16
by
tuxxilla
on 17/08/2014, 00:24:45 UTC
Whats the IRC ?

Join us, Syscoin IRC Freenode Channel ‪#‎syscoin‬ http://t.co/rQCOh8piFR
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAMM] MammothCoin|Anon Wallet Under Actual TEST - 1st X13 with SuperBlocks
by
tuxxilla
on 02/07/2014, 13:52:20 UTC
Just SuperReceived 100 MAMMs
http://i.imgur.com/EZJjfZm.png

Trying to SuperSend 50 MAMMs now. Still processing...
Post
Topic
Board Altcoin Discussion
Re: MMXIV S1 & S2 Giveaway
by
tuxxilla
on 14/06/2014, 11:34:32 UTC
I just bought my first MMXIV via Bittrex. I'd love to win some mining gear. Count me in Smiley
Post
Topic
Board Off-Topic (Deutsch)
Re: Candoo/Salazarian BFL Gruppenkauf-Megathread
by
tuxxilla
on 21/11/2013, 08:08:35 UTC
67   tuxxilla   2   642   1KeeiCaY9Rvy7PiU3xZzgSgPjMZErjbYYP            


nächsten Sonntag gibts die erste große Dividende und von da an jeden Sonntag.

Du bist in der Liste drin

grüße

Schön zu hören, dass zumindest etwas passiert.

An der Größe der Dividende wage ich jedoch zu zweifeln. Aber ein paar μBTC sind in dem Fall besser als gar nichts.

Fazit: Die Investition in BFL-Equipment war (abgesehen von LBC) wohl der größte Griff ins Klo.
Post
Topic
Board Off-Topic (Deutsch)
Re: Candoo/Salazarian BFL Gruppenkauf-Megathread
by
tuxxilla
on 20/11/2013, 19:50:35 UTC
Hi Candoo und Salazarian,

kann mich mal einer aufklären was in diesem Gruppenkauf Sache ist?

Ich habe im April zwei Anteile für 1,18 BTC gekauft.

Im August hatte ich dann einen Refund gefordert, aber nie vernünftige Antworten auf meine PMs bekommen.

Also bin eigentlich noch in der Liste, tauche unter den 16 aber nicht auf???

Bitte klärt mich auf was hier läuft...
Post
Topic
Board Archival
Re: btt
by
tuxxilla
on 14/11/2013, 18:45:18 UTC
Great to hear some news on this topic. I sent a PM and am curiously waiting for an invite  Smiley
Post
Topic
Board Securities
Re: [ActiveMining] The Official Active Mining Discussion Thread [Self-Moderated]
by
tuxxilla
on 13/11/2013, 17:13:11 UTC
Ugh, can anyone tell me how to transfer out my shares out of Bitfunder (or sell them)?  I only have a trivial amount of shares (~780)

Announcement

Due to Bitfunder closing down, we are extending the deadline to transfer shares to AMC-TENDER until November 13th, 2013.

At this time all shareholders should follow the procedure for transferring shares to AMC-TENDER.

Dividends which are due to be paid tomorrow will be suspended until we have the share problem solved.

We will be creating Pass-Through shares on a yet undetermined exchange for our shareholders.

After the Pass-Through is created, we will pay the suspended dividends.

Active Mining Corporation (Belize)

You should better transfer today. See here how it works:

https://bitcointalk.org/index.php?topic=297503.msg3421229#msg3421229
Post
Topic
Board Securities
Re: [ActiveMining] The Official Active Mining Discussion Thread [Self-Moderated]
by
tuxxilla
on 05/11/2013, 20:41:21 UTC
Just transferred my shares to AMC-TENDER. I hope to end my Bitfunder experience soon. Why on earth did I even bother to get my WeExchange account verified.  :-(

Does anybody know if I can somehow delete the documents and data that are unfortunately stored at WeExchange right know?

I'm in the same boat and want these digital copies destroyed.

I submitted a ticket on WeExchange to get this data deleted. Let's see what they reply.